<meta name="viewport" content="width=device-width,minimum-scale=1,maximum-scale=1,user-scalable=no" />
<link rel="stylesheet" href="https://cdn.linearicons.com/free/1.0.0/icon-font.min.css">
<link href="https://fonts.googleapis.com/earlyaccess/hannari.css" rel="stylesheet" />
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<script>
    $(function(){
        var agent = navigator.userAgent;
        if(agent.search(/iPhone/) != -1 || agent.search(/iPad/) != -1 || agent.search(/iPod/) != -1 || agent.search(/Android/) != -1){
            $('.bg').css({height: screen.height});
        }
    });
</script>
<style type="text/css">
@import url('https://fonts.googleapis.com/css?family=Alef:400,700|Mr+De+Haviland');

* {
    margin: 0;
    padding: 0;
    font-size: 100%;
    font-weight: normal;
    list-style-type: none;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: #fff;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    padding: 0 3px;
}

input, button, textarea {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: transparent;
	-webkit-border-radius : 0;
	-webkit-tap-highlight-color : rgba(0,0,0,0);
}

.bg {
    content: '';
  display: block;
      position: fixed;
      background: linear-gradient(-45deg, rgba(20, 18, 21, .6), rgba(20, 18, 21, .1)) fixed, url(http://alicex.jp/data/yamanemuru0/img/yamanemuru0_upld_5.png) no-repeat center top;
      background-size: cover;
      top: 0;
      left: 0;
      width: 100%;
      height: 120%;
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
      z-index: -1;
}

body {
    color: #2B1215;
    font-size: 13px;
    color: #303030;
    font-family: "Ÿà–¾’©", YuMincho, "ƒqƒ‰ƒMƒm–¾’© ProN W3", "Hiragino Mincho ProN", "‚l‚r –¾’©", serif;
    line-height: 1.7;
}

article {
    width: 82%;
    max-width: 300px;
    margin: 50px auto 20px;
}

header {
    text-align: center;
}

h1 {
    font-size: 20px;
    font-family: "Hannari", "Ÿà–¾’©", YuMincho, "ƒqƒ‰ƒMƒm–¾’© ProN W3", "Hiragino Mincho ProN", "‚l‚r –¾’©", serif;
    letter-spacing: -1.5px;
    text-align: center;
}

h2 {
    text-align: center;
    font-size: 15px;
    letter-spacing: -1px;
    font-family: "Hannari", "Ÿà–¾’©", YuMincho, "ƒqƒ‰ƒMƒm–¾’© ProN W3", "Hiragino Mincho ProN", "‚l‚r –¾’©", serif;
    background: rgba(255,255,255,0.1);
    border-top: 1px solid rgba(255,255,255,0.6);
    border-bottom: 1px solid rgba(255,255,255,0.6);
    margin: 40px 0 10px;
}

form {
    margin: 5px 0 25px;
}

form input[type=text],
form input[type=submit] {
    font-size: 10px;
    font-family: "Ÿà–¾’©", YuMincho, "ƒqƒ‰ƒMƒm–¾’© ProN W3", "Hiragino Mincho ProN", "‚l‚r –¾’©", serif;
    display: inline;
    border: none;
    padding: 3px 10px;
    margin-right: 5px;
    width: 60px;
    height: 26px;
    line-height: 22px;
    color: #fff;
    background: rgba(0,0,0,0.2);
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
}

form input[type=submit] {
    background: rgba(0,0,0,0.5);
    border: 1px solid rgba(255,255,255,0.6);
}

main {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 40px auto;
}

main p {
    width: 100%;
    margin-bottom: 5px;
}

main p span {
    font-size: 17px;
    margin-right: 8px;
}

section {
    margin-top: 40px;
}

section p {
    margin-bottom: 15px;
}

.source {
    position: relative;
    margin: 20px 0;
}

.source h3 {
    position: absolute;
    right: 10px;
    bottom: 10px;
    opacity: .3;
    font-size: 15px;
    letter-spacing: 2px;
}

.story {
    max-width: 500px;
    margin: 50px auto 0;
}

.story p {
    font-size: 14px;
    margin-bottom: 25px;
}

nav {
    display: flex;
    justify-content: space-around;
    text-align: center;
}

nav p a {
    border: none;
}

nav p span {
    display: block;
    font-size: 20px;
}

nav p b {
    font-style: normal;
    font-size: 10px;
    letter-spacing: 2px;
}
</style>