*{
    margin: 0;
    padding: 0;
}

html{
    font-family: 'Noto Serif', 'Noto Sans JP', "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
}
body{
    background: #fafafa;
}
#container{
    scroll-snap-type: y proximity;
    overflow: auto;
    height: 100vh;
    height: -webkit-fill-available;
}
#graffiti{
    position: relative;
    scroll-snap-align: start;
    height: 100vh;
    height: -webkit-fill-available;
    background: url(../photos/img/graffiti/graffiti02.jpg)
    center / cover;
}
    h1{
        position: absolute;
        top: 15%;
        left: 15%;
        color: white;
        font-size: 80px;
        line-height: 1.3;
        display: inline;
        box-decoration-break: clone;
    }
    h1 span{
        background: #000;
        padding: 0 10px;
    }
#two{
    position: relative;
    scroll-snap-align: start;
    height: 100vh;
    height: -webkit-fill-available;
    background: url(../photos/img/two/two00.jpg)
    center / cover;
    }
    #two h1{
        color: #222;
        top: 15%;
        left: 15%;
    }
    #two h1 span{
        background: #fff;
        padding: 0 10px;
    }
#mark{
    height: 100%;
    width: 100%;
/*    background: blue*/
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
}
#scrolldown{
    position: absolute;
    bottom: 5vh;
    height:50px;
}
#scrolldown p{
    position: absolute;
    left: -17px;
    top: -20px;
    font-size: 14px;
    color: #fff;
    text-shadow: 3px 3px 10px black;
}
#scrolldown::after{
    content: "";
    position: absolute;
    top: 0;
    width: 1.5px;
    height: 30px;
    background: #fff;
    animation: pathmove 1.5s ease-in-out infinite;
    opacity:0;
}
@keyframes pathmove{
  0%{
    height:0;
    top:0;
    opacity: 0;
  }
  30%{
    height:30px;
    opacity: 1;
  }
  100%{
    height:0;
    top:50px;
    opacity: 0;
  }
}
#statement{
    scroll-snap-align: start;
    height: 100vh;
    height: -webkit-fill-available;
    width: 100%;
    display: table;
}
    .center{
        display: table-cell;
        vertical-align: middle;
    }
    .center p{
        width: calc(70% - 16px);
        max-width: 580px;
        font-size: 16px;
        line-height: 2.5;
        margin-top: calc(((16px * 2.5) - 16px) / -2);
        margin-bottom: calc(((16px * 2.5) - 16px) / -2);
        margin-left: auto;
        margin-right: auto;
    }
    #sent{
        color: #fff;
        background: black;
        padding: 0 8px;
}
    #test{
/*        font-family: 'Noto Serif', serif;*/
        color: #5E6467;
        margin-top: 4px;
        padding-right: 1em;
    }
#content{
    scroll-snap-align: start;
    width: 70%;
    max-width: 700px;
    margin: auto;
    padding-top: 96px;
    padding-bottom: 96px;
}
    #content img{
        width: 100%;
        margin-top: 64px;
    }
    #content p{
        font-size: 15px;
        font-weight: 400;
        line-height: 1;
        letter-spacing: 0.2px;
        color: #5E6467;
        margin-top: calc(4px + ((15px * 1) - 15px) / -2);
        margin-bottom: calc(((15px * 1) - 15px) / -2);
    }
    #content .vert{
        width: 60%;
        max-width: 400px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
#foot{
    scroll-snap-align: start;
    height: 100dvh;
    width: 100%;
    display: table;
    background: #fff;
    position: relative;
}
    #foot p{
        padding-top: 32px;
        text-align: center;
        font-size: 20px;
        font-weight: 500;
    }
#back{
    position: absolute;
    display: none;
    bottom: 0px;
    left: 16px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.1px;
    margin-top: calc(((16px * 1.5) - 16px) / -2);
    margin-bottom: calc(23px + ((16px * 1.5) - 16px) / -2);
}
a{
    color: #327BB7;
    text-decoration: underline;
    text-underline-offset: 0.15em;
}
a:hover{
    color: #fff;
    background: #327BB7;
    text-decoration: none;
    transition: all .1s;
}

@media screen and ( max-width:500px )
{
    h1, #two h1{
        font-size: 40px;
        top: 88px;
        left: 56px;
    }
    .center p{
        width: inherit;
        margin-left: 16px;
        margin-right: 16px;
        line-height: 2;
        margin-top: calc(((16px * 2) - 16px) / -2);
        margin-bottom: calc(((16px * 2) - 16px) / -2);
    }
    #content{
        padding-top: inherit;
        width: inherit;
        margin: 0 16px;
    }
    #content img{
        margin-top: 80px;
    }
    #content .vert{
        width: 100%;
        max-width: inherit;
    }
    #foot p{
        font-size: 16px;
    }
    #back{
        display: inherit;
    }
    #back_pc{
        display: none;
    }
}