@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans:400,700|Dela+Gothic+One:400|Inter:400");


.screen textarea:focus,
.screen input:focus {
  outline: none;
}

.screen * {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}

.screen div {
  -webkit-text-size-adjust: none;
}

.screen a {
  display: contents;
  text-decoration: none;
}

.container-center-horizontal {
  display: flex;
  flex-direction: row;
  justify-content: center;
  pointer-events: none;
  width: 100%;
}

.container-center-horizontal > * {
  flex-shrink: 0;
  pointer-events: auto;
}

.overlay-base {
  display: none;
  height: 100%;
  opacity: 0;
  position: fixed;
  top: 0;
  width: 100%;
}

.overlay-base.animate-appear {
  align-items: center;
  animation: reveal 0.3s ease-in-out 1 normal forwards;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
}

.overlay-base.animate-disappear {
  animation: reveal 0.3s ease-in-out 1 reverse forwards;
  display: block;
  opacity: 1;
  pointer-events: none;
}

.overlay-base.animate-disappear * {
  pointer-events: none;
}

@keyframes reveal {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.valign-text-middle {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hidden,
.hidden * {
  pointer-events: none;
  visibility: hidden;
}

* {
  box-sizing: border-box;
}

.c106 {
  background-color: transparent;
  letter-spacing: 0.00px;
  line-height: normal;
  position: absolute;
  text-align: center;
  width: auto;
}

.group {
  background-color: transparent;
  position: absolute;
}

.text_label {
  background-color: transparent;
  letter-spacing: 0.00px;
  line-height: normal;
}
/* === Responsive gate (BP=1024, single source of truth) === */
.screen.pcu95lp-all-breakpoints { display: none; }
.screen.spu95lp { display: block; }

@media screen and (min-width: 1024px) {
  .screen.pcu95lp-all-breakpoints { display: block !important; }
  .screen.spu95lp { display: none !important; }
}

/* はみ出し防止（既にあれば重複不要） */
html, body { overflow-x: hidden; }
:root{
  --z-agegate: 5000;   /* 年齢確認(最前面) */
  --z-nav:     4000;   /* ナビ(バーガー/X) */
  --z-overlay: 3000;   /* SPメニュー(パネル/背景) */
}
/* PC/SP ともに “固定” をやめて “絶対配置＋中央寄せ” に統一 */
.pcu95lp-all-breakpoints .section-nav-uH70Ty,
.spu95lp .section-nav-57trzJ{
  position: absolute !important;
  top: 0; left: 50% !important;
  transform: translate3d(-50%, var(--nav-y, 0), 0) !important;
  will-change: transform;
  height: 64px !important;
  z-index: 4000 !important;
}
.pcu95lp-all-breakpoints .section-nav-uH70Ty,
.spu95lp .section-nav-57trzJ{
  transform: translate3d(-50%, var(--nav-y, 0), 0) !important;
  will-change: transform;
  backface-visibility: hidden;
  contain: layout paint; /* ナビ自体の再レイアウトを局所化 */
}

:root{ --nav-y: 0px; }

/* PC/SPナビは必ず --nav-y を使って動かす（固定に見せる） */
.pcu95lp-all-breakpoints .section-nav-uH70Ty,
.spu95lp .section-nav-57trzJ{
  position: absolute !important;
  left: 50% !important;
  top: 0 !important;
  transform: translate3d(-50%, var(--nav-y), 0) !important;

  /* 揺れ対策（補間禁止＆レイヤー安定） */
  transition: none !important;
  will-change: transform;
  contain: layout paint style;
  backface-visibility: hidden;
}
