@charset "utf-8";

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

}
    



body{
    background-color: #070b2a;
}

/*ヘッダー*/

header{
    background-image: url(portfolio_images/topimagebackgroundimg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 820px;
    color: aliceblue;
}

header h1{
    text-align: center;
    padding: 8px;
    transform: rotateY(90deg);
    animation: rotate3d 2.8s ease-out forwards;
    animation-iteration-count: infinite;
    animation-direction: alternate-reverse;
}

@keyframes rotate3d {
    to {
    transform: rotateY(0);
    }
}




header ul{
    display: flex;
    justify-content: space-evenly;
    font-family: "Notable", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 22px;
    padding-top: 30px;
    color: rgb(39, 246, 246);
    transform: translateX(50%);
animation: slideIn 1s ease-out forwards;
}

@keyframes slideIn {
to {
    transform: translateX(0);
}
}


a:hover{
    color: #ed59cb
    
}





/*ヘッダーここまで*/

/*アバウトここから*/

.about{
    
    height: 1050px;
    background-image: url(portfolio_images/abouthenkou.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: ;
    }


.about h2{
    color: aliceblue;
    font-family: "Notable", sans-serif;
    text-shadow: 1px 0px rgb(20, 19, 19);
    font-weight: 500;
    font-style: normal;
    font-size: 52px;
    padding: 35px;
    padding-left: 100px;
    padding-top: 280px;
    
}

.about .dummy{
    color: #070b2a00;
    margin-top: 15px;
}

.about .mobile{
    display: none;
}







/*アバウトここまで*/

/*スキル*/

.skills{
    height: 1100px;
    background-color: #070b2a;
}

.skillimg{
    text-align: center;
    
}

.skills h2{
    color: aliceblue;
    font-family: "Notable", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 52px;
    
    padding-left: 100px;
    padding-top: 300px;
}



/*スキルここまで

*/




/*ワーク*/

.work h2{
    color: aliceblue;
    font-family: "Notable", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 52px;
    padding: 35px;
    padding-left: 100px;
    padding-top: 140px;
    margin-bottom: 40px;
    margin-top: 30px;
}

.work{
    
    background-color: #070b2a;
    color: aliceblue;
    height: 1000px;
}

.minipenta ul{
    display: flex;
    justify-content: space-evenly;
    margin-bottom: -60px;
    
}

.minipenta ul li{
    flex-basis: 280px;
    transform: rotate3d(1, 1, 2, 5deg);
animation: slideIn 2s ease-out forwards;
animation-iteration-count: infinite;
    animation-direction: alternate-reverse;
}

@keyframes slideIn {
to {
    transform: rotatey(10px);
}
}

.penta ul{
    display: flex;
    justify-content: space-evenly;
    margin-bottom: -50px;
    
}

.penta ul li{
    
}

.penta ul li{

animation: poyopoyo 3s ease-out infinite;
opacity: 1;
}
@keyframes poyopoyo {
0%, 40%, 60%, 80% {
    transform: scale(1.0);
}
50%, 70% {
    transform: scale(0.96);
}
}
    



@keyframes slideIn {
to {
    transform: rotatey(5deg);
}
}



.btn {
    position: relative;
    display: block;
    width: 200px;
    height: 200px;
    line-height: 180px;
    font-size: 16px;
    text-decoration: none;
    background-color: #ed59ca00;
    border: 2px solid #ed59cb;
    color: #ed59ca00;
    text-align: center;
    z-index: 2;
    overflow: hidden;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    clip-path: polygon(51% 1%, 90% 25%, 90% 71%, 50% 95%, 10% 71%, 10% 25%);
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: weight;
    font-style: normal;

}

.btn:hover {
    color: #fff;
}

.btn::after,
.btn::before {
    position: absolute;
    z-index: -1;
    display: block;
    content: "";
    box-sizing: border-box;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.btn:hover::after {
    top: 0;
    left: 0;
    background-color: #FF6FCA;
}

.btn::after {
    top: 0;
    left: -200px;
    width: 100%;
    height: 100%;
}





/*新ワークここまで*/







/*ワークここまで*/



/*コンタクト*/

.contact{
    background-color: #070b2a;
    color: rgb(39, 246, 246);
}

.contact h2{
    color: aliceblue;
    font-family: "Notable", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 52px;
    padding: 35px;
    padding-left: 100px;
    padding-top: 140px;
}

form{
    display: flex;
    flex-direction: column;
    align-items: center;
    
    font-family: "Big Shoulders Inline", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    
}

.forma{
    width: 150px;
    height: 440px;
    margin: 50px;
    font-size: 30px;
    
    


}

textarea{
    float: left;
    border: 1px solid #ed59cb;
    margin: 10px;
    padding: 30px;
}

input{
    border: 1px solid #ed59cb;
    padding: 8px;
    margin: 8px;
}

.send input{
    background-color: #ed59cb;
    text-shadow: 1px 1px 2px #070b2a;

    
    
}

/*フッター*/

footer{
    background-color: #ed59cb;
    text-align: center;
    color: #6bb6ff;
    font-family: "Notable", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
}


/*
点滅くそ醜いコード
animation-name: tenmetsu;
    animation-duration: 1s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
}
@keyframes tenmetsu {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0.9;
    }
    
}
*/

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

    img{
        max-width: 300px;
    }
    header{
        max-width: 470px;
        height: 100%;
    
    }
    header nav ul{
        font-size: 14px;
    }

    
    #skills{
        font-size: 20px;
    }

    #work{
        font-size: 20px;
    }

    #contact{
        font-size: 20px;
    }

    .about{
        max-width: 470px;
        background-image: url(portfolio_images/mobilehenkou.png);
        

        
    }
    .about h2{
        display: none;
    }

    .skills{
        max-width: 470px;
        height: 100%;

    }

    .skills h2{
        
    }

    .work{
        max-width: 470px;
        height: 100%;
    }

    .work img{
        max-width: 100%;
        height: 100%;
    }
    
    ul li img{
        max-width: 100%;
        height: 100%;
    }

    .minipenta{
        margin-top: 10px;
        margin-bottom: 24px;
    }

    .btn{
        max-width: 100%;
        height: 100%;
    }

    .btn{
        text-decoration: none;
    background-color: #ed59ca00;
    border: 2px solid #ed59cb;
    color: #ed59ca00;
    text-align: center;
    vertical-align: text-top;
    z-index: 2;
    overflow: hidden;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    clip-path: polygon(51% 10%, 90% 28%, 90% 68%, 50% 88%, 10% 68%, 10% 28%);
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: weight;
    font-style: normal;
    font-size: 10px;
    }

    
    .contact{
        max-width: 470px;
        height: 100%;
    }

    }

