.c-play-btn {
  position: relative;
}
.c-play-btn:hover .c-play-btn__icon::before {
  -webkit-transform: scale(1.25);
          transform: scale(1.25);
  opacity: 1;
}
.c-play-btn__icon {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}
.c-play-btn__icon:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.7;
  border-radius: 50%;
  -webkit-transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.c-play-btn__icon:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: translateX(30%);
          transform: translateX(30%);
  border-width: 5px 9px 5px 9px;
  border-style: solid;
  border-color: transparent transparent transparent #000;
  z-index: 5;
}
.c-play-btn__text {
  display: block;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 1;
  margin: 15px 0 0;
}
.c-play-btn__text a {
  text-decoration: none;
}
.c-play-btn__text a::after {
  content: "";
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.feature-tech-pack {
  position: relative;
  background-color: #fff;
  color: #000;
}
.feature-tech-pack .swiper:not(.swiper-initialized) :is(.swiper-button, .swiper-pagination) {
  display: none;
}
@media (min-width: 48.0625em) {
  .feature-tech-pack .swiper:hover .swiper-button:before {
    opacity: 1;
  }
}
.feature-tech-pack .swiper-button {
  position: absolute;
  width: 44px;
  height: 44px;
  top: 50%;
  outline: none;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 100;
  margin: auto;
}
.feature-tech-pack .swiper-button::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 28px;
  height: 28px;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-duration: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-timing-function: 0.4s;
          transition-timing-function: 0.4s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.feature-tech-pack .swiper-button::after {
  content: "";
  --size: 8px;
  --bdw: 1px;
  --clr: #000;
  display: block;
  width: var(--size);
  height: var(--size);
  border-top: var(--bdw) solid var(--clr);
  border-right: var(--bdw) solid var(--clr);
  -webkit-transition-property: border-color;
  transition-property: border-color;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.feature-tech-pack .swiper-button-prev {
  left: min(2%, 14px);
}
.feature-tech-pack .swiper-button-prev::after {
  -webkit-transform: translateX(25%) rotate(-135deg);
          transform: translateX(25%) rotate(-135deg);
}
.feature-tech-pack .swiper-button-next {
  right: min(2%, 14px);
}
.feature-tech-pack .swiper-button-next::after {
  -webkit-transform: translateX(-25%) rotate(45deg);
          transform: translateX(-25%) rotate(45deg);
}
@media (max-width: 48em) {
  .feature-tech-pack .swiper-button {
    display: none;
  }
}
@media (min-width: 48.0625em) {
  .feature-tech-pack .swiper-button::before {
    width: 32px;
    height: 32px;
  }
  .feature-tech-pack .swiper-button:hover {
    cursor: pointer;
  }
}
.feature-tech-pack .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 0;
  z-index: 100;
  bottom: 0;
}
.feature-tech-pack .swiper-pagination-bullet {
  display: block;
  width: 8px;
  height: 8px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  outline: none;
  opacity: 1;
}
.feature-tech-pack .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 12px;
}
.feature-tech-pack .swiper-pagination-bullet-active {
  background-color: #000;
}
.feature-tech-pack .swiper-pagination-fraction {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 4px;
  font-size: 0.75rem;
  background-color: rgba(255, 255, 255, 0.7);
  height: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  left: auto;
  right: 20px;
  bottom: 20px;
  padding: 5px 10px;
  border-radius: 10px;
  color: #b2b2b2;
}
.feature-tech-pack .swiper-pagination-fraction span {
  color: #000;
}

.pg-mv {
  position: relative;
  height: calc(100vh - var(--header-height));
  z-index: 1;
}
.pg-mv__screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 5;
  opacity: 0.3;
}
.pg-mv__mov {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition-property: top, height;
  transition-property: top, height;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  background-color: #000;
}
.pg-mv__mov iframe {
  max-width: unset !important;
}
.pg-mv .c-play-btn {
  position: fixed;
  right: 5%;
  bottom: 5%;
  z-index: 10;
}
.pg-mv .c-play-btn__icon {
  width: 50px;
  height: 50px;
}
.pg-mv .c-play-btn__icon::before {
  border: 1px solid #fff;
  background-color: transparent;
}
.pg-mv .c-play-btn__icon::after {
  border-color: transparent transparent transparent #fff;
}
.pg-mv .c-play-btn__text {
  color: #fff;
}

.pg-contents {
  position: relative;
  background-color: #fff;
  z-index: 2;
}

.pg-introduction {
  padding: 56px 0;
}
@media (min-width: 48.0625em) {
  .pg-introduction {
    padding: 120px 0;
  }
}
.pg-introduction__container {
  --minmax: max(calc(var(--content-min-margin, 24) * 1px), calc(var(--content-base-margin, 40) / var(--content-base-width, 1440) * 100vw));
  max-width: var(--content-max-width, 800px);
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - var(--minmax) * 2);
  text-align: center;
}
.pg-introduction__category {
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
}
.pg-introduction__title {
  font-size: 1.625rem;
  font-weight: bold;
  line-height: 1.4;
}
.pg-introduction__title:not(:first-child) {
  margin-top: 1rem;
}
@media (min-width: 48.0625em) {
  .pg-introduction__title {
    font-size: 2.5rem;
  }
}
.pg-introduction__text {
  font-size: 0.875rem;
  line-height: 2;
}
.pg-introduction__text:not(:first-child) {
  margin-top: 32px;
}
@media (min-width: 48.0625em) {
  .pg-introduction__text {
    font-size: 1rem;
  }
  .pg-introduction__text:not(:first-child) {
    margin-top: 48px;
  }
}

.pg-interview {
  position: relative;
  padding-bottom: clamp(5rem, 8.3333333333vw, 7.5rem);
}
.pg-interview__container {
  position: relative;
}
@media (max-width: 48em) {
  .pg-interview__container > * + *:not(:first-child) {
    margin-top: var(--mt, 48px);
  }
}
@media (min-width: 48.0625em) {
  .pg-interview__container {
    --minmax: max(calc(var(--content-min-margin, 24) * 1px), calc(var(--content-base-margin, 40) / var(--content-base-width, 1440) * 100vw));
    max-width: var(--content-max-width, 1200px);
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - var(--minmax) * 2);
  }
  .pg-interview__container > * + *:not(:first-child) {
    margin-top: var(--mt, 120px);
  }
}
.pg-interview__header {
  --height: 60px;
  position: absolute;
  width: 100%;
  color: #fff;
  mix-blend-mode: difference;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  --minmax: max(calc(var(--content-min-margin, 24) * 1px), calc(var(--content-base-margin, 40) / var(--content-base-width, 1440) * 100vw));
  max-width: var(--content-max-width, 1200px);
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - var(--minmax) * 2);
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  height: var(--height);
}
.pg-interview__header.is-fixed-start {
  position: fixed;
  top: var(--fixed-header-height);
  opacity: 1;
  visibility: visible;
}
.pg-interview__header.is-fixed-end {
  opacity: 0;
  visibility: hidden;
}
.pg-interview__follow-link {
  position: absolute;
  font-size: clamp(0.8125rem, 0.9722222222vw, 0.875rem);
  z-index: 500;
  padding: 20px 0;
  top: 0;
  right: 0;
  line-height: 1.3;
  height: var(--height);
  z-index: 1000;
}
.pg-interview__follow-link a {
  text-decoration: underline;
}
.pg-interview__follow-link a:hover {
  text-decoration: none;
}
@media (min-width: 48.0625em) {
  .pg-interview__follow-link {
    padding: 20px;
  }
}
.pg-interview__slider .swiper-caption {
  width: 90%;
  margin: 30px auto 0;
  font-size: 0.8125rem;
  color: #666666;
  text-align: center;
}
.pg-interview__slider[data-type="pc:none"]:not(.swiper-initialized) .swiper-wrapper, .pg-interview__slider[data-type="pc:none"].is-destroyed .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.pg-interview__content {
  --minmax: max(calc(var(--content-min-margin, 24) * 1px), calc(var(--content-base-margin, 40) / var(--content-base-width, 1440) * 100vw));
  max-width: var(--content-max-width, 720px);
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - var(--minmax) * 2);
}
@media (max-width: 48em) {
  .pg-interview__content > * + *:not(:first-child) {
    margin-top: var(--mt, 56px);
  }
}
@media (min-width: 48.0625em) {
  .pg-interview__content > * + *:not(:first-child) {
    margin-top: var(--mt, 120px);
  }
}
.pg-interview__title {
  font-size: clamp(0.9375rem, 1.1111111111vw, 1rem);
  font-weight: bold;
}
.pg-interview__title + .pg-interview__text {
  margin-top: 40px;
}
.pg-interview__text {
  font-size: clamp(0.875rem, 1.1111111111vw, 1rem);
  line-height: 2;
}
.pg-interview__text ul {
  line-height: 1.6;
  list-style: disc;
  padding-left: 24px;
}
.pg-interview__text li {
  list-style: disc;
}
.pg-interview__text li:not(:first-child) {
  margin-top: 12px;
}
.pg-interview__text p + p {
  margin-top: 2em;
}
.pg-interview__text a {
  text-decoration: underline;
}
.pg-interview__text a:hover {
  text-decoration: none;
}

.pg-product-area {
  padding: 72px 0;
  background-color: #f5f5f5;
}
.pg-product-area img {
  width: 100%;
}
.pg-product-area__inner {
  --minmax: max(calc(var(--content-min-margin, 24) * 1px), calc(var(--content-base-margin, 40) / var(--content-base-width, 1440) * 100vw));
  max-width: var(--content-max-width, 768px);
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - var(--minmax) * 2);
}
@media (min-width: 48.0625em) {
  .pg-product-area__content {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.pg-product-area__image {
  margin-bottom: 48px;
}
@media (min-width: 48.0625em) {
  .pg-product-area__image {
    width: calc((100% - 48px) / 2);
  }
}
@media (min-width: 48.0625em) {
  .pg-product-area__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 48px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.pg-product-area__notice {
  font-size: clamp(0.8125rem, 0.9722222222vw, 0.875rem);
  margin-top: 1.125rem;
}
.pg-product-area__notice a {
  text-decoration: underline;
}
.pg-product-area__notice a:hover {
  text-decoration: none;
}

.pg-credit__name {
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.2;
  margin-bottom: 12px;
}
@media (min-width: 48.0625em) {
  .pg-credit__name {
    font-size: 1.75rem;
    margin-bottom: 16px;
  }
}
.pg-credit__header {
  margin-bottom: 32px;
}
@media (max-width: 48em) {
  .pg-credit__header {
    text-align: center;
  }
}
@media (min-width: 48.0625em) {
  .pg-credit__header {
    margin-bottom: 40px;
  }
}
.pg-credit__text {
  font-size: 0.8125rem;
}
.pg-credit__text small {
  font-size: 0.625rem;
}
.pg-credit .c-fill-button {
  --w: 100%;
  --h: 3.5rem;
  --bdr: 0;
  --fz: clamp(0.8125rem, 0.9722222222vw, 0.875rem);
  position: relative;
  background-color: var(--bgc, #000);
  border: 1px solid var(--bdc, transparent);
  border-radius: var(--bdr, var(--h));
  width: var(--w, -webkit-fit-content);
  width: var(--w, -moz-fit-content);
  width: var(--w, fit-content);
  height: var(--h, clamp(3rem, 3.8888888889vw, 3.5rem));
  max-width: var(--maw, 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition-property: background-color, border-color;
  transition-property: background-color, border-color;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  font-weight: bold;
}
.pg-credit .c-fill-button :is(a, span, input) {
  display: block;
  padding: var(--py, 0.625em) var(--px, 1.125em);
  font-size: var(--fz, var(--fz15));
  color: var(--clr, #fff);
  text-decoration: none;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.pg-credit .c-fill-button :is(a, span, input)::after {
  content: "";
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.pg-credit .c-fill-button input {
  width: 100%;
  height: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: transparent;
  padding: 0;
  display: block;
  width: 100%;
}
@media (min-width: 48.0625em) {
  .pg-credit .c-fill-button {
    max-width: var(--maw, 100%);
  }
  .pg-credit .c-fill-button :is(a, span) {
    font-size: var(--fz, var(--fz16));
  }
  .pg-credit .c-fill-button:not(:is(.is-disabled, .is-waiting, .is-white)):hover {
    cursor: pointer;
    background-color: var(--bgc-h, #fff);
    border-color: var(--bdc-h, #333);
  }
  .pg-credit .c-fill-button:not(:is(.is-disabled, .is-waiting, .is-white)):hover :is(a, label, input) {
    color: var(--clr-h, #000);
  }
}
@media (max-width: 48em) {
  .pg-credit .c-fill-button > a:hover {
    color: #fff;
  }
}
@media (min-width: 48.0625em) {
  .pg-credit .c-fill-button {
    --maw: 200px;
  }
}

.pg-about {
  padding: 57px 0 80px;
}
@media (min-width: 48.0625em) {
  .pg-about {
    padding: 120px 0;
  }
}
.pg-about__inner {
  --minmax: max(calc(var(--content-min-margin, 24) * 1px), calc(var(--content-base-margin, 40) / var(--content-base-width, 1440) * 100vw));
  max-width: var(--content-max-width, 720px);
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - var(--minmax) * 2);
}
.pg-about__title {
  font-weight: bold;
  font-size: clamp(0.875rem, 1.1111111111vw, 1rem);
  line-height: 1.6;
}
.pg-about__detail {
  line-height: 2;
  font-size: clamp(0.75rem, 0.9027777778vw, 0.8125rem);
}
.pg-about__detail p {
  margin-top: clamp(1.25rem, 2.2222222222vw, 2rem);
}
.pg-about__detail a {
  text-decoration: underline;
}
.pg-about__detail a:hover {
  text-decoration: none;
}/*# sourceMappingURL=index.css.map */