/* page-members only */

@media print {
  * {
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
    color: #000000 !important;
    background-color: #FFFFFF !important;
    background-image: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  body,
  header,
  section,
  footer,
  main,
  div {
    background-color: #FFFFFF !important;
  }

  .fade-in-section {
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    transition: none !important;
  }

  #mobile-menu,
  #menu-btn {
    display: none !important;
  }

  .flex-col.lg\:flex-row,
  .flex-col.lg\:flex-row-reverse {
    flex-direction: column !important;
  }

  .lg\:w-2\/5,
  .lg\:w-3\/5 {
    width: 100% !important;
  }
}

/* ========================================
   page-members only
======================================== */

/*.members-hero-visual {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

/* PC基準：もっと下部分を表示 */
/*.members-hero-visual-inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center 20%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.13;
}

/* タブレット：今の条件 */
/*@media (min-width: 768px) and (max-width: 1279px) {
  .members-hero-visual-inner {
    top: -80px;
    background-position: center top;
  }
}

/* スマホ：もっと上を表示 */
/*@media (max-width: 767px) {
  .members-hero-visual-inner {
    top: -10px;
    background-position: center top;
  }
}