@charset "UTF-8";
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

html {
  width: 100%;
  height: auto;
  min-height: 100%;
  font-size: 16px;
  background: #000000;
}

body {
  position: relative;
  width: 100%;
  font-size: 1rem;
  font-family: century-gothic, sans-serif;
  font-weight: 400;
  line-height: 1.625;
  font-style: normal;
  color: #000000;
  background: #E4007F;
  overflow-x: hidden;
}
body.compensate-for-scrollbar {
  overflow: auto;
  overflow-x: hidden;
  margin-right: 0 !important;
}

main,
section,
article,
div {
  position: relative;
}

*,
*:before,
*:after {
  position: relative;
  box-sizing: border-box;
  scroll-behavior: unset;
}

h1, h2, h3, h4, h5, h6, p, ol, ul, li, dl, dt, dd {
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}
a:focus {
  outline: none;
}
a:focus-visible {
  border: 1px solid #FFCC01;
}

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

button {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  color: #000;
}

dt {
  font-weight: normal;
}

em {
  font-style: normal;
}

img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.dn {
  display: none;
}

.is-pc {
  display: block;
}

.is-tb {
  display: none;
}

.is-sp {
  display: none;
}

.c-list-mark {
  position: relative;
  padding-left: 1em;
}
.c-list-mark::before {
  position: absolute;
  left: 0;
  content: "・";
}

.c-kome-mark {
  position: relative;
  padding-left: 1em;
}
.c-kome-mark::before {
  position: absolute;
  left: 0;
  content: "※";
}

.c-heading {
  font-size: clamp(56px, calc(80 * var(--vw, 1vw) * 100 / 1920), 80px);
  font-family: century-gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  text-decoration: underline;
  text-transform: uppercase;
  text-align: center;
}
.c-heading--pink {
  color: #D30274;
}
.c-heading--sm {
  font-size: 34px;
}

.c-sns {
  display: flex;
  justify-content: center;
  column-gap: 19px;
}
.c-sns .item {
  width: clamp(84px, calc(104 * var(--vw, 1vw) * 100 / 1920), 104px);
}

.c-button {
  max-width: 803px;
  min-width: 600px;
  width: 60%;
  height: 86px;
  margin: 0 auto 0;
  border: 1px solid #fff;
}
.c-button--sm {
  max-width: 680px;
  min-width: 580px;
  width: 50%;
  height: 72px;
}
.c-button a {
  display: grid;
  place-content: center;
  width: 100%;
  height: 100%;
  font-family: century-gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(28px, calc(39 * var(--vw, 1vw) * 100 / 1920), 39px);
  text-align: center;
  background: #FFFFFF;
}
.c-button a::after {
  position: absolute;
  top: 50%;
  right: 4.5%;
  transform: translate(0, -50%);
  width: 16px;
  height: 18px;
  background: url(../images/shoulderpad/item/arrow-right.svg) no-repeat top left/contain;
  content: "";
}

.p-header {
  max-width: 1451px;
  width: 80%;
  margin: 0 auto 0;
  padding-top: 47px;
}
.p-header__sub {
  width: 60%;
  margin: 0 auto 0;
}
.p-header__title {
  z-index: 2;
}
.p-header__welcome {
  position: absolute;
  top: 8px;
  left: 81%;
  width: 157px;
}

.p-nav {
  position: fixed;
  top: 0;
  right: -518px;
  width: 518px;
  height: 100lvh;
  padding: 80px 0 0;
  z-index: 10;
  color: #D30274;
  background: #000000;
  transition: right 0.3s ease-in-out;
}
.p-nav.is-open {
  right: 0;
  transition: right 0.3s ease-in-out;
}
.p-nav__menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: clamp(36px, calc(45 * var(--vw, 1vw) * 100 / 1920), 45px);
  line-height: 1.6;
  font-family: century-gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.p-nav__menu a {
  text-decoration: underline;
}
.p-nav__sns {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 11px;
  margin-top: 54px;
}
.p-nav__sns .item {
  width: 56px;
}

.p-nav-button {
  position: fixed;
  top: 0;
  right: 0;
  width: clamp(80px, calc(113 * var(--vw, 1vw) * 100 / 1920), 113px);
  z-index: 12;
}
.p-nav-button__item {
  position: absolute;
  top: 0;
  left: 0;
}
.p-nav-button__item.open {
  opacity: 1;
  pointer-events: auto;
}
.p-nav-button__item.close {
  opacity: 0;
  pointer-events: none;
}
.p-nav-button.is-open .p-nav-button__item.open {
  opacity: 0;
  pointer-events: none;
}
.p-nav-button.is-open .p-nav-button__item.close {
  opacity: 1;
  pointer-events: auto;
}

.p-mainvisual {
  max-width: 1451px;
  width: 80%;
  margin: 0 auto 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 17px;
  padding-bottom: 69px;
}
.p-mainvisual__title {
  grid-column: 1/3;
  grid-row: 2/3;
  padding-top: min(487px, calc(487 * var(--vw, 1vw) * 100 / 1920));
}
.p-mainvisual__title .catch {
  position: absolute;
  top: max(-152px, calc(-152 * var(--vw, 1vw) * 100 / 1920));
  left: max(-22px, calc(-22 * var(--vw, 1vw) * 100 / 1920));
  width: min(1346px, calc(1346 * var(--vw, 1vw) * 100 / 1920));
  z-index: 2;
}
.p-mainvisual__title .catch img {
  transform: rotate(-2deg);
}
.p-mainvisual__image {
  grid-column: 1/3;
  grid-row: 1/2;
}
.p-mainvisual__intro {
  grid-column: 2/3;
  grid-row: 3/4;
  padding-left: 43px;
}
.p-mainvisual__intro .introduce {
  top: -7px;
  left: -14px;
  font-family: century-gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(20px, calc(27 * var(--vw, 1vw) * 100 / 1920), 27px);
  line-height: calc(38/27);
  line-height: 1.41;
  word-break: break-word;
}
.p-mainvisual__rate {
  grid-column: 1/2;
  grid-row: 3/4;
  display: grid;
  row-gap: 47px;
}
.p-mainvisual__rate-item {
  display: grid;
  grid-template-columns: clamp(150px, calc(205 * var(--vw, 1vw) * 100 / 1920), 250px) 1fr;
  column-gap: 10px;
}
.p-mainvisual__rate-item--fringe {
  align-items: center;
}
.p-mainvisual__rate-item .fringe {
  width: 58%;
  margin: 0 auto 0;
}
.p-mainvisual__rate-item .star-01 {
  width: 99%;
}
.p-mainvisual__rate-item .star-02 {
  top: 5%;
  width: 95%;
}
.p-mainvisual__rate-item .star-03 {
  top: 3%;
  width: 94%;
}
.p-mainvisual__rate-item .neomania {
  top: 5px;
  font-family: century-gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(12px, calc(20 * var(--vw, 1vw) * 100 / 1920), 20px);
  line-height: calc(22/20);
  text-align: center;
}
.p-mainvisual__rate-item .comment {
  font-size: clamp(20px, calc(27 * var(--vw, 1vw) * 100 / 1920), 27px);
  line-height: calc(38/27);
  font-family: century-gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.p-mainvisual__sns {
  grid-column: 1/3;
  margin-top: 72px;
}

.p-info {
  padding: 85px 0 0;
  background: #000000;
  z-index: 1;
}
.p-info__container {
  max-width: 1376px;
  width: 80%;
  margin: 0 auto 0;
  padding-bottom: 67px;
}
.p-info__copy {
  margin-top: 2.4em;
  font-family: century-gothic, sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: clamp(36px, calc(43 * var(--vw, 1vw) * 100 / 1920), 43px);
  line-height: calc(47/43);
  color: #E4007F;
}
.p-info__banner {
  margin-top: 79px;
}
.p-info__banner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 3px;
}
.p-info__banner figure {
  margin: 0;
}
.p-info__schedule {
  margin-top: 100px;
}
.p-info__schedule {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  column-gap: 42px;
}
.p-info__schedule figure {
  margin: 0;
}
.p-info__comment {
  margin-top: 3.28em;
  font-size: clamp(20px, calc(27 * var(--vw, 1vw) * 100 / 1920), 27px);
  line-height: calc(38/27);
  font-family: century-gothic, sans-serif;
  font-weight: 700;
  font-style: italic;
  color: #FFFFFF;
}
.p-info__show-detail {
  width: 100%;
  border-top: 1px solid #676667;
}
.p-info__show-detail__container > div {
  max-width: 1376px;
  width: 80%;
  margin: 0 auto 0;
  display: grid;
  grid-template-columns: 46.7% 1fr;
  column-gap: clamp(30px, calc(61 * var(--vw, 1vw) * 100 / 1920), 61px);
  row-gap: 61px;
  padding: 70px 0;
}
.p-info__show-detail__title {
  grid-column: 2/3;
  grid-row: 1/2;
  align-self: center;
  font-family: century-gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.25;
  color: #D30274;
}
.p-info__show-detail__title .title {
  font-size: clamp(48px, calc(71 * var(--vw, 1vw) * 100 / 1920), 71px);
}
.p-info__show-detail__title .sub {
  font-size: clamp(24px, calc(33 * var(--vw, 1vw) * 100 / 1920), 33px);
}
.p-info__show-detail__image {
  grid-column: 1/2;
  grid-row: 1/2;
}
.p-info__show-detail__image img {
  max-width: 468px;
  width: 100%;
  margin: 0 0 0 auto;
}
.p-info__show-detail__content {
  grid-column: 1/3;
  grid-row: 2/3;
  font-family: century-gothic, sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: clamp(20px, calc(27 * var(--vw, 1vw) * 100 / 1920), 27px);
  line-height: calc(38/27);
  color: #FFFFFF;
}
.p-info__show-detail__content p + p {
  margin-top: 1lh;
}
.p-info__show-detail__content a {
  color: #D30274;
}
.p-info__ticket-detail {
  width: 100%;
  border-top: 1px solid #676667;
}
.p-info__ticket-detail__container {
  max-width: 1376px;
  width: 80%;
  margin: 0 auto 0;
  padding: 59px 0 100px;
}
.p-info__ticket-detail__container .heading {
  font-family: century-gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(48px, calc(61 * var(--vw, 1vw) * 100 / 1920), 61px);
  line-height: 1;
  color: #D30274;
}
.p-info__ticket-detail__container .heading span {
  padding-left: 0.5em;
  font-size: 0.5em;
}
.p-info__ticket-detail__container p {
  margin-top: 1.1em;
  font-family: century-gothic, sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: clamp(20px, calc(27 * var(--vw, 1vw) * 100 / 1920), 27px);
  line-height: calc(38/27);
  color: #FFFFFF;
}
.p-info__ticket-detail__container p + .heading {
  margin-top: 1em;
}
.p-info__ticket-detail__container .list {
  margin-top: 0.8em;
  font-family: century-gothic, sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: clamp(20px, calc(27 * var(--vw, 1vw) * 100 / 1920), 27px);
  line-height: calc(38/27);
  color: #FFFFFF;
}
.p-info__ticket-detail__container .list + .heading {
  margin-top: 1em;
}
.p-info__ticket-detail__container .list li {
  position: relative;
  padding-left: 1em;
}
.p-info__ticket-detail__container .list li::before {
  position: absolute;
  left: -0.35em;
  content: "・";
}
.p-info__ticket-detail__container .list li + li {
  margin-top: 0.7em;
}
.p-info__ticket-detail__container .ticket {
  margin-top: 68px;
  color: #000000;
}
.p-info__ticket-detail__container .attention {
  max-width: 800px;
  min-width: 600px;
  width: 60%;
  margin: 1lh auto 0;
  font-size: clamp(16px, calc(22 * var(--vw, 1vw) * 100 / 1920), 22px);
  color: #FFFFFF;
}
.p-info__ticket-detail__link {
  display: grid;
  row-gap: 18px;
  margin-top: 68px;
}
.p-info__ticket-detail__link p {
  color: #000000;
}

.p-prof {
  padding: 90px 0 112px;
}
.p-prof::before {
  position: absolute;
  top: max(-153px, calc(-153 * var(--vw, 1vw) * 100 / 1920));
  left: 0;
  width: 100vw;
  height: auto;
  aspect-ratio: 192/128;
  background: url(../images/shoulderpad/background/background-prof.webp) no-repeat top center/cover;
  content: "";
  z-index: 0;
}
.p-prof__container {
  max-width: 1376px;
  width: 80%;
  margin: 0 auto 0;
  z-index: 1;
}
.p-prof__movie {
  max-width: 840px;
  width: 70%;
  margin: 60px auto 0;
  aspect-ratio: 560/315;
}
.p-prof__movie > div {
  width: 100%;
  height: 100%;
}
.p-prof__movie iframe {
  width: 100%;
  height: 100%;
}
.p-prof__content {
  margin-top: 62px;
  font-family: century-gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(20px, calc(27 * var(--vw, 1vw) * 100 / 1920), 27px);
  line-height: calc(38/27);
}
.p-prof__member {
  display: grid;
  grid-template-columns: repeat(2, 205px);
  justify-content: center;
  column-gap: clamp(25px, calc(51 * var(--vw, 1vw) * 100 / 1920), 51px);
  margin-top: 68px;
}
.p-prof__member .box .name {
  margin-top: 1.4em;
  font-family: century-gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(18px, calc(22 * var(--vw, 1vw) * 100 / 1920), 22px);
  line-height: calc(30/22);
  text-align: center;
}
.p-prof__link {
  margin-top: 69px;
}
.p-prof__rotate {
  width: 100vw;
  margin-top: 132px;
  overflow: hidden;
}
.p-prof__rotate > div {
  display: flex;
}
.p-prof__rotate > div span {
  flex-shrink: 0;
}
.p-prof__rotate > div span:nth-child(1) {
  animation: loop01 60s -30s linear infinite forwards;
}
.p-prof__rotate > div span:nth-child(2) {
  animation: loop02 60s linear infinite forwards;
}
.p-prof__rotate > div span img {
  width: fit-content;
  aspect-ratio: 3008/139;
}

@keyframes loop01 {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop02 {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
.p-works {
  padding: 89px 0 0;
  background: #000000;
  z-index: 1;
}
.p-works__container {
  width: 100%;
  padding: 61px 0 70px;
  border-bottom: 1px solid #676667;
}
.p-works__container:last-of-type {
  padding-bottom: 102px;
  border-bottom: none;
}
.p-works__inner {
  max-width: 1376px;
  width: 80%;
  margin: 0 auto 0;
}
.p-works__images > div {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: clamp(20px, calc(40 * var(--vw, 1vw) * 100 / 1920), 40px);
  row-gap: clamp(20px, calc(40 * var(--vw, 1vw) * 100 / 1920), 40px);
  margin-bottom: clamp(42px, calc(51 * var(--vw, 1vw) * 100 / 1920), 51px);
}
.p-works__image-item {
  width: calc(calc(100% - 40px) / 2);
}
.p-works__image-item figure {
	margin: 0;
}
.p-works__name {
  font-family: century-gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #FFFFFF;
  font-size: clamp(42px, calc(51 * var(--vw, 1vw) * 100 / 1920), 51px);
  line-height: 1.45;
}
.p-works__detail {
  margin-top: 0.65em;
  font-size: clamp(20px, calc(27 * var(--vw, 1vw) * 100 / 1920), 27px);
  line-height: calc(38/27);
  font-family: century-gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #FFFFFF;
}
.p-works__detail p + p {
  margin-top: 1lh;
}

.p-photo {
  padding-top: 90px;
  z-index: 1;
}
.p-photo::before {
  position: absolute;
  bottom: max(-533px, calc(-533 * var(--vw, 1vw) * 100 / 1920));
  left: 0;
  width: 100vw;
  height: auto;
  aspect-ratio: 192/128;
  background: url(../images/shoulderpad/background/background-photos.webp) no-repeat top center/cover;
  content: "";
  z-index: 0;
}
.p-photo__inner {
  max-width: 1376px;
  width: 80%;
  margin: 0 auto 0;
}
.p-photo__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: clamp(10px, calc(31 * var(--vw, 1vw) * 100 / 1920), 31px);
  row-gap: clamp(10px, calc(40 * var(--vw, 1vw) * 100 / 1920), 40px);
  margin-top: 98px;
}
.p-photo__item {
  aspect-ratio: 437/246;
  overflow: hidden;
}
.p-photo__item img {
  object-fit: cover;
  object-position: center center;
  transform: scale(1);
  transition: center center;
  transition: transform 0.2s ease-in-out;
}

.fancybox__nav {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  pointer-events: none;
}
.fancybox__nav button {
  pointer-events: auto;
}

.p-contact {
  max-width: 840px;
  width: 90%;
  margin: 98px auto 0;
  padding: 55px 0 72px;
  background: #E4007F;
  border: 1px solid #000;
  z-index: 1;
}
.p-contact__detail {
  font-family: century-gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(15px, calc(24 * var(--vw, 1vw) * 100 / 1920), 24px);
  line-height: calc(39/24);
  margin-top: 34px;
  text-align: center;
}
.p-contact__detail a {
  color: #FFCC01;
  text-decoration: underline;
}
.p-contact__sns {
  margin-top: 25px;
}

.p-footer {
  margin-top: 100px;
  padding-bottom: 10px;
}
.p-footer__logo {
  width: 130px;
  margin: 0 auto 0;
}
.p-footer__copy {
  margin-top: 95px;
  font-family: century-gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  font-size: 12px;
}
.p-footer__copy small {
  font-size: 100%;
}

.p-buy-ticket {
  display: none !important;
  position: fixed;
  bottom: min(35px, calc(35 * var(--vw, 1vw) * 100 / 1920));
  right: min(74px, calc(74 * var(--vw, 1vw) * 100 / 1920));
  z-index: 5;
  transition: opacity 0.4s ease;
  opacity: 0;
  filter: drop-shadow(0px 3px 26px rgba(0, 0, 0, 0.5));
}
.p-buy-ticket.is-show {
  opacity: 1;
  transition: opacity 0.4s ease;
}
.p-buy-ticket__item {
  width: 369px;
}
@media screen and (min-width: 769px){
  .c-sns .item {
    filter: invert(0);
    transition: filter 0.1s ease;
  }
  .c-sns .item:hover {
    filter: invert(1);
    transition: filter 0.1s ease;
  }
  .c-button a {
    filter: invert(0);
  }
  .c-button a:hover {
    filter: invert(1);
  }
  .p-nav__menu a:hover {
    text-decoration: none;
  }
  .p-nav__sns .item {
    filter: invert(0);
    transition: filter 0.1s ease;
  }
  .p-nav__sns .item:hover {
    filter: invert(1);
    transition: filter 0.1s ease;
  }
  .p-nav-button {
    opacity: 1;
    transition: opacity 0.2s ease;
  }
  .p-nav-button:hover {
    opacity: 0.7;
    transition: opacity 0.2s ease;
  }
  .p-photo__item:hover img {
    transform: scale(1.1);
    transition: transform 0.2s ease-in-out;
  }
  .p-contact__detail a:hover {
    text-decoration: none;
  }
  .p-buy-ticket__item {
    filter: brightness(1);
    transition: filter 0.2s ease;
  }
  .p-buy-ticket__item:hover {
    filter: brightness(1.2);
    transition: filter 0.2s ease;
  }
}
@media screen and (max-width: 768px){
  html {
    overflow-x: hidden;
  }
  .is-pc {
    display: none;
  }
  .is-tb {
    display: block;
  }
  .c-heading {
    font-size: 9.0678vw;
    text-align: center;
  }
  .c-heading--sm {
    font-size: 7.4676vw;
  }
  .c-sns {
    column-gap: 2.667vw;
  }
  .c-sns .item {
    width: 13.335vw;
  }
  .c-button {
    min-width: unset;
    width: 88%;
    height: 15.4686vw;
  }
  .c-button--sm {
    min-width: unset;
    width: 88%;
    height: 11.2014vw;
  }
  .c-button a {
    font-size: 4.5339vw;
  }
  .c-button a::after {
    display: none;
  }
  .p-header {
    width: 90%;
  }
  .p-header {
    padding-top: 21.336vw;
  }
  .p-header__welcome {
    top: 19.2024vw;
    width: 11.4681vw;
  }
  .p-nav {
    right: 0;
    left: 0;
    width: 100%;
    padding-top: 16.002vw;
    overflow-y: scroll;
    opacity: 0;
    pointer-events: none;
    user-select: none;
    transition: opacity 0.4s ease;
  }
  .p-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transition: opacity 0.4s ease;
  }
  .p-nav__menu {
    font-size: 6.4008vw;
  }
  .p-nav__sns {
    column-gap: 5.334vw;
    margin-top: 10.668vw;
  }
  .p-nav__sns .item {
    width: 11.7348vw;
  }
  .p-nav-button {
    width: 15.4686vw;
  }
  .p-mainvisual {
    width: 90%;
  }
  .p-mainvisual {
    grid-template-columns: 100%;
    margin-top: 2.667vw;
    padding-bottom: 13.335vw;
  }
  .p-mainvisual__title {
    grid-column: 1/2;
    padding-top: 36.5379vw;
  }
  .p-mainvisual__title .catch {
    top: -10.1346vw;
    left: 0;
    width: 100%;
  }
  .p-mainvisual__image {
    grid-column: 1/2;
  }
  .p-mainvisual__intro {
    grid-column: 1/2;
    grid-row: 3/4;
    padding-left: 0;
  }
  .p-mainvisual__intro .introduce {
    font-size: 4.2672vw;
  }
  .p-mainvisual__intro .introduce {
    top: auto;
    left: auto;
    width: 93%;
    margin: 0px auto 0;
    line-height: 1.375;
  }
  .p-mainvisual__rate {
    grid-column: 1/2;
    grid-row: 4/5;
    margin-top: 9.3345vw;
    row-gap: 9.3345vw;
    padding-top: 0;
  }
  .p-mainvisual__rate-item {
    grid-template-columns: 100%;
    column-gap: 0;
    row-gap: 1.3335vw;
  }
  .p-mainvisual__rate-item .fringe {
    width: 26.67vw;
  }
  .p-mainvisual__rate-item .star-01 {
    width: 60%;
    margin: 0 auto 0;
  }
  .p-mainvisual__rate-item .star-02 {
    top: auto;
    width: 60%;
    margin: 0 auto 0;
  }
  .p-mainvisual__rate-item .star-03 {
    top: auto;
    width: 60%;
    margin: 0 auto 0;
  }
  .p-mainvisual__rate-item .neomania {
    top: auto;
    font-size: 5.334vw;
  }
  .p-mainvisual__rate-item .comment {
    font-size: 4.2672vw;
  }
  .p-mainvisual__rate-item .comment {
    width: 80%;
    margin: 0 auto 0;
    text-align: center;
  }
  .p-mainvisual__sns {
    margin-top: 12.0015vw;
  }
  .p-info {
    padding-top: 22.6695vw;
  }
  .p-info__container {
    width: 90%;
  }
  .p-info__container {
    padding-bottom: 17.8689vw;
  }
  .p-info__copy {
    margin-top: 2em;
    font-size: 7.2009vw;
  }
  .p-info__banner {
    margin-top: 10.668vw;
  }
  .p-info__banner {
    grid-template-columns: 100%;
    row-gap: 2px;
    column-gap: 0;
  }
  .p-info__schedule {
    margin-top: 13.335vw;
  }
  .p-info__schedule {
    grid-template-columns: 100%;
    column-gap: 0;
    row-gap: 5.334vw;
  }
  .p-info__comment {
    font-size: 4.2672vw;
  }
  .p-info__comment {
    margin-top: 2em;
  }
  .p-info__show-detail__container > div {
    width: 90%;
  }
  .p-info__show-detail__container > div {
    grid-template-columns: 100%;
    column-gap: 0;
    padding: 9.3345vw 0;
    row-gap: 5.334vw;
  }
  .p-info__show-detail__title {
    grid-column: 1/2;
    grid-row: 2/3;
    text-align: center;
  }
  .p-info__show-detail__title .title {
    font-size: 7.2009vw;
  }
  .p-info__show-detail__title .sub {
    font-size: 4.0005vw;
  }
  .p-info__show-detail__image img {
    width: 60%;
    margin: 0 auto 0;
  }
  .p-info__show-detail__content {
    font-size: 4.2672vw;
  }
  .p-info__show-detail__content {
    grid-row: 3/4;
    grid-column: 1/2;
  }
  .p-info__show-detail__content a {
    text-decoration: underline;
  }
  .p-info__ticket-detail__container {
    width: 90%;
  }
  .p-info__ticket-detail__container {
    padding: 13.335vw 0 15.7353vw;
  }
  .p-info__ticket-detail__container .heading {
    font-size: 6.4008vw;
  }
  .p-info__ticket-detail__container .content {
    font-size: 4.2672vw;
  }
  .p-info__ticket-detail__container .list {
    font-size: 4.2672vw;
  }
  .p-info__ticket-detail__container .ticket {
    margin-top: 10.668vw;
  }
  .p-info__ticket-detail__container .attention {
    min-width: unset;
    width: 88%;
    font-size: 3.7338vw;
  }
  .p-info__ticket-detail__link {
    row-gap: 2.667vw;
    margin-top: 13.335vw;
  }
  .p-prof {
    padding: 22.6695vw 0 16.002vw;
  }
  .p-prof::before {
    margin-top: -2.667vw;
  }
  .p-prof__container {
    width: 90%;
  }
  .p-prof__movie {
    width: 100%;
    margin-top: 8.001vw;
  }
  .p-prof__content {
    font-size: 4.2672vw;
  }
  .p-prof__content {
    margin-top: 8.001vw;
  }
  .p-prof__member {
    grid-template-columns: repeat(2, 37.338vw);
    column-gap: 2.667vw;
    margin-top: 9.3345vw;
  }
  .p-prof__member .box .name {
    margin-top: 1em;
    font-size: 3.4671vw;
  }
  .p-prof__link {
    margin-top: 10.668vw;
  }
  .p-prof__rotate {
    height: 16.002vw;
    margin-top: 18.669vw;
  }
  .p-prof__rotate > div {
    height: 100%;
  }
  .p-prof__rotate > div span {
    height: 100%;
  }
  .p-prof__rotate > div span img {
    height: 100%;
  }
  .p-works {
    padding-top: 22.6695vw;
  }
  .p-works__container {
    padding: 8.001vw 0 10.668vw;
  }
  .p-works__container:last-of-type {
    padding-bottom: 13.6017vw;
  }
  .p-works__inner {
    width: 90%;
  }
  .p-works__images > div {
    column-gap: 5px;
    row-gap: 5px;
  }
  .p-works__image-item {
    width: calc(calc(100% - 5px) / 2);
  }
  .p-works__name {
    font-size: 6.4008vw;
  }
  .p-works__detail {
    font-size: 4.2672vw;
  }
  .p-photo {
    padding-top: 22.6695vw;
  }
  .p-photo__inner {
    width: 90%;
  }
  .p-photo__inner {
    width: 89.3445vw;
  }
  .p-photo__list {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 0.8001vw;
    row-gap: 0.8001vw;
    margin-top: 8.8011vw;
  }
  .p-contact {
    width: 89.3445vw;
    margin-top: 10.668vw;
    padding: 9.6012vw 0 13.0683vw;
  }
  .p-contact__detail {
    margin-top: 7.4676vw;
    line-height: 1.375;
  }
  .p-footer {
    margin-top: 15.7353vw;
    padding-bottom: 20px;
  }
  .p-footer__logo {
    width: 42.1386vw;
  }
  .p-footer__copy {
    font-size: 10px;
  }
  .p-buy-ticket {
    right: auto;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .p-buy-ticket__item {
    width: 63.2079vw;
  }
}
@media screen and (max-width: 480px){
  .is-sp {
    display: block;
  }
}