html,body,div,span,iframe,h1,h2,h3,h4,p,pre,del,em,img,b,i,dl,dt,dd,ol,ul,li,form,table,tbody,tr,th,td,article,aside,footer,header,nav,section{margin:0;padding:0;border:0;outline:0;font-size:90%;vertical-align:baseline;background:transparent;box-sizing:border-box}
article,aside,footer,header,nav,section,textarea{display:block}
body{line-height:1;overflow-wrap:break-word;word-wrap:break-word}
input,textarea,select{font-family:inherit;font-size:inherit;color:inherit;vertical-align:middle}
a{margin:0;padding:0;text-decoration:none;outline:none;font-size:100%;vertical-align:baseline;background:transparent}
a img{border-style:none}
ul,li{list-style-type:none}
.if-container{display:inline-block;margin:0 auto;height:100%;width:100%;overflow:auto}
.ifrm{border:none;display:block;height:100%;width:100%}
.cf:before,.cf:after{content:" ";display:table}.cf:after{clear:both}
/* この上はいじらないほうがいいです */

html{
font-size:62.5%;
height:100%
}
body{
background:url(https://i.pinimg.com/736x/0c/f2/99/0cf299699f1eddff327d941f7c87185b.jpg) repeat;
background-size:285px;
color:#000;/* インラインフレーム内文字色 */
font-family:Verdana,Roboto,'游ゴシック','Yu Gothic','游ゴシック体','YuGothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
font-size:1.3em;/* 文字の大きさ */
text-align:left;
letter-spacing:.2em;
line-height:1.5;
padding:10px
}
a{
color:#800e13;
text-decoration:underline
}
a:hover{
color:#666;
position:relative;
top:1pt;left:1pt
}
/*--------------------------------------------------------
スクロール
--------------------------------------------------------*/
::-webkit-scrollbar {
  width: 7px;
  height:5px;
}
::-webkit-scrollbar-track {
  background:#fff
}
::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.7);
  width:5px;
  border:1px #ffadad outset
}
::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 173, 173,1); 
  width:5px;
  border:1px #ffadad outset
}
/*--------------------------------------------------------
コンテンツ
--------------------------------------------------------*/
#len{
  width:74px;
  z-index:-10;
  position:relative;
  bottom:30px;
  right:45px;
  object-fit:cover;
  transform:rotate(45deg)
}
.pic{
  width:130px;
  object-fit:cover;
}
#title{
  position:absolute;
  top:0;
  left:90px;
  width:300px;
}
#blinkie{
  position:relative;
  bottom:30px;
}
#desc{
  position:absolute;
  top:50px;
  left:130px;
  width:250px;
  color:#343a40;
  margin-left:10px
}
#len2{
  position:absolute;
  bottom:0px;
  right:0px;
  overflow-x:hidden;
  width:153px;
  z-index:-10
}
.pic2{
  width:240px;
  object-fit:cover;
}
#buttons{
  display:inline-block;
  padding:10px;
  position:relative;
  bottom:10px
}
.button{
background:none;
border:none;
cursor:pointer
}
.button:hover{
  position:relative;
  top:1pt;left:1pt
}
#About,#Profile{
  width:190px;
  margin-left:20px;
  position:relative;
  text-align:justify;
  bottom:10px
}
#tip{
  width:375px;
  background:#fff;
  text-align:center;
  font-size:0.6em;
  border:2px #ffadad double;
  margin:auto
}
/*--------------------------------------------------------
見出し、枠、線
--------------------------------------------------------*/
.img{
  width:74px;
  height:110px;
  border:1px #000 solid;
  object-fit:cover;
}
h1,.h1{
font-size:2em;
line-height:2.5em;
padding:0 0 .5em 0;
text-align:left;
color:#fd8e80;
font-weight:900
}
h2,.h2{
color:#343a40;
font-size:1em;
font-weight:500;
position:relative;
border-bottom:1px solid #999;
text-align:left;
}
h3,.h3{
font-size:1em;
border-bottom:1px #000 dotted;
font-weight:400;
line-height:18px;
margin:20px 0
}
dt{
font-weight:700;
margin:0 0 5px
}
dd{
border-bottom:1px solid #000;
margin:0 0 5px 1em
}
dl:after{
content:"";
clear:both;
height:0;
display:block;
visibility:hidden
}
em{
font-weight:700
}
input,textarea{
background:#fff;
border:1px #000 dotted;
color:#000;
margin:3px 0;
width:100%
}
textarea{
height:50px
}
hr{
display:block;
border:0;  
border-top:1px solid #ccc;
margin:1em 0;
padding:0;
height:1px
}
.marker{
background:#ffd5d5; /* Ie9 */
background:-webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.49, #fff), color-stop(0.5, #abf2fe), color-stop(1, #abf2fe));
background:-webkit-linear-gradient(transparent 50%, #ffd5d5 0%);
background:linear-gradient(transparent 50%, #ffd5d5 0%)
}
.ln01{
border-left:5px solid #000;
margin:5px 0;
padding:3px
}
.ln02{
border-left:5px solid #c00;
margin:5px 0;
padding:3px
}
.textbox{
border:1px #000 solid;
margin:10px 0;
padding:3px;
text-align:center;
}
.title{
color:#000;
font-size:1.5em;
font-weight:500;
margin:2em 0;
text-align:right
}
.title:first-letter{
color:#343a40;
font-size:1.6em
}
.txt{
border-left:1px dotted #000;
color:#343a40;
margin:1em;
padding:0 0 0 1em
}
.a{
  list-style-image:url("https://foollovers.com/mat/i-heart/cb12-icon-heart.gif")
}
/*--------------------------------------------------------
スマホ、タブレット用
横幅600pxで切り替え
--------------------------------------------------------*/
@media screen and (max-width:410px){
  #desc{
  position:absolute;
  top:50px;
  left:130px;
  width:140px;
  color:#343a40;
  margin-left:10px;
  font-size:0.6em
}
  #len2{
  position:absolute;
  bottom:0px;
  right:0px;
  overflow-x:hidden;
  width:153px;
  z-index:-10;
  display:none
}
#tip{
  display:none
}
}