@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;
}

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

@media only screen and (max-width : 640px){textarea {width:100%}}

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: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

header {
    width: 100%;
    padding: 30px 10px;
    background: rgba(255,255,255,0.95);
    text-align: center;
    font-family: 'Marcellus', serif;
    letter-spacing: 1.5px;
    line-height: 7mm;/* indexCSSとここの数値を合わせておくと幅が同じになる */
}

header * {
    color: #333;
}

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

header h1 {
    font-size: 30px;

}

.fontweight{
    font-weight: lighter;
}

header ul {/* ul.centerと合体させるとヘッダーの白い部分の幅が変わってしまう */
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
}

header ul li {
    margin: 0 5px;
}

header ul li a {
    font-size: 15px;
}

header p {
    font-size: 13px;
    color: #afafaf;
    margin: -5px 0 20px 0;
}

ul.center {
  margin: 0;  /* 余分なマージンを消去 */
  padding: 0; /* 余分なパディングを消去 */
  text-align: center; /* 中央寄せ */
  display: flex;
}

ul.info{
  list-style: none;
padding-left:1em;
text-indent:-1em;
}

ul.info li::before{
  content: "！";
  color: #800000;
font-weight:bold;/* !を太字にする */
}
 
ul.link {/* リンク部分用。途中で改行しない */
  margin: 0;  /* 余分なマージンを消去 */
  padding: 0; /* 余分なパディングを消去 */
 display: flex;/* 横並びにする。★セットで使わないと変な隙間できる*/
 flex-wrap: wrap;/* 改行しない。★セットで使う */
 list-style: none;
}

.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;
}

.red{
    color:#800000;
    font-weight: bold;
}

.textarea2 {
    text-align: center;
}

.textarea {
    display: inline-block;
    text-align:right;
    margin-top: 1px;/* おやめくださいからテキストエリアの間隔*/
}

.place {
    padding-right: 18px;/* h3の下の部分。左右に幅をとるためのもの。文字のレイアウト崩さないまま左寄せ。現在不使用*/
    padding-left: 18px;
    position: relative;
}

.place2 {
    width: 85%;/* INFOの下の部分。文字のレイアウトを崩さないまま中央寄せ。*/
    margin:  0 auto;
    position: relative;
}

.place3 {
    padding-right: 18px;/* 左右に幅をとるためのもの。placeとの違いはword-break: break-all;きかせて左寄せ。URLやリンク使用時に。現在不使用*/
    padding-left: 18px;
    word-break: break-all;
    position: relative;
}

.under {
  background: linear-gradient(transparent 50%, #ffefd5 50%);/* オレンジ色*/
　}

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


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>