@charset "UTF-8";
/* ======================================================================
 reset
====================================================================== */
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/
*/
*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

html {
  overflow-y: scroll;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

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

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

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

ul {
  list-style: none;
  padding-left: 0;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video,
input, select, textarea {
  box-sizing: border-box;
}

html {
  /* Sets a specific default `font-size` for user with `rem` type scales.*/
  font-size: 62.5%;
  /* Changes the default tap highlight to be completely transparent in iOS.*/
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  color: #fff;
  line-height: 1.6;
  background: url(../img/common/bg_line.png) top center/auto repeat-y #053331;
  font-family: "Noto Sans JP", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Avenir, "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, sans-serif;
  font-weight: 400;
  word-wrap: break-word;
  word-break: break-all;
  min-width: 1200px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  body {
    background: url(../img/common/sp/bg_line.png) top center/100% repeat-y #053331;
  }
}
@media screen and (max-width: 768px) {
  body {
    min-width: inherit;
  }
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

strong {
  font-weight: bold;
}

a:link {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
a:visited {
  color: #fff;
  text-decoration: none;
}
a:hover {
  color: #fff;
  text-decoration: none;
}
a:active {
  color: #fff;
  text-decoration: none;
}

a[href^=tel] {
  color: #fff;
}

:focus {
  outline: none;
}

.contain {
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* input */
input, textarea, select {
  display: block;
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  -o-border-image: none;
     border-image: none;
  background: transparent;
  font-family: inherit;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input::-ms-expand, textarea::-ms-expand, select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

input:-moz-placeholder, textarea:-moz-placeholder {
  color: #fff;
}

input:placeholder-shown, textarea:placeholder-shown {
  color: #fff;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #fff;
}
input::placeholder, textarea::placeholder {
  color: #fff;
}
input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
  color: #fff;
}
input:focus:placeholder-shown, textarea:focus:placeholder-shown {
  color: #fff;
}
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  color: #fff;
}
input:focus::placeholder, textarea:focus::placeholder {
  color: #fff;
}

/* ======================================================================
 layout
====================================================================== */
/* =================================
 l-footer
================================= */
.l-footer {
  padding-block: 292px 60px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-footer {
    padding-block: calc(200 /750*100vw) calc(80 /750*100vw);
  }
}
.l-footer:before, .l-footer:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 535px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .l-footer:before, .l-footer:after {
    height: calc(1073 /750*100vw);
  }
}
.l-footer:before {
  background: url(../img/common/bg_footer01.png) center bottom/auto no-repeat;
}
@media screen and (max-width: 768px) {
  .l-footer:before {
    background: url(../img/common/sp/bg_footer01.png) center bottom/100% no-repeat;
  }
}
.l-footer:after {
  background: url(../img/common/bg_footer02.png) center bottom/auto no-repeat;
}
@media screen and (max-width: 768px) {
  .l-footer:after {
    background: url(../img/common/sp/bg_footer02.png) center bottom/100% no-repeat;
  }
}
.l-footer .l-content__size-pc-1 {
  position: relative;
  z-index: 10;
}
.l-footer__logo {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .l-footer__logo {
    width: calc(559 /750*100vw);
    margin-bottom: calc(80 /750*100vw);
    margin-inline: auto;
  }
}
.l-footer__logo a {
  transition: opacity 0.2s;
}
.l-footer__logo a:hover {
  opacity: 0.8;
}
.l-footer__nav {
  display: flex;
  justify-content: center;
  gap: 50px;
  margin-bottom: 40px;
  font-size: 1.6rem;
  font-family: "Poppins", sans-serif;
}
@media screen and (max-width: 768px) {
  .l-footer__nav {
    display: block;
    width: calc(560 /750*100vw);
    margin-bottom: calc(70 /750*100vw);
    margin-inline: auto;
    font-size: calc(32 /750*100vw);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .l-footer__nav li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
}
.l-footer__nav a {
  transition: color 0.2s;
}
.l-footer__nav a:link, .l-footer__nav a:active, .l-footer__nav a:visited {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.l-footer__nav a:hover {
  color: #19fff4;
}
@media screen and (max-width: 768px) {
  .l-footer__nav a {
    text-align: center;
    padding-block: calc(28 /750*100vw);
    display: block;
  }
}
.l-footer__copy {
  text-align: center;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 768px) {
  .l-footer__copy {
    font-size: calc(20 /750*100vw);
  }
}

/* ======================================================================
 layout
====================================================================== */
/* =================================
 l-content__size
================================= */
.l-content__size-sp-1 {
  padding: 0 4%;
}
@media screen and (min-width: 1025px) {
  .l-content__size-sp-1 {
    max-width: 1200px;
    margin: 0 auto;
  }
}

.l-content__size-pc-1 {
  width: 1200px;
  margin: 0 auto;
  padding-inline: 50px;
}
@media screen and (max-width: 768px) {
  .l-content__size-pc-1 {
    width: auto;
    padding-inline: calc(40 /750*100vw);
  }
}

/* =================================
 l-header
================================= */
.l-header {
  z-index: 998;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 25px 30px;
  min-width: 1200px;
}
@media screen and (max-width: 768px) {
  .l-header {
    padding: 0;
    min-width: inherit;
  }
}
.l-header nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .l-header__logo {
    width: calc(422 /750*100vw);
    margin-left: calc(30 /750*100vw);
  }
}
.l-header__logo a {
  transition: opacity 0.2s;
}
.l-header__logo a:hover {
  opacity: 0.8;
}
.l-header.scroll {
  background: rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 768px) {
  .l-header.scroll {
    background: none;
  }
  .l-header.scroll .l-header__logo {
    opacity: 0;
    pointer-events: none;
  }
}
.l-header__nav {
  display: flex;
  align-items: center;
  gap: 44px;
}
@media screen and (max-width: 768px) {
  .l-header__nav {
    display: none;
  }
}
.l-header__nav a {
  font-size: 1.5rem;
  font-family: "Poppins", sans-serif;
  transition: color 0.2s;
}
.l-header__nav a:link, .l-header__nav a:active, .l-header__nav a:visited {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.l-header__nav a:hover {
  color: #19fff4;
}
.l-header__nav-contact a {
  background: #19fff4;
  border-radius: 20px;
  color: #000;
  width: 200px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: color 0.2s;
  border: 2px solid #19fff4;
  transition: background 0.2s;
}
.l-header__nav-contact a:link, .l-header__nav-contact a:active, .l-header__nav-contact a:visited {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.l-header__nav-contact a:hover {
  color: #19fff4;
}
.l-header__nav-contact a:hover {
  background: #000;
}
.l-header__toggle {
  display: none;
  position: relative;
  width: calc(110 /750*100vw);
  height: calc(110 /750*100vw);
  background: #19fff4;
  border-radius: 0 0 0 calc(20 /750*100vw);
}
@media screen and (max-width: 768px) {
  .l-header__toggle {
    display: block;
  }
}
.l-header__toggle span {
  width: calc(36 /750*100vw);
  height: 2px;
  background: #000;
  display: block;
  position: absolute;
  left: calc(37 /750*100vw);
  transition: transform 0.6s ease-in-out, top 0.5s ease;
}
.l-header__toggle span:nth-of-type(1) {
  top: calc(42 /750*100vw);
}
.l-header__toggle span:nth-of-type(2) {
  top: calc(54 /750*100vw);
}
.l-header__toggle span:nth-of-type(3) {
  top: calc(66 /750*100vw);
}

/* =================================
 l-header__sp
================================= */
.l-header__sp {
  z-index: 998;
}

/* =================================
 l-menu
================================= */
.l-menu {
  display: none;
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  background: #19fff4;
  width: 100%;
  height: 100vh;
  height: 100svh;
  padding: calc(231 /750*100vw) calc(90 /750*100vw) calc(50 /750*100vw);
}
.l-menu__toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(110 /750*100vw);
  height: calc(110 /750*100vw);
  background: #19fff4;
  border-radius: 0 0 0 calc(20 /750*100vw);
}
.l-menu__toggle span {
  width: calc(36 /750*100vw);
  height: 2px;
  background: #000;
  display: block;
  position: absolute;
  left: calc(37 /750*100vw);
  transition: transform 0.6s ease-in-out, top 0.5s ease;
}
.l-menu__toggle span:nth-of-type(1) {
  top: calc(54 /750*100vw);
  transform: rotate(45deg);
}
.l-menu__toggle span:nth-of-type(2) {
  top: calc(54 /750*100vw);
  transform: rotate(-45deg);
}
.l-menu__logo {
  margin-bottom: calc(100 /750*100vw);
}
.l-menu__nav {
  border-top: 1px solid #00e4d9;
}
.l-menu__nav li {
  border-bottom: 1px solid #00e4d9;
}
.l-menu__nav a {
  color: #000;
  font-size: calc(40 /750*100vw);
  font-family: "Poppins", sans-serif;
  display: block;
  padding-block: calc(40 /750*100vw);
  position: relative;
}
.l-menu__nav a:before {
  position: absolute;
  top: calc(50% - (18 /750*100vw));
  right: 0;
  content: "\f178";
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  font-size: calc(24 /750*100vw);
}

/* ======================================================================
 layout
====================================================================== */
/* =================================
 l-loader
================================= */
.l-loader {
  z-index: 1000;
}

/* =================================
 l-breadcrumbs
================================= */
/* =================================
 l-main__visual
================================= */
/* =================================
 l-main
================================= */
/* ======================================================================
 layout
====================================================================== */
/* =================================
 l_side
================================= */
.l_side {
  z-index: 996;
}

.c-btn a {
  width: 300px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid #19fff4;
  border-radius: 30px;
  font-size: 1.5rem;
  font-family: "Poppins", sans-serif;
  color: #19fff4;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-btn a {
    width: 100%;
    height: calc(100 /750*100vw);
    border-radius: calc(50 /750*100vw);
    font-size: calc(27 /750*100vw);
  }
}
.c-btn a:before {
  position: absolute;
  top: calc(50% - 8px);
  right: 25px;
  content: "\f178";
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  font-size: 1.2rem;
  transition: right 0.2s;
}
@media screen and (max-width: 768px) {
  .c-btn a:before {
    top: calc(50% - (18 /750*100vw));
    right: calc(50 /750*100vw);
    font-size: calc(24 /750*100vw);
  }
}
.c-btn a:hover:before {
  right: 20px;
}
@media screen and (max-width: 768px) {
  .c-btn a:hover:before {
    right: calc(40 /750*100vw);
  }
}
.c-btn__blue a {
  width: 260px;
  height: 60px;
  background: #19fff4;
  color: #000;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: 1.5rem;
  font-family: "Poppins", sans-serif;
}
@media screen and (max-width: 768px) {
  .c-btn__blue a {
    width: 100%;
    height: calc(100 /750*100vw);
    border-radius: calc(50 /750*100vw);
    font-size: calc(27 /750*100vw);
  }
}
.c-btn__blue a:before {
  position: absolute;
  top: calc(50% - 8px);
  right: 24px;
  content: "\f178";
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  font-size: 1.2rem;
  transition: right 0.2s;
}
@media screen and (max-width: 768px) {
  .c-btn__blue a:before {
    top: calc(50% - (18 /750*100vw));
    right: calc(50 /750*100vw);
    font-size: calc(24 /750*100vw);
  }
}
.c-btn__blue a:hover:before {
  right: 19px;
}
@media screen and (max-width: 768px) {
  .c-btn__blue a:hover:before {
    right: calc(40 /750*100vw);
  }
}

.c-contents {
  position: relative;
}
.c-contents__dot {
  position: absolute;
}
.c-contents__dot-1 {
  top: -363px;
  right: 0;
  margin-right: -471px;
}
@media screen and (max-width: 768px) {
  .c-contents__dot-1 {
    top: calc(250 /750*100vw);
    margin-right: 0;
  }
}
.c-contents__dot-2 {
  top: 380px;
  left: -470px;
}
@media screen and (max-width: 768px) {
  .c-contents__dot-2 {
    top: calc(1515 /750*100vw);
    left: 0;
  }
}
.c-contents__dot-3 {
  top: 1124px;
  right: 0;
  margin-right: -471px;
}
@media screen and (max-width: 768px) {
  .c-contents__dot-3 {
    top: calc(2780 /750*100vw);
    margin-right: 0;
  }
}
.c-contents__dot-4 {
  top: 1867px;
  left: -470px;
}
@media screen and (max-width: 768px) {
  .c-contents__dot-4 {
    top: calc(4044 /750*100vw);
    left: 0;
  }
}
.c-contents__dot-5 {
  top: 2610px;
  right: 0;
  margin-right: -471px;
}
@media screen and (max-width: 768px) {
  .c-contents__dot-5 {
    top: calc(5309 /750*100vw);
    margin-right: 0;
  }
}
.c-contents__box {
  background: rgba(0, 0, 0, 0.2);
  border-top: 2px solid #19fff4;
  padding: 80px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-contents__box {
    padding: calc(100 /750*100vw) calc(40 /750*100vw);
    margin-inline: calc(-40 /750*100vw);
  }
}

.c-contact {
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .c-contact {
    margin-bottom: calc(150 /750*100vw);
  }
}
.c-contact__box {
  padding-block: 80px;
  border-bottom: 1px solid #19fff4;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-contact__box {
    padding-block: calc(70 /750*100vw) calc(80 /750*100vw);
    display: block;
  }
}
.c-contact__box:first-of-type {
  border-top: 1px solid #19fff4;
}
.c-contact__box-info {
  width: 776px;
}
@media screen and (max-width: 768px) {
  .c-contact__box-info {
    width: 100%;
  }
}
.c-contact__box-ttl {
  font-size: 3rem;
  font-weight: 500;
  color: #19fff4;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .c-contact__box-ttl {
    font-size: calc(42 /750*100vw);
    margin-bottom: calc(42 /750*100vw);
  }
}
.c-contact__box-txt {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .c-contact__box-txt {
    font-size: calc(28 /750*100vw);
    margin-bottom: calc(42 /750*100vw);
  }
}

.c-artists__item:after {
  content: "";
  width: 40px;
  height: 1px;
  background: #19fff4;
  margin-top: 24px;
  display: block;
}
@media screen and (max-width: 768px) {
  .c-artists__item:after {
    width: calc(80 /750*100vw);
    margin-top: calc(30 /750*100vw);
  }
}
.c-artists__item a {
  transition: opacity 0.2s;
}
.c-artists__item a:hover {
  opacity: 0.8;
}
.c-artists__item-img {
  margin-bottom: 14px;
  width: 210px;
}
@media screen and (max-width: 768px) {
  .c-artists__item-img {
    margin-bottom: calc(30 /750*100vw);
    width: calc(300 /750*100vw);
  }
}
.c-artists__item-img img {
  border: 1px solid #fff;
  border-radius: 40px 0 0 0;
}
@media screen and (max-width: 768px) {
  .c-artists__item-img img {
    border-radius: calc(40 /750*100vw) 0 0 0;
  }
}
.c-artists__item-name {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 14px;
}
@media screen and (max-width: 768px) {
  .c-artists__item-name {
    font-size: calc(30 /750*100vw);
    margin-bottom: calc(30 /750*100vw);
  }
}
.c-artists__item-tag {
  font-size: 1.4rem;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .c-artists__item-tag {
    font-size: calc(24 /750*100vw);
  }
}

.c-news__item {
  display: flex;
  border-bottom: 1px solid #19fff4;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-news__item {
    display: block;
  }
}
.c-news__item:after {
  position: absolute;
  top: calc(50% - 7px);
  right: 0;
  content: "\f0a9";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 1.4rem;
  color: #19fff4;
}
@media screen and (max-width: 768px) {
  .c-news__item:after {
    top: calc(50% - (15 /750*100vw));
    font-size: calc(30 /750*100vw);
  }
}
.c-news__item:first-of-type {
  border-top: 1px solid #19fff4;
}
.c-news__item dt {
  width: 290px;
  padding-block: 40px;
  display: flex;
}
@media screen and (max-width: 768px) {
  .c-news__item dt {
    width: 100%;
    padding-block: calc(50 /750*100vw) calc(40 /750*100vw);
  }
}
.c-news__item dd {
  width: calc(100% - 290px);
  padding-block: 44px;
  padding-right: 40px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .c-news__item dd {
    width: 100%;
    padding-block: 0 calc(50 /750*100vw);
    padding-right: calc(50 /750*100vw);
    font-size: calc(30 /750*100vw);
  }
}
.c-news__item dd a {
  transition: color 0.2s;
}
.c-news__item dd a:link, .c-news__item dd a:active, .c-news__item dd a:visited {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.c-news__item dd a:hover {
  color: #19fff4;
}
.c-news__date {
  font-family: "Poppins", sans-serif;
  font-size: 1.6rem;
  margin-top: 4px;
}
@media screen and (max-width: 768px) {
  .c-news__date {
    font-size: calc(30 /750*100vw);
    margin-top: calc(4 /750*100vw);
  }
}
.c-news__tag {
  color: #000;
  background: #19fff4;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 30px;
  margin-left: 30px;
  font-size: 1.4rem;
  border-radius: 15px;
}
@media screen and (max-width: 768px) {
  .c-news__tag {
    width: calc(180 /750*100vw);
    height: calc(50 /750*100vw);
    margin-left: calc(25 /750*100vw);
    font-size: calc(26 /750*100vw);
    border-radius: calc(25 /750*100vw);
  }
}

.pagination:has(.page-numbers) {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .pagination:has(.page-numbers) {
    margin-top: calc(120 /750*100vw);
  }
}

.nav-links .page-numbers {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.nav-links a.page-numbers,
.nav-links .current,
.nav-links a.prev,
.nav-links a.next,
.nav-links .dots {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: rgba(0, 0, 0, 0.5);
  margin-inline: 15px;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Avenir, "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, sans-serif;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .nav-links a.page-numbers,
  .nav-links .current,
  .nav-links a.prev,
  .nav-links a.next,
  .nav-links .dots {
    width: calc(60 /750*100vw);
    height: calc(60 /750*100vw);
    line-height: calc(60 /750*100vw);
    margin-inline: calc(10 /750*100vw);
    font-size: calc(26 /750*100vw);
  }
}
@media screen and (max-width: 768px) {
  .nav-links .dots {
    width: calc(20 /750*100vw);
  }
}
.nav-links a.page-numbers:hover {
  color: #FFF;
  background-color: #000;
  opacity: 1;
}
.nav-links .current {
  background: #19fff4;
  color: #000;
  padding: 0;
}
.nav-links a.prev,
.nav-links a.next {
  position: relative;
  background: transparent;
}
.nav-links .dots {
  background: transparent;
  border: none;
}

.p-index__mv {
  position: relative;
}
.p-index__mv:before, .p-index__mv:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 543px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-index__mv:before, .p-index__mv:after {
    height: calc(655 /750*100vw);
  }
}
.p-index__mv:before {
  background: url(../img/common/bg_mv01.png) center top/auto no-repeat;
}
@media screen and (max-width: 768px) {
  .p-index__mv:before {
    background: url(../img/common/sp/bg_mv01.png) center top/100% no-repeat;
  }
}
.p-index__mv:after {
  background: url(../img/common/bg_mv02.png) center top/auto no-repeat;
}
@media screen and (max-width: 768px) {
  .p-index__mv:after {
    background: url(../img/common/sp/bg_mv02.png) center top/100% no-repeat;
  }
}
.p-index__mv .l-content__size-pc-1 {
  position: relative;
  z-index: 10;
}
.p-index__mv-list {
  display: flex;
  gap: 60px;
  margin-inline: -270px;
  padding-top: 180px;
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .p-index__mv-list {
    flex-wrap: wrap;
    gap: calc(69 /750*100vw);
    justify-content: space-between;
    margin-inline: calc(-40 /750*100vw);
    padding-top: calc(170 /750*100vw);
    margin-bottom: calc(120 /750*100vw);
  }
}
@media screen and (max-width: 768px) {
  .p-index__mv-item {
    width: calc(280 /750*100vw);
  }
}
.p-index__mv-item:nth-of-type(4) {
  margin-left: 140px;
}
@media screen and (max-width: 768px) {
  .p-index__mv-item:nth-of-type(4) {
    margin-left: 0;
  }
}
.p-index__mv-catch {
  font-size: 2.4rem;
  writing-mode: vertical-rl;
  position: absolute;
  top: 120px;
  left: calc(50% - 16px);
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .p-index__mv-catch {
    font-size: calc(36 /750*100vw);
    top: calc(228 /750*100vw);
    left: calc(50% - (30 /750*100vw));
  }
}
.p-index__mv-catch .blue {
  color: #19fff4;
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .p-index__mv-catch .blue {
    margin-top: calc(90 /750*100vw);
  }
}
.p-index__about-ttl {
  margin-inline: -100px;
  font-weight: 100;
  font-size: 10rem;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.58em;
  padding-left: 0.58em;
  text-align: center;
  color: #19fff4;
  line-height: 1;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .p-index__about-ttl {
    margin-inline: 0;
    font-size: calc(50 /750*100vw);
    margin-bottom: calc(180 /750*100vw);
    letter-spacing: 0.5em;
    padding-left: 0.5em;
  }
}
.p-index__about-box {
  position: relative;
  margin-bottom: 27px;
}
@media screen and (max-width: 768px) {
  .p-index__about-box {
    margin-bottom: calc(150 /750*100vw);
  }
}
.p-index__about-box-ttl {
  font-size: 3.4rem;
  font-weight: 500;
  font-feature-settings: "palt";
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .p-index__about-box-ttl {
    font-size: calc(46 /750*100vw);
    margin-bottom: calc(70 /750*100vw);
  }
}
.p-index__about-box-txt {
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 2;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .p-index__about-box-txt {
    font-size: calc(30 /750*100vw);
    margin-bottom: calc(90 /750*100vw);
    font-feature-settings: "palt";
  }
}
.p-index__about-box-logo {
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  .p-index__about-box-logo {
    top: calc(-75 /750*100vw);
    margin-right: calc(-40 /750*100vw);
    width: calc(400 /750*100vw);
  }
}
.p-index__artist {
  padding-top: 273px;
  margin-bottom: 150px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-index__artist {
    padding-top: calc(180 /750*100vw);
    margin-bottom: calc(150 /750*100vw);
  }
}
.p-index__artist:before, .p-index__artist:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 816px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-index__artist:before, .p-index__artist:after {
    height: calc(869 /750*100vw);
  }
}
.p-index__artist:before {
  background: url(../img/index/bg_artists01.png) center top/auto no-repeat;
}
@media screen and (max-width: 768px) {
  .p-index__artist:before {
    background: url(../img/index/sp/bg_artists01.png) center top/100% no-repeat;
  }
}
.p-index__artist:after {
  background: url(../img/index/bg_artists02.png) center top/auto no-repeat;
}
@media screen and (max-width: 768px) {
  .p-index__artist:after {
    background: url(../img/index/sp/bg_artists02.png) center top/100% no-repeat;
  }
}
.p-index__artist .l-content__size-pc-1 {
  position: relative;
  z-index: 10;
}
.p-index__artist-ttl {
  font-size: 3.2rem;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  color: #19fff4;
  text-align: center;
  letter-spacing: 0.2em;
  padding-left: 0.2em;
  margin-bottom: 80px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-index__artist-ttl {
    font-size: calc(44 /750*100vw);
    margin-bottom: calc(120 /750*100vw);
  }
}
.p-index__artist-ttl:after {
  content: "";
  position: absolute;
  left: calc(50% - 25px);
  bottom: -30px;
  width: 50px;
  height: 1px;
  background: #19fff4;
}
@media screen and (max-width: 768px) {
  .p-index__artist-ttl:after {
    left: calc(50% - (30 /750*100vw));
    bottom: calc(-34 /750*100vw);
    width: calc(60 /750*100vw);
  }
}
.p-index__artist-txt {
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 2;
  margin-bottom: 70px;
  text-align: center;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .p-index__artist-txt {
    font-size: calc(30 /750*100vw);
    margin-bottom: calc(90 /750*100vw);
    font-feature-settings: "palt";
  }
}
.p-index__artist .splide__track {
  will-change: transform;
}
.p-index__artist-slide-loop {
  margin-bottom: 60px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .p-index__artist-slide-loop {
    margin-bottom: calc(100 /750*100vw);
  }
}
.p-index__artist-slide-loop .c-artists__item-img {
  width: 240px;
}
@media screen and (max-width: 768px) {
  .p-index__artist-slide-loop .c-artists__item-img {
    width: calc(360 /750*100vw);
  }
}
.p-index__artist-slide-loop .c-artists__item-name {
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  .p-index__artist-slide-loop .c-artists__item-name {
    font-size: calc(34 /750*100vw);
  }
}
@media screen and (max-width: 768px) {
  .p-index__artist-slide-loop .c-artists__item-tag {
    font-size: calc(26 /750*100vw);
  }
}
.p-index__artist-slide-inner {
  display: flex;
  justify-content: space-between;
}
.p-index__artist-slide-inner-name {
  font-size: 1.8rem;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  color: #19fff4;
  writing-mode: vertical-rl;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-index__artist-slide-inner-name {
    font-size: calc(30 /750*100vw);
  }
}
.p-index__artist .c-btn {
  display: flex;
  justify-content: center;
}

.p-subcon__mv {
  padding-top: 140px;
  height: 543px;
}
@media screen and (max-width: 768px) {
  .p-subcon__mv {
    padding-top: calc(200 /750*100vw);
    height: calc(543 /750*100vw);
    margin-bottom: calc(100 /750*100vw);
  }
}
.p-subcon__mv:before, .p-subcon__mv:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 543px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-subcon__mv:before, .p-subcon__mv:after {
    height: calc(540 /750*100vw);
  }
}
.p-subcon__mv:before {
  background: url(../img/common/bg_mv01.png) center top/auto no-repeat;
}
@media screen and (max-width: 768px) {
  .p-subcon__mv:before {
    background: url(../img/common/sp/bg_mv01.png) center calc(-115 /750*100vw)/100% no-repeat;
  }
}
.p-subcon__mv:after {
  background: url(../img/common/bg_mv02.png) center top/auto no-repeat;
}
@media screen and (max-width: 768px) {
  .p-subcon__mv:after {
    background: url(../img/common/sp/bg_mv02.png) center calc(-115 /750*100vw)/100% no-repeat;
  }
}
.p-subcon__mv .l-content__size-pc-1 {
  position: relative;
  z-index: 10;
}
.p-subcon__mv-ttl {
  font-size: 5rem;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  text-align: center;
  color: #19fff4;
  letter-spacing: 0.2em;
  padding-left: 0.2em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-subcon__mv-ttl {
    font-size: calc(62 /750*100vw);
  }
}
.p-subcon__mv-ttl:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: calc(50% - 25px);
  width: 50px;
  height: 1px;
  background: #19fff4;
}
@media screen and (max-width: 768px) {
  .p-subcon__mv-ttl:after {
    bottom: calc(-40 /750*100vw);
    left: calc(50% - (30 /750*100vw));
    width: calc(60 /750*100vw);
  }
}

.p-404__content {
  position: relative;
  margin-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .p-404__content {
    margin-bottom: calc(150 /750*100vw);
  }
}
.p-404__content-txt {
  font-size: 1.6rem;
  font-weight: 300;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-404__content-txt {
    font-size: calc(28 /750*100vw);
  }
}

.p-about__contents {
  position: relative;
  margin-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .p-about__contents {
    margin-bottom: calc(150 /750*100vw);
  }
}
.p-about__contents .c-contents__box {
  padding: 70px 80px;
}
@media screen and (max-width: 768px) {
  .p-about__contents .c-contents__box {
    padding: calc(80 /750*100vw) calc(40 /750*100vw);
  }
}
.p-about__contents-box + .p-about__contents-box {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .p-about__contents-box + .p-about__contents-box {
    margin-top: calc(150 /750*100vw);
  }
}
.p-about__contents-box-ttl {
  font-size: 3.2rem;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  color: #19fff4;
  letter-spacing: 0.2em;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-about__contents-box-ttl {
    font-size: calc(44 /750*100vw);
    margin-bottom: calc(60 /750*100vw);
  }
}
.p-about__contents-box-txt {
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-about__contents-box-txt {
    font-size: calc(30 /750*100vw);
  }
}
.p-about__contents-box-info {
  display: flex;
  border-bottom: 1px solid #19fff4;
  padding-block: 45px;
}
@media screen and (max-width: 768px) {
  .p-about__contents-box-info {
    display: block;
    padding-block: calc(50 /750*100vw);
  }
}
.p-about__contents-box-info:first-of-type {
  border-top: 1px solid #19fff4;
}
.p-about__contents-box-info dt {
  width: 170px;
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-about__contents-box-info dt {
    width: 100%;
    font-size: calc(32 /750*100vw);
  }
}
.p-about__contents-box-info dd {
  width: calc(100% - 170px);
  font-size: 2rem;
  font-weight: 300;
  border-left: 1px solid #19fff4;
  padding-left: 50px;
}
@media screen and (max-width: 768px) {
  .p-about__contents-box-info dd {
    width: 100%;
    font-size: calc(32 /750*100vw);
    border-left: none;
    padding-left: 0;
    margin-top: calc(40 /750*100vw);
  }
}

.p-artistArchive__contents {
  position: relative;
  margin-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .p-artistArchive__contents {
    margin-bottom: calc(150 /750*100vw);
  }
}
.p-artistArchive__contents-list {
  display: flex;
  flex-wrap: wrap;
  gap: 80px 86px;
}
@media screen and (max-width: 768px) {
  .p-artistArchive__contents-list {
    justify-content: space-between;
    gap: calc(60 /750*100vw) 0;
  }
}

.p-artist__contents {
  position: relative;
}
.p-artist__contents .c-contents__box {
  margin-block: 180px 80px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-artist__contents .c-contents__box {
    margin: calc(180 /750*100vw) calc(-40 /750*100vw) calc(120 /750*100vw);
  }
}
.p-artist__contents .c-contents__box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 360px;
  background: linear-gradient(to bottom, rgba(0, 211, 255, 0.3), rgba(0, 121, 197, 0.3)) center top/auto no-repeat;
}
@media screen and (max-width: 768px) {
  .p-artist__contents .c-contents__box:before {
    height: calc(500 /750*100vw);
  }
}
.p-artist__contents-slide-wrap {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .p-artist__contents-slide-wrap {
    margin-bottom: calc(90 /750*100vw);
    margin-inline: calc(60 /750*100vw);
  }
}
.p-artist__contents-slide-img img {
  border: 1px solid #fff;
}
.p-artist__contents-ttl {
  font-size: 4rem;
  font-weight: 500;
  text-align: center;
  position: relative;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-artist__contents-ttl {
    font-size: calc(52 /750*100vw);
    margin-bottom: calc(30 /750*100vw);
  }
}
.p-artist__contents-subttl {
  font-size: 1.8rem;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  color: #19fff4;
  letter-spacing: 0.2em;
  place-content: 0.2em;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p-artist__contents-subttl {
    font-size: calc(30 /750*100vw);
    margin-bottom: calc(40 /750*100vw);
  }
}
.p-artist__contents-name {
  font-size: 1.8rem;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.2em;
  padding-left: 0.2em;
  margin-bottom: 70px;
  text-align: center;
  color: #19fff4;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-artist__contents-name {
    font-size: calc(30 /750*100vw);
    margin-bottom: calc(90 /750*100vw);
  }
}
.p-artist__contents .splide__arrow {
  background: transparent;
  width: 50px;
  height: 50px;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .p-artist__contents .splide__arrow {
    width: calc(80 /750*100vw);
    height: calc(80 /750*100vw);
  }
}
.p-artist__contents .splide__arrow svg {
  fill: #fff;
  width: 100%;
  height: 100%;
}
.p-artist__contents .splide__arrow--prev {
  left: 154px;
}
@media screen and (max-width: 768px) {
  .p-artist__contents .splide__arrow--prev {
    left: calc(-80 /750*100vw);
  }
}
.p-artist__contents .splide__arrow--next {
  right: 154px;
}
@media screen and (max-width: 768px) {
  .p-artist__contents .splide__arrow--next {
    right: calc(-80 /750*100vw);
  }
}
.p-artist__contents-sns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  font-size: 3.2rem;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .p-artist__contents-sns {
    flex-wrap: wrap;
    gap: calc(40 /750*100vw) calc(60 /750*100vw);
    font-size: calc(64 /750*100vw);
    margin-bottom: calc(90 /750*100vw);
    line-height: 1;
  }
}
.p-artist__contents-sns .spoon {
  width: 71px;
}
@media screen and (max-width: 768px) {
  .p-artist__contents-sns .spoon {
    width: calc(142 /750*100vw);
  }
}
.p-artist__contents-sns .litlink {
  width: 88px;
}
@media screen and (max-width: 768px) {
  .p-artist__contents-sns .litlink {
    width: calc(173 /750*100vw);
  }
}
.p-artist__contents-sns i {
  color: #19fff4;
}
.p-artist__contents-sns a {
  transition: opacity 0.2s;
}
.p-artist__contents-sns a:hover {
  opacity: 0.8;
}
.p-artist__contents-profile {
  background: linear-gradient(to bottom, rgba(0, 211, 255, 0.3), rgba(0, 121, 197, 0.3)) center top/auto no-repeat;
  padding: 50px 80px;
  margin-inline: -80px;
}
@media screen and (max-width: 768px) {
  .p-artist__contents-profile {
    padding: calc(70 /750*100vw) calc(40 /750*100vw);
    margin-inline: calc(-40 /750*100vw);
  }
}
.p-artist__contents-profile-info dt {
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #19fff4;
}
@media screen and (max-width: 768px) {
  .p-artist__contents-profile-info dt {
    font-size: calc(36 /750*100vw);
    padding-bottom: calc(40 /750*100vw);
    margin-bottom: calc(40 /750*100vw);
  }
}
.p-artist__contents-profile-info dd {
  font-size: 1.8rem;
  font-weight: 300;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-artist__contents-profile-info dd {
    font-size: calc(30 /750*100vw);
    text-align: left;
  }
}
.p-artist__contents-profile-info dd p + p {
  margin-top: 1em;
}
.p-artist__contents-profile + .p-artist__contents-subttl {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .p-artist__contents-profile + .p-artist__contents-subttl {
    margin-top: calc(90 /750*100vw);
  }
}
.p-artist__contents-movie {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 42px;
}
@media screen and (max-width: 768px) {
  .p-artist__contents-movie {
    flex-direction: column;
    gap: calc(50 /750*100vw);
  }
}
.p-artist__contents-movie li {
  width: 285px;
}
@media screen and (max-width: 768px) {
  .p-artist__contents-movie li {
    width: 100%;
  }
}
.p-artist__contents-movie li img {
  border-radius: 10px;
  width: 100%;
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p-artist__contents-movie li img {
    border-radius: calc(20 /750*100vw);
    height: calc(376 /750*100vw);
  }
}
.p-artist__contents-movie li a {
  transition: opacity 0.2s;
}
.p-artist__contents-movie li a:hover {
  opacity: 0.8;
}
.p-artist__contents-movie + .p-artist__contents-voice,
.p-artist__contents-movie + .p-artist__contents-illust {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .p-artist__contents-movie + .p-artist__contents-voice,
  .p-artist__contents-movie + .p-artist__contents-illust {
    margin-top: calc(80 /750*100vw);
  }
}
.p-artist__contents-voice {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 40px;
}
@media screen and (max-width: 768px) {
  .p-artist__contents-voice {
    flex-direction: column;
    gap: calc(50 /750*100vw);
  }
}
.p-artist__contents-voice li {
  width: 450px;
}
@media screen and (max-width: 768px) {
  .p-artist__contents-voice li {
    width: 100%;
  }
}
.p-artist__contents-voice li a {
  height: 70px;
  display: flex;
  align-items: center;
  background: #19fff4;
  border-radius: 10px;
  color: #000;
  border: 2px solid #19fff4;
  padding-inline: 20px;
  font-size: 1.8rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-artist__contents-voice li a {
    height: calc(100 /750*100vw);
    border-radius: calc(20 /750*100vw);
    padding-inline: calc(30 /750*100vw);
    font-size: calc(30 /750*100vw);
  }
}
.p-artist__contents-voice li a:before {
  position: absolute;
  top: calc(50% - 20px);
  right: 20px;
  width: 40px;
  height: 40px;
  background: #000;
  border-radius: 50%;
  content: "";
}
@media screen and (max-width: 768px) {
  .p-artist__contents-voice li a:before {
    top: calc(50% - (30 /750*100vw));
    right: calc(30 /750*100vw);
    width: calc(60 /750*100vw);
    height: calc(60 /750*100vw);
  }
}
.p-artist__contents-voice li a:after {
  position: absolute;
  top: calc(50% - 9px);
  right: 28px;
  width: 24px;
  height: 18px;
  background: url(../img/artist/icon_voice.svg);
  content: "";
  filter: invert(76%) sepia(97%) saturate(393%) hue-rotate(106deg) brightness(103%) contrast(102%);
}
@media screen and (max-width: 768px) {
  .p-artist__contents-voice li a:after {
    top: calc(50% - (12 /750*100vw));
    right: calc(45 /750*100vw);
    width: calc(30 /750*100vw);
    height: calc(23 /750*100vw);
  }
}
.p-artist__contents-voice li a:hover {
  background: #000;
  color: #19fff4;
}
.p-artist__contents-voice li a:hover:before {
  background: #19fff4;
}
.p-artist__contents-voice li a:hover:after {
  filter: none;
}
.p-artist__contents-voice li a.is-play:after {
  filter: none;
  color: #19fff4;
  right: 33px;
  width: inherit;
  height: inherit;
  background: none;
  content: "\f04d";
  font-family: "Font Awesome 6 Free";
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-artist__contents-voice li a.is-play:after {
    right: calc(50 /750*100vw);
    font-size: calc(30 /750*100vw);
  }
}
.p-artist__contents-voice li a.is-play:hover:after {
  filter: none;
  color: #000;
  right: 33px;
  width: inherit;
  height: inherit;
  background: none;
  content: "\f04d";
  font-family: "Font Awesome 6 Free";
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-artist__contents-voice li a.is-play:hover:after {
    right: calc(50 /750*100vw);
    font-size: calc(30 /750*100vw);
  }
}
.p-artist__contents-voice + .p-artist__contents-illust {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .p-artist__contents-voice + .p-artist__contents-illust {
    margin-top: calc(80 /750*100vw);
  }
}
.p-artist__contents-illust {
  display: flex;
  flex-wrap: wrap;
  gap: 42px;
}
@media screen and (max-width: 768px) {
  .p-artist__contents-illust {
    justify-content: space-between;
    gap: calc(50 /750*100vw) 0;
  }
}
.p-artist__contents-illust li {
  width: 285px;
}
@media screen and (max-width: 768px) {
  .p-artist__contents-illust li {
    width: calc(310 /750*100vw);
  }
}
.p-artist__contents-illust li img {
  border-radius: 10px;
  width: 100%;
  height: 483px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p-artist__contents-illust li img {
    border-radius: calc(20 /750*100vw);
    height: calc(438 /750*100vw);
  }
}
.p-artist__contents-illust li a {
  transition: opacity 0.2s;
}
.p-artist__contents-illust li a:hover {
  opacity: 0.8;
}
.p-artist__contents .c-btn {
  margin-bottom: 150px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-artist__contents .c-btn {
    margin-bottom: calc(150 /750*100vw);
  }
}

.p-contact__contents {
  position: relative;
}
.p-contact__contents .c-contents__box {
  padding: 22px 80px 80px;
  margin-bottom: 48px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-contact__contents .c-contents__box {
    padding: calc(50 /750*100vw) calc(40 /750*100vw) calc(100 /750*100vw);
    margin: 0 calc(-40 /750*100vw) calc(150 /750*100vw);
  }
}
.p-contact__contents-table {
  margin-bottom: 60px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-contact__contents-table {
    margin-bottom: calc(60 /750*100vw);
  }
}
.p-contact__contents-table tr {
  border-bottom: 1px solid #19fff4;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-contact__contents-table tr {
    display: block;
  }
}
.p-contact__contents-table th {
  padding-block: 52px;
  padding-right: 80px;
  font-size: 1.6rem;
  font-weight: 500;
  width: 240px;
  position: relative;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p-contact__contents-table th {
    padding-block: calc(50 /750*100vw) calc(30 /750*100vw);
    padding-right: calc(100 /750*100vw);
    font-size: calc(28 /750*100vw);
    width: 100%;
    display: block;
  }
}
.p-contact__contents-table td {
  padding-block: 40px;
  width: calc(100% - 240px);
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .p-contact__contents-table td {
    padding-block: 0 calc(50 /750*100vw);
    width: 100%;
    display: block;
    font-size: calc(26 /750*100vw);
  }
}
.p-contact__contents-table td p {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.p-contact__contents-table td p:has([name*=first_name]), .p-contact__contents-table td p:has([name*=first_name_furi]) {
  justify-content: space-between;
}
.p-contact__contents-table .required {
  background: #19fff4;
  color: #000;
  font-size: 1.2rem;
  font-weight: 300;
  padding: 2px 8px;
  position: absolute;
  top: 52px;
  right: 30px;
}
@media screen and (max-width: 768px) {
  .p-contact__contents-table .required {
    font-size: calc(24 /750*100vw);
    padding: calc(6 /750*100vw) calc(16 /750*100vw);
    top: calc(50 /750*100vw);
    right: 0;
  }
}
.p-contact__contents-table input[type=text],
.p-contact__contents-table input[type=email],
.p-contact__contents-table textarea,
.p-contact__contents-table select {
  background: #fff;
  width: 100%;
  padding: 10px 20px;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .p-contact__contents-table input[type=text],
  .p-contact__contents-table input[type=email],
  .p-contact__contents-table textarea,
  .p-contact__contents-table select {
    padding: calc(14 /750*100vw) calc(30 /750*100vw);
    border-radius: calc(5 /750*100vw);
  }
}
.p-contact__contents-table select {
  padding-right: 30px;
}
@media screen and (max-width: 768px) {
  .p-contact__contents-table select {
    padding-right: calc(50 /750*100vw);
  }
}
.p-contact__contents-table input::-moz-placeholder, .p-contact__contents-table textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.2);
}
.p-contact__contents-table input::placeholder,
.p-contact__contents-table textarea::placeholder {
  color: rgba(0, 0, 0, 0.2);
}
.p-contact__contents-table textarea {
  height: 150px;
}
@media screen and (max-width: 768px) {
  .p-contact__contents-table textarea {
    height: calc(270 /750*100vw);
  }
}
.p-contact__contents-table input[type=text][name*=last_name],
.p-contact__contents-table input[type=text][name*=first_name],
.p-contact__contents-table input[type=text][name*=last_name_furi],
.p-contact__contents-table input[type=text][name*=first_name_furi] {
  width: 340px;
}
@media screen and (max-width: 768px) {
  .p-contact__contents-table input[type=text][name*=last_name],
  .p-contact__contents-table input[type=text][name*=first_name],
  .p-contact__contents-table input[type=text][name*=last_name_furi],
  .p-contact__contents-table input[type=text][name*=first_name_furi] {
    width: calc(320 /750*100vw);
  }
}
.p-contact__contents .wpcf7-form-control-wrap:has([name*=email]), .p-contact__contents .wpcf7-form-control-wrap:has([name*=phone]), .p-contact__contents .wpcf7-form-control-wrap:has([name*=detail]) {
  width: 100%;
}
.p-contact__contents .wpcf7-form-control-wrap[data-name=type] {
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-contact__contents .wpcf7-form-control-wrap[data-name=type] {
    width: 100%;
  }
}
.p-contact__contents .wpcf7-form-control-wrap[data-name=type]:before {
  position: absolute;
  top: calc(50% - 9px);
  right: 10px;
  content: "\f107";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #000;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .p-contact__contents .wpcf7-form-control-wrap[data-name=type]:before {
    right: calc(16 /750*100vw);
  }
}
.p-contact__contents .wpcf7 form .wpcf7-response-output {
  font-size: 1.4rem;
}
.p-contact__contents-ttl {
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-contact__contents-ttl {
    font-size: calc(30 /750*100vw);
    margin-bottom: calc(60 /750*100vw);
  }
}
.p-contact__contents input[type=submit] {
  width: 500px;
  height: 80px;
  border-radius: 40px;
  background: #19fff4;
  color: #000;
  font-size: 2.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-inline: auto;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .p-contact__contents input[type=submit] {
    width: 100%;
    height: calc(100 /750*100vw);
    border-radius: calc(50 /750*100vw);
    font-size: calc(34 /750*100vw);
  }
}
.p-contact__contents p:has(input[type=submit]) {
  position: relative;
  width: 500px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-contact__contents p:has(input[type=submit]) {
    width: 100%;
  }
}
.p-contact__contents p:has(input[type=submit]):before {
  position: absolute;
  top: 32px;
  left: calc(50% + 200px);
  content: "\f178";
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  font-size: 1.2rem;
  color: #000;
  transition: left 0.2s;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .p-contact__contents p:has(input[type=submit]):before {
    top: calc(34 /750*100vw);
    left: inherit;
    right: calc(50 /750*100vw);
    font-size: calc(24 /750*100vw);
    transition: right 0.2s;
  }
}
.p-contact__contents p:has(input[type=submit]):hover:before {
  left: calc(50% + 205px);
}
@media screen and (max-width: 768px) {
  .p-contact__contents p:has(input[type=submit]):hover:before {
    right: calc(40 /750*100vw);
  }
}

.p-news__contents {
  position: relative;
  margin-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .p-news__contents {
    margin-bottom: calc(150 /750*100vw);
  }
}
.p-news__contents-txt {
  font-size: 1.4rem;
}
.p-news__single {
  position: relative;
  margin-block: 180px 150px;
}
@media screen and (max-width: 768px) {
  .p-news__single {
    margin-block: calc(180 /750*100vw) calc(150 /750*100vw);
  }
}
.p-news__single .c-contents__box {
  padding: 80px 80px 30px;
}
@media screen and (max-width: 768px) {
  .p-news__single .c-contents__box {
    padding: calc(100 /750*100vw) calc(40 /750*100vw) calc(40 /750*100vw);
  }
}
.p-news__single-head {
  display: flex;
}
.p-news__single-ttl {
  font-size: 3rem;
  font-weight: 500;
  padding-bottom: 20px;
  margin-block: 20px 50px;
  border-bottom: 1px solid #19fff4;
}
@media screen and (max-width: 768px) {
  .p-news__single-ttl {
    font-size: calc(42 /750*100vw);
    padding-bottom: calc(40 /750*100vw);
    margin-block: calc(40 /750*100vw) calc(60 /750*100vw);
  }
}
.p-news__single-content {
  font-size: 1.6rem;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .p-news__single-content {
    font-size: calc(28 /750*100vw);
  }
}
.p-news__single-content .wp-block-image,
.p-news__single-content p {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .p-news__single-content .wp-block-image,
  .p-news__single-content p {
    margin-bottom: calc(60 /750*100vw);
  }
}
.p-news__single .c-btn {
  display: flex;
  justify-content: center;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-news__single .c-btn {
    margin-top: calc(100 /750*100vw);
  }
}

.p-privacy__contents {
  position: relative;
}
.p-privacy__contents .c-contents__box {
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .p-privacy__contents .c-contents__box {
    margin-bottom: calc(150 /750*100vw);
  }
}
.p-privacy__contents h2 {
  font-size: 2.8rem;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  color: #19fff4;
  letter-spacing: 0.2em;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p-privacy__contents h2 {
    font-size: calc(38 /750*100vw);
    margin-bottom: calc(50 /750*100vw);
  }
}
.p-privacy__contents p, .p-privacy__contents ol, .p-privacy__contents ul {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-privacy__contents p, .p-privacy__contents ol, .p-privacy__contents ul {
    font-size: calc(28 /750*100vw);
  }
}
.p-privacy__contents p + h2, .p-privacy__contents ol + h2, .p-privacy__contents ul + h2 {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-privacy__contents p + h2, .p-privacy__contents ol + h2, .p-privacy__contents ul + h2 {
    margin-top: calc(100 /750*100vw);
  }
}
.p-privacy__contents p + p, .p-privacy__contents p ol, .p-privacy__contents p ul {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-privacy__contents p + p, .p-privacy__contents p ol, .p-privacy__contents p ul {
    margin-top: calc(50 /750*100vw);
  }
}
.p-privacy__contents ol {
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  .p-privacy__contents ol {
    padding-left: calc(50 /750*100vw);
  }
}
.p-privacy__contents ol + p {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-privacy__contents ol + p {
    margin-top: calc(50 /750*100vw);
  }
}
.p-privacy__contents ol ul {
  list-style: circle;
}
.p-privacy__contents ul {
  list-style: disc;
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  .p-privacy__contents ul {
    padding-left: calc(50 /750*100vw);
  }
}
.p-privacy__contents ul + p {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-privacy__contents ul + p {
    margin-top: calc(50 /750*100vw);
  }
}

.u-pcInline {
  display: inline;
}

@media screen and (min-width: 769px) {
  .u-pc {
    display: block;
  }
  .u-sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .u-pcInline,
  .u-pc {
    display: none;
  }
  .u-sp {
    display: block;
  }
}