/*
@mixin mq-tablet {
    @media (max-width: $bp-tablet) {
        @content;
    }
}
*/
:root {
  --font-ja:
      "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", "Noto Sans JP", "Noto Sans CJK JP",
      system-ui, sans-serif;
  --font-en: helvetica, "Helvetica Neue", arial, system-ui, -apple-system, "Segoe UI", roboto, sans-serif;
  --bg: #f5f5f5;
  --text: #2c2c2c;
  --muted: #555;
}

html,
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-ja);
  line-height: 1.7;
}

main {
  min-width:100%;
}

html {
  scroll-behavior: smooth;
}

a {
  color: inherit;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd,
ul,
ol {
  margin: 0;
}

ul,
ol {
  padding: 0;
}

a {
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.wrap {
  width: min(100% - 48px, 1100px);
  margin-inline: auto;
}

#lp {
  padding-bottom: 160px;
}
#lp .sp {
  display: none;
}

.section {
  padding: 160px 0 0;
}

.block-title {
  margin-bottom: 72px;
  text-align: center;
}
.block-title h2 {
  margin: 0;
  font-weight: 200;
  font-size: 32px;
  line-height: 1.2;
  text-align: center;
}
.block-title p {
  margin: 8px 0 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  text-align: center;
  font-family: var(--font-en);
}

.hero {
  position: relative;
  width: 100%;
  min-height: 800px;
  background: url("https://wcdn.valuebooks.jp/endpaper/upload/hero-image1.jpg") center top/cover no-repeat;
}
.hero h1 {
  margin: 0;
  padding-top: 104px;
  color: #fff;
  font-size: clamp(56px, 5vw, 88px);
  font-weight: 700;
  letter-spacing: 0.01em;
}
.hero .hero-mark {
  position: absolute;
  bottom: 64px;
  right: 80px;
  width:auto !important;
}
.hero .hero-copy {
  position: absolute;
  left: 80px;
  top: 50%;
  width: 447px;
  transform: translateY(-50%);
}
.hero .hero-nav {
  position: absolute;
  top: 64px;
  right: 98px;
  display: grid;
  gap: 14px;
}
.hero .hero-nav a {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  color: #ffffff;
}

#moji {
  position: fixed;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  z-index: 999;
  top: 0;
  left: 0;
  background: #fff;
  opacity: 1;
  visibility: visible;
  animation: moji-overlay-out var(--overlay-fade-duration, 0.6s) ease forwards;
  animation-delay: var(--overlay-delay, 2000ms);
}
#moji .moji-stage {
  position: relative;
  width: min(100vw, 1440px);
  height: 100%;
  margin-inline: auto;
}
#moji .moji-item {
  position: absolute;
  left: calc(var(--x) * 1%);
  top: calc(var(--y) * 1%);
  width: calc(clamp(8px, 1.16vw, 17.6px) * var(--s, 1));
  transform: translate(-50%, -50%) rotate(calc(var(--r, 0) * 1deg));
  transform-origin: center;
  line-height: 1;
  pointer-events: none;
  opacity: 0;
  animation: moji-item-fade-in var(--item-fade-in-duration, 0.45s) ease-out var(--delay, 0ms) forwards, moji-item-fade-out var(--item-fade-out-duration, 0.45s) ease-in calc(var(--delay, 0ms) + var(--item-fade-in-duration, 0.45s) + var(--item-visible-duration, 0.35s)) forwards;
}
#moji .moji-item img {
  width: 100%;
  height: auto;
  user-select: none;
}
#moji.is-item-hold .moji-item {
  animation: moji-item-fade-in var(--item-fade-in-duration, 0.45s) ease-out var(--delay, 0ms) forwards;
}

@keyframes moji-item-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes moji-overlay-out {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes moji-item-fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
.products {
  padding-top: 110px;
}
.products .products-grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: min(6.94vw, 100px);
  row-gap: min(8.33vw, 120px);
}
.products .product.product-01 {
  margin-right: 20px;
  width: min(34vw, 500px);
}
.products .product.product-02 {
  width: min(33.33vw, 480px);
}
.products .product.product-03 {
  width: min(27vw, 400px);
}
.products .product.product-04 {
  width: min(22.22vw, 320px);
}
.products .product > .ph {
  margin-bottom: 16px;
}
.products .product .spec {
  margin: 10px 0 0;
  font-weight: 300;
  font-size: 12px;
  line-height: 1.5;
}
.products .product .label-new {
  display: inline-block;
  color: #2c2c2c;
  background: #d3edab;
  font-weight: 700;
  font-style: italic;
  font-size: 14px;
  line-height: 1.2;
  font-family: var(--font-en);
}
.products .product h2 {
  font-size: 24px;
  font-weight: 200;
}
.products .product h2 span {
  display: inline-block;
  margin-left: 8px;
  color: #2c2c2c;
  font-weight: 200;
  font-size: 11px;
}

.ph {
  position: relative;
  overflow: hidden;
  background: #d9d9d9;
}
.ph img {
  width: 100%;
  height: 100%;
  transition: opacity 0.35s ease;
}
.ph .ph-over {
  position: absolute;
  inset: 0;
  opacity: 0;
}

@media (hover: hover) and (pointer: fine) {
  .ph:hover .ph-base {
    opacity: 0;
  }
  .ph:hover .ph-over {
    opacity: 1;
  }
}
.product-tall-right {
  justify-self: end;
}

.process-rows {
  display: grid;
  gap: 16px;
  counter-reset: process-step;
  width: min(66.6vw, 960px);
}
.process-rows .process-row {
    display: flex;
    align-items: center;
    gap: min(5.5vw, 80px);
}
.process-rows .process-row img {
  justify-self: center;
  width: 100%;
  max-width: 400px;
  background: #e8e8e8;
  mix-blend-mode: multiply;
}
.process-rows .process-row h3 {
  font-weight: 200;
  font-size: 48px;
  line-height: 1.5;
}
.process-rows .process-row h3::before {
  counter-increment: process-step;
  content: counter(process-step) ". ";
  font-family: var(--font-en);
  font-weight: 300;
  font-size: 50px;
  line-height: 1.2;
}
.process-rows .process-row p {
  margin-top: 20px;
  color: #3f3f3f;
  font-weight: 300;
  font-size: 14px;
  line-height: 2;
}

.journal {
  padding-bottom: 0;
}
.journal .journal-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid #2c2c2c;
  border-bottom: 1px solid #2c2c2c;
}
.journal .journal-card {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  max-height: 480px;
  padding: 10vw 20px;
}
.journal .journal-card + .journal-card {
  border-left: 1px solid #2c2c2c;
}
.journal .journal-card img {
  width: 100%;
  max-width: 320px;
  height: auto;
}
.journal .journal-card a {
  max-width: 320px;
  margin: 8px 0 0;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.5;
}

.contact .contact-lead,
.contact .contact-mail {
  font-weight: 300;
  font-size: 14px;
  line-height: 1.8;
  text-align: center;
}
.contact .contact-row {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-top: 60px;
}
.contact .contact-row .img {
  width: 50%;
  display: flex;
  justify-content: flex-end;
  padding-right: 60px;
}
.contact .contact-row .img figure img {
  width: 320px;
}
.contact .contact-row ul {
  width: 50%;
  padding-left: 200px;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.8;
  list-style: none;
}

.about {
  padding-top: 160px;
  padding-bottom: 40px;
}
.about .about-row {
  display: grid;
  grid-template-columns: 400px 1fr;
  align-items: start;
  gap: 40px;
}
.about .about-row figure {
  margin: 0;
}
.about .about-row img {
  width: 100%;
}
.about .about-row h2 {
  font-weight: 300;
  font-size: 20px;
  line-height: 1.2;
  margin-top: 16px;
}
.about .about-row figcaption p {
  margin-top: 4px;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.5;
}
.about .about-text p {
  font-weight: 300;
  font-size: 12px;
  line-height: 2;
}
.about .about-text p + p {
  margin-top: 1em;
}

