<@charset "UTF-8";>

p {}
body{
	color: #202020;
	-webkit-text-size-adjust: 250%;}
footer{
  z-index: 9999;
  text-align: left;
  font-size: 8px;
  -webkit-text-size-adjust: 200%;
  bottom:10px;
  padding: 0em 0em 0em 1em;/*上 右 下 左 */
  position: fixed;
}

a:link { color: #4d4d4d; }
a:visited { color: #4d4d4d; }
a:hover { color: #202020; }
a:active { color: #202020; }



/*本文装飾用タグ*/
.center{text-align: center;}/*中央寄せ用 */
.mintyou{font-family: serif;}
.mintyou_huto{font-family: serif;font-weight: bold;}
.tehu_honbun{
  display: block;
  width: 100%;
  position: relative;
  float:none;
  overflow:hidden;}
.tehu_honbun1_waku{/*左寄り小さい蝶 */
  width: 100%;
  margin:45px 0px;}
.tehu_honbun1{
  bottom:40px;
  left:20%;
  position: absolute;
  transform: scale(0.5) rotate(10deg);}
.tehu_honbun2_waku{/*右寄り大きい蝶 */
  width: 100%;
  margin:85px 0px;}
.tehu_honbun2{
  bottom:65px;
  left:calc(100% - 100px);
  position: absolute;
  transform: scale(0.8) rotate(-15deg);}
.tehu_honbun3_waku{/*中央中くらいの蝶 */
  width: 100%;
  margin:65px 0px;}
.tehu_honbun3{
  bottom:60px;
  left:50%;
  position: absolute;
  transform: scale(0.6) rotate(10deg);}

.waku_colorA{
  display: block;
  width: 95%;
  color: black;
  background-color:dimgray;
  border-radius: 10px;
  margin: 0.5em;
  padding: 0.5em 1em 0.5em 1em;/*上 右 下 左 */
  position: relative;}
.waku_colorB{
  display: block;
  width: 95%;
  color: lightgray;
  background-color:#1a1a1a;
  border-radius: 10px;
  margin: 0.5em;
  padding: 0.5em 1em 0.5em 1em;/*上 右 下 左 */
  position: relative;}
.waku_colorC{
  display: block;
  width: 95%;
  color: black;
  background-color:lightgray;
  border-radius: 10px;
  margin: 0.5em;
  padding: 0.5em 1em 0.5em 1em;/*上 右 下 左 */
  position: relative;}

.waku_hidariyoseA{
  display: block;
  color: black;
  background-color:dimgray;
  border-radius: 10px;
  padding: 1em 1em 1em 1em;/*上 右 下 左 */
  margin: 1em;
  position: relative;
  float:left;}
.waku_hidariyoseB{
  display: block;
  color: lightgray;
  background-color:#1a1a1a;
  border-radius: 10px;
  padding: 1em 1em 1em 1em;/*上 右 下 左 */
  margin: 1em;
  position: relative;
  float:left;}
.waku_hidariyoseC{
  display: block;
  color: black;
  background-color:lightgray;
  border-radius: 10px;
  padding: 1em 1em 1em 1em;/*上 右 下 左 */
  margin: 1em;
  position: relative;
  float:left;}
.waku_colorA a:link,.waku_hidariyoseA a:link
{color: lightgray}
.waku_colorA a:hover,.waku_hidariyoseA a:hover
{color:black;}
.waku_colorB a:link,.waku_hidariyoseB a:link
{color: dimgray}
.waku_colorB a:hover,.waku_hidariyoseB a:hover
{color:lightgray;}
.waku_colorC a:link,.waku_hidariyoseC a:link
{color: dimgray;}
.waku_colorC a:hover,.waku_hidariyoseC a:hover
{color:black;}


.pushA{
  z-index: 10;
  display: block;
  max-width: 200px;
  border-radius: 30px;
  color: black;
  background-color:dimgray;
  text-align: center;
  margin: 0 auto;
  padding: 0em 1em 0em 1em;/*上 右 下 左 */
  margin: 1em;
  box-shadow: 2px 4px 3px rgba(0,0,0,0.5);
  position: relative;
  float:left;}
.pushB{
  z-index: 10;
  display: block;
  max-width: 200px;
  border-radius: 30px;
  color: lightgray;
  background-color:#1a1a1a;
  text-align: center;
  margin: 0 auto;
  padding: 0em 1em 0em 1em;/*上 右 下 左 */
  margin: 1em;
  box-shadow: 2px 4px 3px rgba(0,0,0,0.5);
  position: relative;
  float:left;}
.pushC{
  z-index: 10;
  display: block;
  max-width: 200px;
  border-radius: 30px;
  color: black;
  background-color:lightgray;
  text-align: center;
  margin: 0 auto;
  padding: 0em 1em 0em 1em;/*上 右 下 左 */
  margin: 1em;
  box-shadow: 2px 4px 3px rgba(0,0,0,0.5);
  position: relative;
  float:left;}
.pushA a:link,.pushA a:hover,
.pushC a:link,.pushC a:hover
{color: black; text-decoration: none;} 
.pushB a:link,.pushB a:hover
{color: lightgray; text-decoration: none;} 
.pushA:hover,.pushB:hover,.pushC:hover
{ transform: translateY(5px);box-shadow: 1px 2px 1px rgba(0,0,0,0.5);}


/*本棚ページ */
.shelfA{
  display: flex;
  flex-direction: row;
  justify-content: space-around;}
.shelf_contentA{
  margin:1em;}

.shelfB{
  display: flex;
  flex-direction: row;
  justify-content: space-around;}
.shelfB a:link
{text-decoration: none;}
.shelf_contentB{
  display: block;
  border-radius: 10px;
  background-color: rgba(200,200,200,0.4);
  padding: 1em 1em 1em 1em;/*上 右 下 左 */
  margin:1em;}

.shelfC{
  display: flex;
  flex-direction: row;
  justify-content: space-around;}
.shelf_contentC{  margin:1em;
}

.shelfD{
  display: flex;
  flex-direction: row;
  justify-content: space-around;}
.shelfD a:link
{text-decoration: none;}
.shelf_contentD{
  display: block;
  border-radius: 10px;
  background-color: rgba(200,200,200,0.4);
  padding: 1em 1em 1em 1em;/*上 右 下 左 */
  margin:1em;}
.shelf_contentD img{
  float:left;
  padding: 0em 1em 0em 0em;/*上 右 下 左 */}

.shelfA a:link,.shelfB a:link,.shelfC a:link,.shelfD a:link{color:#202020;}
.shelf_contentA:hover,.shelf_contentB:hover,.shelf_contentC:hover,.shelf_contentD:hover
{transform: scale(1.1);}

/*shelfC用ポップアップ*/
.shelfC_popup input {
  display: none;
}
.shelfC_overlay {
  display: flex;
  justify-content: center;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.9);/*popup表示している間の背景色*/
  opacity: 0;
  transition: opacity 0.5s, transform 0s 0.5s;
  transform: scale(0);
}
.popup_trigger {
  position: absolute;
  width: 100%;
  height: 100%;
}
.shelfC_nakami {/*popup表示させたいコンテンツ*/
  position: relative;
  align-self: center;
  text-align: center;
  width: 75%;
  max-width: 800px;
  box-sizing: border-box;
  background-color: darkgray;
  line-height: 1.4em;
  transition: 0.5s;
  border-radius: 12px;
  padding: 1em 0em 0em 0em;/*上 右 下 左 */
  box-shadow: 0 0 5px rgba(94, 94, 94, 0.7);
}
.shelfC_close {/*shelfC閉じるボタン */
  position: absolute;
  top: 14px;
  right: 16px;
  font-size: 30px;
  cursor: pointer;
}
.shelfC_close:hover{color:dimgray;}
.shelfC_popup input:checked ~ .shelfC_overlay {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s;
}
.shelfC_open {/*shelfC表示するボタンの見た目 */
  display: block;
  color: black;
  border-radius: 10px;
  background-color: rgba(200,200,200,0.4);
  padding: 1em 1em 1em 1em;/*上 右 下 左 */
}


/*トップページの本文 */
#top_content{
  z-index: 9999;}
#title_top{
  top:10%;
  right:20%;
  position: absolute;
  font-size:4em;
  text-align:center;
  line-height:0.95em;
  font-weight:bold;
  text-shadow: 0px 0px 10px rgba(100,100,100,0.7);}
#comment_top{
  min-width: 500px;
  bottom:0;
  right: 20%;
  position: absolute;
  height: 50%;
  text-align:center;}

/*サブページの本文 */
#honbun{
  z-index: 9999;
  content: "";
  display:block;
  margin:10%;
  top:0;
  left: 0;
  right: 0;
  position: absolute;}
#honbun_screen{
  z-index: 5000;
  content: "";
  display:block;
  width: 100%;
  height: 100%;
  background-color: rgba(200,200,200,0.55); 
  margin:0;
  top:0;
  left: 0;
  right: 0;
  position: fixed;}

/*トップページのメニュー*/
.menu_popup input {display: none;}/*デフォルト非表示*/
.close {/*外側の色幕*/
  display: flex;
  justify-content: center;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background-color: rgba(60,50,0,0.5);
  opacity: 0;
  transition: opacity 0.5s, transform 0s 0.5s;
  transform: scale(0);}
.popup {/*表示のオンオフ*/
  position: absolute;
  width: 100%;
  height: 100%;}
.menu_popup input:checked ~ .close {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s;}
.open {/*メニュー表示ボタン */
  z-index: 9998;
  font-size: 20px;
  font-size: 20px;
  color: darkgray;
  text-align:center;
  text-shadow: 0px 0px 1em rgba(1000,1000,1000,1);
  bottom:20%;
  left:10%;
  position: fixed;
  cursor: pointer;}
.open:hover{/*マウスオーバーで変色 */
  transform: scale(1.2);
  transition: 0.4s ease;}
.menu_waku {
  position: absolute;
  align-self: center;
  width: 90%;
  box-sizing: border-box;
  background-color: rgba(223,246,245,1);
  transition: 0.7s;
  border-radius: 10px;
  padding: 0em 0em 0em 0em;/*上 右 下 左 */
  box-shadow: 0 0 100px rgba(0, 0, 0, 0.8);}
#menu_content{
  padding:1em 0em 1em 0em;/*上 右 下 左 */
  text-align: center;}
#menu_title{
  font-size: 40px;
  color: #202020;
  margin:0;
  text-shadow: 0px 10px 5px rgba(0, 0, 0, 0.4);}
.menu_icon{
  width:100%;
  text-shadow: 0px 10px 5px rgba(0, 0, 0, 0.5);
}
.menu_icon:hover{/*マウスオーバーで変化 */
  opacity: 0.2;
  transition: 0.4s ease;}
.menu_icon a:link
{color:black;text-decoration: none;}
.menu_icon a:visited { color: black;}
.menu_icon a:hover { color: black;}
.menu_icon a:active { color: black;}

/*サブページの上へ戻るボタン */
#back_to_top{
  z-index: 9999;
  font-size:15px; 
  bottom: 20px;
  right: 17px;
  position: fixed;
  opacity: 0.6;}
#back_to_top a{display: block; text-decoration: none; color: white;}
#back_to_top a:link{color: white;}
#back_to_top:hover{opacity: 1;}

/*前ページへ戻るボタン */
#page_back{
  z-index: 9999;
  font-size:20px; 
  -webkit-text-size-adjust: 200%;
  top: 150px;
  left: 17px;
  position: fixed;
  opacity: 0.6;}
#page_back a{display: block;text-decoration: none;}
#page_back a:link{color: white;}
#page_back:hover{opacity: 1;}

/*次ページへ進むボタン */
#page_next{
  z-index: 9999;
  font-size:20px; 
  -webkit-text-size-adjust: 200%;
  top: 150px;
  right: 17px;
  position: fixed;
  opacity: 0.6;}
#page_next a{display: block;text-decoration: none;}
#page_next a:link{color: white;}
#page_next:hover{opacity: 1;}



/*背景 */
#sky {/*空のグラデーション */
	z-index: -1000;
	display:block;
	width: 100%;
	height: 100%;
	top:0;
	left:0;
  position: fixed;
  background: radial-gradient(circle farthest-corner at 50% -10%,
    rgba(223,246,245,1) 10%, rgba(128,0,0,1) 46%, rgba(7,0,0,1) 100%);
  overflow: hidden;
}

@keyframes orb {/*光球の瞬き */
  0% {opacity: 1;}
  50% {opacity: 0.2;}
  100% {opacity: 1;}
}
#orb1{
  z-index: -500;
  animation: orb 4s ease-in-out;
  animation-iteration-count:infinite;
}
#orb2{
  z-index: -500;
  animation: orb 4s ease-in-out;
  animation-delay: 2s;
  animation-iteration-count:infinite;
}

#orb1a{
  content: "";
  display:block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(225,225,225,0.2);
  bottom:50%;
  left:100px;
  position: absolute;
  box-shadow: 0 0 20px rgba(700,700,700,1);
}
#orb1b{
  content: "";
  display:block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: rgba(225,225,225,0.2);
  bottom:20%;
  right:60%;
  position: absolute;
  box-shadow: 0 0 15px rgba(700,700,700,1);
}
#orb1c{
  content: "";
  display:block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(225,225,225,0.2);
  bottom:5%;
  right:10%;
  position: absolute;
  box-shadow: 0 0 15px rgba(700,700,700,1);
}
#orb2a{
  content: "";
  display:block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(225,225,225,0.2);
  bottom:45%;
  right:20%;
  position: absolute;
  box-shadow: 0 0 20px rgba(700,700,700,1);
}
#orb2b{
  content: "";
  display:block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: rgba(225,225,225,0.2);
  top:20%;
  left:15%;
  position: absolute;
  box-shadow: 0 0 15px rgba(700,700,700,1);
}
#orb2c{
  content: "";
  display:block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: rgba(225,225,225,0.2);
  bottom:5%;
  left:10%;
  position: absolute;
  box-shadow: 0 0 15px rgba(700,700,700,1);
}

/*蝶 */
@keyframes habatakiL {/*羽根の動き */
  0% {transform: skewY(0deg);}
  50% {transform: skewY(10deg);}
  100% {transform: skewY(0deg);}
}
@keyframes habatakiR {/*羽根の動き */
  0% {transform: skewY(0deg);}
  50% {transform: skewY(-10deg);}
  100% {transform: skewY(0deg);}
}

.tehu{
  filter: drop-shadow(0 0 10px rgba(800,800,800,1));
  -webkit-filter: drop-shadow(0 0 10px rgba(800,800,800,1));
}
.tehu:hover{
  opacity: 0.2;
  transition: 0.5s ease-in-out;
}

#tehu_title{
  bottom:70%;
  left:100%;
  position: absolute;
  transform: scale(0.7) rotate(-10deg);
  animation: orb 3s ease-in-out;
  animation-delay: 2s;
  animation-iteration-count:infinite;
}

#tehu1{
  bottom:200px;
  left:100px;
  position: absolute;
  transform: rotate(20deg);
}
#tehu2{
  top:40%;
  left:300px;
  position: absolute;
  transform: scale(0.5) rotate(45deg);
}

.skull{/*頭部 */
  z-index: 0;
  content: "";
  display:block;
  width: 12px;
  height: 10px;
  border-radius: 50%; 
  background-color: rgba(223,223,223,0.4);
  bottom:15px;
  left:0px;
  position: absolute;}
.skull::before{/*左の触覚 */
  content: "";
  color: #202020;
  display:block;
  width: 2px;
  height: 20px;
  border-radius: 50%; 
  background-color: rgba(223,223,223,0.4);
  bottom:8px;
  left:0px;
  position: absolute;
  transform: rotate(-10deg);
}
.skull::after{/*右の触覚 */
  content: "";
  color: #202020;
  display:block;
  width: 2px;
  height: 20px;
  border-radius: 50%; 
  background-color: rgba(223,223,223,0.4);
  bottom:8px;
  right:0px;
  position: absolute;
  transform: rotate(10deg);
}
.thorax{/*胸部 */
  z-index: 0;
  content: "";
  display:block;
  width: 11px;
  height: 15px;
  border-radius: 40% 40% 50% 50% /50% 50% 70% 70%;
  /*左上　右上　右下　左下？ */
  background-color: rgba(223,223,223,0.4);
  bottom:20px;
  left:0px;
  position: absolute;
}
.abdomen{/*腹部 */
  z-index: 0;
  content: "";
  display:block;
  width: 7px;
  height: 40px;
  border-radius: 20% 20% 50% 50% /50% 50% 50% 50%;
  /*左上　右上　右下　左下？ */
  background-color: rgba(223,223,223,0.4);
  top:15px;
  left:2px;
  position: absolute;
}

.habatakiLa{
  animation: habatakiL 2s ease-in-out;
  animation-iteration-count:infinite;
}
.habatakiLb{
  animation: habatakiL 3s ease-in-out;
  animation-iteration-count:infinite;
}
.habatakiLc{
  animation: habatakiL 2s ease-in-out;
  animation-delay: 1s;
  animation-iteration-count:infinite;
}
.habatakiRa{
  animation: habatakiR 2s ease-in-out;
  animation-iteration-count:infinite;
}
.habatakiRb{
  animation: habatakiR 3s ease-in-out;
  animation-iteration-count:infinite;
}
.habatakiRc{
  animation: habatakiR 2s ease-in-out;
  animation-delay: 1s;
  animation-iteration-count:infinite;
}

.wingL{
  content: "";
  display:block;
  width: 100px;
  height: 100px;
  background-image:url('CSS_images/winga.png'); 
  -webkit-background-image:url('CSS_images/winga.png'); 
  background-size: contain;
  -webkit-background-size: contain;
  background-repeat: no-repeat;
  -webkit-background-repeat: no-repeat;
  bottom:-10px;
  right:5px;
  position: absolute;
  opacity: 0.3;
  filter: drop-shadow(0 0 10px rgba(800,800,800,1));
  -webkit-filter: drop-shadow(0 0 10px rgba(800,800,800,1));}
.wingLa{
  content: "";
  display:block;
  width: 100px;
  height: 100px;
  background-image:url('CSS_images/wingb.png'); 
  -webkit-background-image:url('CSS_images/wingb.png'); 
  background-size: contain;
  -webkit-background-size: contain;
  background-repeat: no-repeat;
  -webkit-background-repeat: no-repeat;
  top:-5px;
  right:-7px;
  position: absolute;
  opacity: 0.3;
  filter: drop-shadow(0 0 10px rgba(800,800,800,1));
  -webkit-filter: drop-shadow(0 0 10px rgba(800,800,800,1));}


.wingR{
  content: "";
  display:block;
  width: 100px;
  height: 100px;
  background-image:url('CSS_images/winga.png'); 
  -webkit-background-image:url('CSS_images/winga.png'); 
  background-size: contain;
  -webkit-background-size: contain;
  background-repeat: no-repeat;
  -webkit-background-repeat: no-repeat;
  bottom:-10px;
  left:5px;
  position: absolute;
  transform: scale(-1, 1);
  opacity: 0.3;
  filter: drop-shadow(0 0 10px rgba(800,800,800,1));
  -webkit-filter: drop-shadow(0 0 10px rgba(800,800,800,1));}
.wingRa{
  content: "";
  display:block;
  width: 100px;
  height: 100px;
  background-image:url('CSS_images/wingb.png'); 
  -webkit-background-image:url('CSS_images/wingb.png'); 
  background-size: contain;
  -webkit-background-size: contain;
  background-repeat: no-repeat;
  -webkit-background-repeat: no-repeat;
  top:-5px;
  left:-7px;
  position: absolute;
  transform: scale(-1, 1);
  opacity: 0.3;
  filter: drop-shadow(0 0 10px rgba(800,800,800,1));}


#sub_temp{
  text-align: left;
  font-size: 8px;
  padding: 0em 0em 0em 1em;/*上 右 下 左 */
  position: relative;
}

/* templated by  https://kame-kame-css.booth.pm/ */