@charset "utf-8";

/* ==================================================================
	index.css
	
=================================================================== */

/* --------------------------------
   □ 
-------------------------------- */ 

body{
    background: url(../../images/index/bg.jpg) center center / cover no-repeat;
    width: 100%;
    height: 100vh;
    position: relative;
}

.centerMiddle{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 450px;  
    height: 540px;
}

h2.title{
    margin: 50px auto 34px;
}

p{
    text-align: center;
    margin-bottom: 0;
}

p.text{
    margin-bottom: 87px;
}

a:hover img, p a:hover span{
	filter:alpha(opacity=70);  
    -ms-filter: "alpha(opacity=70)";
	-moz-opacity:0.7; 
	-khtml-opacity: 0.7;
    opacity: 0.7; 
}

p a span{
    display: inline-block;
    margin-top: 16px;    
    background: url(../../images/index/blank.png) no-repeat;
    background-position: right bottom 5px;
    background-size: 14px 14px;
    padding-right: 24px;
    color: #333;
    font-size: 12px;
}

p a:hover span{
    color: #4c4c4c;   
}

ul.sns{
    margin-bottom: 79px;
}

ul.sns li {
    display: inline;
    margin: 0 16px;
}




@media only screen and
(max-width : 767px) {
	
/* --------------------------------
   □ 
-------------------------------- */ 

    .centerMiddle{
        width: 80%;
        height: 430px;
    }

    p.text img, p.logo img{
        zoom: 65%;
    }
    
    p.text{
        margin-bottom: 60px;
    }
    
    ul.sns {
        margin-bottom: 45px;
    }

    ul.sns li {
        margin: 0 8px;
    }
    
    ul.sns li img{
        zoom: 80%;
    }
    

}
