@charset "UTF-8";

@import url('https://use.fontawesome.com/releases/v5.15.4/css/all.css');

@font-face { font-family: 'mm';
src: url("https://dl.dropboxusercontent.com/scl/fi/279pjqithsoapy1w53g24/Mamelon-4-Hi-Regular.woff?rlkey=hzqkc0lfxh6oj1ajl173kuho4&dl=0") format("woff");}

@font-face { font-family: 'ns';
src: url("https://dl.dropboxusercontent.com/scl/fi/qsm2dfydjfzmuo9gryg3q/Nosutaru-dotMPlusH-10-Regular.woff?rlkey=x6ibrys9bax9hij4gt2i8yey9&st=nwz1yilw") format("woff");}

@font-face { font-family: 'diamonds';
src: url("https://dl.dropboxusercontent.com/scl/fi/4j4dt7wqy7u4p5rowbh09/Diamonds.woff?rlkey=ihxiymcfpilhim6bt8g1rccgm&st=so58z4rc") format("woff");}

@font-face { font-family: 'su';
src: url("https://dl.dropboxusercontent.com/scl/fi/34ib8l9fkdgx5x0oxcc9f/Suboe.woff?rlkey=z25ncoxqd08g5aj5iohrgruou&st=jtogq9q5") format("woff");}

* {
font-family: 'mm';
font-size: 8.5px;
color: #8C4664;
line-height: 18px;
}

body {
background: #fff;
margin: 20px;
}

a {
text-decoration: none;
color: #8C4664;
}

.name {
color: #8C4664;
}

hr {
border: none;
}

textarea {
color: #8C4664;
margin: 10px;
}

bks {
color: transparent;
text-shadow: 0px 0px 6px #aba9a9;
}

tt {
color: #fff;
padding: 2px;
background:linear-gradient(transparent 5%,
#8C4664 5%); }


/* 枠 */

.bx {
margin: 20px;
padding: 15px;
color: #8C4664;
}

/* 最初の印 */

.bx .t1 {
font-family: 'su';
font-size: 20px;
color: #8C4664;
text-align: center;
}


/*　折りたたみ　印　*/

summary {
list-style: none;
}

details summary::-webkit-details-marker {
display: none;
}

details summary::before {
font-size: 11px;
content: '＋';
margin-right: 11px;
width: 0.8em;
display: inline-block;
}

details[open] summary::before {
font-size: 11px;
content: '－';
margin-right:11px;
width: 0.8em;
display: inline-block;
}


/* なうぷれ */

@keyframes pass {
100% {
transform:translateX(-100%);
}
}

.nw {
width:95%;
height:15px;
padding:5px;
border-radius:10px;
margin:10px auto 10px auto;
overflow:hidden;
background: #8C4664;
}

.nw p {
font-size:8px;
color:#fff;
line-height:10px;
margin:3px auto auto 3px;
transform:translateX(100%);
animation:pass 13s linear infinite;
}

/* 表紙 */


.tit {
font-family: 'su';
font-size: 40px;
color: #8C4664;
margin: 22px 0;
}

.tiv {
font-family: 'ns';
font-size: 15px;
color: #8C4664;
margin: 22px 0;
}


