.visual{
    margin-bottom: 0;
}

/*メインコンテンツ*/
main #PHOTO{
    width: 80%;
    margin: auto;
    padding: 0 0 70px;
    margin-top: 70px;  
}
#PHOTO p{
    margin-bottom: 20px;
}
#PHOTO p::before{
    content: "\0274a";
}
.gallery{
    width: 80%;
    margin: auto;
    columns: 4;
    padding:0 15px;
}  
.gallery li {
    margin-bottom: 20px;
}
.gallery li:hover{
    cursor: pointer;
    opacity: 50%;
}   
.gallery img{
    width:100%;
    height:auto;
    vertical-align: bottom;
}
/*インスタ*/
.insta{
    background-color: rgba(172,206,231,50%);
    width: 70%;
    margin: auto;
    padding: 30px;
    margin-top: 70px;
    margin-bottom: 70px;
    box-shadow:3px 3px 3px rgba(80, 99, 112, 0.5);
}
.insta p{
    margin-bottom:1em;
    font-weight: 500;
}
.hover:hover,.insta_btn2:hover{
    opacity: 50%;
    box-shadow: none;
    transform: translateY(2px);
}
.insta a img:hover{
    opacity: 50%;
    box-shadow: 4px 4px 4px #9e9d9d;
    transform: translateY(-2px);
}
.insta_pro{
    position: relative;
}
.insta_pro img{
    margin-top: 10px;
}
.wrap{
    flex-wrap: wrap;
    width: 360px;
}
.wrap img{
    margin-left: 5px;
    margin-bottom: 5px;
}
.insta_btn{
    position: absolute;
    left: 50%;
    transform: translateX(-50%) rotate(-10deg);
    top: 180px;
}
.insta_btn2{
    color: #fff;
    border-radius: 7px;
    position: relative;
    display: inline-block;
    height: 50px;
    width: 274px;
    text-align: center;
    font-size: 20px;
    line-height: 50px;
    background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
    overflow: hidden;
    text-decoration:none;
    box-shadow: 2px 2px 3px #9e9d9d;
}
  
.insta_btn2:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
}
  
.insta_btn2 .fa-instagram{
    font-size: 35px;
    position: relative;
    top: 6px;
    right: 5px;
}
  
.insta_btn2 span {
    display:inline-block;
    position: relative;
    transition: 0.5s
}
  
.insta_btn2:hover span{
    transform: rotateX(360deg);
}
    
/*-------------------レスポンシブ882以下--------------------*/
@media screen and (max-width:882px){
    .visual{
        line-height: 35px;
    }
    main{
        width: 80%;
        margin: auto;
    }
    main #PHOTO{
        width: 100%;
    }

    .gallery{
      columns:3;
    }	
}

/*-------------------レスポンシブ スマホ　600以下--------------------*/
@media screen and (max-width:600px){
    .visual{
        line-height: 23px;
    }
    .gallery{
        columns: 2;
    }
    .insta{
        width: 95%;
        margin: auto;
        padding: 30px 5px;
    }
    .wrap img{
        width: 80%;
    }	
}