* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Noto Sans JP', sans-serif;
    font-family: 'Noto Serif JP', serif;
}

.wrapper {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

header {
    margin-top: 0px;
    margin-bottom: 50px;
}

header nav {
    position: absolute;
    position: fixed;
    line-height: 150%;
}

header ul {
    display: flex;
    margin: 0;
    padding: 10px;
    margin-bottom: 150px;
}

.top {
    text-decoration: none;
    font-size: 12px;
    color: #888888;
}

.top:hover {
    text-decoration: none;
    color: #323232;
}

.black {
    text-decoration: none;
    font-size: 12px;
    color: #323232;
}

.box {
    margin-bottom: 15px;
    margin-right: auto;
    margin-left: auto;
    width: 85%;
}

.setumei {
    font-size: 12px;
    line-height: 2.6;
    width: 80%;
    padding-left: 0;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
}

.myname {
    font-size: 15px;
    line-height: 0;
}

.space {
    padding-left: 0.3vw;
    font-size: 12px;
}

.box2 {
    margin-bottom: 50px;
}

h1 {
    font-size: 40px;
    letter-spacing: 0.05em;
    margin-top: 5vw;
    margin-bottom: 5vw;
}

.one {
    text-align: center;
}

.zero {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
    margin-bottom: 0px;
}

.box2 {
    margin-bottom: 0px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}

.image:hover ~ .name {
    color: #323232;
}

.image {
    width: 50%;
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

h3{
    text-decoration: none;
}

.name {
    text-decoration: none;
    font-size: 12px;
    width: 25%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    color: #888888;
}

.name:hover{
    text-decoration: none;
    color: #323232;
}

.zerozero{
    width:80%;
    text-align:center;
    margin-left: auto;
    margin-right: auto;
}

a{
    text-decoration: none;
}


@media screen and (max-width: 700px) {
    nav{
        display:none;
    }
    .firsth1{
        font-size:20px;
    }
    .first{
        font-size:20px;
    }

    p{
        font-size:15px;
    }
    .setumei{
        width:100%;
    }
    .zero{
        display:inherit;
    }
    .box2{
        margin-bottom:20px;
    }


}


