@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;400;500;700&display=swap");

#container_dotlight {
  max-width: 100%;
}
.layout-Wrapper_dotlight {
  max-width: 976px;
  margin: auto;
}
.pbc-video-hero {
  margin-bottom: 0;
}
#container {
  font-family: "Noto Sans JP", sans-serif !important;
}
#container a:hover span,
#container a:hover p,
#container a:hover ul {
  font-family: "Noto Sans JP", sans-serif;
}

.mt-xl {
  margin-top: 64px;
  @media print, screen and (min-width: 641px) {
    margin-top: 120px;
  }
}

.mt-l {
  margin-top: 32px;
  @media print, screen and (min-width: 641px) {
    margin-top: 64px;
  }
}

.mt-m {
  margin-top: 24px;
  @media print, screen and (min-width: 641px) {
    margin-top: 48px;
  }
}

.mt-s {
  margin-top: 16px;
  @media print, screen and (min-width: 641px) {
    margin-top: 24px;
  }
}

@media print, screen and (max-width: 640px) {
  .image--scroll {
    overflow-x: auto;
    margin-top: 20px;
  }

  .image--scroll img {
    width: 600px;
    max-width: none;
  }
}
/********** full-bleed fixed background（このブロック内のみ） **********/

.dotlight-fixedbg {
  position: relative;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  box-sizing: border-box;
  color: #fff;
  background-image: url("/jp/lighting/shop/effect-projector/dot-light/img/fixed-bg.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
}
.dotlight-bg {
  position: relative;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  box-sizing: border-box;
  color: #fff;
  background-color: #363636;
  background-image: url("/jp/lighting/shop/effect-projector/dot-light/preset/img/bg01.webp");
  background-repeat: no-repeat;
  background-position: -120px -130px;
  background-size: 50%;
}
.dotlight-bg02 {
  position: relative;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  box-sizing: border-box;
  color: #fff;
  background-color: #363636;
  background-image: url("/jp/lighting/shop/effect-projector/dot-light/preset/img/bg02.webp");
  background-repeat: no-repeat;
  background-position: right -120px top 0;
  background-size: 50%;
}
.dotlight-bg03 {
  position: relative;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  box-sizing: border-box;
  color: #fff;
  background-color: #363636;
  background-image: url("/jp/lighting/shop/effect-projector/dot-light/preset/img/bg03.webp");
  background-repeat: no-repeat;
  background-position: left -80px top 0;
  background-size: 50%;
}
.dotlight-bg04 {
  position: relative;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  box-sizing: border-box;
  color: #fff;
  background-color: #363636;
  background-image: url("/jp/lighting/shop/effect-projector/dot-light/preset/img/bg04.webp");
  background-repeat: no-repeat;
  background-position: right -55px top -120px;
  background-size: 50%;
}
.dotlight-bg05 {
  position: relative;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  box-sizing: border-box;
  color: #fff;
  background-color: #363636;
  background-image: url("/jp/lighting/shop/effect-projector/dot-light/preset/img/bg05.webp");
  background-repeat: no-repeat;
  background-position: -120px top;
  background-size: 50%;
}
@media print, screen and (max-width: 640px) {
  .dotlight-bg {
    background-position: -30px -30px;
  }
  .dotlight-bg02 {
    background-position: right 0 top 0;
  }
  .dotlight-bg03 {
    background-position: left -30px top 0;
  }
  .dotlight-bg04 {
    background-position: right 0 top 0;
  }
  .dotlight-bg05 {
    background-position: 0 0;
  }
}
/* プリセット：セクション装飾背景（画像・位置は #anc-* ごとに指定） */
#container_dotlight .dotlight-preset-section-bg {
  background-repeat: no-repeat;
  overflow-x: visible;
}

.headline--h2 .headline__label::after {
  background-color: #fff;
}

/* Figma 467:9361 — プリセット：sticky タブ行・装飾見出し・リード・カード列間隔 */
#container_dotlight .dotlight-bg .dotlight-preset-anchor--sticky {
  position: sticky;
  top: 0;
  z-index: 5;
  margin: 0 0 48px;
  padding: 16px 0 24px;
  background-color: #363636;
}

@media print, screen and (min-width: 641px) {
  #container_dotlight .dotlight-bg .dotlight-preset-anchor--sticky {
    margin: 0 0 64px;
    padding: 24px 0 32px;
  }
}

#container_dotlight .dotlight-bg .dotlight-preset-anchor .anchor__item-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  gap: 32px 80px;
  max-width: 1280px;
  margin: 0 auto;
}

#container_dotlight .dotlight-bg .dotlight-preset-anchor .anchor__item {
  margin: 0;
}

#container_dotlight .dotlight-bg .dotlight-preset-anchor .anchor__item .link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 8px;
  border-bottom: 1px dashed #fff;
  color: #fff;
  font-size: 16px;
}

#container_dotlight .dotlight-bg .dotlight-preset-anchor .link.icon-anchor {
  padding-right: 0;
}

#container_dotlight
  .dotlight-bg
  .dotlight-preset-anchor
  .link.icon-anchor::after {
  position: static;
  transform: rotate(-90deg);
  flex-shrink: 0;
}

#container_dotlight .dotlight-bg .headline--h2 .headline__label {
  color: #fff;
  font-size: 36px;
  line-height: 1.5;
  font-weight: 100;
  padding-bottom: 16px;
}

#container_dotlight .dotlight-bg .headline--h2 .headline__label::after {
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  width: 40px;
  height: 1px;
  bottom: 0;
  background-color: #fff;
}

#container_dotlight .dotlight-bg_in .lead {
  color: #fff;
  font-size: 20px;
  line-height: 1.8;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

#container_dotlight .dotlight-bg .grid.grid--row3-pc {
  column-gap: 40px;
  row-gap: 48px;
}

#container_dotlight
  .dotlight-bg
  section.section-wrapper
  + section.section-wrapper {
  margin-top: 120px;
}

.dotlight-fixedbg a,
.dotlight-bg a {
  color: #fff;
}
#container_dotlight .link.icon-anchor::after {
  filter: brightness(0) invert(1);
}

#container_dotlight .btn__link.btn__link--fixed {
  border-color: #fff;
  color: #fff;
  background-color: transparent;
  background-image: url(/jp/common/v4/img/icon-arrow-wh.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 16px) calc(50% - 1px);
}

@media print, screen and (min-width: 48em) {
  #container_dotlight .btn__link.btn__link--fixed {
    background-size: 22px auto;
  }
}

@media screen and (max-width: 47.9375em) {
  #container_dotlight .btn {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  #container_dotlight .btn__link.btn__link--fixed {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
    padding: 14px 36px 14px 16px;
    background-position: calc(100% - 10px) 50%;
    background-size: 14px auto;
  }
}

.dotlight-fixedbg_in,
.dotlight-bg_in {
  max-width: 1280px;
  margin: auto;
  padding: 64px 24px;
  text-align: center;
}
@media print, screen and (min-width: 641px) {
  .dotlight-fixedbg_in,
  .dotlight-bg_in {
    padding: 120px 0;
  }
}
/* Figma node 467:6922 — 販売予定お知らせ */
.dotlight-sales-notice {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  padding: 24px;
  background-color: #fff;
  border-bottom: 1px solid #e8e8e8;
}
@media print, screen and (min-width: 641px) {
  .dotlight-sales-notice {
    padding: 64px;
  }
}
.dotlight-sales-notice__text {
  width: 100%;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #333;
  text-align: center;
}

/* Figma node 467:6932 — キャッチコピー */
.dotlight-catch {
  margin: 0 0;
  padding: 0;
  box-sizing: border-box;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1.25rem, 2vw + 0.75rem, 2rem);
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  text-shadow: 0 0 14px rgba(255, 255, 255, 0.75);
}

@media print, screen and (min-width: 641px) {
  .dotlight-catch {
    font-size: 32px;
    white-space: nowrap;
  }
}

#container_dotlight .headline--h4.u-tac {
  text-align: center;
}

.dotlight-img01 {
  width: 50%;
  margin: 0 auto;
  height: auto;
}
@media print, screen and (min-width: 641px) {
  .dotlight-img01 {
    width: 282px;
  }
}
.dotlight-movie {
  margin: 64px auto;
  max-width: 620px;
  @media screen and (min-width: 769px) {
    margin: 120px auto;
  }
}

/* Figma node 467:6972 — シーン画像ギャラリー（3列・16px gap） */
.dotlight-scene-gallery {
  width: 100%;
  box-sizing: border-box;
}

.dotlight-scene-gallery__row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}

.dotlight-scene-gallery__cell {
  min-width: 0;
}

.dotlight-scene-gallery__frame {
  position: relative;
  width: 100%;
  aspect-ratio: 416 / 666;
  overflow: hidden;
  background-color: #1a1a1a;
}

.dotlight-scene-gallery__frame--crop {
  overflow: hidden;
}

.dotlight-scene-gallery__img {
  display: block;
  pointer-events: none;
}

.dotlight-scene-gallery__img--cover {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* トリミング位置は Figma の数値に合わせる */
.dotlight-scene-gallery__img--pos-5 {
  position: absolute;
  width: 124.53%;
  height: 116.66%;
  left: -21.21%;
  top: -8.33%;
  max-width: none;
  object-fit: cover;
}

.dotlight-scene-gallery__cell--stack {
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.dotlight-scene-gallery__stack {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1;
  min-height: 0;
  height: 100%;
}

.dotlight-scene-gallery__frame--half {
  flex: 1 1 0;
  min-height: 0;
  aspect-ratio: auto;
  height: auto;
}

.dotlight-scene-gallery__img--pos-6 {
  position: absolute;
  width: 141.04%;
  height: 120.37%;
  left: -16.91%;
  top: 0;
  max-width: none;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .dotlight-scene-gallery__row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dotlight-scene-gallery__cell--stack {
    grid-column: 1 / -1;
    height: auto;
  }

  .dotlight-scene-gallery__stack {
    flex-direction: row;
    align-items: stretch;
    height: auto;
    aspect-ratio: unset;
  }

  .dotlight-scene-gallery__frame--half {
    flex: 1 1 0;
    min-width: 0;
    min-height: 0;
    aspect-ratio: 416 / 325;
  }
}

/* USECASE ギャラリー — 共通 */
.dotlight-usecase-gallery {
  width: 100%;
  box-sizing: border-box;
}

/* 3列：416×480・列間 16px（HTML に `dotlight-usecase-gallery--cols-3` を付与） */
#container_dotlight
  .dotlight-usecase-gallery--cols-3
  .dotlight-usecase-gallery__row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  align-items: start;
}

#container_dotlight
  .dotlight-usecase-gallery--cols-3
  .dotlight-usecase-gallery__cell {
  min-width: 0;
}

#container_dotlight
  .dotlight-usecase-gallery--cols-3
  .dotlight-usecase-gallery__frame {
  position: relative;
  width: 100%;
  aspect-ratio: 416 / 480;
  overflow: hidden;
  background-color: #1a1a1a;
}

#container_dotlight
  .dotlight-usecase-gallery--cols-3
  .dotlight-usecase-gallery__img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  #container_dotlight
    .dotlight-usecase-gallery--cols-3
    .dotlight-usecase-gallery__row {
    grid-template-columns: 1fr;
  }
}

/* 2列：ワイド枠（158:99）＋画像トリミング（HTML に `dotlight-usecase-gallery--cols-2` を付与） */
#container_dotlight .headline--h3 + .dotlight-usecase-gallery--cols-2 {
  margin-top: 24px;
}

#container_dotlight
  .dotlight-usecase-gallery--cols-2
  .dotlight-usecase-gallery__row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  align-items: start;
}

#container_dotlight
  .dotlight-usecase-gallery--cols-2
  .dotlight-usecase-gallery__cell {
  min-width: 0;
}

#container_dotlight
  .dotlight-usecase-gallery--cols-2
  .dotlight-usecase-gallery__frame {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  background-color: #1a1a1a;
}

#container_dotlight
  .dotlight-usecase-gallery--cols-2
  .dotlight-usecase-gallery__img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  #container_dotlight
    .dotlight-usecase-gallery--cols-2
    .dotlight-usecase-gallery__row {
    grid-template-columns: 1fr;
  }
}
