@charset "utf-8";

/*
Version: 1.0.0
*/

/* ==================================
  html
  ================================== */
/* base */
html {
  -webkit-font-feature-settings: "palt";
  -ms-font-feature-settings: "palt";
  -o-font-feature-settings: "palt";
  font-feature-settings: "palt";
  word-spacing: 1px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

/* custom */
html {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.6;
  color: #000;
  letter-spacing: 0.088em;
  background-color: #fff;
}


html {
  font-size: calc(10 / 1366 * 100vw);
}

@media (max-width: 767px) {
  html {
    font-size: calc(20 / 750 * 100vw);
  }
}

/* ==================================
  base
  ================================== */
body {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}

body.fixed {
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

#svg {
  display: none;
}

.flex-container {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
}

@media (min-width: 768px) {}

@media (max-width: 767px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
}

/* ==================================
 font
  ================================== */
.en {
  font-family: "Stint Ultra Expanded", serif;
  font-weight: 400;
  font-style: normal;
}

/* ==================================
  global
  ================================== */
:root {
  --main: #;
}

/* ==================================
  loader
  ================================== */
#loader {
  position: fixed;
  z-index: 0;
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  min-height: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
  transition: 5s linear;
  filter: blur(0px);
  opacity: 0;
  z-index: 999;
  pointer-events: none;
  background: #000;
}

#loader.loading {
  opacity: 1;
  filter: blur(50px);
}

.loading .mv-logo {
  opacity: 0;
  filter: blur(20px);
}

.mv-logo {
  opacity: 1;
  filter: blur(0px);
  transition: 3s ease-out;
}

.loading .header-logo,
.loading .nav-wrap {
  opacity: 0;
  filter: blur(20px);
}

.header-logo,
.nav-wrap {
  opacity: 1;
  filter: blur(0px);
  transition: 1s ease-out;
  transition-delay: 2s;
}

/* ==================================
  header
  ================================== */
/* base */
.header-wrap {
  z-index: 100;
  width: 100%;
  position: fixed;
  mix-blend-mode: difference;
}

.header-logo-box {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.header-logo {
  display: block;
}

/* custom */

.header-wrap {
  height: 8rem;
}

.header-logo-box {
  left: 2.5rem;
  width: 14.7rem;
}


@media (min-width: 768px) {}

@media (max-width: 767px) {
  .header-wrap {
    height: 4rem;
  }

  .header-logo-box {
    left: 1.25rem;
    width: 7.35rem;
  }
}

/* ==================================
  nav
  ================================== */
.nav-wrap {
  position: fixed;
  right: 8.6rem;
  bottom: 7.6rem;
  mix-blend-mode: difference;
}

.nav-list {
  display: flex;
  color: #fff;
  transform: rotate(90deg);
  transform-origin: top right;
  margin-bottom: -1em;
}

.nav-item {
  font-size: 1.7rem;
  margin-right: 1em;

  &:last-child {
    margin-right: 0;
  }
}

.scroll {
  height: 11.7rem;
  position: absolute;
  right: 1.4em;
  top: -47.6rem;
  width: .5px;
  z-index: 1;
}


.scroll::after,
.scroll::before {
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 0;
  width: 100%;
}


.scroll::before {
  background: rgb(255, 255, 255, 100%);
  height: 100%;
}

.scroll::after {

  /*
  -webkit-animation: scroll 5s infinite;
  animation: scroll 5s infinite;
  */
  background: rgb(0, 0, 0, 100%);
  height: 0;
}

@-webkit-keyframes scroll {
  0% {
    bottom: auto;
    height: 0%;
    top: 0
  }

  30% {
    bottom: auto;
    height: 100%;
    top: 0
  }

  50% {
    bottom: 0;
    height: 100%;
    top: auto
  }

  80% {
    bottom: 0;
    height: 0%;
    top: auto
  }
}

@keyframes scroll {
  0% {
    bottom: auto;
    height: 0%;
    top: 0
  }

  30% {
    bottom: auto;
    height: 100%;
    top: 0
  }

  50% {
    bottom: 0;
    height: 100%;
    top: auto
  }

  80% {
    bottom: 0;
    height: 0%;
    top: auto
  }
}

@media (min-width: 768px) {}

@media (max-width: 767px) {
  .nav-wrap {
    right: 2.75rem;
    bottom: 2.75rem;
  }

  .nav-item {
    font-size: 1rem;
  }

  .scroll {
    right: 0.9em;
    top: -34.6rem;
  }

}

/* ==================================
  common
  ================================== */
#main {}

.common-title-box {
  text-align: center;
  margin-bottom: 6.6rem;
}

.common-ruby {
  font-size: 1rem;
  margin-bottom: .8rem;
  line-height: 1;
  letter-spacing: 0.18em;
}

.common-title {
  font-size: 4rem;
  line-height: 1;
  font-family: "Stint Ultra Expanded", serif;
  font-weight: 400;
  font-style: normal;
}

@media (min-width: 768px) {}

@media (max-width: 767px) {
  .common-title-box {
    margin-bottom: 4rem;
  }

  .common-ruby {
    font-size: 1rem;
  }

  .common-title {
    font-size: 2.4rem;
    line-height: 1.1;
  }
}

/* ==================================
  mv
  ================================== */
.mv-wrap {
  height: 100vh;
  width: 100vw;
  background: #000;
}

.mv-logo {
  width: 31rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (min-width: 768px) {}

@media (max-width: 767px) {
  .mv-logo {
    width: 14.6rem;
  }
}

/* ==================================
  intro
  ================================== */
.intro-wrap {
  padding: 17.6rem 0;
  border-bottom: solid 1px #70707070;
}

.intro-logo {
  width: 53rem;
  margin: 0 auto;
}

@media (min-width: 768px) {}

@media (max-width: 767px) {
  .intro-wrap {
    padding: 8rem 0;
  }

  .intro-logo {
    width: 50%;
  }
}

/* ==================================
  team
  ================================== */
.team-wrap {
  padding: 8.5rem 0 16rem;
  background-color: #EDEDED;
  background-image: url(../images/logo-mark.svg);
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  border-bottom: solid 1px #70707070;
}

.team-inner {
  width: 63.7rem;
  margin: 0 auto;
}

.team-title {
  width: 47.3rem;
  margin-bottom: 8rem;
}

.team-box {
  margin-bottom: 7.2rem;

  &:last-child {
    margin-bottom: 0;
  }
}

.team-subtitle {
  height: 2.8rem;
  margin-bottom: 3rem;

  & img {
    height: 100%;
    object-fit: cover;
    width: auto;
  }
}

.team-text {
  font-size: 1.4rem;
  position: relative;
  padding-left: 2.8rem;

  &:after {
    content: "";
    background: #70707070;
    width: 1px;
    height: 100%;
    position: absolute;
    left: 1.4rem;
    top: 0;
  }

  & p {
    margin-bottom: 1em;

    &:last-child {
      margin-bottom: 0;
    }
  }
}

@media (min-width: 768px) {}

@media (max-width: 767px) {
  .team-wrap {
    padding: 8rem 0;
  }

  .team-inner {
    width: 90%;
  }

  .team-title {
    width: 70%;
    margin: 0 auto 4rem;
  }

  .team-box {
    margin-bottom: 4rem;
  }

  .team-subtitle {
    height: 1.8rem;
    margin-bottom: 2rem;
  }

  .team-text {
    font-size: 1.2rem;
    padding-left: 2rem;

    &:after {
      left: 1rem;
    }
  }
}

/* ==================================
  overview
  ================================== */
.overview-wrap {
  padding: 8.5rem 0 12rem;
  border-bottom: solid 1px #70707070;
}

.overview-inner {
  width: 58rem;
  margin: 0 auto;
  font-size: 1.4rem;
}

table {
  margin: 0 auto;
}

tr {

  display: flex;

  &:last-child th {
    padding-bottom: 0;
  }
}

th {
  width: 10.2rem;
  text-align: right;
  margin-right: 2.8rem;
  padding-right: 1.7rem;
  position: relative;
  padding-bottom: 1.5em;
  font-weight: normal;

  &::after {
    content: "";
    position: absolute;
    right: 0;
    width: 1px;
    height: 100%;
    background: #1C1C1C;
  }
}

@media (min-width: 768px) {}

@media (max-width: 767px) {
  .overview-wrap {
    padding: 8rem 0;
  }

  .overview-inner {
    width: 90%;
    font-size: 1.2rem;
  }

  table {
    width: 100%;
  }

  tr {
    justify-content: center;
  }

  th {
    width: 22%;
    margin-right: 1.8rem;
    padding-right: .9rem;
  }

  td {
    width: 40%;
    padding-bottom: 1.5em;
  }
}

/* ==================================
  contact
  ================================== */
.contact-wrap {
  padding: 8.5rem 0 15rem;
}

.contact-text {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 5.2rem;
}

.contact-btn {
  font-size: 1.5rem;
  width: 58.2rem;
  height: 3.2rem;
  border: solid 1px #000;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;

  & p {
    line-height: 1.1;
    position: relative;
  }

  & p::after {
    content: "";
    position: absolute;
    width: 1.1rem;
    height: 1.1rem;
    background: url(../images/blank.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    right: -.5em;
    top: 50%;
    transform: translate(100%, -50%);
  }
}

@media (min-width: 768px) {}

@media (max-width: 767px) {
  .contact-wrap {
    padding: 8rem 0;
  }

  .contact-inner {
    width: 70%;
    margin: 0 auto;
  }

  .contact-text {
    font-size: 1.2rem;
  }

  .contact-btn {
    width: 100%;
  }

  .contact-btn {
    font-size: 1.2rem;
  }
}

/* ==================================
 footer
  ================================== */
.footer-wrap {
  padding: 8.2rem 0 3.2rem;
  background: #000;
  color: #fff;
}

.footer-inner {
  width: 119rem;
  margin: 0 auto;
}

.footer-list {
  display: flex;
  margin-bottom: 3.4rem;
}

.footer-item {
  font-size: 1.7rem;
  margin-right: 1em;

  &:last-child {
    margin-right: 0;
  }
}

.footer-line {
  height: 11.7rem;
  width: 1px;
  background: #fff;
}

.footer-flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3.2rem;
  align-items: flex-end;
  margin-top: -5rem;
}

.footer-logo {
  width: 23.1rem;
}

.footer-logo-mark {
  width: 14rem;
}

.copyright {
  text-align: center;
  font-size: 1.4rem;
}

@media (min-width: 768px) {}

@media (max-width: 767px) {
  .footer-inner {
    width: 90%;
  }

  .footer-item {
    font-size: 1.2rem;
  }

  .footer-flex {
    margin-top: -1rem;
  }

  .footer-logo {
    width: 35%;
  }

  .footer-logo-mark {
    width: 20%;
    margin-right: 14%;
  }

  .copyright {
    text-align: left;
    font-size: 1rem;
  }
}

/* ==================================
  size
  ================================== */


/*************************************************

animation

*************************************************/

.mvUp,
.mvUpD,
.mvUpDC {
  opacity: 0;
  transition: .5s ease-out;
  transform: translateY(20px);
  transition-property: opacity, transform;
  z-index: 2;
}

.mvUp.active,
.mvUpD.active,
.mvUpDC.active {
  opacity: 1;
  transform: translateY(0);
}

.fdIn,
.fdInD,
.fdInDC {
  opacity: 0;
  transition: .5s ease-out;
  transition-property: opacity;
}

.fdIn.active,
.fdInD.active,
.fdInDC.active {
  opacity: 1;
}

.D03s {
  transition-delay: 0.3s;
  animation-delay: 0.3s;
}

.D06s {
  transition-delay: 0.6s;
  animation-delay: 0.6s;
}

.D09s {
  transition-delay: 0.9s;
  animation-delay: 0.9s;
}

.D12s {
  transition-delay: 1.2s;
  animation-delay: 1s;
}

.D15s {
  transition-delay: 1.5s;
  animation-delay: 1.5s;
}

.D18s {
  transition-delay: 2s;
  animation-delay: 2s;
}

@media (max-width: 767px) {}
}