@import "/css/style.css";

h2 {
  font-size: 2.5em;
  margin: 0 0 24px 0;
}

.hero {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100vh;
  background: url(/img/kv.jpg) no-repeat center/cover;
}

.hero .key {
  margin-left: max(var(--gutter), (100vw - 910px) / 2);
  color: white;
  width: 205px;
}

.hero .key-copy {
  margin-top: 20px;
  font-size: 12px;
}

.main-copy {
  margin-top: 15px;
  font-size: 16px;
  line-height: 2;
}

.temple-flow {
  display: flex;
  flex-direction: column;
  gap: 96px;
  margin-top: 60px;
}

.temple {
  background: #070B1E;
  color: white;
}

.temple .kv {
  width: 100%;
  height: 540px;
  object-fit: cover;
}

.temple .action {
  margin-top: 40px;
  height: 40px;
  width: 200px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: var(--primary);
  font-family: var(--serif);
  padding: 6px 12px;
  box-sizing: border-box;
}

.temple .layout {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

.temple .main {
  display: flex;
  gap: 45px;
}

.temple .body {
  max-width: 320px;
}

.temple .kanji {
  font-family: var(--mincho);
  writing-mode: vertical-rl;
  font-size: 24px;
  letter-spacing: 0.5em;
}

.temple .heading-set {
  margin-bottom: 15px;
}

.temple .name {
  font-size: 16px;
  font-family: var(--serif);
}

.temple .sholder {
  color: var(--primary);
  font-size: 16px;
  font-family: var(--serif);
  margin-top: 6px;
}

.temple .sholder:lang(ja) {
  font-family: var(--mincho);
}

.temple .copy {
  line-height: 2;
}

.temple .visual {
  margin-top: -100px;
}

@media screen and (max-width: 960px) {
  .temple .visual {
    display: none;
  }
}

.gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 150px;
}

.gallery .shot {
  display: block;
  width: 100%;
  height: auto;
}

.bottom {
  padding-top: 160px;
  padding-bottom: 80px;
}

.bottom .profile {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 600px;
  margin: auto;
  gap: 40px;
}

.bottom .profile .portrait {
  border-radius: 50%;
  background: black;
}
