@charset "UTF-8";
/* CSS Document */

@font-face {
  font-family: 'Circus_Of_Innocents';
  src: url('Circus_Of_Innocents.eot');
  src: url('Circus_Of_Innocents.eot?iefix') format('eot'),
    url('Circus_Of_Innocents.woff') format('woff'),
    url('Circus_Of_Innocents.ttf') format('truetype'),
    url('Circus_Of_Innocents.svg#webfontjSpbZQRv') format('svg');
}

p, span, h1, h2, h3, h4, h5, h6 {
  font-family: brandon-grotesque, sans-serif;
  font-weight: 400;
  font-style: normal;
}

ul, li {
  list-style: none;
}

.circus {
  font-family: 'Circus_Of_Innocents';
  display: block;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

/* Navi ////////////////////////////////////////////////*/

#nav-toggle {
  position: fixed;
  top: 25px;
  right: 25px;
  height: 32px;
  cursor: pointer;
}

#nav-toggle>div {
  position: relative;
  width: 36px;
}

#nav-toggle span {
  width: 100%;
  height: 2px;
  left: 0;
  display: block;
  background: #000;
  position: absolute;
  -webkit-transition: top .5s ease, -webkit-transform .3s ease-in-out;
  transition: top .5s ease, -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out, top .5s ease;
  transition: transform .3s ease-in-out, top .5s ease, -webkit-transform .3s ease-in-out;
}

#nav-toggle span:nth-child(1) {
  top: 0;
}

#nav-toggle span:nth-child(2) {
  top: 14px;
}

#nav-toggle span:nth-child(3) {
  top: 28px;
}

#nav-toggle:hover span:nth-child(1) {
  top: 4px;
}

#nav-toggle:hover span:nth-child(3) {
  top: 23px;
}

.open #nav-toggle span:nth-child(1) {
  top: 15px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.open #nav-toggle span:nth-child(2) {
  top: 15px;
  width: 0;
  left: 50%;
}

.open #nav-toggle span:nth-child(3) {
  top: 15px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.open #nav-toggle span {
  background: #fff;
}

/* z-index ////////////////*/

#nav-toggle {
  z-index: 1000;
}

#container {
  z-index: 900;
}

#gloval-nav nav {
  z-index: 999;
}

/* gloval-nav ////////////////*/

#gloval-nav {
  padding-bottom: 50px;
  background: #000;
  width: 100vW;
  height: 100vh;
  color: #fff;
  position: fixed;
  z-index: 990;
  display: flex;
  flex-direction: column;
  text-align: center;

  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.open #gloval-nav {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

#gloval-nav a {
  display: block;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition-duration: 0.6s;
}

#gloval-nav a:hover {
  opacity: 0.6;
  transition-duration: 0.6s;
}

#gloval-nav ul {
  list-style: none;
}

/* open */
.open {
  overflow: hidden;
}

.open #gloval-nav {
  visibility: visible;
  opacity: 1;
}

/* Header ////////////////////////////////////////////////*/

#HeadArea {
  background: rgba(255, 255, 255, 1);
  width: 100%;
  height: 90px;
  text-align: center;
  position: fixed;
  z-index: 999;
}

.toplogo {
  width: 100px;
  left: 50%;
  margin-top: 20px;
}

header .circus {
  font-size: 2vw;
  margin: 20px 0;
}

.Menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  /* 左右中央寄せ */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;

  width: 100%;
  flex-direction: column;

  padding-top: 10vh;
}

.Heads {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  /* 左右中央寄せ */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;

  /* 上下中央寄せ */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

  width: 100vw;
  flex-direction: row;

  position: absolute;
  bottom: 0;

  padding-bottom: 150px;
}

nav li {
  display: inline-block;
}

nav a {
  display: block;
  font-size: 3vw;
  margin: 0 20px;
}

nav span {
  display: block;
  font-size: 10px;
  margin-top: 10px;
}

.icon {
  height: 20px;
  width: auto;
}

.logo {
  width: 80px;
  height: auto;
}

.alice {
  width: 80px;
  height: auto;
}

.Heads .logo {
  height: 20px;
  width: auto;
}

.Heads div {
  margin: 0 30px;
}

.Heads .iconbox {
  display: flex;
  flex-direction: row;
}


/* Main ////////////////////////////////////////////////*/

.MainArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  /* 左右中央寄せ */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;

  /* 上下中央寄せ */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  box-sizing: border-box;

  width: 100%;
  min-height: 100vh;
  flex-direction: column;
}

#ContentArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  /* 上下中央寄せ */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  box-sizing: border-box;

  width: 100%;
  flex-direction: column;
  padding-top: 200px;
padding-bottom: 100px;
margin-bottom: 70px;
}

.blackArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  /* 左右中央寄せ */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;

  /* 上下中央寄せ */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

  width: 100%;
  flex-direction: column;
  background: #fff;
  padding-bottom: 100px;
}

.blackArea h2 {
  font-size: 5vw;
}

.MainArea h1 {
  font-size: 2vw;
  text-align: center;
}

.LogoGif {
  max-width: 985px;
}

.creators {
  display: flex;
  flex-direction: row;
}

.creators article {
  margin: 0 5vw;
}

.creators .circus {
  font-size: 21px;
  margin: 70px 0 20px 0;
}

.toptext {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  /* 左右中央寄せ */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;

  width: 35vw;
  flex-direction: column;
}

.Blink a {
  color: #000;
  position: relative;
  display: inline-block;
  transition: .3s;
  font-size: 27px;
  letter-spacing: .1em;
  padding: 5px;
  margin: 5px 0;
}

.Blink a::before, .Blink a::after {
  position: absolute;
  content: '';
  width: 0;
  height: 1px;
  background-color: #000;
  transition: .3s;
}

.Blink a::before {
  top: 0;
  left: 0;
}

.Blink a::after {
  bottom: 0;
  right: 0;
}

.Blink a:hover::before,
.Blink a:hover::after {
  width: 100%;
}

.scroll a {
  font-family: brandon-grotesque, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000;
  position: absolute;
  bottom: 20px;
  left: 50%;
  z-index: 2;
  display: inline-block;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  text-decoration: none;
  padding-top: 60px;
}

.scroll a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 30px;
  height: 50px;
  margin-left: -15px;
  border: 1px solid #000;
  border-radius: 50px;
  box-sizing: border-box;
}
.scroll a span::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: '';
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #000;
  border-radius: 100%;
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

/* Lower Pages ////////////////////////////////////////////////*/
#HeadAreaL {
  background: rgba(255, 255, 255, 1);
  width: 100vw;
  height: 90px;
  text-align: center;
  position: fixed;
  z-index: 999;
}

.Title {
  font-size: 48px;
  margin-bottom: 100px;
}

.ten {

  width: 60vw;
  font-family: ten-mincho-text, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2vw;
  line-height: 1.8em;
}

.about p {
  padding-top: 100px;
  width: 60vw;
  font-family: a-otf-gothic-bbb-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;  
  font-size: 1.2vw;
  line-height: 2.5em;
}

.about a {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  transition-duration: 0.6s;
}

.about a:hover {
  opacity: 0.5;
  transition-duration: 0.6s;
}


.privacy article {
  width: 60vw;
  margin-bottom: 50px;
}

.privacy h4 {
  font-family: a-otf-gothic-bbb-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.8vw;
  text-align: center;
  margin-bottom: 40px;
}

.privacy p {
  font-family: a-otf-gothic-bbb-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1vw;
  line-height: 1.8em;
  margin-bottom: 20px;
}

.right {
  text-align: right;
}

h5 {
  font-family: a-otf-gothic-bbb-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.3vw;
  text-align: left;
  margin-top: 50px;
}

.privacy ul {
  margin-bottom: 30px;
}

.privacy li {
  list-style: square;
}

.privacy li p {
  margin: 5px 0;
}

.privacy span {
  width: 100%;
  display: block;
  height: 1px;
  background: #000;
  margin: 10px 0 20px 0;
}

.ruby {
  display: block;
  color: #999;
  font-size: 14px;
  margin-top: 3px;
}

.Mainblack {
  background: #000;
}

.Mainblack p, .Mainblack span, .Mainblack h3, .Mainblack h2, .Mainblack h1 {
  color: #fff;
}

.Thum {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 60vw;

}

#grid {
  width: 60vw;
  padding-bottom: 150px;
}

.grid-item {
  width: 20vw;
  float: left;
}

.grid-item a {
  color: #000;
  display: block;
  text-decoration: none;
  cursor: pointer;
  transition-duration: 0.6s;
}

.grid-item a:hover {
  opacity: 0.5;
  transition-duration: 0.6s;
}

.Flexbox4 {
  width: 14vw;
  margin-bottom: 30px;
}

.Flexbox4::after, .Flexbox4::before {
content: "";
display: block;
width: 14vw;
height: 0;
}

.Flexbox4::before {
order: 1;
}

.Flex_inside4 a {
  color: #000;
  display: block;
  text-decoration: none;
  cursor: pointer;
  transition-duration: 0.6s;
}

.Flex_inside4 a:hover {
  opacity: 0.5;
  transition-duration: 0.6s;
}

.Flex_inside4 .circus {
  font-size: 21px;
  margin: 10px 0;
}

.profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  /* 左右中央寄せ */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;

  /* 上下中央寄せ */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

  flex-direction: row;
  width: 60vw;
  padding: 70px 0;
}

.profile img {
  width: 15vw;
  height: auto;
}

.profile p {
  display: block;
  width: 45vw;
  padding-left: 30px;
  line-height: 1.5em;
}

.Cname {
  font-family: a-otf-midashi-mi-ma31-pr6n, serif;
  font-style: normal;
  font-size: 8vw;
}

.pos {
  display: block;
  font-family: a-otf-midashi-mi-ma31-pr6n, serif;
  font-style: normal;
  margin-bottom: 30px;
  font-size: 24px;
}

.border a {
  color: #fff;
  cursor: pointer;
  transition-duration: 0.6s;
  text-decoration: underline !important;
}

.border a:hover {
  opacity: 0.6;
  transition-duration: 0.6s;
}

.works {
  font-family: 'Circus_Of_Innocents';
  display: block;
  font-size: 5vw;
  text-align: center;
  margin-bottom: 50px;
}

.works span {
  display: block;
  font-size: 12px;
  text-align: center;
  margin-top: 5px;
}



.Dtitle {
  font-size: 36px;
  line-height: 1.5em;
}

.Sort {
  display: block;
  font-size: 18px;
  color: #999 !important ;
  margin-bottom: 10px;
}

.Dlink {
  padding: 30px 0;
}

.Dlink a {
  color: #fff;
  display: block;
  text-decoration: none;
  cursor: pointer;
  transition-duration: 0.6s;
}

.Dlink a:hover {
  opacity: 0.5;
  transition-duration: 0.6s;
}

.DDlink {
  padding-bottom: 30px;
}

.DDlink a {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition-duration: 0.6s;
}

.DDlink a:hover {
  opacity: 0.5;
  transition-duration: 0.6s;
}


.youtube {
  width: 60vw;
  position: relative;
  padding-top: 33.75%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.Dimg {
  width: 60vw;
  margin-top: 30px;
}


.Dbox {
  width: 60vw;
}







.button-8{
  margin-top: 50px;
  width:140px;
  height:50px;
  border:1px solid #fff;
  float:left;
  text-align:center;
  cursor:pointer;
  position:relative;
  box-sizing:border-box;
  overflow:hidden;
}
.button-8 a{
  display: block;
  font-family:arial;
  font-size:16px;
  color:#fff;
  text-decoration:none;
  line-height:50px;
  transition:all .5s ease;
  z-index:2;
  position:relative;
}
.eff-8{
  width:140px;
  height:50px;
  border:70px solid #000;
  position:absolute;
  transition:all .5s ease;
  z-index:1;
  box-sizing:border-box;
}
.button-8:hover .eff-8{
  border:0px solid #fff;
}
.button-8:hover a{
  display: block;
  color:#fff;
}








.gray {
  color: #CCC;
  position: relative;
  display: inline-block;
  font-size: 27px;
  letter-spacing: .1em;
  padding: 5px;
  margin: 5px 0;
}




.profile p a {
  margin-top: 20px;
    color: #fff;
    display: block;
    text-decoration: none;
    cursor: pointer;
    transition-duration: 0.6s;
  }
  
  .profile p a:hover {
    opacity: 0.5;
    transition-duration: 0.6s;
  }







/* Footer ////////////////////////////////////////////////*/

footer {
  background: #000;
  text-align: center;
  justify-content: center;
  padding: 150px 0;
}

footer div {
  width: 100%;
  display: flex;
  text-align: center;
  justify-content: center;
  padding: 10px 0;
}

.pp {
  color: #fff;
  font-size: 10px;
}

.btn {
  margin-bottom: 50px;
}

.btn a {
  background: #000;
  color: #fff;
  display: block;
  font-size: 24px;
  font-weight: bold;
  height: 200px;
  line-height: 200px;
  overflow: hidden;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 80vw;
  border: 1px solid;
}

.btn a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .7s cubic-bezier(.19, 1, .22, 1);
  background: #fff;
}

.btn a:hover:before {
  transform: scaleX(1);
  transform-origin: left;
}

.btn a .inner-text {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
}

.btn a:hover .inner-text {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  color: #000;
}

.FootArea a {
  display: block;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition-duration: 0.6s;
}

.FootArea a:hover {
  opacity: 0.6;
  transition-duration: 0.6s;
}

.iconbox {
  margin-bottom: 50px;
}

.iconbox .icon {
  margin: 0 10px;
}

.iconbox a {
  display: block;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition-duration: 0.6s;
}

.iconbox a:hover {
  opacity: 0.6;
  transition-duration: 0.6s;
}























/* Smart Phone ////////////////////////////////////////////////*/

@media screen and (max-width:960px) {

header .circus {
    font-size: 4vw;
  }

.MainArea h1 {
  font-size: 5vw;
}  

.Menu {
  padding-top: 2vh;
}

nav a {
  font-size: 7vw;
}

nav li {
  display: flex;
  flex-direction: column;
  margin: 30px 0;
}

.imagine_v {
  max-width: 20vw;
}

.toptext {
  width: 50vw;
}

.ten {
  width: 75vw;
  font-size: 2.5vw;
}

.about p {
  width: 75vw;
  font-size: 1.8vw;
  line-height: 2.5em;
}

.privacy article {
  width: 75vw;
  margin-bottom: 50px;
}

.Thum {
  width: 80vw;
}

.Flexbox4 {
  width: 18.5vw;
}

.Flexbox4::after, .Flexbox4::before {
width: 18.5vw;
}

.Cname {
  font-size: 48px;
}


.profile {
  width: 90vw;
  display: flex;
  flex-direction: column;
  padding: 50px 0;
}

.profile img {
  width: 30vw;
  margin-bottom: 50px;
}

.pos {
  font-size: 27px;
}

.profile p {
  width: 70vw;
  padding: 0;
  font-size: 2.5vw;
}

.works {
  font-size: 60px;
}

#grid {
  width: 100%;
  padding-bottom: 0;
}

.grid-item {
  width: 33.33vw
}

.Dbox {
  width: 80vw;
}

.Dtitle {
  font-size: 27px;
}

.youtube {
  width: 80vw;
  padding-top: 45%;
}

.Dimg {
  width: 80vw;
}

}








@media screen and (max-width: 600px) {

  .blackArea h2 {
    font-size: 10vw;
  }
  header .circus {
    font-size: 5vw;
    margin-bottom: 0;

  }

.creators {
  display: flex;
  flex-direction: column;
}

.Heads {
  flex-direction: column;
  padding-bottom: 50px;
}

.Heads div {
margin: 10px 0;

}

nav li {
  margin: 20px 0;
}

nav a {
  font-size: 7vw;
}

.ten {
  width: 75vw;
  font-size: 4.3vw;
}

.about p {
  width: 75vw;
  font-size: 3vw;
  line-height: 2.5em;
}

.Title {
  font-size: 42px;
}

.privacy h4 {
  font-size: 5vw;
  margin-bottom: 40px;
}

.privacy p {
  font-size: 3.5vw;
  line-height: 1.6em;
  margin-bottom: 20px;
}

.right {
  text-align: right;
}

h5 {
  font-size: 4vw;
  margin-top: 50px;
}

.privacy ul {
  margin-bottom: 30px;
}

.privacy li {
  list-style: square;
}

.privacy li p {
  margin: 5px 0;
}

.privacy span {
  width: 100%;
  display: block;
  height: 1px;
  background: #000;
  margin: 10px 0 20px 0;
}

.profile img {
  width: 70vw;
  margin-bottom: 30px;
}

.works {
  font-size: 48px;
}

.profile p {
  font-size: 3.5vw;
}

.Thum {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.Flexbox4 {
  width: 60vw;
}

.Flexbox4::after, .Flexbox4::before {
width: 60vw;
}

footer {
padding-top: 50px;
}

.Dlink {
  font-size: 12px;
}

.youtube {
  width: 100%;
  padding-top: 56.25%;
}

.Dimg {
  width: 100%;
}

}