@charset "utf-8";

/* webフォント */

@font-face
{
font-family: しねきゃぷしょん;
src: url('https://cdn.leafscape.be/cinecaption/cinecaption227.woff2')
     format("woff2");
}

@font-face
{
font-family: 刻ゴシック;
src: url('https://cdn.leafscape.be/kokugo/font_1_kokugl_1.00_rls_web.woff2')
     format("woff2");
}
/*-------------------------------------------------
このフォントはIPAフォントライセンスv1.0の下で提供されています。
http://ipafont.ipa.go.jp/ipa_font_license_v1.html
オリジナルのフォントは以下から取得できます。
http://ipafont.ipa.go.jp/
http://mplus-fonts.sourceforge.jp/
-------------------------------------------------*/

@font-face
{
font-family: 鏡文字ゴシック;
src: url('https://cdn.leafscape.be/mirrorfont/TTEditMirrorWritingGothic_web.woff2')
     format("woff2");
}
/*-------------------------------------------------
このフォントはIPAフォントライセンスv1.0の下で提供されています。
 
http://ipafont.ipa.go.jp/ipa_font_license_v1.html
 
-------------------------------------------------*/

@font-face
{
font-family: はんなり明朝;
src: url('https://cdn.leafscape.be/hannari/hannari_web.woff2')
     format("woff2");
}
/*-------------------------------------------------
このフォントはIPAフォントライセンスv1.0の下で提供されています。
http://ipafont.ipa.go.jp/ipa_font_license_v1.html
-------------------------------------------------*/

@font-face
{
font-family: 刻明朝;
src: url('https://cdn.leafscape.be/kokumin/font_1_kokumr_1.00_rls_web.woff2')
     format("woff2");
}
/*-------------------------------------------------
このフォントはIPAフォントライセンスv1.0の下で提供されています。
http://ipafont.ipa.go.jp/ipa_font_license_v1.html
オリジナルのフォントは以下から取得できます。
http://ipafont.ipa.go.jp/
-------------------------------------------------*/


	@media screen and (min-width: 481px) {
/* PC用の表示（481px以上） */

h1,h2,h3 {
	font-size: 100%;
	}

html{
	font-size: 62.5%;
	}

body{
	font-size: 1.4em;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI","Noto Sans Japanese","ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
	line-height: 1.9;
	letter-spacing: 2.5px;
	}
	
/* リンク */	
a{
	position: relative;
	display: inline-block;
	padding: 0 7px;
	text-decoration: none;
	border-bottom: 1px #fff solid;
	color: #fff;
	text-shadow: 0 0 3px #393f4c;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	}

/* リンク（オンマウス） */		
a:hover{
	color: #393f4c;
	text-shadow: 0 0 3px #393f4c;
	border-bottom: 1px #a2d7dd solid;
	}

/* 文章 */
p{
	color: #393f4c;
	font-size: 1.4rem;
	text-align: justify;
	text-justify: inter-ideograph;
	margin: 0;
	padding: 10px;
	}

/* メインスペース */	
#content{
	width: 680px;
	height: auto;
	margin: 0 auto;
	padding: 40px 0 0 0;
	background-color: #fff;
	text-align: center;
	background-image: url(eyes.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-attachment: fixed;
	background-size:500px 150px;
	}

/* タイトルと小メニュースペース */
#header{
	width: 99%;
	margin: 0;
	padding: 0;
}

/* 枠なしBOX */
.box1 {
	position: relative;
	display: block;
	width:98%;
	padding: 0;
	margin: 40px auto;
	background-color: rgba(255,255,255,0.8);
        }

/* 枠ありBOX*/		
.box2{
	width: 98%;
	margin: 40px auto;
	position: relative;
	padding: 0;
	border: solid 1px #ccc;
	background-color: rgba(255,255,255,0.5);
	}
	
/* 暗めBOX */		
.box3{
	position: relative;
	width: 98%;
	padding: 0;
	margin: 40px auto;
	border: solid 1px #393f4c;
	background-color: rgba(0,0,0,0.25);
	}

/* 小BOXの囲い */
.box4-pa{
	position:relative;
	display: block;
	width:100%;
	padding: 0;
	margin: 40px auto;
	display: -webkit-box; /*Android4.3*/
	display: -moz-box;    /*Firefox21*/
	display: -ms-flexbox; /*IE10*/
	display: -webkit-flex; /*PC-Safari,iOS8.4*/
	display: flex
	}

/* 小BOX */		
.box4{
	position:relative;
	display: inline-block;
	width:47%;
	padding: 0;
	margin: 0 auto;
	border: solid 1px #ccc;
	background-color: rgba(255,255,255,0.5);
	}

/* 大見出し */
h1{
	position: relative;
	font-size: 3.0rem;
	font-family: はんなり明朝;
	padding-top: 15px;
	color: #fff;
	text-shadow: 0 0 5px rgba(0,0,0,0.5);
	}

h1:first-letter {
	color: #fff;
	text-shadow: 0 0 5px rgba(89,185,198,0.7);
	}

/* 左右に線小見出し */	
h2{
	position: relative;
	font-family: 刻ゴシック;
	font-weight: normal;
	width: 100%;
	padding: 3px 0;
	margin: 15px auto;
	font-size: 1.5rem;
	color: #393f4c;
	display: flex;
	align-items: center;
	}
	
h2:before,h2:after{
	content: "";
	flex-grow: 1;
	height: 1px;
	display: block;
	background-color: #ccc;
	}
	
h2:before{
	margin-right: 10px;
	}
	
h2:after{
	margin-left: 10px;
	}

/* 檸檬と帯つき小見出し */
h3{
	position: relative;
	display: inline-block;
	font-size: 1.7rem;
	font-family: 'IM Fell English',"Hannari",serif;
	font-weight: normal;
	background-image: url(画像のURL);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 50% 50%;
	padding:6px 20px 3px 20px;
	min-width:35%;
	color: #000;
	}

h3:before{
	content: "";
	position: absolute;
	height: 25px;
	background-color: rgba(0,0,0,0.3);
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

/* 強調文字 */
strong{
	font-weight: normal;
	padding:3px;
	margin: 3px;
	background-image: linear-gradient(-45deg, #FFFFFF 25%, #EEEEEE 25%, #EEEEEE 50%, #FFFFFF 50%, #FFFFFF 75%, #EEEEEE 75%, #EEEEEE);
	background-size: 4px 4px;
	}

}




@media screen and (max-width: 480px) {
　/* スマホ用（480px以下） */
 h1,h2,h3 {
	font-size: 100%;
	}

html{
	font-size: 62.5%;
	}

body{
	font-size: 1.4em;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI","Noto Sans Japanese","ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
	line-height: 1.9;
	letter-spacing: 2.5px;
	}
	
body:before {
	content: "\A";
	background-image: url(eyes.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
	position: fixed;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: -1;
	}
	
/* リンク */	
a{
	position: relative;
	display: inline-block;
	padding: 0 7px;
	text-decoration: none;
	border-bottom: 1px #fff solid;
	color: #393f4c;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	}

/* リンク（オンマウス） */		
a:hover{
	color: #fff;
	text-shadow: 0 0 3px #393f4c;
	border-bottom: 1px #a2d7dd solid;
	}

/* 文章 */
p{
	color: #393f4c;
	font-size: 1.4rem;
	text-align: left;
	word-break:break-all;
	margin: 0;
	padding: 10px;
	}
	
/* 小説本文用 */
p.novel{
	color: #393f4c;
	font-size: 1.4rem;
	text-align: justify;
	text-justify: inter-ideograph;
	margin: 0;
	padding: 10px;
	}

/* メインスペース */	
#content{
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding:　15px 0 0 0;
	text-align: center;
	}

/* タイトルと小メニュースペース */
#header{
	width: 99%;
	margin: 0;
	padding: 0;
}

/* 枠なしBOX */
.box1 {
	position: relative;
	display: block;
	width:95%;
	padding: 0;
	margin: 20px auto;
	background-color: rgba(255,255,255,0.8);
        }

/* 枠ありBOX*/		
.box2{
	width: 95%;
	margin: 20px auto;
	position: relative;
	padding: 0;
	border: solid 1px #ccc;
	background-color: rgba(255,255,255,0.5);
	}
	
/* 暗めBOX */		
.box3{
	position: relative;
	width: 95%;
	padding: 0;
	margin: 20px auto;
	border: solid 1px #393f4c;
	background-color: rgba(0,0,0,0.25);
	}

/* 小BOXの囲い */
.box4-pa{
	width:100%;
	}

/* 小BOX */		
.box4{
	position:relative;
	width:95%;
	padding: 0;
	margin: 0 auto;
	border: solid 1px #ccc;
	background-color: rgba(255,255,255,0.5);
	margin: 20px auto;
	}

/* 大見出し */
h1{
	position: relative;
	font-size: 2.3rem;
	font-family: はんなり明朝;
	padding-top: 15px;
	color: #fff;
	text-shadow: 0 0 5px rgba(0,0,0,0.5);
	}

h1:first-letter {
	color: #fff;
	text-shadow: 0 0 5px rgba(89,185,198,0.7);
	}

/* 左右に線小見出し */	
h2{
	position: relative;
	font-family: 刻ゴシック;
	font-weight: normal;
	width: 100%;
	padding: 3px 0;
	margin: 10px auto;
	font-size: 1.5rem;
	color: #393f4c;
	display: flex;
	align-items: center;
	}
	
h2:before,h2:after{
	content: "";
	flex-grow: 1;
	height: 1px;
	display: block;
	background-color: #ccc;
	}
	
h2:before{
	margin-right: 7px;
	}
	
h2:after{
	margin-left: 7px;
	}


/* 強調文字 */
strong{
	font-weight: normal;
	padding:3px;
	margin: 3px;
	background-image: linear-gradient(-45deg, #FFFFFF 25%, #EEEEEE 25%, #EEEEEE 50%, #FFFFFF 50%, #FFFFFF 75%, #EEEEEE 75%, #EEEEEE);
	background-size: 4px 4px;
	}

