@charset "utf-8";
@import url("https://fonts.googleapis.com/css?family=EB+Garamond:400|Prata&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: #000;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.04em;
  font-family: "Prata", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  backface-visibility: hidden;
  min-width: 1100px;
}

@media screen and (max-width: 1200px) {
  body {
    font-size: 18px;
  }
}

body.loaded {
  overflow: auto;
}

.sp {
  display: none !important;
}

a {
  color: #fff;
  text-decoration: none;
}

.blink a:hover {
  animation: blink 0.8s;
}

@keyframes blink {
  0% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}

.type span,
.type img {
  display: inline-block;
  opacity: 0;
  transition: 1.8s cubic-bezier(0.16, 0.84, 0.44, 1);
}

.type img,
.line img {
  width: auto;
  height: 25px;
}

.type.play span,
.type.play img {
  opacity: 1;
  transform: translate(0, 0) scale(1, 1) !important;
}

.fade {
  opacity: 0;
  transition: 1.2s cubic-bezier(0.16, 0.84, 0.44, 1);
}

.fade.show {
  opacity: 1;
}

.fade > * {
  opacity: 0;
  visibility: hidden;
  transform: translateY(100px);
  transition: 1.5s cubic-bezier(0.16, 0.84, 0.44, 1);
}

.fade.show > * {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.line {
  display: inline-block;
}

#loading {
  background: #fff;
  color: #000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
}

#ripples {
  background: url(../img/ren.png) #fff center center no-repeat;
  background-size: 300px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 800px;
  height: 800px;
  margin: -400px 0 0 -400px;
  z-index: 1;
}

#loading .screen {
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: 2s;
}

#loading .screen.show {
  opacity: 1;
  visibility: visible;
}

#rotate {
  display: none;
  background: #000 url(../img/rotate_bg.jpg) center center no-repeat;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10001;
}

#rotate p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  text-align: center;
}

#rotate img {
  width: 62px;
  margin-bottom: 10px;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  display: none;
  /*mix-blend-mode: exclusion;*/
}

header .logo {
  position: absolute;
  left: 30px;
  top: 30px;
  z-index: 2;
}

header .logo img {
  width: auto;
  height: 54px;
}

header nav {
  position: absolute;
  right: 40px;
  top: 30px;
  z-index: 1;
}

header nav ul {
  list-style: none;
  overflow: hidden;
}

header nav li {
  display: block;
  float: left;
  margin-left: 32px;
}

header nav a {
  display: block;
  font-size: 55%;
  letter-spacing: 0.2em;
  line-height: 54px;
}

#bg,
#bokeh,
#fog {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

#bokeh,
#fog {
  display: none;
}

#top,
#top_text {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#top {
  z-index: 1;
}

#top_text {
  z-index: 2;
  /*mix-blend-mode: exclusion;*/
}

.top {
  width: 100vw;
  height: 100vh;
  transition: transform 1s ease-out;
}

.top .pict,
.top .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.top .text {
  line-height: 2;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.top.show .text {
  opacity: 1;
  transition: opacity 0.5s linear 0.5s;
}

.top.out .text {
  opacity: 0;
}

.top .text {
  width: 90%;
  max-width: 1100px;
  letter-spacing: 0.07em;
}

.top .text h2 {
  font-size: 200%;
  letter-spacing: 0.1em;
  font-weight: 400;
}

.top .text h2.label {
  font-family: "EB Garamond";
  font-size: 420%;
  letter-spacing: 0.02em;
}

.top .pict_inner,
.top .text_inner {
  transition: 2s cubic-bezier(0.23, 1, 0.32, 1);
}

#top_1t .text {
  width: 280px;
  transform: translate3d(20vw, -10vh, 0);
}

#top_1 img {
  display: block;
  height: 104vh;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  filter: brightness(0%);
  transition: filter 4s linear;
}

#top_1 img.show {
  filter: brightness(100%);
}

#top_1 .pict {
  transition: 3s cubic-bezier(0.77, 0, 0.17, 1);
}

#top_1.out .pict {
  transform: translateX(20vw) scale(3);
  opacity: 0;
  visibility: hidden;
}

.photo .img {
  transform: scale(0) translate(-50vw, 50vh);
  transition: 2s cubic-bezier(0.77, 0, 0.17, 1);
  opacity: 0;
  visibility: hidden;
}

.photo.show .img {
  transform: scale(1) translate(0, 0);
  opacity: 1;
  visibility: visible;
}

.photo.out .img {
  transform: scale(3) translate(40vw, -20vh);
  opacity: 0;
  visibility: hidden;
}

.photo img {
  display: block;
  width: 65vw;
  max-width: 1000px;
  transform: perspective(400px) rotateY(10deg) rotateX(-10deg) translateX(-50vw);
  transition: 2s cubic-bezier(0.77, 0, 0.17, 1);
}

.photo.show img {
  transform: perspective(800px) rotateY(-5deg) rotateX(5deg);
}

.photo.out img {
  transform: perspective(300px) rotateY(-80deg) rotateX(-30deg) translateY(20vh);
}

#top_8t .text_inner {
  text-align: center;
}

#top_8t h2 {
  font-size: 140%;
  line-height: 1.8;
  letter-spacing: 0.07em;
}

#top_8t p {
  margin-top: 40px;
}

#top_8t .scroll {
  font-family: Arial, Helvetica, "sans-serif";
  font-size: 70%;
  position: relative;
  transition-delay: 1s !important;
}

#top_8t .scroll::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 20px;
  position: absolute;
  top: 35px;
  left: 50%;
  margin-left: -20px;
}

#top_8t .scroll::after {
  content: "";
  display: block;
  width: 1px;
  height: 40px;
  background: #fff;
  position: absolute;
  top: 65px;
  left: 50%;
  animation: down 2s ease infinite;
}

#prog {
  position: fixed;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background: #fff;
  z-index: 5;
  transition: 0.3s cubic-bezier(0.16, 0.84, 0.44, 1);
  opacity: 0;
}

#prog.show {
  opacity: 1;
}

@keyframes down {
  0% {
    top: 65px;
    height: 0;
  }
  33% {
    top: 65px;
    height: 40px;
  }
  66% {
    top: 105px;
    height: 0;
  }
  100% {
    top: 105px;
    height: 0;
  }
}

#wrap {
  position: relative;
  z-index: 3;
}

.view {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.inner {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 90%;
  max-width: 1100px;
  height: auto;
}

.inner h2 {
  font-family: "EB Garamond";
  font-size: 220%;
  letter-spacing: 0.04em;
  font-weight: 400;
}

#concept {
  position: relative;
  overflow: hidden;
}

#water,
#wave {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: 2s;
}

#water.hide,
#wave.hide {
  opacity: 0;
  visibility: hidden;
}

#concept .inner {
  z-index: 2;
}

#concept p {
  margin-top: 70px;
  line-height: 3;
  letter-spacing: 0.04em;
}

#cast {
  background: #000;
  overflow: hidden;
  position: relative;
}

.bg video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#cast p {
  margin-top: 70px;
  line-height: 3;
  letter-spacing: 0.04em;
}

#group {
  background: #000;
  overflow: hidden;
  position: relative;
}

#group ul {
  margin-top: 160px;
  display: flex;
  flex-flow: row wrap;
  gap: 1.8%;
  list-style: none;
}

#group li {
  width: calc(33.3333% - 1.8% * 2 / 3);
}

#group li a,
#group li .banner span {
  display: block;
}

#group li a{
  height: 100%;
}

#group .lead {
  font-size: 90%;
  line-height: 2;
  letter-spacing: 0.04em;
}

#group .banner {
  display: flex;
  flex-flow: column;
  height: 100%;
  background: rgba(25, 34, 42, 0.9);
  padding: 8%;
  position: relative;
  transition: transform 1.5s cubic-bezier(0.16, 0.84, 0.44, 1), opacity 0.5s;
}

#group li:first-child .banner {
  transition-delay: 400ms !important;
}

#group li:last-child .lead {
  transition-delay: 800ms !important;
}

#group li:last-child .banner {
  transition-delay: 1000ms !important;
}

#group a:hover .banner {
  background: rgba(25, 34, 42, 1);
}

#group .new {
  background: #f00;
  position: absolute;
  width: 50px;
  line-height: 50px;
  font-size: 80%;
  text-align: center;
  letter-spacing: 0.08em;
  top: 40px;
  right: 40px;
  border-radius: 25px;
}

#group .logo img {
  display: inline-block;
  vertical-align: middle;
  width: 106px;
  margin-right: 20px;
}

#group .address {
  font-size: 80%;
  line-height: 1.8;
  margin: auto 0 0 0;
}

.para {
}

.para .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

#para_1,
#para_2 {
  height: 70vh;
  min-height: 700px;
}

#para_1 .bg,
#para_2 .bg {
  height: 120%;
}

#para_1 .bg {
  background: #000 url(../img/para_1.jpg) center 0 no-repeat;
  background-size: cover;
}

#para_2 .bg {
  background: #000 url(../img/para_2.jpg) center 0 no-repeat;
  background-size: cover;
}

footer {
  background: #000;
  font-size: 55%;
  text-align: center;
  padding: 90px 0;
}

#pagetop {
  display: block;
  margin: 0 auto 50px;
  width: 50px;
  height: 50px;
  background: #fff;
  transform: rotate(45deg);
  position: relative;
}

#pagetop::after {
  display: block;
  content: "";
  background: #000;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 1px;
  left: 1px;
}

.group-text {
  margin-bottom: 20px;
  font-size: 1.2vw;
  padding: 7% 0 0;
}

.group-text > span {
  line-height: 1.5;
}

@media screen and (max-width: 880px) {
  #group .logo img {
    width: 85px;
  }
}

@media screen and (max-width: 768px) {
  body {
    font-size: 13px;
    min-width: inherit;
  }

  .sp {
    display: block;
  }

  .pc {
    display: none !important;
  }

  br.sp {
    display: inline !important;
  }

  br.pc {
    display: none !important;
  }

  #ripples {
    /*background-size: 150px;
    width: 400px;
    height: 400px;
    margin: -200px 0 0 -200px;*/
    transform: scale(0.3);
  }

  #top_1 img.sp {
    display: block !important;
    transform: translate(-45%, -45%);
  }

  header {
    mix-blend-mode: normal;
  }

  header .logo {
    top: 15px;
    left: 15px;
  }

  header .logo img {
    height: 40px;
  }

  header nav {
    top: -1vh;
    right: 0;
    width: 100vw;
    height: 102vh;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    visibility: hidden;
    transition: 1s;
  }

  header nav.show {
    opacity: 1;
    visibility: visible;
  }

  header nav ul {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  header nav li {
    float: none;
    margin: 0;
    transform: translateY(-50px);
    opacity: 0;
    transition: 1.8s cubic-bezier(0.16, 0.84, 0.44, 1);
  }

  header nav li:nth-child(2) {
    transition-delay: 0.1s;
  }

  header nav li:nth-child(3) {
    transition-delay: 0.2s;
  }

  header nav li:nth-child(4) {
    transition-delay: 0.3s;
  }

  header nav.show li {
    opacity: 1;
    transform: translateY(-20px);
  }

  header nav li.sp {
    display: block !important;
  }

  header nav a {
    font-size: 131%;
    line-height: 3.53;
  }

  #nav_btn {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 30px;
    height: 40px;
    z-index: 3;
  }

  #nav_btn::before,
  #nav_btn::after {
    content: "";
    display: block;
    width: 30px;
    height: 1px;
    background: #fff;
    transform: translateY(17px);
    transition: transform 0.3s;
  }

  #nav_btn::after {
    transform: translateY(23px);
  }

  header nav.show + #nav_btn::before {
    transform: translateY(20px) rotate(30deg);
  }
  header nav.show + #nav_btn::after {
    transform: translateY(20px) rotate(-30deg);
  }

  #nav_btn::after {
  }

  .line {
    line-height: 3.1;
  }

  .type img,
  .line img {
    height: 16px;
  }

  .photo img {
    width: 88vw;
  }

  .photo.show img {
    transform: perspective(500px) rotateY(-15deg) rotateX(0deg);
  }

  .top .text h2,
  .top .text p {
  }

  .top .text h2.label {
    margin-top: -45vw;
    text-align: center;
  }

  #top_1t .text {
    transform: translate3d(-45vw, 0, 0);
    top: auto;
    bottom: 45vw;
  }
  #top_1t .type img,
  #top_1t .line img {
    height: 18px;
  }

  #top_8t h2 {
    font-size: 110%;
  }

  #top_8t p {
    margin-top: 20px;
  }

  #top_8t .line {
    line-height: 1;
  }

  #concept,
  #cast,
  #group {
    height: auto;
  }

  .inner {
    position: static;
    top: 0;
    left: 0;
    transform: translate3d(0, 0, 0);
    width: 100%;
    padding: 75px 10vw;
  }

  .inner h2 {
  }

  #concept p,
  #cast p {
    margin-top: 42px;
  }

  #concept .inner {
    padding: 75px 10vw 130px;
  }

  #concept .line {
    margin-top: 1em;
    line-height: 2.1;
  }

  #cast .inner {
    padding: 75px 10vw 180px;
  }

  #cast .line {
    line-height: 3.85;
  }

  .para .bg {
    height: 116%;
  }

  #para_1,
  #para_2 {
    height: 80vw;
    min-height: 400px;
  }

  #para_1 .bg,
  #para_2 .bg {
    height: 116%;
  }

  #para_2 .bg {
    background-position: -420px 0;
  }

  /* #para_1 .bg {
  background-image: url(../img/para_1_sp.jpg);
}

#para_2 .bg {
  background-image: url(../img/para_2_sp.jpg);
} */
  #group ul {
    display: block;
    margin-top: 45px;
  }

  #group li {
    width: 100%;
  }

  /*#group li:last-child {*/
  /*  width: 100%;*/
  /*  margin-top: 30px;*/
  /*}*/

  #group .line {
    line-height: 1.5;
    letter-spacing: 0;
  }

  #group .banner {
    margin-top: 30px;
  }

  #group .logo img {
    width: 53px;
    margin-right: 8px;
  }

  #group .new {
    width: 34px;
    line-height: 34px;
    font-size: 80%;
    letter-spacing: 0.08em;
    top: 15px;
    right: 15px;
    border-radius: 20px;
  }

  #group .group-text {
    font-size: 80%;
  }

  #group .address {
    margin-top: 20px;
  }

  footer {
    padding: 55px 0;
  }

  #pagetop {
    margin: 0 auto 25px;
    transform: rotate(45deg) scale(0.66);
  }
}
