<meta name="viewport" content="width=device-width,minimum-scale=1,maximum-scale=1,user-scalable=no" />
<link href="https://fonts.googleapis.com/earlyaccess/hannari.css" rel="stylesheet" />
<style type="text/css">
* {
    margin: 0;
    padding: 0;
    font-size: 100%;
    font-weight: normal;
    list-style-type: none;
    box-sizing: border-box;
}

input, button, textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    font-family: "Ÿà–¾’©", YuMincho, "ƒqƒ‰ƒMƒm–¾’© ProN W3", "‚l‚r –¾’©", serif;
}

textarea {
    width: 100%;
    height: 80px;
    background: rgba(90,90,90,0.1);
    border: 1px solid #dfdfdf;
    padding: 10px;
    font-size: 11px;
}

strong {
    font-weight: bold;
}

a {
    color: #333;
    text-decoration: none;
}

p {
    margin-bottom: 15px;
}

html,body,article {
    height: 100%;
}

body {
    color: #222;
    line-height: 1.6;
    letter-spacing: 1px;
    font-size: 12px;
    font-family: "Ÿà–¾’©", YuMincho, "ƒqƒ‰ƒMƒm–¾’© ProN W3", "‚l‚r –¾’©", serif;
    word-break: break-all;
    text-align: justify;
}

body::after {
    display: block;
    content: '';
    width: 100%;
    height: 426px;
    position: fixed;
    bottom: 0;
    background: url(#”wŒi‰æ‘œ_url#) repeat-x center bottom;
    background-size: 640px;
    z-index: -10;
}

header {
    display: inline;
    text-align: center;
    font-family: serif;
    position: relative;
    top: -50px;
}

h1 {
    font-family: 'Hannari', serif;
    font-size: 24px;
    letter-spacing: 2.6px;
    text-align: center;
    margin: 0 auto 10px;
}

h1 span {
    display: inline-block;
    
    color: #E19AC2;
}

header p {
    letter-spacing: 3px;
    display: inline-block;
}

header h1,
header p,
div.nano a {
    background: #fff;
    box-shadow: 0 0 5px #fff,
        0 0 10px #fff,
        0 0 15px #fff,
        0 0 20px #fff,
        0 0 25px #fff,
        0 0 30px #fff;
}

header .button {
    display: block;
    width: 120px;
    text-decoration: none;
    background: #333;
    border: 1px solid #333;
    color: #fff;
    padding: 2px 5px;
    letter-spacing: 3px;
    transition: all .5s;
    font-weight: 500;
    margin: 0 auto -35px;
}

header .button:hover {
    background: #fff;
    border: 1px solid #E19AC2;
    color: #E19AC2;
}

article {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.story,
.main {
    width: 85%;
    max-width: 500px;
    margin: 0 auto;
    padding-bottom: 40px;
    background: rgba(255,255,255, 0.9);
    box-shadow: 0 0 5px #fff,
    0 0 10px #fff,
    0 0 15px #fff,
    0 0 20px #fff,
    0 0 25px #fff,
    0 0 30px #fff; 
}

.story header,
.main header {
    display: block;
    top: 0;
    padding-top: 50px;
}

.main form {
    text-align: center;
}

.main form input[type=text],
.main form input[type=submit] {
    line-height: 1.8;
    font-size: 11px;
    color: #2C3E50;
    display: inline;
    background: #fff;
    border: none;
    margin: 0 2px;
    padding: 3px 0;
    text-align: center;
}

.main form input[type=text] {
    width: 60px;
    line-height: 22px;
    height: 26px;
    background: #f2f2f2;
}

.main form input[type=submit] {
    width: 60px;
    height: 26px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #F1C19D;
    color: #fff;
    margin: 5px 0;
}

.main .list {
    text-align: center;
    width: 185px;
    margin: 20px auto;
    text-align: left;
    line-height: 2.2;
}

.main .list span {
    display: inline-block;
    margin-right: 8px;
    color: #bfbfbf;
}

.main .list span:nth-child(odd) {
    color: #E19AC2;
}

.story header {
    text-align: right;
    font-size: 20px;
    position: relative;
    top: -5px;
}

.story .contents {
    text-align: left;
    position: relative;
    background-image:
 
    background-size: 100% 24px;
    line-height: 2;
    padding: 0 10px;
}

.story .contents::after {
    width: 100%;
    height: 20px;
    display: block;
    content: '';
    background-image:
    linear-gradient(rgba(241,207,164,0.5) .1em, transparent .1em);
    opacity: .3;
}

.story .contents p {
    margin-bottom: 24px;
    text-align: justify;
}

.story .page {
    display: block;
    text-align: center !important;
    color: #000;
}
</style>