@charset "UTF-8";
/*
---------------------------------------------------------------------------------------------------------------------
ページ　ヘッダー
---------------------------------------------------------------------------------------------------------------------
*/
.pege-header {
  position: relative;
  overflow: hidden;
  color: #fff;
  padding: 10px 0 0; }
  @media screen and (min-width: 768px) {
    .pege-header {
      padding: 60px 0 0; } }
  @media screen and (min-width: 1200px) {
    .pege-header {
      padding: 80px 0 0; } }
  .pege-header::before {
    content: "";
    position: absolute;
    left: -120px;
    top: 120px;
    width: 360px;
    height: 360px;
    background: #e6007e;
    filter: blur(120px);
    opacity: .45;
    border-radius: 50%;
    pointer-events: none; }
  .pege-header::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle, rgba(230, 0, 126, 0.35) 1px, transparent 1px);
    background-size: 8px 8px;
    opacity: 0.18;
    pointer-events: none; }
  .pege-header__inner {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column-reverse; }
    @media screen and (min-width: 768px) {
      .pege-header__inner {
        align-items: center;
        min-height: 720px;
        flex-direction: row;
        padding-left: 4%; } }
  .pege-header__content {
    position: relative;
    z-index: 10;
    padding: 5%; }
    @media screen and (min-width: 768px) {
      .pege-header__content {
        width: 55%;
        padding: 0; } }
    @media screen and (min-width: 1200px) {
      .pege-header__content {
        padding-left: calc((100vw - 1240px) / 2); } }
  .pege-header__label {
    color: #e6007e;
    font-size: 0.7em;
    font-weight: 700;
    margin: 0 0 16px; }
    @media screen and (min-width: 768px) {
      .pege-header__label {
        font-size: 0.8em; } }
  .pege-header__title {
    font-size: 3.2em;
    font-weight: 400;
    line-height: 0.9em;
    letter-spacing: -0.02em;
    text-shadow: 0 0 32px rgba(230, 0, 126, 0.35); }
    @media screen and (min-width: 768px) {
      .pege-header__title {
        font-size: 6em; } }
    @media screen and (min-width: 1200px) {
      .pege-header__title {
        font-size: 9em; } }
    .pege-header__title.long {
      font-size: 2.5em; }
      @media screen and (min-width: 768px) {
        .pege-header__title.long {
          font-size: 4em; } }
      @media screen and (min-width: 1200px) {
        .pege-header__title.long {
          font-size: 7em; } }
  .pege-header__copy {
    font-family: "Cormorant Garamond", serif;
    font-feature-settings: "palt";
    font-size: 6.4vw;
    letter-spacing: 0.12em;
    line-height: 1.6em;
    color: #e6007e;
    margin: 20px 0 0; }
    @media screen and (min-width: 768px) {
      .pege-header__copy {
        font-size: 1.6em; } }
    @media screen and (min-width: 1200px) {
      .pege-header__copy {
        font-size: 2em;
        margin: 30px 0 0; } }
  .pege-header__text {
    font-size: 0.85em;
    line-height: 2.2em;
    color: #fff;
    margin: 22px 0 0; }
    @media screen and (min-width: 1024px) {
      .pege-header__text {
        font-size: 1.0em; } }
  .pege-header__visual {
    position: relative;
    margin-top: 48px;
    width: calc(100% + 24px);
    margin-right: -24px;
    overflow: hidden; }
    @media screen and (min-width: 768px) {
      .pege-header__visual {
        position: absolute;
        right: 0;
        top: 0;
        width: 46%;
        height: 100%;
        margin-top: 0;
        margin-right: 0; } }
    .pege-header__visual::before {
      content: "";
      position: absolute;
      inset: 0;
      background: -webkit-linear-gradient(top left, rgba(230, 0, 126, 0.7), rgba(0, 0, 0, 0.2));
      background: -o-linear-gradient(top left, rgba(230, 0, 126, 0.7), rgba(0, 0, 0, 0.2));
      background: linear-gradient(to bottom right, rgba(230, 0, 126, 0.7), rgba(0, 0, 0, 0.2));
      mix-blend-mode: screen;
      z-index: 1; }
    .pege-header__visual::after {
      content: "";
      position: absolute;
      inset: 0;
      background: -webkit-linear-gradient(left, #000 0%, rgba(5, 5, 5, 0.75) 12%, rgba(5, 5, 5, 0) 28%);
      background: -o-linear-gradient(left, #000 0%, rgba(5, 5, 5, 0.75) 12%, rgba(5, 5, 5, 0) 28%);
      background: linear-gradient(to right, #000 0%, rgba(5, 5, 5, 0.75) 12%, rgba(5, 5, 5, 0) 28%);
      z-index: 2; }
    .pege-header__visual img {
      display: block;
      width: 100%;
      height: 250px;
      object-fit: cover;
      filter: grayscale(100%);
      opacity: 0.8; }
      @media screen and (min-width: 768px) {
        .pege-header__visual img {
          height: 100%;
          min-height: 720px; } }

.pagenav {
  background-color: #0a0a0a; }
  .pagenav.faq {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
  .pagenav ul {
    display: flex;
    min-width: max-content;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 5%; }
  .pagenav li a {
    display: block;
    padding: 16px 20px;
    color: rgba(255, 255, 255, 0.45);
    font-size: 0.9em;
    font-weight: 700;
    border-bottom: 2px solid transparent;
    transition: color 0.3s, border-color 0.3s; }
    @media (min-width: 768px) {
      .pagenav li a {
        padding: 22px 32px;
        font-size: 1.0em; } }
    .pagenav li a:hover {
      color: #fff;
      border-bottom-color: #e6007e; }
