@charset "UTF-8";
@media (max-width: 30em) {
  .u-d-n--sp {
    display: none;
  }
}
@media (min-width: 30.0625em) and (max-width: 48em) {
  .u-d-n--tb {
    display: none;
  }
}
@media (min-width: 48.0625em) {
  .u-d-n--pc {
    display: none;
  }
}
@media (max-width: 48em) {
  .u-d-n--not-pc {
    display: none;
  }
}
@media (min-width: 30.0625em) {
  .u-d-n--not-sp {
    display: none;
  }
}
.u-d-b--sp {
  display: none;
}
@media (max-width: 30em) {
  .u-d-b--sp {
    display: block;
  }
}
.u-d-b--tb {
  display: none;
}
@media (min-width: 30.0625em) and (max-width: 48em) {
  .u-d-b--tb {
    display: block;
  }
}
.u-d-b--pc {
  display: none;
}
@media (min-width: 48.0625em) {
  .u-d-b--pc {
    display: block;
  }
}
.u-d-b--not-pc {
  display: none;
}
@media (max-width: 48em) {
  .u-d-b--not-pc {
    display: block;
  }
}
.u-d-b--not-sp {
  display: none;
}
@media (min-width: 30.0625em) {
  .u-d-b--not-sp {
    display: block;
  }
}

.feature-alyssa {
  --font-family: kozuka-gothic-pr6n, noto-sans-cjk-jp, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", sans-serif;
  --ff-en: costa, sans-serif;
  --base-clr: #53565a;
  --bg-clr-gray: #f4f4f4;
  --btn-clr: #97999b;
  font-family: var(--font-family);
  color: var(--base-clr);
  padding-bottom: 96px;
}
.feature-alyssa :where(p) {
  font-size: 13px;
}
.feature-alyssa :where(a) {
  color: var(--base-clr);
}
.feature-alyssa ul::before {
  display: none;
}
@media (min-width: 48.0625em) {
  .feature-alyssa {
    padding-bottom: 176px;
  }
}

.pg-switch-tab {
  margin: auto;
  padding-top: 56px;
  width: calc(100% - max(12px, 5.5555555556vw) * 2);
  max-width: 1280px;
}
@media (min-width: 48.0625em) {
  .pg-switch-tab {
    padding-top: 136px;
  }
}
.pg-switch-tab__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pg-switch-tab__item a {
  display: block;
  position: relative;
  padding: 8px;
}
@media (min-width: 48.0625em) {
  .pg-switch-tab__item a {
    padding: 16px 12px;
  }
}
.pg-switch-tab__item a::after, .pg-switch-tab__item a::before {
  content: "";
  display: block;
  position: absolute;
  background: var(--base-clr);
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
}
.pg-switch-tab__item a::before {
  height: 1px;
}
.pg-switch-tab__item a::after {
  height: 4px;
  opacity: 0;
  visibility: hidden;
  bottom: -1px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (min-width: 48.0625em) {
  .pg-switch-tab__item a:hover {
    opacity: 1;
  }
  .pg-switch-tab__item a:hover::after {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    opacity: 1;
    visibility: visible;
  }
}
.pg-switch-tab__item.is-current a::after {
  opacity: 1;
  visibility: visible;
}

.p-staff-roll-mv {
  position: relative;
}
.p-staff-roll-mv.is-absolute .p-staff-roll-mv__1st-view {
  position: absolute;
  top: auto;
  bottom: 0;
}
.p-staff-roll-mv__1st-view {
  position: fixed;
  left: 0;
  top: var(--top);
  width: 100%;
  height: 100lvh;
}
.p-staff-roll-mv__images img {
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}
.p-staff-roll-mv__screen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 98;
}
.p-staff-roll-mv__header {
  position: absolute;
  left: 32px;
  top: clamp(110px, 18.5vh, 230px);
  width: clamp(247px, 30.3472222222vw, 437px);
  z-index: 99;
}
@media (min-width: 48.0625em) {
  .p-staff-roll-mv__header {
    left: 120px;
  }
}
.p-staff-roll-mv__content {
  position: relative;
  width: 100%;
  margin-top: calc(100vh - 60px);
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-top: 14.8571428571%;
  padding-bottom: 12.8571428571vh;
  z-index: 99;
}
@media (min-width: 48.0625em) {
  .p-staff-roll-mv__content {
    padding-bottom: 128px;
  }
}
.p-staff-roll-mv__content p {
  color: #fff;
  line-height: 3;
  letter-spacing: 0.03em;
  font-size: 12px;
  font-weight: 500;
}
@media (min-width: 48.0625em) {
  .p-staff-roll-mv__content p {
    font-size: 16px;
  }
}
.p-staff-roll-mv__inner {
  margin-right: max(20px, 5.5555555556vw);
  width: 57.6%;
  max-width: 720px;
  margin-left: auto;
}
.p-staff-roll-mv ~ * {
  position: relative;
}

.pg-common-style {
  padding-top: 56px;
}
@media (min-width: 48.0625em) {
  .pg-common-style {
    padding-top: 176px;
  }
}
.pg-common-style__header {
  margin-bottom: 56px;
}
@media (min-width: 48.0625em) {
  .pg-common-style__header {
    margin-bottom: 80px;
  }
}
.pg-common-style__header h2 {
  width: calc(100% - max(20px, 5.5555555556vw) * 2);
  max-width: 1280px;
  margin: auto;
}
.pg-common-style__title {
  font-size: 36px;
  font-family: var(--ff-en);
  line-height: 1.3055555556;
}
.pg-common-style__title span {
  font-family: var(--font-family);
  font-size: 16px;
}
@media (max-width: 48em) {
  .pg-common-style__title span {
    display: block;
    margin-top: 12px;
  }
}
@media (min-width: 48.0625em) {
  .pg-common-style__title span {
    margin-left: 24px;
    font-size: 24px;
  }
}
@media (min-width: 48.0625em) {
  .pg-common-style__title {
    font-size: 40px;
  }
}

.pg-info {
  width: calc(100% - max(20px, 5.5555555556vw) * 2);
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}
.pg-info__text {
  font-size: 14px;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
@media (min-width: 48.0625em) {
  .pg-info__text {
    font-size: 16px;
  }
}
.pg-info__detail {
  margin-top: 36px;
  letter-spacing: 0.03em;
}
@media (min-width: 48.0625em) {
  .pg-info__detail {
    margin-top: 48px;
  }
}
.pg-info__list {
  background: var(--bg-clr-gray);
  padding: 28px;
}
@media (min-width: 48.0625em) {
  .pg-info__list {
    height: 103px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: calc((100% - 4px) / 2);
  }
  .pg-info__list:nth-of-type(2n-1):last-of-type {
    width: 100%;
  }
}
.pg-info__list p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 48.0625em) {
  .pg-info__list p {
    font-size: 15px;
  }
}
.pg-info__list p::before {
  content: "";
  background-image: url(../img/icon-check@2x.png);
  width: 27px;
  height: 20px;
  background-position: center;
  background-size: contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.pg-info__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
@media (min-width: 48.0625em) {
  .pg-info__lists {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.pg-sections {
  padding-top: 96px;
}
@media (min-width: 48.0625em) {
  .pg-sections {
    padding-top: 160px;
  }
}

.pg-section {
  padding: 32px 0 96px;
}
.pg-section:nth-of-type(2n - 1) {
  background-color: var(--bg-clr-gray);
}
@media (min-width: 48.0625em) {
  .pg-section {
    padding: 56px 0 144px;
  }
  .pg-section:nth-of-type(2n-1) .pg-styling {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .pg-section:nth-of-type(2n-1) .pg-styling__content {
    padding: 0 min(110px, 7.6388888889vw) 0 0;
  }
}
@media (min-width: 48.0625em) {
  .pg-section__inner {
    width: calc(100% - 160px);
    max-width: 1280px;
    margin: auto;
  }
}
.pg-section__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: var(--ff-en);
  line-height: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 48em) {
  .pg-section__number {
    width: calc(100% - max(20px, 5.5555555556vw) * 2);
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
  }
}
.pg-section__number p {
  font-size: clamp(16px, 1.25vw, 18px);
}
.pg-section__number p:first-of-type {
  text-transform: uppercase;
}

.pg-styling {
  padding-top: 56px;
}
@media (min-width: 48.0625em) {
  .pg-styling {
    margin-top: 80px;
    padding-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .pg-styling > div {
    width: 50%;
  }
}
.pg-styling__main {
  position: relative;
}
@media (max-width: 48em) {
  .pg-styling__main-img {
    margin-top: 30px;
  }
}
.pg-styling__header {
  position: absolute;
  top: -30px;
  left: 20px;
  width: clamp(84px, 17.5%, 112px);
  z-index: 2;
  left: 32px;
}
@media (min-width: 48.0625em) {
  .pg-styling__header {
    top: -40px;
    left: 48px;
  }
}
.pg-styling__title {
  -webkit-filter: drop-shadow(10px 10px 20px rgba(0, 0, 0, 0.08));
          filter: drop-shadow(10px 10px 20px rgba(0, 0, 0, 0.08));
}
.pg-styling__content {
  margin-top: 32px;
}
@media (min-width: 48.0625em) {
  .pg-styling__content {
    margin-top: min(128px, 8.8888888889vw);
    padding: 0 0 0 min(110px, 7.6388888889vw);
    display: grid;
    grid-template-rows: auto auto 1fr;
  }
}
.pg-styling__rich-text {
  margin-bottom: 56px;
}
.pg-styling__rich-text p {
  width: 78.6666666667%;
  margin-left: 20px;
  letter-spacing: 0.12em;
  line-height: 1.8;
}
@media (min-width: 48.0625em) {
  .pg-styling__rich-text {
    margin-bottom: 64px;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .pg-styling__rich-text p {
    font-size: 14px;
    margin-left: 0;
    width: 84.9056603774%;
  }
}
.pg-styling__sub-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
}
@media (min-width: 48.0625em) {
  .pg-styling__sub-images {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 128px;
    gap: 10px;
  }
}
.pg-styling__credit {
  margin-top: 40px;
}
@media (min-width: 48.0625em) {
  .pg-styling__credit {
    margin: 0;
    width: 84.9056603774%;
  }
}

.pg-credits {
  padding: 0 20px;
}
@media (min-width: 48.0625em) {
  .pg-credits {
    padding: 0;
  }
}

.pg-credit {
  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;
  letter-spacing: 0.12em;
}
.pg-credit__name {
  font-size: 12px;
}
@media (min-width: 48.0625em) {
  .pg-credit__name {
    font-size: 13px;
  }
}
.pg-credit__price {
  font-size: 11px;
}
@media (min-width: 48.0625em) {
  .pg-credit__price {
    font-size: 12px;
  }
}
.pg-credit p {
  line-height: 1.6;
}
.pg-credit__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.pg-credit__btn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.pg-credit__btn .c-buy-btn {
  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;
  height: 28px;
  padding: 0 8px;
  background-color: var(--btn-clr);
  color: #fff;
  width: 56px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (min-width: 48.0625em) {
  .pg-credit__btn .c-buy-btn:hover {
    background-color: var(--base-clr);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
}
.pg-credit:not(:last-of-type) {
  margin-bottom: 16px;
}
.pg-credit.is-coming-soon .c-buy-btn {
  display: none;
}
.pg-credit.is-coming-soon .pg-credit__btn::after {
  content: attr(data-content);
}

.pg-lineup {
  width: calc(100% - max(20px, 5.5555555556vw) * 2);
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}
.pg-lineup__blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
}
.pg-lineup__block {
  width: calc((100% - 12px) / 2);
  background-color: var(--bg-clr-gray);
}
@media (min-width: 48.0625em) {
  .pg-lineup__block {
    width: calc((100% - 36px) / 4);
  }
}
.pg-lineup__credit {
  padding: 20px 0 24px;
}
@media (min-width: 48.0625em) {
  .pg-lineup__credit {
    padding: 20px 0 40px;
  }
}
.pg-lineup__credit-detail {
  padding: 0 20px;
  letter-spacing: 0.12em;
}
@media (min-width: 48.0625em) {
  .pg-lineup__credit-detail {
    padding: 0 32px;
  }
}
.pg-lineup__credit-name {
  font-size: 12px;
  margin-bottom: 8px;
  line-height: 1.4;
}
@media (min-width: 48.0625em) {
  .pg-lineup__credit-name {
    font-size: 13px;
  }
}
.pg-lineup__credit-id {
  font-size: 10px;
  color: #97999B;
  margin-bottom: 16px;
}
.pg-lineup__credit-price {
  font-size: 11px;
}
@media (min-width: 48.0625em) {
  .pg-lineup__credit-price {
    font-size: 12px;
  }
  .pg-lineup__credit-price small {
    font-size: 11px;
  }
}
.pg-lineup__slider .swiper-pagination span.swiper-pagination-bullet {
  width: 4px;
  height: 4px;
  background-color: #BABBBD;
  margin: 0 5px;
}
.pg-lineup__slider .swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 6px;
  height: 6px;
  background: var(--base-clr);
}
.pg-lineup__slider .swiper-pagination.swiper-pagination-clickable, .pg-lineup__slider .swiper-pagination.swiper-pagination-bullets {
  bottom: 8px;
  text-align: left;
  padding: 0 15px;
}
@media (min-width: 48.0625em) {
  .pg-lineup__slider .swiper-pagination.swiper-pagination-clickable, .pg-lineup__slider .swiper-pagination.swiper-pagination-bullets {
    padding: 0 27px;
  }
}
@media (min-width: 48.0625em) {
  .pg-lineup a {
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
  }
  .pg-lineup a:hover {
    opacity: 0.7;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
  }
}

.pg-section.is-animated .js-fadein-first {
  opacity: 1;
  visibility: visible;
}

.pg-anchor-banner {
  padding-bottom: 80px;
  max-width: 700px;
  width: calc(100% - max(20px, 5.5555555556vw) * 2);
  margin: auto;
}

.js-fadein-first, .js-fadein-center {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 1.2s ease var(--delay, 0s);
  transition: all 1.2s ease var(--delay, 0s);
}
.js-fadein-first.is-animated, .js-fadein-center.is-animated {
  opacity: 1;
  visibility: visible;
}

.pg-switch-content {
  display: none;
}
.pg-switch-content.is-current {
  display: block;
}