html,
body {
    width: 100%;
    height: 100%;
}

body{
	background-color: black;
}



@font-face {
    font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro";
    src: url("font/ヒラギノ角ゴ Pro W6.otf") format("woff2"),
    url("font/ヒラギノ角ゴ Pro W6.otf") format("woff");
}
/* ----------------------------------------------- */

.photo {
    width: 1080px;
    margin: 0 auto;
}

.box1 {
/*  justify-content: space-between;
    margin: 30px 0 80px;
    margin-top: 150px;
    padding: 0;*/
    padding: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 150px;
    margin-bottom: 80px;
}

.box1 li {
/*	display: inline-block;
    width: 211px;
    margin: 8px 0;*/
    margin: 10px 0;
}

.box1 li img {
    width: 195px;

}

.footer {
    width: 1080px;
    margin: 0 auto;
}

.copyright {
    text-align: right;
    color: #fff;
    margin-top: -35px;
    font-size: 13px;
    margin-bottom: 100px;
}


/* 
-------------------------------------------------- */
@media screen and (max-width:768px) { 

font-face {
    font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro";
    src: url("font/ヒラギノ角ゴ Pro W6.otf") format("woff2"),
    url("font/ヒラギノ角ゴ Pro W6.otf") format("woff");
}

body {
    background-color: black;
    margin: 0;
}

.photo {
    width: 90%;
    margin: 0 5%;
}

.box1 {
    padding: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px;
    margin-bottom: 50px;
    list-style: none;
}

.box1 li {
    margin: 3.5px 0;
    width: 31%;
}

.box1 li img {
    width: 100%;

}

.footer {
    width: 90%;
    margin: 0 5%;
}

.copyright {
    text-align: right;
    color: #fff;
    font-size: 13px;
    font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro";
    margin-top: 15px;
    margin-bottom: 40px;
} 

}