@import url('https://fonts.googleapis.com/css?family=Megrim|Walter+Turncoat');
/* CSSリセット */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,
pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,
strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,
caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,
figure,footer,header,hgroup,menu,nav,section,summary,time,mark,
audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;
vertical-align:baseline;background:transparent;font-weight:normal;
user-select: none; /* CSS3 */
-moz-user-select: none; /* Firefox*/
-webkit-user-select: none; /* Safari,Chrome... */
-ms-user-select: none; /* IE10~ */
}
body{line-height:1}article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section{display:block}
ul{list-style:none}blockquote,q{quotes:none}blockquote:before,
blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;
font-size:100%;vertical-align:baseline;background:transparent}
del{text-decoration:line-through}abbr[title],dfn[title]
{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;
margin:1em 0;padding:0}input,select{vertical-align:middle}

@font-face {
    font-family: 'pixel';
    src: local('PixelMplus12');
    src: url('../fonts/PixelMplus12-Regular.ttf')
}

@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?5uswgi');
  src:  url('../fonts/icomoon.eot?5uswgi#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?5uswgi') format('truetype'),
    url('../fonts/icomoon.woff?5uswgi') format('woff'),
    url('../fonts/icomoon.svg?5uswgi#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-comic:before {
  content: "\e900";
}
.icon-game:before {
  content: "\e901";
    font-size: 0.8em;
}
.icon-irasuto:before {
  content: "\e902";
}
.icon-mochi:before {
  content: "\e903";
}
.icon-rakugaki:before {
  content: "\e904";
}





/*　ヘッダーの固定　*/
div#header-fixed
{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 50px;
    z-index: 5;
}


div#header-bk {
    background-image: url(../image/header.png);
    padding: 0px 0 30px;
    height: 20px;
    width: 100%;
}



div#header {
    margin: auto;
    display: table;
    table-layout: fixed;
    text-align: center;
    width: 90%;
}

div#header li {
    border-right:  1px solid #886456; 
    /*デフォ:#886456 雨:#384c90 */
    display: table-cell;
    vertical-align: middle;
    width: 960px;
    
}

div#header li a {
    display: block;
    font-size: 15px;
    text-decoration: none;
    padding: 8px;
    font-family:'Megrim', 'pixel';
}

/*　ヘッダーメニュー　*/
p.h-1 {
    font-size: 10px
}

a#h-menu {
     color: #ffffff;
     transition: all 500ms 0s ease;
}
#h-menu1{
    background: url(../image/titleimg02.png) no-repeat;
    background-size: 180px;
    background-position: center;
    width: 180px;
    height: 34px;
}
#h-menu1:hover img{
    visibility: hidden;
}

#h-menu:hover {
    color: #1f0000;
    -wedkit-box-shadow: 0 -5em 0 0  inset;
    box-shadow: 0 -5em 0 0 #fff inset;
}


/*　ボディの定義　*/
div#body-bk{
    padding: 50px 0 0 0;
	background-image: url(../image/haikei.png);
	background-repeat: repeat;
}

/*　ボディ内容　*/
a:link {
    text-decoration: none;
    color: #1f0000;
        /*デフォルト:#1f0000*/
}
a:visited {
    text-decoration: none;
    color: #886456;
    /*デフォルト:#886456*/
}
a:hover {
    text-decoration: none;
    color: #ffb100;
    /*デフォルト:#ffb100*/
}
a:active {
    text-decoration: none;
    color: #ffffff;
    /*デフォルト:#ffffff*/
}

.top {
    width: 850px;
    padding:10px 30px;
    text-align: center;
}
.topimg {
    border-radius: 3px 50px;
}
.bi { /*親要素*/
    overflow: hidden;
}

.piyo { /*更新情報*/
    width: 260px;
    padding: 10px 10px 20px 0px;
    float: right;
}


.beby {  /*左側*/
    width: 590px;
    padding: 10px 10px 50px 40px;
    float: left;
    font-family: pixel;
}

.aaa { /*キャラのとこ外枠*/
    width: 800px;
    margin: auto;
    padding: 20px 30px;
}
.g { /*ギャラリー親要素*/
    padding:10px
}

.gg-fixed { /*ギャラリー左*/
    position: fixed;
    float: left;
    font-family: "pixel";
    width: 140px;
    padding: 40px 0 40px 10px;
    line-height: 2em;
}
.gg-a {
    padding: 8px;
    background-color: #ffffff;
    border-radius: 8px;
    border: dashed;
    border-color: #886456;
}


span.icon-comic {
  font-size: 200%
}
span.icon-game {
  font-size: 200%
}
span.icon-irasuto {
  font-size: 200%
}
span.icon-mochi {
  font-size: 120%
}
span.icon-rakugaki {
  font-size: 200%
}




.ggg { /*ギャラリー外枠*/
    
    width: 700px;
    margin: 0 30px 0 160px;
    padding: 20px 10px;
    
}
.ichiran {
    vertical-align: top;
}

.gy { /*ギャラリーの白い枠*/
    width: 630px;
    margin: 20px 10px 40px 10px;
    background-color: #ffffff;
    position: relative; 
    overflow: hidden;
    border-radius: 10px;
    padding: 30px;
    word-spacing: .5em;
    font-family: "pixel";
    line-height: 1.5em
}
.illbox {
    line-height: 2.5em;
}

.comic img {
    box-shadow: 0 0 20px -5px rgba(0,0,0,0.8);
    border-radius: 10px;   
}
.comic img:hover {
     opacity: 0.8;
}

.aw {
    padding: 10px 100px;
}

h2 {
    background-image: url(../image/midasi.png);
    background-repeat: no-repeat;
    width: 130px;
    padding: 12px 50px;
    font-weight: 600;
    font-family: pixel;
}

p.mi { 
    margin: 20px;
    line-height: 150%;
    font-family: pixel;
}

.me{ /*更新情報内容*/
     margin: 20px;
    line-height: 150%;
    font-family: pixel;
    height: 10.5em;
    width: 200px;
    line-height: 1.5em;
    overflow: auto;
    border: #886456 1px solid;
    background-color: rgba(255, 255, 255, 0.57);
    padding: 5px 10px;
}

p.milink { 
    margin: 20px;
    line-height: 150%;
    font-family: pixel;
    line-height: 25px;
    user-select: text; /* CSS3 */
    -moz-user-select: text; /* Firefox*/
    -webkit-user-select: text; /* Safari,Chrome... */
    -ms-user-select: text; /* IE10~ */
}

.melink{ /*link*/
     margin: 20px;
    line-height: 150%;
    font-family: pixel;
    height: 10.5em;
    width: 200px;
    line-height: 1.5em;
    overflow: auto;
    border: #886456 1px solid;
    background-color: rgba(255, 255, 255, 0.57);
    padding: 5px 10px;
    line-height: 25px;
    user-select: text; /* CSS3 */
    -moz-user-select: text; /* Firefox*/
    -webkit-user-select: text; /* Safari,Chrome... */
    -ms-user-select: text; /* IE10~ */
}

.aaaa {
    margin: 0px 30px;
}
.aaaa a {
    width: 200px;
    height: 200px;
    background: url("../image/clap.gif") no-repeat;
    background-size: 200px;
    display: block;
    text-indent: -9999px;
}

.aaaa a:hover {
    background-position: 0 -200px;
}

p.news {
    border-radius: 10px;
    margin: 30px 0px;
    padding: 10px;
    background: #fff;
    text-align: center;
}


.ab{
    width: 540px;
    padding: 20px 20px 20px 50px;
    float: left;
}

.ab-1 { /*親要素*/
    overflow: hidden;
}

.ab-2 { /*about右側*/
    width: 230px;
    padding: 10px 10px 20px 0px;
    float: right;
    margin-right: 50px;
}

.a {/*サイト情報*/
    margin: 10px;
    background: #fff3ed;
    border-radius: 10px;
    border: inset;
    border-color: #886456;
    width: 200px
}
p.aa {/*サイト情報内部*/
    margin: 20px 10px;
    line-height: 180%;
    font-family: pixel;
    text-align: center;
}

/*　メルフォ　*/
label{
    font: 1em "pixel", sans-serif;
    color: #886456;
}

button{
    font: 1.3em "pixel", sans-serif;
    position: absolute;
    top: 320px;
    margin-left: 530px;
    color: #886456;
    background: #fff;
    border-radius: 5px;
    
}
button:hover {
    outline: none;
    background: #886456;
    color: #FFF;
    border-radius: 5px;
}

form{
    position: relative;
    
    width: 652px;
    height: 400px;
    margin: 0 auto;
    
    background: #FFF url(../image/mailfm.png);
}

input,textarea {
    background: none;
    font: .9em/1.5em "pixel",sans-serif;
    padding: 0 10px;
    margin: 0;
    width: 220px;
    background:　none;
    border: none;
    color: #886456;
}
input {
    height: 2.5em;
    vertical-align: middle;
}
textarea {
    display: block;
    
    padding: 10px;
    margin: 10px 0 0 -10px;
    width: 230px;
    height: 180px;
    
    resize: none;
    overflow: auto;
}

input:focus,textarea:focus {
    background: rgba(245, 239, 236, 0.82);
    border-radius: 5px;
    outline: none;
}

.m-name {
    position: absolute;
    top: 155px;
    margin-left: 350px;
}
.m-mail {
    position: absolute;
    top: 245px;
    margin-left: 350px;
}
.m-msg {
    position: absolute;
    top: 100px;
    margin-left: 60px;
}
.MF {
    position: absolute;
    font-family: pixel;
    font-size: 1.5em;
    top: 60px;
    margin-left: 70px;
    color: #886456;
}

/*ギャラリーイラスト*/
.fancybox:hover img {
    opacity: 0.5;
    box-shadow: 0 0 20px -5px rgba(0,0,0,0.8);
}

.fancybox img {
    box-shadow: 0 0 20px -5px rgba(0,0,0,0.8);
    border-radius: 5px;
}

html {
    min-height: 100%;
    position: relative;
}

body {
    background-image: url(../image/haikei.png);
    background-repeat: repeat;
}

div#body{
    width:910px;
    margin:auto;
    background-color: rgba(246, 232, 255, 0.3);
    /*デフォ:rgba(255, 243, 232, 0.78)
    ハロウィン:rgba(246, 232, 255, 0.3)*/
    padding: 0 0 30px 0;
}

/*桜仕様
.sakura {
    width: 100%;
    height: 150px;
    background-image: url(../image/sakura1.png);
    background-repeat: repeat-x;
    position: absolute;
    bottom: 0;
}*/
/*梅雨仕様
.sakura {
    width: 100px;
    background-image: url(../image/teruta.gif);
    background-repeat: no-repeat;
    position: absolute;
    margin-left: 80%;
    top: 92.75%;
    bottom: 0;
}*/

/*　フッター　*/
div#footer-bk {
    padding: 10px 0 10px;
    height: 20px;
    width: 100%;
    margin: auto;
    display: table;
    table-layout: fixed;
    text-align: center;
    color: #ffffff;
    font-size: 15px;
    line-height: 30px;
    background-image: url(../image/footer.png);
    font-family: 'Walter Turncoat', 'pixel';
    bottom: 0;
    position: absolute;
    z-index: 5;
}