@charset "UTF-8";

/*フォント*/

@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic&display=swap');

@import url('https://use.fontawesome.com/releases/v7.1.0/css/all.css');

@import 
url('https://use.fontawesome.com/releases/v7.1.0/css/all.css');

@font-face { 
font-family: thesignature; src: url("https://dl.dropboxusercontent.com/scl/fi/5wp4lntxxobqghz4dh94f/Thesignature.woff?rlkey=w903l29dgqkvcu35i4avqf4kd&st=gbwautqb.woff")
format("woff"); 
}

@font-face { 
font-family: ic; src: url("https://dl.dropboxusercontent.com/scl/fi/b61sws0s15gnlaj47fneh/Icing-soda2.woff?rlkey=ieyez3i6c3o76r44psv9arqtu&st=mmzed0sb.woff")
format("woff"); 
}

@font-face { 
font-family: sn; src: url("https://dl.dropboxusercontent.com/scl/fi/iz7zu1f26hqjq7jdkxalq/SNsanafonJ30.woff?rlkey=38wbzirvl4v6vdxsg2usiew9x&st=js60liig.woff")
format("woff"); 
}

@font-face {
font-family: 'heart' ; 
src: url('https://dl.dropboxusercontent.com/s/jdp0k7ksxjcwl2o/%E3%83%8F%E3%83%BC%E3%83%88.woff')format('woff');
}

@font-face {
font-family: 'hearts' ; 
src: url('https://dl.dropboxusercontent.com/scl/fi/iv3qk78nm27ayxeqou0hl/hearts.woff?rlkey=7cfb09tofjjt5tne4p02kw98b&st=kbtg5tia.woff')format('woff');
}

hearts{
    font-family: 'hearts';
    text-decoration: none;
    font-size: 50px;
    color: #000;
}

@font-face { 
font-family: kh; src: url("https://dl.dropboxusercontent.com/scl/fi/sxhe9uqe7dsbpvqa9ewrf/KH-Dot-Hibiya-24.woff?rlkey=0x72cjro9i4ld3ogzgwqell0d&st=9wdqbex5.woff")
format("woff"); 
}

heart{
    font-family: 'heart';
    text-decoration: none;
    font-size: 50px;
    color: #000;
}

@font-face {
font-family: 'bo' ; 
src: url('https://dl.dropboxusercontent.com/s/7kvie3bxzkh9511/%E6%9C%AC.woff')format('woff');
}

bo{
    font-family: 'bo';
    text-decoration: none;
    font-size: 50px;
    color: #000;
}

@font-face {
font-family: 'tensi' ; 
src: url('https://dl.dropboxusercontent.com/s/qu6j32bjomz4gt0/%E5%A4%A9%E4%BD%BF.woff')format('woff');
}

tensi{
    font-family: 'tensi';
    text-decoration: none;
    font-size: 50px;
    color: #000;
}

@font-face {
font-family: 'cat' ; 
src: url('https://dl.dropboxusercontent.com/scl/fi/8gxmd5hhwoh3i56jl0kcs/Cats-Lover.woff?rlkey=mr4kgrbmdtzcgg3u902slugfd&st=67uu6gzc')format('woff');
}

cat{
    font-family: 'cat';
    text-decoration: none;
    font-size: 50px;
    color: #000;
}

@font-face {
font-family: 'window' ; 
src: url('https://dl.dropboxusercontent.com/scl/fi/fpngejphkw8ezly6a726n/Window.woff?rlkey=6ynhzi9z9fhvv59quf57rruto&st=wdru5t6z')format('woff');
}

window{
    font-family: 'window';
    text-decoration: none;
    font-size: 50px;
    color: #000;
}

@font-face {
font-family: 'cafe' ; 
src: url('https://dl.dropboxusercontent.com/scl/fi/ghe7sjpj4lh10px7o1980/counterscraps.woff?rlkey=z79nd9cvx47jtpvcma44t5nyv&st=lvdcbzcr')format('woff');
}

cafe{
    font-family: 'cafe';
    text-decoration: none;
    font-size: 50px;
    color: #000;
}

/* 全体背景色 */
body {
  background:#e0efff;
}

/* 全体フォント */
* {margin: 0;
   padding: 0;
   box-sizing: border-box;
   font-family: "sn";
   font-size:11px;
   font-weight: 400;
   color:#000000;}

/* リンク部分カラー */
a {text-decoration:none;
    color:000000;
    font-size:-25px;
-webkit-tap-highlight-color: rgba(0,0,0,0); }
a:hover { color: #000000}


/*タイトル*/

.title {
    padding: 0.5em 1em;
    margin: 2em auto;
    width: 65%;
    color: #000;
    background:#e0efff;/*背景色*/
    position: relative;
}

.title:before{
position: absolute;
font-family: 'cat';
content: "r";
right:45px;
margin-bottom:-10px;
bottom : 0px;
color: #000;
font-size: 25px;
z-index: 2;
}

/*枠*/

.ngs {
    padding: 0.5em 1em;
    margin: 2em auto;
    width: 65%;
    color: #000;
    background:rgba(255,255,255,0.5);/*背景色*/
    position: relative;
}

.ngs:before {
position: absolute;
font-family: 'heart';
content: "b";
right: 0px;
margin-bottom: 0px;
bottom : 0px;
color: #77B6C2;
font-size: 35px;
z-index: 2;
}

.skyr {
    padding: 0.5em 1em;
    margin: 2em auto;
    width: 65%;
    color: #000;
    background:rgba(255,255,255,0.5);/*背景色*/
    position: relative;
}

.skyr:before {
position: absolute;
font-family: 'cat';
content: "r";
right: 0px;
margin-bottom: 0px;
bottom : 0px;
color: #BA6EA5;
font-size: 40px;
z-index: 2;
}

.gk {
    padding: 0.5em 1em;
    margin: 2em auto;
    width: 65%;
    color: #000;
    background:rgba(255,255,255,0.5);/*背景色*/
    position: relative;
}

.gk:before {
position: absolute;
font-family: 'cat';
content: "f";
right: 0px;
margin-bottom:-12px;
bottom : 0px;
color: #FFCB5B;
font-size: 30px;
z-index: 2;
}

.rou {
    padding: 0.5em 1em;
    margin: 2em auto;
    width: 65%;
    color: #000;
    background:rgba(255,255,255,0.5);/*背景色*/
    position: relative;
}

.rou:before {
position: absolute;
font-family: 'tensi';
content: "F";
right: 0px;
margin-bottom: 0px;
bottom : 0px;
color: #5A5FAA;
font-size: 25px;
z-index: 2;
}

.info {
    padding: 0.5em 1em;
    margin: 2em auto;
    width: 65%;
    color: #000;
    background:rgba(255,255,255,0.5);/*背景色*/
    position: relative;
}

.info:before {
position: absolute;
font-family: 'tensi';
content: "A";
right: 0px;
margin-bottom: 0px;
bottom : 0px;
color: #000;
font-size: 50px;
z-index: 2;
}

.book {
    text-align: center;
    padding: 0.5em 1em;
    margin: 2em auto;
    width: 65%;
    color:#000;
    background:rgba(255,255,255,0.5);/*背景色*/
    position: relative;
}

.book:before {
position: absolute;
font-family: 'bo';
content: "D";
right: 0px;
margin-bottom: 0px;
bottom : 0px;
color: #000;
font-size: 35px;
z-index: 2;
}

.i {
    padding: 0.5em 1em;
    margin: 2em auto;
    width: 65%;
    color: #000;
    font-family: 'sn';
    font-size:10px;
    background: #fff;/*背景色*/
    position: relative;
}

/*なうたいむ*/

.now {
  border-radius:8px;
  padding: 0.5em 1em;
  margin: 2em auto;
  width:210px;
  height:70px;
  font-family: 'sn';
  font-size:13px;
  overflow:auto;
  color: #000;
  border:1px solid #000;
  background-color:rgba(255,255,255,0.5);
  scrollbar-width:none;
}

.z {
  font-size:10px;
  font-family: 'kh', serif;
  color: #ACA7BB;
}

.k {
  font-size:10px;
  font-family: 'kh', serif;
  color: #ABD3D8;
}

.r {
  font-size:10px;
  font-family: 'kh', serif;
  color: #5A5FAA;
}

.n {
  font-size:10px;
  font-family: 'kh', serif;
  color: #77B6C2;
}

/*なうぷれ*/

.kzp {
  border-radius:8px;
  padding: 0.5em 1em;
  margin-left:50px;
  width:115px;
  height:20px;
  overflow:auto;
  border:1px solid #ACA7BB;
  background-color:fff;
  scrollbar-width:none;
}

.kzp span{
  display     : inline-block;
  padding-left: 100%;
  white-space : nowrap;
  line-height : 1em;
  animation   : scrollAnime 7s linear infinite;
  font-family: 'ic';
}
@keyframes scrollAnime{
    0% { transform: translateX(0)}
  100% { transform: translateX(-100%)}
}

.skp {
  border-radius:8px;
  padding: 0.5em 1em;
  margin-left:50px;
  width:115px;
  height:20px;
  overflow:auto;
  border:1px solid #BA6EA5;
  background-color:fff;
  scrollbar-width:none;
}

.skp span{
  display     : inline-block;
  padding-left: 100%;
  white-space : nowrap;
  line-height : 1em;
  animation   : scrollAnime 7s linear infinite;
  font-family: 'ic';
}
@keyframes scrollAnime{
    0% { transform: translateX(0)}
  100% { transform: translateX(-100%)}
}

.rup {
  border-radius:8px;
  padding: 0.5em 1em;
  margin-left:50px;
  width:115px;
  height:20px;
  overflow:auto;
  border:1px solid #5A5FAA;
  background-color:fff;
  scrollbar-width:none;
}

.rup span{
  display     : inline-block;
  padding-left: 100%;
  white-space : nowrap;
  line-height : 1em;
  animation   : scrollAnime 7s linear infinite;
  font-family: 'ic';
}
@keyframes scrollAnime{
    0% { transform: translateX(0)}
  100% { transform: translateX(-100%)}
}

.ngp {
  border-radius:8px;
  padding: 0.5em 1em;
  margin-left:50px;
  width:115px;
  height:20px;
  background-color:fff;
  overflow:auto;
  border:1px solid #77B6C2;
  scrollbar-width:none;
}

.ngp span{
  display     : inline-block;
  padding-left: 100%;
  white-space : nowrap;
  line-height : 1em;
  animation   : scrollAnime 7s linear infinite;
  font-family: 'ic';
}
@keyframes scrollAnime{
    0% { transform: translateX(0)}
  100% { transform: translateX(-100%)}
}

/*マーカー*/

krm {
background:linear-gradient(transparent 70%, #FFD264 70%);
color:#000;
}

fsm {
background:linear-gradient(transparent 70%, #FFCB5B 70%);
color:#000;
}

usm {
background:linear-gradient(transparent 70%, #FAC31E 70%);
color:#000;
}

skm {
background:linear-gradient(transparent 70%, #BA6EA5 70%);
color:#000;
}

rum {
background:linear-gradient(transparent 70%, #5A5FAA 70%);
color:#000;
}

ngm {
background:linear-gradient(transparent 70%, #77B6C2 70%);
color:#000;
}

sim {
background:linear-gradient(transparent 70%, #8C4664 70%);
color:#000;
}

kim {
background:linear-gradient(transparent 70%, #0C6F72 70%);
color:#000;
}

/*横線*/

.line {
	position: relative;
	overflow: visible;
	text-align: center;
    font-family: 'cafe';
    font-size: 15px;
	color: #000;
}

/*ぼかし*/

.ngb {
  filter: blur(3px);
  -webkit-filter: blur(3px); 
  color:#000;
}

.gkb {
  filter: blur(3px);
  -webkit-filter: blur(3px); 
  color:#000;
}

.skb {
  filter: blur(3px);
  -webkit-filter: blur(3px); 
  color:#000;
}

/*折りたたみ*/

details {
  margin: 1em;
  border: none;
  transition: 1.5s all linear;
  text-align: justify;
  color: #000;
}

details summary {
  list-style: none;
  cursor: pointer;
  outline: none;
  color: #000;
} 

.all summary::-webkit-details-marker {
 outline: none;
 display: none;
 cursor: pointer;
 color: #000
}

details summary::-webkit-details-marker {
  display: none;
}

details[open] summary::before {
  font-family: "Font Awesome 5 Free";
  content: "\f7b6" ;
  color: #000
}

details summary::before {
  font-family: "Font Awesome 5 Free";
  content: "\f023" ;
  color: #000

}