@charset "UTF-8";
html,body{margin:0;padding:0;}
<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">
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<script>
    $(function(){
       $('a[href^=#]').click(function() {
          var speed = 700;
          var href= $(this).attr("href");

          var target = $(href == "#" || href == "" ? 'html' : href);
          var position = target.offset().top;
          $('body,html').animate({scrollTop:position}, speed, 'swing');
          return false;
       });
    });
</script>
<style type="text/css">
@import url('https://fonts.googleapis.com/css?family=Marcellus');

* {
    margin: 0;
    padding: 0;
    font-size: 100%;
    font-weight: normal;
    list-style-type: none;
    box-sizing: border-box;
}

ul {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    resize: none;
}

.tyuou  { text-align: center; } 

a {
    text-decoration: none;
}

body {
    color: #111;
    letter-spacing:  0.5px;
    line-height: 1.8;
    font-size: 12px;
    font-weight: 400;
    font-family: 'Sawarabi Gothic', sans-serif;
    color="#999999
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
    word-break: break-all;
    text-align: justify;
    background: url(http://www.diced.jp/~injector/water067-2) center top fixed;
    background-size: cover;
}

html,body {
    height: 100%;
}

article {
    height: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.red{
    color:#800000;
}

header {
    width: 100%;
    padding: 30px 10px;
    background: rgba(255,255,255,0.95);
    text-align: center;
    font-family: 'Marcellus', serif;
    letter-spacing: 1.5px;
}

header * {
    color: #333;
}

header .lnr {
    font-size: 20px;
    position: relative;
    left: 5px;
}

header h1 {
    font-size: 40px;
}

.fontweight{
    font-weight: lighter;
}

header ul {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
}


ul.center {
  margin: 0;  /* 余分なマージンを消去 */
  padding: 0; /* 余分なパディングを消去 */
  text-align: center; /* 中央寄せ */
}
 
ul.center li {
    display: inline-block; /* 横並びに */
    font-size: 15px;/* ジャンル文字サイズ */
    color: #afafaf;
    margin: 5px;/* 横並びの間隔 */
    font-family: 'Marcellus', serif;
}

ul.info {/*改行する 。改行したくないときは続けて記述*/
  list-style: none;
  margin: 0;  /* 余分なマージンを消去 */
  padding: 0; /* 余分なパディングを消去 */
}

.wrapper {
    background: rgba(255,255,255,0.95);
    padding-bottom: 30px;
}

section {
    width: 85%;/* スマホサイズ画面幅　元75％ */
    max-width: 700px; /* 中身の幅 　元500ｐｘ*/
    margin: 0 auto;
    padding: 20px 0 0;
}

section h2 {
    text-align: center;
    margin: 30px 0 15px;
    font-family: 'Marcellus', serif;
    font-size: 24px;  
    letter-spacing: 2px;
}
  
section h2::after {
    content: '';
    display: block;
    width: 30px;
    height: 2px;
    background: #dfdfdf;
    margin: 10px auto 0;
}

h3 {
position: relative;
font-size: 17px;
font-family: 'Marcellus', serif;
}
h3::after {
content: "";
width:100%;
height:1px;
position: absolute;
left: 0;
bottom: 0;
background: -webkit-linear-gradient(to right, rgb(255, 186, 115), #000055);
background: linear-gradient(to right, rgb(255, 186, 115), #000055);
}


section p {
    margin-bottom: 20px;
}

section a {
    color: #808080;
}

section a:visited {
    color: #c0c0c0 /* クリック後のリンク色*/
}

section .list {
    font-size: 11px;
    border-left: 1px dashed #e2e2e2;
    padding-left: 15px;
    position: relative;
    left: 8px;
    line-height: 2;
    margin-bottom: 30px;
}

.main{
display: flex;
}

.textarea {
    display: inline-block;
    text-align:right;
}

.under {
  background: linear-gradient(transparent 50%, #eddbff 50%);/* 長編用下線*/
　}

.under2 {
  background: linear-gradient(transparent 50%, #dbedff 50%);/* キャラ名下線*/
　}

.under3 {
  background: linear-gradient(transparent 50%, #dbdbff 50%);/* シリーズ用下線*/
　}

.place {
    word-break: break-all;
    position: relative;
    margin-bottom: 30px;
}


footer {
    background: rgba(0,0,0,0.3);
    padding: 20px 10px;
    text-align: center;
    color: #fff;
    font-family: 'Marcellus', serif;
    letter-spacing: 1.5px;
}

footer a {
    letter-spacing: 0.5px;
    font-size: 11px;
    color: #fff;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    padding: 0 5px;
}

/***追従するトップへ戻るボタン***/
.gotop{
    display: block;
    width: 60px;
    height: 60px;
    box-sizing: border-box;
    background: #FFF;
    border: 1px solid #999;
    padding-top: 30px;
    text-align: center;
    letter-spacing: -1px;
    font-size: 85%;
    text-decoration: none;
    color: #333;
    opacity: 0.5;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 10000;
}
.gotop::before{
    content: "";
    display: block;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    width: 25%;
    height: 25%;
    top: 25%;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    transform: rotate(-45deg);
}
.gotop:hover{
    opacity: 1;
}
@media(max-width:750px){
    .gotop{
        width: 40px;
        height: 40px;
        text-indent: -9999px;
        opacity: 1;
        border: none;
        background: none;
        bottom: 10px;
        right: 10px;
    }
    .gotop::before{
        bottom: 0;
    }
}
/***トップへ戻るボタンここまで***/
</style>