@charset "utf-8";

/* ## l-wrapper */
.l-wrapper {
  padding-top: var(--c-header-height);
}

/* ## l-container */
.l-container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0.0001px;
}

/* ## l-header */
.l-header {
  position: fixed;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 300px;
}
@media (max-width: 768px) {
  .l-header {
    height: 100px;
  }
}

/* ## l-footer */
.l-footer {
}

/* ステータスバー透過防止 */
/* .l-safari-status-bars {
  position: fixed;
  top: 0;
  pointer-events: none;
  height: 5px;
  width: 100%;
  background-color: var(--white);
  mix-blend-mode: lighten;
} */

/* タブバー透過防止 */
/* .l-safari-tab-bars {
  position: fixed;
  bottom: 0;
  pointer-events: none;
  height: 4px;
  width: 100%;
  background-color: var(--white);
  mix-blend-mode: lighten;
} */
