@charset "utf-8";
/* CSS Document */
body {
    background: #FFF;
    /*background-image: url(../images/bg04.gif);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;*/
}
* {
	padding: 0px;
	margin: 0px;
	-webkit-text-size-adjust: 100%;
}
ul, li {
    list-style: none;
}
/*body:before{
    content:"";
    display:block;
    position:fixed;
    top:0;
    left:0;
    z-index:-2;
    width:100%;
    height:100vh;
    background:url(../images/giphy05.gif) center no-repeat;
    background-size:cover;
}*/
.intro-section {
  text-align: center;
  min-height: 70vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#wrapper {
    z-index: 1;
    overflow: hidden;
    position: relative;
}
/* タイトル
--------------------------------------------------------------------*/
.ttlBlock {
    width: 96%;
    height: 250px;
    margin: 0 auto;
}
.text, .text > * {
  position: absolute;
  top: 3rem/*40%*/;
  left: 50%;
  transform: translate(-50%, -40%);
  white-space: nowrap;
    letter-spacing: 2px;
    font-family: 'Poppins', sans-serif;
}
.text.posi02, .text.posi02 > * {
  position: absolute;
  top: 5rem/*70%*/;
  left: 50%;
  transform: translate(-50%, -70%);
  white-space: nowrap;
}
.text > * {
  font-size: 8vw;
  animation: giggle 1s ease infinite;
  mix-blend-mode: difference;
}
.text .r {
  color: #f00;
  left: -0.5px;
}
.text .g {
  color: #0f0;
  animation-delay: -0.67s;
}
.text .b {
  color: #00f;
  animation-delay: -0.33s;
  left: 0.5px;
}

@keyframes giggle {
  0%, 100% {
    transform: translate(-50%, -50%) translateY(-2px);
  }
  50% {
    transform: translate(-50%, -50%) translateY(2px);
  }
}
@keyframes lines {
  0% {
    background-position: 0px 0px;
  }
  100% {
    background-position: 0px 25px;
  }
}


.content-section {
  --scroll-length: 1.5;
  /*height: calc( var(--scroll-length) * 100vh );*/
    height: 100vh;
  width: 100%;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  position: relative;
}
.content-section .content .subheading,
.content-section .content .paragraph {
  opacity: 1;
  opacity: calc( 1 + var(--viewport-y) );
}

.content-section a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 5;
}

.figure {
  width: 100%;
  height: 100vh;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.figure > img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*max-width: 35em;*/
    max-width: 50em;
  display: grid;
  grid-template-rows: 1fr 1fr;
  color: white;
  padding: 2em;
  font-size: 2.5vmin;
}
.content * {
  text-shadow: 0 0 4vmin rgba(0, 0, 0, 0.25);
}
.content > .header {
  grid-row: 1 / 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.content > .paragraph {
  grid-row: 2 / 3;
  line-height: 1.5;
  padding-top: 10px;
  font-size: 3.6vw;
}

.heading {
  font-size: 2.75em;
  margin: 0;
}

.subheading {
  font-size: 1.25em;
  font-weight: 600;
  margin-bottom: .5em;
}

/* ---------------------------------- */
.figure {
  --scale: calc(.6 + (.4 * var(--scroll-length) * var(--visible-y))
  );
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  margin: 0;
  display: block;
  overflow: hidden;
  will-change: transform;
  -webkit-transform: scale(var(--scale));
          transform: scale(var(--scale));
}
.figure:before {
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  width: 102%;
  height: 102%;
  z-index: 1;
  background-color: black;
  opacity: calc( var(--visible-y) );
}
.figure > img {
  display: block;
  will-change: transform;
  -webkit-transform: scale(calc(1 / var(--scale)));
          transform: scale(calc(1 / var(--scale)));
}

/* ---------------------------------- */
.char {
  display: inline-block;
  opacity: calc(  1 + (  ( var(--viewport-y) * 1.5 ) - var(--char-percent) ) );
}

*,
*:before,
*:after {
  /*position: relative;*/
  box-sizing: border-box;
}

.heading,
.intro-heading {
  font-weight: 700;
}

body, html {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  line-height: 1.05;
  font-weight: 400;
  letter-spacing: -.015em;
  font-family: "SF Pro Display","Helvetica Neue","Helvetica","Arial",sans-serif;
}



/* ハンバーガーメニュー
*************************************************************************************/
#nav-toggle {
  position: fixed;
  /*top: 25px;*/
  bottom: 5px;
  right: 5px;
  height: 42px;
  cursor: pointer;
}
#nav-toggle > div {
  position: relative;
  width: 34px;
}
#nav-toggle span {
  width: 100%;
  height: 1px;
  left: 0;
  display: block;
  background: #333;
  position: absolute;
  transition: transform .6s ease-in-out, top .5s ease;
}
#nav-toggle span:nth-child(1) {
  top: 3.5px;
}
#nav-toggle span:nth-child(2) {
  top: 15.5px;
}
#nav-toggle span:nth-child(3) {
  top: 28px;
}


.open #nav-toggle span {
  background: #fff;
}
.open #nav-toggle span:nth-child(1) {
  top: 15px;
  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;
  transform: rotate(-45deg);
}

/* z-index */
#nav-toggle {
  z-index: 10;
    background: rgba(255,255,255,0.75);
    padding: 5px;
}

#container {
  z-index: 8;
}

#gloval-nav {
  background: #000;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  text-align: center;
  display: flex;
  visibility: hidden;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 29px;
  opacity: 0;
  transition: opacity .6s ease, visibility .6s ease;
}

#gloval-nav a {
  display: block;
  color: #fff;
  text-decoration: none;
  letter-spacing: 2px;
  padding: 10px 0;
  transition: color .6s ease;
}
#gloval-nav a:hover {
  color: #666;
}
#gloval-nav ul {
  list-style: none;
}
#gloval-nav ul li {
  opacity: 0;
  transform: translateX(200px);
  transition: transform .6s ease, opacity .2s ease;
}
#gloval-nav ul li:nth-child(2) {
  transition-delay: .15s;
}
#gloval-nav ul li:nth-child(3) {
  transition-delay: .3s;
}
#gloval-nav ul li:nth-child(4) {
  transition-delay: .45s;
}
#gloval-nav ul li:nth-child(5) {
  transition-delay: .6s;
}
#gloval-nav ul li:nth-child(6) {
  transition-delay: .75s;
}
#gloval-nav ul li:nth-child(7) {
  transition-delay: .9s;
}

/* open */
.open {
  overflow: hidden;
}
.open #gloval-nav {
  visibility: visible;
  opacity: 1;
}
.open #gloval-nav li {
  opacity: 1;
  transform: translateX(0);
  transition: transform 1s ease, opacity .9s ease;
}
.modaal-wrapper .modaal-close {
    background: #666 !important;
    z-index: 5;
}


/* CSSでテキストマスク
*************************************************************************************/
@import url('https://fonts.googleapis.com/css?family=Montserrat');
.main_ttl {
    width: 100%;
    margin-bottom: -20px;
}
.title {
    font-family: "Montserrat";
    text-align: center;
    color: #FFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /*height: 100vh;*/
    letter-spacing: 1px;
    position: relative;
}


h1.ttl_main {
    background-image: url(../images/giphy03.gif);
    background-size: cover;
    color: transparent;
    -moz-background-clip: text;
    -webkit-background-clip: text;
    text-transform: uppercase;
    /*font-size: 120px;*/
    font-size: 15vw;
    line-height: 1.1;
    /*margin: 10px 0;*/
    margin: 0 auto;
    padding: 30px 0 30px 0;
}
/* styling my button */

.white-mode {
    text-decoration: none;
    padding: 7px 10px;
    background-color: #122;
    border-radius: 3px;
    color: #FFF;
    transition: .35s ease-in-out;
    position: absolute;
    left: 15px;
    bottom: 15px;
    font-family: "Montserrat";
}

.white-mode:hover {
    background-color: #FFF;
    color: #122;
}

.modaal-close:focus:before, .modaal-close:focus:after, .modaal-close:hover:before, .modaal-close:hover:after {
    background: #000 !important;
}

footer {
    background: #000;
    margin-top: 5rem;
    padding-top: 3rem;
}
footer small {
    display: block;
    color: #676767;
    text-align: center;
    font-size: 13px;
    letter-spacing: 1px;
    padding: 3rem 0 2rem;
}
.btn_prof {
    position: relative;
    display: block;
    width: 90%;
    margin: 0px auto;
    color: #fff;
    text-align: center;
    border: 2px solid #fff;
    padding: 10px 0;
    text-decoration: none;
}

/* bg用css
*************************************************************************************/
@media screen and (max-width:767px){
.bg_cover {
    position: relative;
    /*z-index: -2;*/
}
}
.bg_cover:after,
canvas#world:after,
canvas#c:after {
    content: '';
    /*background: linear-gradient(to bottom, #ff4b00, #ff4d74, #c56bee, #00b5ff, #00ac00, #ffba00, #ff8239);*/
    /*background-image: linear-gradient(-225deg, rgba(6,183,239,0.8) 10%, rgba(149,15,159,0.7) 80%);*/
    /*background: linear-gradient(135deg, rgba(255, 221, 40, 0.8), rgba(255, 110, 80, 0.8) );*/
    background: linear-gradient(to bottom, rgba(255, 75, 0, 0.2) 14%, rgba(255, 77, 116, 0.8) 28%, rgba(197, 107, 238, 0.8) 42%, rgba(0, 181, 255, 0.8) 56%, rgba(0, 172, 0, 0.8) 70%, rgba(255, 186, 0, 0.8) 84%, rgba(255, 130, 57, 0.8) 100% );
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}

canvas#world,
canvas#c {
    display: none;
}
/* modal
*************************************************************************************/
.slider{
    margin: 0 auto;
    width: 100%;
}
.slider img{
    height: auto;
    width: 100%;
}
/*slick setting*/
.slick-prev:before,
.slick-next:before {
    color: #000;
}
.modaal-inner-wrapper {
    padding: 80px 0 !important;
}
.modaal-container {
    width: 100%;
    max-width: 360px !important;
}
.modaal-content-container {
    padding: 30px 3% !important;
}
.left {
    display: block;
    width: 100%;
}
.right {
    display: block;
    margin-left: 0%;
    width: 100%;
    margin-top: 25px;
}
.right p {
    font-size: 4.5vw;
    margin-bottom: 35px;
}
.right .ttl02 {
    color: #037BA6;
    font-size: 5vw;
    padding-bottom: 3px;
    margin-top: 10px;
    position: relative;
    border-bottom: 2px solid #037BA6;
}
.right .url {
}
.right dl {
}
.right dt {
    margin-bottom: 10px;
    padding-bottom: 3px;
    border-bottom: 1px dotted #000;
}
.right dd {
    margin: 0 0 20px 10px;
    font-size: 4vw;
    line-height: 1.6;
}
.slick-next:before,
.slick-prev:before {
    color: #FFF !important;
    font-size: 30px !important;
}
.slick-prev {
    left: 0px !important;
    z-index: 3;
    width: 30px !important;
    height: 30px !important;
}
.slick-next {
    right: 0px !important;
    width: 30px !important;
    height: 30px !important;
}
.slick-slide img {
    border-radius: 5px;
}
/* profile
*************************************************************************************/
#profile {
    width: 94%;
    margin: 0 auto;
    
}
.profile {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: rgba(255,255,255,0.9);
    padding: 50px 3%;
    margin-top: 50px;
}
.profile .name {
    width: 49%;
    font-size: 7vw;
    font-weight: bold;
}
.profile .name > span {
    display: block;
    font-size: 3.5vw;
    padding-top: 3px;
    font-weight: normal;
}
.profile .prof {
    width: 49%;
    padding: 0px;
}
.profile .prof li {
    padding-bottom: 5px;
    font-size: 3vw;
}
.bar_job {
    width: 100%;
    background: #29475f;
    margin: 10px 0 10px 0;
}
.bar_job p {
    padding: 10px 0 10px 10px;
    color: #FFF;
    font-size: 3.8vw;
}
.bar_job p span {
    padding-right: 20px;
}
.profile .prof_txt {
    width: 64%;
}
.profile .prof_txt p {
    font-size: 0.7rem;
    line-height: 1.7;
    letter-spacing: 1px;
    text-align: justify;
}
.profile .prof_photo {
    width: 35%;
}
.profile .prof_photo img {
    max-width: 100%;
    border: 3px solid #29475f;
    box-sizing: border-box;
}
.profile .prof_txt > dl {
    margin-top: 10px;
    letter-spacing: 1px;
    font-size: 0.8rem;
}
.profile .prof_txt > dl > dt {
    padding-bottom: 5px;
    font-weight: bold;
}
.profile .prof_txt > dl > dd {
    padding-bottom: 10px;
}
.profile .prof_txt > dl > dd:last-child {
    padding-bottom: 0;
}
.profile .spec {
    width: 100%;
    background: #29475f;
    margin-top: 15px;
    padding: 20px 4%;
}
.profile .pr {
    width: 100%;
    background: #29475f;
    margin-top: 15px;
    padding: 20px 4%;
}
.profile .ttl01 {
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    padding-bottom: 10px;
}
.profile .pr .txt02 {
    color: #FFF;
    font-size: 0.9rem;
    line-height: 1.7;
    letter-spacing: 1px;
    text-align: justify;
}
.frame {
    width: 100%;
}
/* textEffect
******************************************************************/
.ttl_name {
    padding: 35px 0 15px 0;
}
.glitch {
  color: white;
  font-size: 9vw;
  position: relative;
  width: 90%;
  margin: 0 auto;
　/*font-family: 'Varela', sans-serif;*/
}
.glitch.second {
    width: 37%;
    font-size: 10vw;
    letter-spacing: 1px;
}

@keyframes noise-anim {
  0% {
    clip: rect(79px, 9999px, 10px, 0);
  }
  5% {
    clip: rect(85px, 9999px, 84px, 0);
  }
  10% {
    clip: rect(84px, 9999px, 80px, 0);
  }
  15% {
    clip: rect(82px, 9999px, 2px, 0);
  }
  20% {
    clip: rect(6px, 9999px, 80px, 0);
  }
  25% {
    clip: rect(43px, 9999px, 17px, 0);
  }
  30% {
    clip: rect(76px, 9999px, 85px, 0);
  }
  35% {
    clip: rect(35px, 9999px, 99px, 0);
  }
  40% {
    clip: rect(78px, 9999px, 98px, 0);
  }
  45% {
    clip: rect(35px, 9999px, 98px, 0);
  }
  50% {
    clip: rect(4px, 9999px, 18px, 0);
  }
  55% {
    clip: rect(75px, 9999px, 5px, 0);
  }
  60% {
    clip: rect(5px, 9999px, 10px, 0);
  }
  65% {
    clip: rect(28px, 9999px, 7px, 0);
  }
  70% {
    clip: rect(50px, 9999px, 17px, 0);
  }
  75% {
    clip: rect(68px, 9999px, 69px, 0);
  }
  80% {
    clip: rect(93px, 9999px, 41px, 0);
  }
  85% {
    clip: rect(52px, 9999px, 50px, 0);
  }
  90% {
    clip: rect(65px, 9999px, 52px, 0);
  }
  95% {
    clip: rect(32px, 9999px, 57px, 0);
  }
  100% {
    clip: rect(11px, 9999px, 4px, 0);
  }
}
.glitch:after {
  content: attr(data-text);
  position: absolute;
  left: 2px;
  text-shadow: -1px 0 red;
  top: 0;
  color: white;
  /*background: black;*/
  overflow: hidden;
  clip: rect(0, 900px, 0, 0);
  animation: noise-anim 2s infinite linear alternate-reverse;
}

@keyframes noise-anim-2 {
  0% {
    clip: rect(17px, 9999px, 52px, 0);
  }
  5% {
    clip: rect(76px, 9999px, 18px, 0);
  }
  10% {
    clip: rect(29px, 9999px, 43px, 0);
  }
  15% {
    clip: rect(23px, 9999px, 81px, 0);
  }
  20% {
    clip: rect(27px, 9999px, 97px, 0);
  }
  25% {
    clip: rect(100px, 9999px, 35px, 0);
  }
  30% {
    clip: rect(46px, 9999px, 85px, 0);
  }
  35% {
    clip: rect(47px, 9999px, 58px, 0);
  }
  40% {
    clip: rect(21px, 9999px, 4px, 0);
  }
  45% {
    clip: rect(28px, 9999px, 70px, 0);
  }
  50% {
    clip: rect(55px, 9999px, 91px, 0);
  }
  55% {
    clip: rect(18px, 9999px, 14px, 0);
  }
  60% {
    clip: rect(10px, 9999px, 26px, 0);
  }
  65% {
    clip: rect(72px, 9999px, 59px, 0);
  }
  70% {
    clip: rect(4px, 9999px, 86px, 0);
  }
  75% {
    clip: rect(21px, 9999px, 1px, 0);
  }
  80% {
    clip: rect(71px, 9999px, 56px, 0);
  }
  85% {
    clip: rect(24px, 9999px, 62px, 0);
  }
  90% {
    clip: rect(26px, 9999px, 89px, 0);
  }
  95% {
    clip: rect(77px, 9999px, 23px, 0);
  }
  100% {
    clip: rect(28px, 9999px, 9px, 0);
  }
}
.glitch:before {
  content: attr(data-text);
  position: absolute;
  left: -2px;
  text-shadow: 1px 0 blue;
  top: 0;
  color: white;
  /*background: black;*/
  overflow: hidden;
  clip: rect(0, 900px, 0, 0);
  animation: noise-anim-2 3s infinite linear alternate-reverse;
}


canvas.mainCanvas {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -2;
}

#c1 {
    opacity: 0;
}

#c2 {
    background: #000;
}



.outer-scratch, .inner-scratch {
  /*height: inherit;*/
}
.outer-scratch:after, .inner-scratch:after {
    content: "";
    width: 120%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 100px;
    opacity: 0.08;
    background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/662025/scratch.png") repeat center center;
    -webkit-animation: scratch 0.45s steps(1) infinite;
    animation: scratch 0.45s steps(1) infinite;
}
.inner-scratch:after {
    left: 30%;
    -webkit-animation: inner-scratch 2s infinite;
    animation: inner-scratch 2s infinite;
}
.grain:after {
    content: "";
    width: 110%;
    height: 110%;
    position: absolute;
    top: -5%;
    left: -5%;
    opacity: 0.11;
    background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/662025/grain.jpg") repeat center center;
    -webkit-animation: grain 0.5s steps(1) infinite;
    animation: grain 0.5s steps(1) infinite;
}
/* Film Animations */
@keyframes grain {
  0%, 100% {
    transform: translate(0, 0, 0);
  }
  10% {
    transform: translate(-1%, -1%);
  }
  20% {
    transform: translate(1%, 1%);
  }
  30% {
    transform: translate(-2%, -2%);
  }
  40% {
    transform: translate(3%, 3%);
  }
  50% {
    transform: translate(-3%, -3%);
  }
  60% {
    transform: translate(4%, 4%);
  }
  70% {
    transform: translate(-4%, -4%);
  }
  80% {
    transform: translate(2%, 2%);
  }
  90% {
    transform: translate(-3%, -3%);
  }
}
@keyframes scratch {
  0%, 100% {
    transform: translateX(0);
    opacity: 0.075;
  }
  10% {
    transform: translateX(-1%);
  }
  20% {
    transform: translateX(1%);
  }
  30% {
    transform: translateX(-2%);
    opacity: 0.09;
  }
  40% {
    transform: translateX(3%);
  }
  50% {
    transform: translateX(-3%);
    opacity: 0.05;
  }
  60% {
    transform: translateX(8%);
  }
  70% {
    transform: translateX(-3%);
  }
  80% {
    transform: translateX(10%);
    opacity: 0.02;
  }
  90% {
    transform: translateX(-2%);
  }
}
@keyframes inner-scratch {
  0% {
    transform: translateX(0);
    opacity: 0.08;
  }
  10% {
    transform: translateX(-1%);
  }
  20% {
    transform: translateX(1%);
  }
  30% {
    transform: translateX(-2%);
  }
  40% {
    transform: translateX(3%);
  }
  50% {
    transform: translateX(-3%);
    opacity: 0.06;
  }
  60% {
    transform: translateX(8%);
  }
  70% {
    transform: translateX(-3%);
  }
  80% {
    transform: translateX(10%);
    opacity: 0.03;
  }
  90% {
    transform: translateX(20%);
  }
  100% {
    transform: translateX(30%);
  }
}
/* Simple Title Animation */
@keyframes draw {
  0% {
    width: 0%;
  }
  100% {
    width: 110%;
  }
}
@keyframes draw-bottom {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}