@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
}

.anime {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    background-color: #111;
    position: relative;
    overflow: hidden;
    z-index: 9999;
}

.anime p {
    font-size: 6vw;
    font-family: 'Roboto Slab'; 
}

.anime p span {
    color: transparent;
}

.anime p span:nth-child(1) {
    animation: writing1 2s forwards;
}
@keyframes writing1 {
    11.1% { color: #fff;}
    100%  { color: #fff;}
}

.anime p span:nth-child(2) {
    animation: writing2 2s forwards;
}
@keyframes writing2 {
    22.2% { color: #fff;}
    100%  { color: #fff;}
}

.anime p span:nth-child(3) {
    animation: writing3 2s forwards;
}
@keyframes writing3 {
    33.3% { color: #fff;}
    100%  { color: #fff;}
}

.anime p span:nth-child(4) {
    animation: writing4 2s forwards;
}
@keyframes writing4 {
    44.4% { color: #fff;}
    100%  { color: #fff;}
}

.anime p span:nth-child(5) {
    animation: writing5 2s forwards;
}
@keyframes writing5 {
    55.5% { color: #fff;}
    100%  { color: #fff;}
}

.anime p span:nth-child(6) {
    animation: writing6 2s forwards;
}
@keyframes writing6 {
    66.6% { color: #fff;}
    100%  { color: #fff;}
}

.anime p span:nth-child(7) {
    animation: writing7 2s forwards;
}
@keyframes writing7 {
    77.7% { color: #fff;}
    100%  { color: #fff;}
}

.anime p span:nth-child(8) {
    animation: writing8 2s forwards;
}
@keyframes writing8 {
    88.8% { color: #fff;}
    100%  { color: #fff;}
}

.anime p span:nth-child(9) {
    animation: writing9 2s forwards;
}
@keyframes writing9 {
    99.9% { color: #fff;}
    100%  { color: #fff;}
}


.mainSite {
    width: 100%;
}

.mainSite header {
    width: 100%;
    height: 10vh;
    display: flex;
    background-color: rgba(245,245,245,0.7);
    position: fixed;
    align-items: center;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;    
}

h1 {
    width: 20%; 
    margin-left: 5%;
}

h1 a {
    display: block;
    text-decoration: none;
    color: #101010;
    font-size: 3vw;
    font-weight: 100;
}

h1 a .one .one-risuto {
    list-style-type: none;
}

nav {
    width: 40%;
    margin-left: auto;
    margin-right: 10%;
}

nav .two {
    display: flex;
}

nav .two .two-risuto {
    width: calc( 100% / 2 );
    list-style-type: none;
}

nav .two .two-risuto a {
    display: block;
    color: #808080;
    font-size: 3vw;
    text-decoration: none;
    transition: 1s;
}

nav .two .two-risuto a:hover {
    color: #101010;
    transition: 1s;
}

main section .heroarea {
    width: 100%;
    
    background-image: linear-gradient(90deg, rgba(207, 163, 231, 0.7), rgba(201, 226, 231, 1));

}

.inner {
    padding-top: 10vw;
}

.fadeInBlock {
    display: flex;
    flex-direction: column;
    margin-top: 20vw;
}

.block {
    display: block;
    width: 60%;
}

.block video {
    display: block;
    width: 100%;
   
}

/* ここから時間差フェードインアニメーション */
.fadeIn1s {
    animation-name: fadeIn1s;
    animation-delay: 4s;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    transform: translateY(-50px);
    opacity: 0;
    margin-top: 10vw;
    margin-left: auto;
    margin-right: auto;
}

@keyframes fadeIn1s {
    0% {
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.fadeIn1500ms {
    animation-name: fadeIn1500ms;
    animation-delay: 4s;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    transform: translateY(50px);
    opacity: 0;
    margin-top: 10vw;
    margin-left: auto;
    margin-right: auto;
}

@keyframes fadeIn1500ms {
    0% {
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.fadeIn500ms {
    animation-name: fadeIn500ms;
    animation-delay: 3s;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    transform: translateX(-50px);
    opacity: 0;
    font-size: 5vw;
    color: #808080;
    margin-top: 10vw;
    margin-left: 19vw;
    padding-bottom: 35%;
}

@keyframes fadeIn500ms {
    0% {
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.aboutarea {
    width: 100%;
}

h2 {
    padding-top: 20%;
    padding-left: 5%;
    color: #a9a9a9;
    font-size: 5vw;
}

.aboutarea .about-flex {
    display: flex;
    flex-direction: column;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20%;
}

.aboutarea .about-flex .aboutvideo {
    display: block;
    width: 40%; 
    margin-left: 45vw; 
    margin-top: -7vw;
} 

.aboutarea .about-flex .aboutvideo video {
    display: block;
    width: 100%;
}

.aboutarea .about-flex .abouttext {
    margin-top: -10vw;
}

.aboutarea .about-flex .abouttext .about-name {
    font-size: 3vw;
    color: #808080;
}

.aboutarea .about-flex .abouttext h4 {
    font-size: 5vw;
    font-weight: 100;
    color: #808080;
}

.about-my {
    white-space: pre-wrap;
    font-size: 3vw;
    color: #808080;
    margin-top: 1vw;
    line-height: 1.7;   
}

.kyuuzitu {
    font-size: 3vw;
    color: #808080;
}

.sukinamono {
    font-size: 3vw;
    color: #808080;
}

/*ワークスエリア*/
.worksarea {
    background-color: #111;
}

h3 {
    padding-left: 5%;
    color: #a9a9a9;
    font-size: 3vw;
    margin-top: 2vw;
}

.worksarea .web {
    display: flex;
    flex-wrap: wrap;
    margin-top: 1vw;
    width: 95%;
    margin-left: 4vw;
    padding-bottom: 20%;
    
}

.snip1566 {
  position: relative;
  display: inline-block;
  margin: 2vw;
  max-width: 25vw;
  width: 100%;
  color: #bbb;
  font-size: 16px;
  box-shadow: none !important;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.snip1566 *,
.snip1566:before,
.snip1566:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.snip1566:before,
.snip1566:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50%;
  content: '';
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: -1;
  border: 1px solid #bbb;
  border-color: transparent #bbb;
}

.snip1566 img {
  max-width: 100%;
  backface-visibility: hidden;
  vertical-align: top;
  border-radius: 50%;
  padding: 10px;
}

.snip1566 figcaption {
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 5px;
  right: 5px;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.9);
  border-radius: 50%;
}

.snip1566 i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 1em;
  z-index: 1;
}

.snip1566 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.snip1566:hover figcaption,
.snip1566.hover figcaption {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.snip1566:hover:before,
.snip1566.hover:before,
.snip1566:hover:after,
.snip1566.hover:after {
  border-width: 2px;
}

.snip1566:hover:before,
.snip1566.hover:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.snip1566:hover:after,
.snip1566.hover:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.web-text {
    display: flex;
    width: 100%;
}

.web-text a {
    display: none;
    text-decoration: none;
    width: calc( 100% / 5 );
    text-align: center;
    color: #808080;
    font-size: 1vw;
    padding-bottom: 10%;
}

.gura {
    background-image: linear-gradient(90deg, rgba(207, 163, 231, 0.7), rgba(201, 226, 231, 1));
}

.up {
    display: flex;
    background-image: linear-gradient(90deg, rgba(207, 163, 231, 0.7), rgba(201, 226, 231, 1));
    align-items: center;
}

.Collage-flex .Collage-img {
    width: 30%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 3vw;
}

.Collage-flex .big {
    width: 40%;
}

.Collage-flex .big2 {
    width: 38%;
    padding-top: 4vw;
}

.Collage-flex .Collage-img img {
    width: 100%;
    display: block;
    transition: transform .6s ease; /* ゆっくり変化させる */
}

.Collage-flex .Collage-img img:hover {
    transform: scale(1.1); /* 拡大 */
}

.down {
    display: flex;
    background-color: #111;
    align-items: center;
} 

.Collage-flex p {
    color: #a9a9a9;
    padding-bottom: 3vh;
    font-size: 2vw;
}


.worksarea-poster {
    background-image: linear-gradient(90deg, rgba(207, 163, 231, 0.7), rgba(201, 226, 231, 1));
    width: 100%;
}

.worksarea-poster .poster-flex {
    display: flex;
        
}

.poster-up {
    margin-top: 3vw;
}

.worksarea-poster .poster-flex .poster {
    width: 25%;
    margin-left: 6.25%;
}

.worksarea-poster .poster-flex .poster img {
    width: 100%;
    vertical-align: bottom;
    transition: transform .6s ease; /* ゆっくり変化させる */
}

.worksarea-poster .poster-flex .poster img:hover {
    transform: scale(1.1); /* 拡大 */
}

.worksarea-poster .poster-flex .poster p {
    margin-left: 0.5vw;
    font-size: 2vw;
    color: #808080;
    padding-bottom: 10%;
}


.worksarea-banner {
    width: 100%;
    background-color: #111;
}
 
.worksarea-banner .banner-flex {
    display: flex;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.worksarea-banner .banner-flex .banner {
    width: 49%;
}

.worksarea-banner .banner-flex .biyoueki {
    margin-left: 2%;
}

.worksarea-banner .banner-flex .banner img {
    display: block;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    transition: transform .6s ease; /* ゆっくり変化させる */
}

.worksarea-banner .banner-flex .banner img:hover {
    transform: scale(1.1); /* 拡大 */
}

.worksarea-banner .banner-flex .banner p {
    margin-left: 5vw;
    font-size: 2vw;
    color: #a9a9a9;
    padding-bottom: 40%;
}

.blur {
    transition: all 1s;
    filter: blur(10px);
    &.scrollin{
      filter: blur(0);
    }
}

footer p {
    font-size: 1vw;
    color: #000;
    text-align: center;
}


  
  
  





