:root {
  --black: #050505;
  --ink: #17130f;
  --paper: #eee8de;
  --gold: #b49a68;
  --white: #fffaf0;
}
* {
  box-sizing: border-box
}
html {
  scroll-behavior: smooth
}
body {
  margin: 0;
  background: var(--black);
  color: var(--ink);
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  letter-spacing: .08em;
  line-height: 2.15
}
img {
  display: block;
  max-width: 100%;
  height: auto
}
.grain {
  position: fixed;
  inset: 0;
  z-index: 100;
  pointer-events: none;
  opacity: .18;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 220 220' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='220' height='220' filter='url(%23n)' opacity='.35'/%3E%3C/svg%3E")
}
.hero {
  position: relative;
  min-height: 95svh;
  overflow: hidden;
  background: #000;
  color: var(--white)
}
.hero__slider, .hero__slide, .hero__shade {
  position: absolute;
  inset: 0
}
.hero__slide {
  background-size: cover;
  background-position: center;
  opacity: 0;
  transform: scale(1.08);
  transition: opacity 2s ease, transform 7s ease;
  will-change: opacity, transform
}
.hero__slide.is-active {
  opacity: 1;
  transform: scale(1)
}
.hero__shade {
  z-index: 1;
  background: linear-gradient(90deg, rgba(0, 0, 0, .9) 0%, rgba(0, 0, 0, .62) 33%, rgba(0, 0, 0, .18) 65%, rgba(0, 0, 0, .58) 100%), linear-gradient(0deg, rgba(0, 0, 0, .36), rgba(0, 0, 0, .06) 38%)
}
.hero__content {
  position: relative;
  z-index: 2;
  width: 90%;
  margin: auto;
  padding-top: 8vh
}
.hero__logo {
  width: 130px;
  margin: 0 0 14vh
}
.hero__logo img {
  filter: brightness(0) invert(1);
  opacity: .94
}
.hero__copy {
  font-size: 40px;
  line-height: 1.75;
  letter-spacing: .16em;
  text-shadow: 0 8px 34px rgba(0, 0, 0, .72)
}
.scroll {
  position: absolute;
  z-index: 3;
  left: 8.5vw;
  bottom: 8vh;
  color: var(--white);
  text-decoration: none;
  text-align: center;
  font-family: "Cormorant Garamond", serif;
  letter-spacing: .22em;
  font-size: .82rem
}
.scroll span {
  display: block;
  width: 1px;
  height: 72px;
  margin: 0 auto 18px;
  background: linear-gradient(var(--white), transparent);
  animation: line 2.4s ease-in-out infinite
}
.scroll i {
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--white);
  margin: 10px auto 0
}
@keyframes line {
  0%, 100% {
    transform: scaleY(.45);
    transform-origin: top
  }
  50% {
    transform: scaleY(1)
  }
}
.concept {
  position: relative;
  background: var(--paper);
  padding: 86px 0 100px;
  overflow: hidden;
  background-image: radial-gradient(rgba(80, 60, 35, .08) 1px, transparent 1px);
  background-size: 6px 6px
}
.concept__inner {
  width: min(1300px, 86vw);
  margin: auto;
  display: grid;
  grid-template-columns: 1fr .92fr;
  gap: min(10vw, 110px);
  align-items: center
}
.concept__text {
  font-size: 20px;
}
.concept__text p {
  margin: 0 0 2.1em
}
.concept__photo {
  margin: 0;
  aspect-ratio: 4/5;
  overflow: hidden;
  box-shadow: 0 28px 70px rgba(0, 0, 0, .2)
}
.concept__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 1.8s cubic-bezier(.19, 1, .22, 1)
}
.concept__photo:hover img {
  transform: scale(1.05)
}
.vertical-text {
  position: absolute;
  right: 4vw;
  top: 35%;
  writing-mode: vertical-rl;
  font-family: "Cormorant Garamond", serif;
  letter-spacing: .24em;
  color: rgba(23, 19, 15, .55);
  font-size: .9rem
}
.brush {
  position: absolute;
  right: 0;
  bottom: 4%;
  width: 38vw;
  height: 20vw;
  opacity: .16;
  background: linear-gradient(155deg, transparent 35%, #6f695f 36%, transparent 42%, #6f695f 45%, transparent 54%);
  transform: rotate(-10deg)
}


.gallery__item {
  margin: 0;
  overflow: hidden;
  min-height: 150px
}
.gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.9) contrast(1.02);
  transition: transform 2s cubic-bezier(.19, 1, .22, 1), filter 1s
}
.gallery__item:hover img {
  transform: scale(1.06);
  filter: saturate(1.02)
}
.gallery__item--small img {
  object-position: center
}
.gallery__item--wide img {
  object-position: center
}
.info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 5%;
  background: radial-gradient(circle at 10% 50%, rgba(180, 154, 104, .12), transparent 34%), #050505
}
.info__logo {
  width: 170px;
  margin-bottom: 34px;
  filter: brightness(0) invert(1);
  opacity: .9
}
.info dl {
  margin: 0
}
.info div {
  display: grid;
  grid-template-columns: 5.5em 1fr;
  gap: 1em;
  margin: 0;
  color: rgba(255, 250, 240, .72);
  font-size: 18px
}
.info dt {
  color: var(--gold);
  font-weight: 400
}
.info dd {
  margin: 0
}
.js-fade, .js-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 1.2s ease, transform 1.2s cubic-bezier(.19, 1, .22, 1)
}
.is-visible {
  opacity: 1;
  transform: none
}
.js-delay-1 {
  transition-delay: .18s
}
.js-delay-2 {
  transition-delay: .36s
}
.js-delay-3 {
  transition-delay: .54s
}
@media (max-width:900px) {
  .hero__content {
    padding-top: 6vh
  }
  .hero__logo {
    width: 100px;
    margin-bottom: 17vh
  }
  .hero__copy {
    font-size: 2rem
  }
  .scroll {
    left: 7vw;
    bottom: 5vh
  }
  .concept {
    padding: 62px 0 74px
  }
  .concept__inner {
    grid-template-columns: 1fr;
    gap: 44px
  }
  .concept__photo {
    width: 86%;
    margin-left: auto
  }
  .vertical-text {
    display: none
  }
  .gallery {
    grid-template-columns: 1fr 1fr
  }
  .gallery__item {
    min-height: 250px
  }
  .info {
    grid-column: 1/-1;
    padding: 44px 7vw
  }
  .info__logo {
    width: 140px
  }
  .info div {
    grid-template-columns: 1fr;
    gap: .15em
  }
}
@media (max-width:560px) {
  body {
    letter-spacing: .05em;
    line-height: 2
  }
  .hero__shade {
    background: linear-gradient(90deg, rgba(0, 0, 0, .86), rgba(0, 0, 0, .32)), linear-gradient(0deg, rgba(0, 0, 0, .45), transparent)
  }
  .hero__content {
    width: 84vw
  }
  .hero__logo {
    width: 88px
  }
  .hero__copy {
    font-size: 1.65rem;
    letter-spacing: .12em
  }
  .concept__text {
    font-size: .88rem
  }
  .gallery {
    display: block
  }
  .gallery__item {
    height: 230px;
    min-height: auto
  }
  .gallery__item--small {
    height: 300px
  }
}
/* TOPICS CMS */

.topics-strip {
  background: #050505;
  color: var(--white);
  border-top: 1px solid rgba(180, 154, 104, .22);
  border-bottom: 1px solid rgba(180, 154, 104, .18);
  padding: 22px 0
}
.topics-strip__inner {
  width: 90%;
  margin: auto;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 72px;
  align-items: center
}
.topics-strip h2 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: .24em;
  color: var(--gold)
}
.topics-strip__link {
  min-width: 0;
  display: grid;
  grid-template-columns: 7.5em 1fr;
  gap: 72px;
  align-items: center;
  color: rgba(255, 250, 240, .82);
  text-decoration: none;
  transition: opacity .35s ease
}
.topics-strip__link:hover {
  opacity: .68
}
.topics-strip time {
    font-family: "Cormorant Garamond", serif;
    color: rgba(180, 154, 104, .9);
    letter-spacing: .14em;
    font-size: 21px;
}
.topics-strip__link span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px
}
.topics-strip__archive {
  color: rgba(255, 250, 240, .62);
  font-family: "Cormorant Garamond", serif;
  letter-spacing: .18em;
  text-decoration: none;
  font-size: 20px;
}
.topics-strip__empty {
  margin: 0;
  color: rgba(255, 250, 240, .55);
  font-size: .9rem
}
.page-hero {
  min-height: 360px;
  background: linear-gradient(90deg, rgba(0, 0, 0, .86), rgba(0, 0, 0, .45)), url('../img/main.jpg') center/cover;
  color: var(--white);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 70px 24px
}
.page-hero__logo {
  width: 120px;
  margin-bottom: 44px
}
.page-hero__logo img {
  filter: brightness(0) invert(1)
}
.page-hero p {
  margin: 0 0 10px;
  font-family: "Cormorant Garamond", serif;
  letter-spacing: .24em;
  color: var(--gold)
}
.page-hero h1 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.3rem, 5vw, 4.4rem);
  font-weight: 400;
  letter-spacing: .18em
}
.topics-page {
  background: var(--paper)
}
.topics-archive {
  width: min(980px, 88vw);
  margin: 0 auto;
  padding: 76px 0 100px
}
.topics-list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(23, 19, 15, .15)
}
.topics-list li {
  display: grid;
  grid-template-columns: 10em 1fr;
  gap: 28px;
  padding: 30px 0;
  border-bottom: 1px solid rgba(23, 19, 15, .15)
}
.topics-list time {
  font-family: "Cormorant Garamond", serif;
  color: var(--gold);
  letter-spacing: .14em
}
.topics-list h2 {
  margin: 0 0 8px;
  font-size: 1.08rem;
  font-weight: 400;
  letter-spacing: .08em
}
.topics-list p {
  margin: 0;
  color: rgba(23, 19, 15, .76);
  font-size: .94rem
}
.pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 42px
}
.pagination a {
  width: 38px;
  height: 38px;
  border: 1px solid rgba(23, 19, 15, .18);
  display: grid;
  place-items: center;
  color: var(--ink);
  text-decoration: none;
  font-family: "Cormorant Garamond", serif
}
.pagination a.is-current {
  background: #0a0908;
  color: var(--white);
  border-color: #0a0908
}
.back-home {
  text-align: center;
  margin: 42px 0 0
}
.back-home a {
  color: var(--ink);
  text-decoration: none;
  border-bottom: 1px solid currentColor
}
.topics-empty {
  text-align: center;
  color: rgba(23, 19, 15, .64)
}
@media(max-width:700px) {
  .topics-strip__inner {
    grid-template-columns: 1fr;
    gap: 8px
  }
  .topics-strip__link {
    grid-template-columns: 1fr;
    gap: 2px
  }
  .topics-strip__archive {
    justify-self: start
  }
  .topics-list li {
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 24px 0
  }
  .page-hero__logo {
    width: 96px
  }
}




@media (min-width:767px) {
.concept__text {
  font-size: 20px;
}
.pc{display: block;}
.sp{display: none;}


.gallery {
    display: grid;
    grid-template-columns: 1fr 1.2fr 2fr 2.8fr;
    height: 500px;
    background: #030303;
    color: var(--white);
}

.gallery__item,
.info{
  height: 500px;
}


}

@media (max-width:767px) {
.concept__text {
  font-size: 18px;
}
.sp{display: block;}
.pc{display: none;}

.gallery {
    display: grid;
    grid-template-columns: 3fr 3fr 3fr;
    height: 200px;
    background: #030303;
    color: var(--white);
}

.gallery__item,
.info{
  height: 200px;
}

  .info {
    padding: 270px 8vw;
  }

}