*{
margin : 0;
padding  : 0;
box-sizing: border-box;
}
/*レスポンシブル*/
/*
@media screen and(max-width: 480px) {
    img {
    border: 0;
    }
    }
@media screen and(min-width: 767px) {
    img {
    border: 1px solid red;
    }
}*/

@media screen and （min-width: 769px） and （max-width: 1024px） {
    /* 769px~1024pxの画面サイズで適用されるスタイル */
    }



#photo {
    width: auto;
 	height: auto; 
	max-width: 100%;
}



#image {
	border-radius: 50px;
    width: 400px;
 	height: 400px;
 	overflow: hidden;
	
}



.hero{
    height : 100%;
    width : 100%;
    background-color: black;
}

nav{
    display: flex;
    align-items: center;
    justify-content : space-between;
    padding: 45px 8% 0 8%;
}
.logo{
    color : white;
    font-size : 50px;
    letter-spacing: 1px;
    cursor: pointer;
}
span{
    color : lightseagreen;
}

nav ul li {
    display: inline-block;
    padding: 10px 25px;
}
nav ul li a {
    color: white;
    text-decoration : none;
    font-weight : bold;
    transition: all 0.3s;
}

nav ul li a:hover{
    color: lightseagreen;
}

 .btn{
    background-color: lightseagreen;
    color : white;
    padding : 10px 25px;
    text-decoration : none;
    font-weight : bold;
}

.btn:hover{
    border-radius : 20px;
    transition: all 0.3s;
    transform: scale(1.2);
}

/* ＴＯＰ画に適用
.content .body{
    display : flex;
    justify-content: spece-evenly;
    
    padding-right : 50px;
    padding-left : 270px;
} 

.content .body img{
    width: 1080px;
    height :720px;
    margin-top :-150px;
} */

.portfolioinfo{
    width: auto;
    display : flex;
    margin : auto;
}

h1{
    color : white;
    margin : 20px 0 20px;
    font-size: 75px;
		text-align: center;
}
.time{
    font-size : 20px;
    color : white;
    background-color: black;
    text-align: right;
    padding : 10px; 
}

/*
h3{
    color : red;
    font-size :25px;
    text-align: center;
    justify-content: center;
           
}*/

h4{
    color: white;
    letter-spacing : 2px;
    font-size : 20px;
    }


 /*.newslatter form{
    width : 380px;
    position : relative;
    background-color :none;
    }   */
.name {
    color : white;
    font-size: 30px;
    background-color:black;
    text-align: center;
    height : 50px;  

}



    /*メールアドレス入力*/
    .newslatter form input:first-child{
        width : 100%;
        padding : 15px 130px 15px 15px;
        outline : none;
        border: 2px solid lightgreen;
    }

    .newslatter form input:last-child{
        position : absolute;
        border : none;
        top : 5px;
        right : 6px;
        padding: 10px 30px;
        background-color: lightgreen;
        border-radius : 30px;
        color : white;
        cursor: pointer;
        box-shadow: 1px 1px 10px black;
    }

    .about {
        width: 100%;
        height: 120%;
        padding : 100px 0;
        background-color:  #191919;
    }

    .about img{
        width :430px;
    }

    .about-text{
    }

    .main{
        width: auto;
        display : flex;
        margin : auto;
        align-items : center;
        justify-content : space-around;
    }
    
    .about-text h2{
        color: white;
        font-size: 75px;
        margin-bottom : 20px;
    }

    .about-text h5{
        color : white;
        letter-spacing : 1px;
        line-height :28px;
        margin-bottom : 45px;
        font-size :18px;
    }
    .about-text p {
        color : white;
        letter-spacing : 1px;
        line-height : 28px;
        margin-bottom : 18px;

    }

    button{
        background-color: lightseagreen;
        padding: 13px 30px;
        color : white;
        font-weight: bold;
        border-radius: 30px;
        border : 2px solid green;
        transition: all 0.3s;
    }

    button:hover{
        background-color: transparent;
        border : 2px solid green;
        cursor : pointer;
    }
.text-list p{
    color : white;
    text-align: center;
    margin: 10px 20px 30px 20px;
    
}
.text-list h5{
    font-size : 36px;
    color : lightseagreen;
    text-align: center;
    
}
.text-list {
    background-color : #191919;
}




    /*--------------------------------
 Skill
---------------------------------*/
.skill h5{
    color : white;
    text-align :center;
    font-size: 16px;
}
.inner h2{
    text-align: center;
    color : lightseagreen;
    margin-bottom : 20px;
    font-size : 36px;
    }

.skill-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 0;
    padding: 40px 8%;
}
  
  .skill-item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 48%;
    margin-bottom: 50px;
    padding:0 75px 10px;
    
  }
  
  .skill-img {
    width: 60px;
    height: auto;
    margin-right: 20px;
  }
  
  .skill-body {
    flex: 1;
  }
  
  .skill-name {
    margin-bottom: 3px;
    margin-right: 50px;
    padding-left: 50px;
    font-size: 20px;
    color : white;
  }

  .skill-text{
    font-size: 15px;
    width : 500px;
    padding : 0 100px;
    color : white;
  }
  
  /*-------------------




    /*skill
    
    .skill-text{
        color : red;
        text-align: center;
    }

    .lineup-skill {
        display: flex;
        justify-content: space-evenly;
        margin: 10px 20px;
    }
    */
    


    /*bunner*/
    .bunner{
        background-color : #191919;
    }

    .bunner-text  {
        color : lightseagreen;
        text-align: center;
        font-size : 23px;
        background-color: #191919;
    }

    .lineup-body {        
        display: flex;
        justify-content: space-around;
        padding-top: 5px;
        background-color: #191919;
        align-items: center;
				padding: 40px 8%;
        
        
    }/*スペースビトイーンでバナーの間隔を均等にする*/

    .lineup-list-title{
        font-size : 18px;
        font-weight : bold;
        margin: 3px;
        padding : 0 0 0 30px;
        color : #FFD5EC;
    }

    .lineup-list p{
        padding-bottom: 20px;
        color : white;
        margin: 20px;
        
    }
    
    /*web*/
    .LP {
        color : white;
        padding : 5px 0 5px 0;
        margin : 0px 0 ;
    }
    


    .web {
        display: flex;
        justify-content: space-evenly;
        background-color: black;
        padding: 10px 0 0 20px;
        width: auto;
        height: auto; 
        
    }

    .web-text{
        color : lightseagreen;
        text-align: center;
        background-color : black;
        font-size : 20px;
    }

/* movie*/
.movie h2{
    color : lightseagreen;
    font-size : 100px;
    padding-right: 100px;
    padding-left: 30px;
    padding-top : 100px;
    text-align: center;
    margin : -100px;
    }

    .movie h4{
        color : lightseagreen;
        font-size : 36px;
        padding-bottom : 100px;
        padding : auto;
    }


.movie{
    display: inline;
    margin:30px 50px;
       
    }

.movie P{
    text-align: center;
    color : white;
}    
.main{
    text-align: center;
    
}

/*Favorite*/
    .like {
        color : lightseagreen;
        text-align: center;
    }

    .coment{
        color : purple;
        background-color: #c0c0c0;
        text-align: center;
    }

    /*.Favorite h4{
        display: flex;
        color :forestgreen;
    }*/

    .like p{
        color : red;
        padding: 10px;
        
    }

   .like{
        background-color: #c0c0c0;
        display: flex;
        justify-content: space-evenly;
        text-align: center;
        padding-left: 35px;
   }

   /* ↓　ビトウィーン3枚効いている*/
   /*.text h4, p{
    width :500px;
   }*/


   .masseage{ 
    color : lightseagreen;
    /*background-color: aquamarine;*/
    display: flex;
    justify-content: space-evenly;
    width: 1300px;
    margin: 0 50px;
    padding :0 200px 0 -100px;
   }
   
   .fotter{
    text-align: center;
    color : white;
   }

@media screen and (max-width: 767px) {
/* -------------------- スマートフォン用の記述 -------------------- */

.main {
	display: block;
}
.skill-list {
	display: block;
}
.lineup-body {
	display: block;
}
.lineup-list p {
    text-align: center;
}
.web {
	display: block;
}
.LP {
    text-align: center;
}
.movie video {
    width: auto;
    max-width: 100%;
    height: auto;
}
.like {
	display: block;
	padding: 0;
}
.masseage {
    width: auto;
    padding: 0 200px 0 -100px;
}
.skill-item {
    display: block;
    width: auto;
    margin-bottom: 50px;
    padding: 0 20px 10px;
		text-align: center;
}
.skill-text {
    width: auto;
    padding: 0;
}
.skill-name {
    margin-right: 0px;
    padding-left: 0px;
}
.skill-img {
    width: auto;
    height: auto;
    margin-right: 0;
}
.movie h2 {
		padding: 0;
    margin: auto;
}
.movie {
	display: block;
    margin: 0;
}
.name {
    font-size: 23px;
    height: auto;
		margin-bottom: 20px;
}

}	 





