@charset "UTF-8";

/*
body::before{
margin-top: 137px;
}

#mv{
padding-top: 137px;
max-height: 740px;
}
*/

:root {
  --header-h: 55px;
  --footer-h: 110px;
}

#mv_outer {
  padding-top: calc(var(--header-h) - 1px);
  box-sizing: border-box;
}

/* MV fills the rest of the screen below the header */
#mv {
  min-height: calc(100vh - calc(var(--header-h) - 1px)) !important;
}

/* Footer bar: hidden on load, fixed so it overlays (no reserved space needed) */
#fixbtn .fixbtnwrap {
  bottom: calc(-1 * var(--footer-h)) !important;
  opacity: 0 !important;
  pointer-events: none !important;
  transition: bottom 0.35s ease, opacity 0.35s ease !important;
}

body.footer-visible #fixbtn .fixbtnwrap {
  bottom: 0 !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}

/*2026/07/13*/
#topReview + div .heading.block_header_1 p,
#topReview + div .heading.block_header_1 .h,
#topReview + div .contents_btn01 a,
#topReview + div .contents_btn01 a:before {
color: #fff !important;
border-color: #fff !important;
}