@charset "UTF-8";

body {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    color: #222;
    background-color: #fafafa;
    -webkit-font-smoothing: antialiased;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-lr;
    padding: 0 30px 0 30px;
    hanging-punctuation: force-end;
}


img {
	height: 38vh;
	float:left;
	padding:10px;

    @media screen and (max-width: 720px) {
    margin: 0 auto 10px auto;
	height: 33vh;
    }

}

header{
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    color: #222;
    line-height: 5.2rem;
    font-size: 1.85rem;
    writing-mode: initial;
    position: fixed;
    top: 0;
    width: 100%;
    text-align: left;
}

.footer {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    color: #222;
    font-size: 0.85rem;
    writing-mode: initial;
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: right;
}

.footer-menu {
    width: 80%;
    margin: 0 100px 20px auto;

    @media screen and (max-width: 720px) {
		margin: 0 auto 10px auto;
    }
}

.footer a {
    color: #999;
    display: inline-block;
    margin-right: 0.5rem;
    transition: .3s color, .2s border-bottom;
    border-bottom: 2px solid rgba(255, 255, 255, 0);
}

.copyright {
    color: #999;
    display: block;
    margin: 0 0 10px 0;
    font-size: .775rem;
    text-align: right;

    @media screen and (max-width: 720px) {
    margin: 0 auto 10px auto;
    }
}

main {
    line-height: 1.7rem;
    font-size: 1.15rem;
    padding: 80px 0 100px 0;
}

h1 {
    font-size: 24px;
    margin: 0 0 0 20px;
	float:left;

	@media screen and (max-width: 720px) {
		font-size: 18px;
		margin: 0 0 0 5px;
    }
}

p.scroll {
    font-size: 16px;
    margin: 8px 0 0 50px;
	float:left;
}
