@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Allura|Slabo+27px');

@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP|Overlock+SC&display=swap');

@font-face
{
font-family: はんなり明朝;
src: url('https://cdn.leafscape.be/hannari/hannari_web.woff')
     format("woff");
}

body {
    color: #fff;
    font-size: 12px;
    font-family: 'Noto Serif JP', 'メイリオ', sans-serif;
    line-height: 200%;
    letter-spacing: 2px;
    margin: 0;
}

a {
    background: #18161a;
    color: #fff;
    text-decoration: none;
}

a:hover, active {
    position: relative;
    top: 0;
    opacity: .7;
}

h1 {
    font-family: はんなり明朝;
    font-size: 30px;
    margin: 20px 0 0;
    line-height: 150%;
    font-weight: 200;
    position: relative;
    bottom: 10px;
    text-shadow:0px 0px 15px #fff;
    text-align: right;
    text-shadow: 1px 1px 2px white;
}

h1 p {
    font-family: 'Slabo 27px', 'STHeitiSC-Light', 'Microsoft YaHei', gulim, メイリオ, sans-serif;
    margin: 0 10px;
    padding: 0;
    font-size: 12px;
    line-height: 100%;
}

h2 {
    font-family: Allura;
    font-weight: 200;
    font-size: 26px;
    margin: -25px 0 15px;
}

h3 {
    font-family: Allura;
    font-weight: 200;
    font-size: 16px;
    margin: 15px 0;
    border-bottom: solid 1px #fff;
    display: inline-block;
}

b {
    border-bottom: double 3px #fff;
}

.back{
    content:"";
    display:block;
    top:0;
    left:0;
    z-index:-1;
    width: 100%;
    height: 100%;
    position:fixed;
    background:url(/material/sky01.jpg) center/cover no-repeat;
}

.back::before{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: ' ';
}

.wrp {
    max-width: 600px;
    margin: 50px auto 10px;
    padding: 20px 20px 20px 20px;
}

.top {
    line-height: 300%;
}

.top a {
    margin: 5px;
    padding: 5px 10px;
}

.text {
    background: rgba(46,41,48,.8);
    padding: 15px;
}

.text a {
    color: #c299ff;
    background: none;
}

/* 上に戻るボタン着地点 */
#Top {
    height: 1px;
}

/* 上に戻るボタン */
#PageTop {
    position: fixed;
    bottom: 4%;
    right: 5%;
}

/* 上に戻るボタンのフォントサイズ */
#PageTop a {
    font-size: 23px;
    background: none;
}

.input[type="text"], textbox, input[type="submit"]{
    -webkit-appearance: none;
}

.textlines {
    font-size: 12px;
    font-family: 'Noto Serif JP', 'メイリオ', sans-serif;
    line-height: 150%;
    letter-spacing: 2px;
    color: #ffffff;
    background: rgba(33, 39, 50, 0.5);
    border: none;
    border: solid 1px #c299ff;
        -webkit-appearance: none;
    border-radius: 0;
    box-shadow: none;
    margin: 3px 0;
    padding: 3px;
}

input[type="text"] {
   　　 font-size: 12px;
        font-family: 'Noto Serif JP', 'メイリオ', sans-serif;
	height:auto;
	width:120px;
	margin:20px 0;
        color:#fff;
        background: rgba(33, 39, 50, 0.5);
        border: 1px solid #c299ff;
            -webkit-appearance: none;
        border-radius: 0;
        box-shadow: none;
        margin: 3px 0;
        padding: 3px;

}


input[type=submit]{
   　　 font-size: 12px;
        font-family: 'Noto Serif JP', 'メイリオ', sans-serif;
        height: auto;
	width: auto;
	color: #fff;
	text-shadow: none;
	background: rgba(33, 39, 50, 0.5);
	border: solid 1px #c299ff;
	border-radius: 0;
        margin: 3px 0;
        padding-right: 10px;
	padding-left: 10px;
}


summary {
  cursor: pointer;
}