.pdp-h2 {
  font-family: var(--wp--preset--font-family--mplus);
  font-weight: 700;
  font-size: 60px;
  letter-spacing: 0.05em;
  line-height: 1.1;
  margin: 0 0 8px;
  text-align: center;
  color: var(--wp--preset--color--paper);
}

.pdp-sub {
  display: block;
  margin: 0 0 50px 0;
  font-family: var(--wp--preset--font-family--zenoldmincho);
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.3em;
  line-height: 1.5;
  color: var(--wp--preset--color--paper);
  text-align: center;
  position: relative;
}

.pdp-sub::after {
  content: "";
  display: block;
  width: 542px;
  max-width: 100%;
  margin: 40px auto 0;
  border-bottom: 1px solid var(--wp--preset--color--line-strong);
}

.wp-block-separator.is-style-pdp-white-h2,
.wp-block-separator.is-style-pdp-gray-h2 {
  width: 542px !important;
  max-width: 542px !important;
  margin: 12px auto 36px;
  border: 0;
  border-top-width: 1px;
  border-top-style: solid;
}

.wp-block-separator.is-style-pdp-white,
.wp-block-separator.is-style-pdp-gray {
  width: 100% !important;
  max-width: none !important;
  margin: 8px 0 16px;
  border: 0;
  border-top-width: 1px;
  border-top-style: solid;
}

.wp-block-separator.is-style-pdp-white-h2,
.wp-block-separator.is-style-pdp-white {
  border-top-color: var(--wp--preset--color--line-strong);
}

.wp-block-separator.is-style-pdp-gray-h2,
.wp-block-separator.is-style-pdp-gray {
  border-top-color: var(--wp--preset--color--line-light);
}

.pdp-viewmore {
  text-align: center;
  margin-top: 64px;
}

.pdp-viewmore a {
  position: relative;
  display: inline-block;
  font-family: var(--wp--preset--font-family--mplus);
  font-weight: 700;
  font-size: 20px;
  color: var(--wp--preset--color--paper);
  text-decoration: none;
  padding-bottom: 6px;
}

.pdp-viewmore a::after {
  content: "";
  position: absolute;
  left: -10px;
  bottom: 0;
  width: 135px;
  border-bottom: 1px solid var(--wp--preset--color--line-strong);
}

.pdp-viewmore a::before {
  content: "";
  position: absolute;
  right: -20px;
  bottom: 0;
  width: 10px;
  height: 1px;
  border-bottom: 1px solid var(--wp--preset--color--line-strong);
  transform: rotate(45deg);
  transform-origin: right center;
}

#pdp-video-bg { 
  position: fixed;
  inset: 0;
  z-index: -1; 
  pointer-events: none; 
}

#pdp-video-bg-media {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  background: #000;
  filter: blur(var(--pdp-video-blur, 0px));
  transform: translateZ(0);
}

#pdp-video-bg-blur { display:none; }

#pdp-video-bg-overlay {
  position: absolute;
  inset:0;
  background: rgba(0,0,0,.65);
  opacity: var(--pdp-video-dim, 1);
  pointer-events:none;
}

.page-id-36 #pdp-video-bg-overlay {
  background: rgba(255,255,255,.1);
  opacity: var(--pdp-video-dim, .8);
}

.page-id-36 #pdp-video-bg-media {
  opacity: .50;
}

.pdp-spinner {
  width: 28px; height: 28px;
  border-radius: 50%;
  border: 2px solid rgba(255,255,255,.35);
  border-top-color: #fff;
  animation: pdp-spin .8s linear infinite;
}

@keyframes pdp-spin { to { transform: rotate(360deg); } }
@media (prefers-reduced-motion: reduce) { .pdp-spinner { animation: none; } }

.pdp-video-hero:not(.is-ready) .pdp-video-hero__media {
  opacity: 0;
  visibility: hidden;
}

.pdp-video-hero.is-ready .pdp-video-hero__media {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease;
}

.pdp-video-hero__loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  opacity: 1;
  visibility: visible;
}

.pdp-video-hero.is-ready .pdp-video-hero__loader {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

#pdp-video-inline-loader {
  position: fixed;
  top: calc(env(safe-area-inset-top, 0) + 10px);
  right: calc(env(safe-area-inset-right, 0) + 12px);
  z-index: 1200;
}

.admin-bar #pdp-video-inline-loader { top: calc(env(safe-area-inset-top, 0) + 56px); }

.sp-only {
  display: none;
}

body > .wp-site-blocks,
body > header, body > main, body > footer,
body > .site, body > .pdp-wrapper { 
  position: relative;
  z-index:1; 
}

html,
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-kerning: normal;
}

@media (max-width:768px) {
  .pdp-h2 {
    font-size: 30px;
    margin: 0 0 5px;
  }

  .pdp-sub {
    font-size: var(--wp--preset--font-size--xs);
    font-weight: 700;
    margin: 0 0 60px 0;
  }

  .pdp-sub::after {
    width: 270px;
    margin: 20px auto 0;
  }

  .pdp-viewmore a {
    font-size: 11px;
  }

  .pdp-viewmore a::after {
    width: 87px;
  }

  .sp-only {
    display: block;
  }

  #pdp-video-bg-media {
    transform: translateY(0) scale(1);
    transform-origin: center center;
  }

  #pdp-video-bg-media {
    object-position: 50% 35%;
  }

  #pdp-video-bg-overlay { 
    background: rgba(0,0,0,.65); 
  }
}