/* v6〜v7で生成した光・葉影・紙テクスチャのURLだけを担当する。 */
/* assets直下配置により、フォルダ外参照なしでimages配下を参照する。 */

.concept,
.profile,
.menu,
.flow,
.shutter-message,
.contact-letter {
  background-image: url("images/paper-washi.webp");
}

.theme-paper {
  background-image: url("images/paper-washi.webp");
}

.concept::before,
.chapter-leaf-shadow,
.chapter-gallery::after {
  background-image: url("images/leaf-shadow-01.webp");
}

.concept::after,
.chapter-leaf-shadow--two,
.contact-leaf-shadow {
  background-image: url("images/leaf-shadow-02.webp");
}

.profile::before {
  background-image: url("images/leaf-shadow-01.webp"), url("images/leaf-shadow-02.webp");
}

.menu::before {
  background-image: url("images/leaf-shadow-02.webp"), url("images/leaf-shadow-01.webp");
}

.flow::before {
  background-image: url("images/leaf-shadow-01.webp"), url("images/leaf-shadow-02.webp");
}

.chapter-sun-pool {
  background-image: url("images/sun-pool-01.webp");
}

.section-light-pass,
.profile::after,
.menu::after,
.flow::after,
.night-lamp-glow {
  background-image: url("images/light-window-pass-v9.webp");
}

.gallery-light-pass {
  background-image: url("images/light-window-pass-alpha-v11.webp");
}

.section-light-pass--flow {
  background-image: url("images/light-prism-pass-v9.webp");
}

.photo-glow {
  background-image: url("images/light-prism-pass-alpha-v11.webp");
}

.photo-window-reflection {
  background-image: url("images/light-window-pass-alpha-v11.webp");
}

.shutter-button::before,
.contact-button::before {
  background-image: url("images/light-prism-pass-alpha-v11.webp");
}

.menu-card::after {
  background-image: url("images/light-menu-pass-v10.webp");
}

.shutter-button::after,
.contact-button::after {
  background-image: url("images/light-window-pass-alpha-v11.webp");
}

.contact-tape {
  background-image: url("images/paper-washi.webp");
}

.chapter-sun-pool--two {
  background-image: url("images/sun-pool-02.webp");
}

.chapter-night-bokeh,
.contact-bokeh-field i {
  background-image: url("images/bokeh-large.webp");
}

.chapter-gallery .photo-window,
.concept-still-frame {
  background-image: url("images/paper-mat.webp");
}

.chapter-gallery::before {
  background-image: url("images/paper-washi.webp");
}
