@charset "UTF-8";

/* footer .bg (override) */
#wrapper > footer .bg .image {
  background-color: rgb(186, 183, 183);
}

/* footer .secret (override) */
#sitemap li.secret {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  #sitemap li.secret {
    right: 0;
    bottom: 0;
  }
}
#sitemap li.secret a {
  display: inline-block;
  width: 14.3rem;
  height: 10rem;
}

/* wrapper */
#wrapper {
  max-width: 120rem;
}

/* fv */
#fv {
  padding: 7.4rem calc(50vw - 50%) 20.8rem calc(50vw - 50%);
  margin: 0 calc(50% - 50vw);
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100svh;
  box-sizing: border-box;
  position: relative;
  transition: 0.4s height ease-out;
}
@media screen and (min-width: 768px) {
  #fv {
    padding: 12.6rem 0;
  }
}
@media screen and (max-width: 767px) {
  /* sp only */
  #fv::before {
    content: "";
    position: absolute;
    top: -50vw;
    left: -50%;
    right: -50%;
    bottom: calc((265 - 74) / 667 * 100svh + 7.4rem);
    z-index: -5;
    opacity: 0.19;
    mix-blend-mode: multiply;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    background-blend-mode: multiply;
    background-color: rgb(35, 92, 87);
    pointer-events: none;
  }
}
@media screen and (min-width: 768px) {
  #fv section {
    padding-top: 10.7rem;
    padding-bottom: 6rem;
    padding-left: 8rem;
    padding-right: 8rem;
    margin-top: 12.4rem;
    margin-left: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    z-index: 0;
    pointer-events: none;
  }
  #fv section::before {
    content: "";
    position: absolute;
    top: -50%;
    bottom: -50%;
    left: -50%;
    right: -50%;
    z-index: -10;
    max-width: 133.6rem;
    max-height: 110.3rem;
    mix-blend-mode: multiply;
    background-blend-mode: multiply;
    background: url(../images/bg_secret_fv.webp) no-repeat 50% 50%/133.6rem auto;
  }
}
#fv h2 {
  margin: 1.6rem auto;
  width: 26rem;
}
@media screen and (min-width: 768px) {
  #fv h2 {
    width: 59rem;
  }
}
#fv h2 img {
  width: 100%;
}
#fv .desc {
  padding: 0.5em 0;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.3rem;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  #fv .desc {
    font-size: 2.9rem;
  }
}
#fv .desc p {
  margin: 0;
  font-family: var(--VDL-MegaMaru-R);
  font-weight: 600;
  letter-spacing: calc(0.78 / 13 * 1em);
  color: rgb(255, 255, 255);
  text-align: center;
  -moz-text-align-last: justify;
  text-align-last: justify;
}
#fv .desc p strong {
  font-weight: inherit;
}

/* fv bg, fv fr */
#fv .bg {
  margin: 0 auto;
  position: fixed;
  top: 0;
  left: -250%;
  right: -250%;
  z-index: -10;
  max-width: 143.8rem;
  height: 100lvh;
  transform: translateZ(0);
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  #fv .bg {
    bottom: 0;
    left: -50%;
    right: -50%;
    max-width: 192rem;
    height: auto;
  }
}
#fv .bg .image {
  height: 100%;
}
#fv .bg .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center top;
  object-position: center top;
}
@media screen and (min-width: 768px) {
  #fv .bg .image img {
    -o-object-position: center bottom;
    object-position: center bottom;
  }
}
#fv .fr {
  margin: 0 auto;
  height: 100svh;
  display: flex;
  align-items: flex-end;
  position: fixed;
  top: calc(100lvh - 100svh);
  left: -50%;
  right: -50%;
  z-index: 70;
  max-width: 73.3rem;
  transform: translateZ(0);
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  #fv .fr {
    top: auto;
    bottom: 0;
    max-width: 192rem;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  /* sp only */
  #fv .fr::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 100px;
    background-color: rgb(0, 0, 0);
  }
}
@media screen and (min-width: 768px) {
  #fv .fr .image {
    transform-origin: left bottom;
    transition: 0.4s scale ease-out;
  }
  header.min + main #fv .fr .image {
    scale: 0.8;
  }
}
#fv .fr .image img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* section[id] */
article > section[id] {
  padding: 5.4rem 2.2rem;
  margin-top: 7rem;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  color: rgb(255, 255, 255);
}
@media screen and (min-width: 768px) {
  article > section[id] {
    padding: 8.2rem 10rem;
    margin-top: 10rem;
  }
}
article > section:last-of-type {
  margin-bottom: 10.5rem;
}
@media screen and (min-width: 768px) {
  article > section:last-of-type {
    margin-bottom: 15rem;
  }
}
article > section[id]::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -10;
  -webkit-backdrop-filter: blur(9.6px);
  backdrop-filter: blur(9.6px);
  transform: translateZ(0);
}
article > section[id]::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -10;
  background-color: rgb(188, 164, 177);
  mix-blend-mode: multiply;
  transform: translateZ(0);
}
article > section[id] h2 {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 768px) {
  article > section[id] h2 {
    padding: 2.4rem 0;
  }
}
article > section[id] h2 .ja {
  padding-top: 1em;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  article > section[id] h2 .ja {
    font-size: 1.6rem;
  }
}
article > section[id] h2 .en {
  order: -10;
  font-family: var(--LibreBaskerville);
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  article > section[id] h2 .en {
    font-size: 4.5rem;
  }
}

/* profile */
#profile .container {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  #profile .container {
    margin: 0 auto;
    flex-direction: row;
    align-items: flex-end;
    max-width: 81rem;
  }
  #profile .container > section {
    padding: 0 2.6rem 0 1.6rem;
    flex-grow: 1;
    box-sizing: border-box;
  }
  #profile .container > .photo {
    flex-basis: 34rem;
  }
}
#profile h3 {
  padding: 0 0 0.25em 0;
  margin: -0.25em 0 0 0;
  font-size: 3rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  #profile h3 {
    padding-top: 0.25em;
    margin-top: 0;
    font-size: 3.5rem;
  }
}
#profile .desc {
  padding: 0.315em 0;
  font-size: 1.6rem;
  line-height: 1.63;
}
@media screen and (min-width: 768px) {
  #profile .desc {
    padding: 0.39em 0;
    font-size: 1.8rem;
    line-height: 1.78;
  }
}
#profile .desc p {
  margin: 0;
  font-feature-settings: normal;
}
#profile dl {
  padding: 3.9rem 0;
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  #profile dl {
    padding: 3rem 0;
    font-size: 1.6rem;
    line-height: 2.25;
  }
}
#profile dl > div {
  display: flex;
}
#profile dt {
  min-width: 5em;
  text-align: end;
}
#profile dt::after {
  content: "\FF1A";
}
#profile dd {
  margin: 0;
  word-break: keep-all;
}
#profile .photo {
  padding: 3.2rem 0;
  order: -10;
}
@media screen and (min-width: 768px) {
  #profile .photo {
    padding: 0;
    order: 0;
  }
}
#profile .photo .image {
  margin: 0 auto;
  width: 21.4rem;
}
@media screen and (min-width: 768px) {
  #profile .photo .image {
    margin: 0;
    width: 34rem;
  }
}
#profile .photo .image img {
  width: 100%;
  pointer-events: none;
}

/* gallery */
#gallery .photos {
  padding: 3.5rem 0;
  display: flex;
  flex-direction: column;
  row-gap: 3.5rem;
}
@media screen and (min-width: 768px) {
  #gallery .photos {
    padding: 4rem 0;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 4rem;
  }
}
#gallery .photos figure {
  margin: 0;
}
#gallery .photos figure .image {
  width: 25.6rem;
}
@media screen and (min-width: 768px) {
  #gallery .photos figure .image {
    --img-width: auto;
    width: var(--img-width);
  }
}
#gallery .photos figure .image img {
  width: 100%;
  pointer-events: none;
}
#gallery .photos figcaption {
  padding: 0.17857143em 0;
  font-size: 1.4rem;
  line-height: 1.35714286;
}
@media screen and (min-width: 768px) {
  #gallery .photos figcaption {
    padding: 0.3125em 0;
    font-size: 1.6rem;
    line-height: 1.625;
  }
}
