@charset "utf-8";
@import url(./op.css);
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;700&display=swap');/* 設定など↓ */
*{
    font-size: 62.5%;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  }
  /* -------フェードアップ------- */
.fadeUp-main{
    transform: translateY(30px);
    opacity: 0;
    visibility: hidden;
    transition: transform 2s, opacity 2s, visibility 2s;
}
.is-fadein {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }

@keyframes fadeUp-mainAnime{
    from {
      opacity: 0;
    transform: translateY(100px);
    }
  
    to {
      opacity: 1;
    transform: translateY(0);
    }
  }

  /* -------フェードイン------- */
  .fadeIn{
    animation-name:fadeInAnime;
    animation-duration:4s;
    animation-fill-mode:forwards;
    opacity:0;
}
@keyframes fadeInAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* 設定など↑ */

/* ナビゲーション↓ */
header{
    background-color: #AFAFAF;
    width: 100%;
    padding: 5px;
    z-index: 100;
    display: flex;
}
nav{
    margin: 0 auto;
}
nav ul{
    display: flex;
}
nav ul li a{
    text-decoration: none;
    color: #505050;
    display: block;
    padding: 20px;
    font-size: 2.5rem;
}
nav ul li a p{
    background: 
    linear-gradient(currentColor 0 0) 
    bottom /var(--d, 0) 2px 
    no-repeat;
    transition:0.5s;
}

nav ul li a:hover p{
    --d: 100%;
}


/* index-main↓ */
.wrapper{
    width: 100% ;
    height: 100vh ;
    background-color: #f5f5f5 ;
    position: relative;
    background-image: url(../img/kira-waku.gif);
    background-position-x: right;
    background-position-y:center;
    background-repeat: no-repeat;
    background-size: 45%;
  }
  .wrapper2{
    width: 100% ;
    height: auto ;
    background-color: #f5f5f5 ;
    position: relative;
  }
  .works-box{
    text-align: center;
  }
  .wrapper3{
    width: 100% ;
    background-color: #f5f5f5 ;
    position: relative;
    background-image: url(../img/kira-waku.gif);
    background-position-x: right;
    background-position-y:center;
    background-repeat: no-repeat;
    background-size: 45%;
  }

#index-main{
    margin: 0 50px;
}
.link a:hover{
    opacity: 0.5;
}
.fuwa{
    position: relative;
    width: 100% ;
    height: 70vh ;
}

.fuwa img{
    animation: fuwafuwa_2 15s ease 0s infinite;
}

@keyframes fuwafuwa_2 {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(0, -30%);
    }
    100% {
        transform: translate(0, 0);
    }
}
#profile-deg{
    transform: rotate(15deg);
    position: absolute;
    bottom: 30%;
    right: 30%;
    z-index: 100;
}

#works-deg{
    transform: rotate(-20deg);
    position: absolute;
    top: 0px;
    left: 25%;
    z-index: 100;
}
#illust-deg{
    position: absolute;
    transform: rotate(20deg);
    bottom: 30%;
    z-index: 100;
}
#contact-deg{
    transform: rotate(-20deg);
    position: absolute;
    z-index: 100;
    right: 5%;
    top: 20%;
}
footer{
    text-align: center;
    background-color: #AFAFAF;
    line-height: 20px;
    color: #fff;
}
/* back-img↓ */
.loop5{
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 100px;
    background-image: url(../img/name2.png);
    background-repeat: repeat-x;
    background-size: auto 100px;
    animation: loop5 60s linear infinite;
}
.loop4{
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 100px;
    background-image: url(../img/name2.png);
    background-repeat: repeat-x;
    background-size: auto 100px;
    animation: loop5 60s linear infinite;
}
.loop6{
    position: absolute;
    bottom: 15%;
    width: 100%;
    height: 100px;
    background-image: url(../img/name2.png);
    background-repeat: repeat-x;
    background-size: auto 100px;
    animation: loop5 60s linear infinite;
}
@keyframes loop5 {
    from {
        background-position: 0 0;
    }
    to {
        background-position: -2000px 0; /* 画像のマイナス幅 */
    }
}

#wire-img{
    position: absolute;
    z-index: 1;
    top: 69px;
    right: 0;
    background-image: url(../img/wire1.gif);
    width: 350px;
    height: 350px;
    background-size: 150%;
    background-position: bottom left;
    opacity: 0.5;
}
#wire-img2{
    position: absolute;
    z-index: 1;
    bottom: 0;
    width: 300px;
    height: 300px;
    background-image: url(../img/wire1.gif);
    background-size: 150%;
    background-position: right top;
    opacity: 0.5;
}
#kira-border{
    position: absolute;
    bottom: 15%;
    right: 20%;
}
.kira-animation{
    animation: flash 4s ease infinite;
    animation-delay: 1.33s;
}
@keyframes flash {
    0%,
    100% {
        opacity: 1;
    }
        
    50% {
        opacity: 0;
    }
}
.kira-animation2{
    animation: flash2 5s linear infinite;
}
@keyframes flash2 {
    0%,
    100% {
        opacity: 1;
    }
        
    60% {
        opacity: 0;
    }
}
#kira3{
    position: absolute;
    bottom: 40%;
    left: 38%;
}
#kira4{
    position: absolute;
    right: 5%;
    bottom: 20%;
}
#kira5{
    position: absolute;
    left: 5%;
    bottom: 20%;
}
#kira6{
    position: absolute;
    top: 20%;
    left: 10%;
}
#kira7{
    position: absolute;
    top: 20%;
    right: 20%;
}
#kira8{
    position: absolute;
    bottom: 20%;
    left: 50%;
}
.fuwa-move{
    animation: fuwafuwa_2 15s ease 0s infinite;
}

#nyoro1{
    position: absolute;
    bottom: 50%;
    left: 10%;
}
#nyoro2{
    position: absolute;
    top: 35%;
    left: 45%;
    transform: rotate(-50deg);
}
#nyoro3{
    position: absolute;
    bottom: 35%;
    right: 3%;
    transform: rotate(-40deg);
}

/* profile↓ */
#profile-main{
    padding: 50px 100px;
}
.profile-sec figure{
    display: table;
}
.profile-sec figcaption{
    color: #747474;
    font-size: 1.5rem;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    line-height: 25px;
    display: table-caption;
    caption-side: bottom;
}
.profile-sec{
    background-image: url(../img/Ilovecat.gif);
    background-size: 50%;
    background-repeat: repeat-y;
    background-position: right;
}
.profile-sec figcaption span{
    display: block;
    margin-top: 20px;
    font-size: 1.5rem;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 700;
}
h3{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 2.5rem;
    text-align: center;
    line-height: 100px;
    color: #747474;
    padding: 60px;
}
.h3-anime{
    margin: 0 auto;
}
.profile-skill{
    color: #747474;
    font-size: 3rem;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    line-height: 25px;
    display: flex;
    margin-bottom: 50px;
}
.profile-skill figure{
    display: flex;
    width: calc(100% / 3 );
    margin-right: 40px;
}
.profile-skill figure:last-child{
    margin-right: 0;
}
.profile-skill figure figcaption{
    padding-left: 30px;
}
.profile-skill span{
    font-size: 1.5rem;
    font-weight: bold;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.other-skill{
    display: flex;
    margin-bottom: 100px;
}
.other-skill p{
    display: block;
    width: 90px;
}
.other-skill div{
    color: #747474;
    font-size: 1.8rem;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    text-align: center;
    margin: 0 auto;
}
.loop6{
    width: 100%;
    height: 100px;
    background-image: url(../img/name2.png);
    background-repeat: repeat-x;
    background-size: auto 100px;
    animation: loop5 60s linear infinite;
}
/* works↓ */
.glide-wrapp{
    text-align: center;
    width: 100%;
    margin-top: 25px;
}
ul.glide__sliders img{
    display: table-cell;
    vertical-align: middle;
}
.slide-show{
    height: 100vh;
    position: relative;
}
/*スクロールダウン全体の場所*/
.scrolldown4{
	position:absolute;
    bottom: 0;
	right:50%;
	animation: arrowmove 1.5s ease-in-out infinite;
}

/*下からの距離が変化して全体が下→上→下に動く*/
@keyframes arrowmove{
      0%{bottom:1%;}
      50%{bottom:3%;}
     100%{bottom:1%;}
 }

 /*Scrollテキストの描写*/
 .scrolldown4 span{
	position: absolute;
	left:-20px;
	bottom:10px;
    /*テキストの形状*/
	color: #747474;
	font-size: 0.7rem;
	letter-spacing: 0.05em;
	/*縦書き設定*/
	-ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

/* 矢印の描写 */
.scrolldown4:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: -6px;
    width: 1px;
    height: 20px;
    background: #747474;
    transform: skewX(-31deg);
}

.scrolldown4:after{
	content:"";
    /*描画位置*/
	position: absolute;
	bottom:0;
	right:0;
    /*矢印の形状*/
	width:1px;
	height: 50px;
	background:#747474;
}

/* gallery↓ */
.gallery{
    columns: 4;/*段組みの数*/
    padding:0 35px;/*ギャラリー左右に余白をつける*/
    margin:50px 0  0;
    }
    
    .gallery li {
        margin-bottom: 15px;/*各画像下に余白をつける*/
    list-style:none;
    }
    
    /*ギャラリー内のイメージは横幅100%にする*/
    .gallery img{
        width:100%;
        height:auto;
        vertical-align: bottom;/*画像の下にできる余白を削除*/}
    
    /*　横幅900px以下の段組み設定　*/
    @media only screen and (max-width: 900px) {
        .gallery{
        columns:3;
        }	
    }
    
    @media only screen and (max-width: 768px) {
        .gallery{
        columns: 2;
        }	
    }
    /*画像を出現させるアニメーションCSS*/

.flipLeft{
    animation-name: flipLeft;
    animation-duration:0.5s;
    animation-fill-mode:forwards;
    perspective-origin: left center;
    opacity: 0;
    }
    
    @keyframes flipLeft{
      from {
       transform: perspective(600px) translate3d(0, 0, 0) rotateY(30deg);
      opacity: 0;
      }
    
      to {
      transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
      opacity: 1;
      }
    }

/* contact↓ */
#contact-main p{
    margin-top: -50px;
    text-align: center;
    color: #747474;
    font-size: 1.8rem;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    line-height: 40px;
}
.SNS{
    margin-top: 50px;
}
.SNS ul {
    display: flex;
    justify-content: center;
}
.flowbtn10{
    display:inline-block;	
    font-size:50px;
    text-decoration:none;
    transition:.5s;
    color:#747474;	
    margin-right: 30px;
}
.flowbtn10 .fa-instagram,.flowbtn10 .fa-get-pocket,.flowbtn10 .fa-get-pocket,.flowbtn10 .fa-line{
    font-size:35px;
    }

    .flowbtn10 .fa-twitter:hover{
    color:#55acee;
    }

    .flowbtn10 .fa-instagram:hover{
    color:#c6529a;
    }

/* works-temp↓ */
#works-temp{
    width: 70%;
    height: auto;
    margin: 0 auto;
}
h4{
    padding-top: 100px;
    padding-bottom: 20px;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 2.5rem;
    line-height: 60px;
    color: #747474;
}
h5{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 1.5rem;
    padding-bottom: 50px;
    color: #747474;  
}
.caption{
    margin-bottom: 100px;
}
#works-temp p{
    width: 50%;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 1.3rem;
    line-height: 30px;
    color: #747474;
    padding-bottom: 20px;
    padding-left: 20px;
}
h6{
    font-size: 1.5rem;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    padding: 0 2rem;
    border-left: 1.5px solid #747474;
    color: #747474;
}

.works-img{
    width: 100%;
    margin-bottom: 30px;
}
.works-img-logo{
    width: 50%;
    margin-bottom: 30px;
}
.works-img-banner{
    margin-bottom: 50px;
}
.works-img-border{
    border: #747474 1px solid;
}
#works-temp a {
    text-decoration: none;
}
#works-temp p a{
    text-decoration: none;
    color: #747474;
    font-size: 1.5rem;
    font-weight: bold;
    padding-bottom: 30px;
}
#works-temp p a:hover {
    color: #dadada;
    transition-duration: 0.5s;
}

#works-temp a p{
background-image: url(../img/kira2.png);
width: 100px;
height: 20px;
background-size: 15%;
background-repeat: no-repeat;
background-position: left top 4px;
}

.logo-size{
    position: absolute;
    top: 10%;
    right: 20%;
}