/* Figma SP_TOP 54:70 — FV + INTRO only. Reference width: 375px. */
@media (min-width: 320px) and (max-width: 566px){
  .philosophy-page .site-title{
    display: none;
  }
}
.sp01-fv-intro,
.sp01-fv-intro * {
  box-sizing: border-box;
}

.sp01-fv-intro {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  color: #fff;
  background: #000;
}

.sp01-fv {
  position: relative;
  height: 750px;
  overflow: hidden;
  background: linear-gradient(#b3b3b3, #4d4d4d);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sp01-fv__background {
  position: absolute;
  top: -20px;
  left: -359px;
  width: 1094px;
  height: 896px;
  max-width: none;
  object-fit: fill;
}

.sp01-fv__mark {
  position: absolute;
  top: 259px;
  width: 120px;
  height: 125px;
  max-width: none;
  object-fit: cover;
}

.sp01-fv__copy {
  position: absolute;
  top: 584px;
  left: 0;
  width: 100%;
  margin: 0;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: 1px;
  text-align: center;
  white-space: nowrap;
  text-shadow: 0 0 20px #000;
}

.sp01-fv__copy span {
  display: block;
}

.sp01-intro {
  position: relative;
  height: 403px;
  overflow: hidden;
  background: #000;
}

.sp01-intro__english {
  position: absolute;
  top: 3px;
  left: 1px;
  width: 373px;
  margin: 0;
  color: rgba(255, 255, 255, 0.2);
  font-family: Cinzel, serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 16px;
  white-space: nowrap;
}

.sp01-intro__english span {
  display: block;
}

.sp01-intro__vertical {
  position: absolute;
  top: 123px;
  left: 49.5px;
  display: flex;
  align-items: flex-start;
  gap: 24px;
}

.sp01-intro__small {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0;
}

.sp01-intro__small span,
.sp01-intro__lead span {
  display: block;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-feature-settings: "vkrn" 1, "vert" 1;
}

.sp01-intro__lead {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  width: 40px;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0;
}

@media (max-width: 374px) {
  .sp01-fv-intro {
    transform-origin: top left;
  }
}
