@charset "UTF-8";
/* CSS Document */

body {
	background-color: #ffffff;
	color: #696969;
}

/*リンク色1*/
a:link, a:visited  {
    color: #696969; 
	text-decoration: none;
}
a:active, a:hover {
	color: #696969; 
	text-decoration: none; 
}

/*main em {
	font-weight: bold;
	font-style: normal;
}*/
em{
	font-weight: bold;
	font-style: normal;
}
/*ファーストビュー*/
#home main {
	/*border: 1px solid red;*/
	width: 640px;
	margin:auto;
    padding-top:56px;
	font-style: normal;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}

#home main p {
	/*border: 1px solid blue;*/
	text-align: center;
}

#home main .date {
	border-top: 1px solid #696969;
	margin-top: 5px;
	padding-top: 18px;
	color: #FA8072; 
	font-size: 13px; 
	font-family:sans-serif; 
	font-weight: bold
}

#home main .date span {
	color:#808080; 
	font-size:10px;
}
/*ファーストビュー-タブレット・PC用レイアウト*/
@media screen and (max-width:500px) {
#home main {
	/*border: 1px solid red;*/
	width: 80%;
}
#home main p img {
	/*border: 1px solid blue;*/
	width: 100%;
}
}
/*豆アニメページ*/
#mame-anime main {
	/*border: 1px solid red;*/
	width: 640px;
	margin:auto;
	/*padding-top: 256px;*/
	background-image: url("../img/note-hirakis3.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	text-align: center;
}
#mame-anime main .inu-anime a {
	/*border: 1px solid green;*/
	display: block;
	height: 606px;
	padding-top: 256px;
}
#mame-anime main .enter a {
	font-size: 10pt;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif" ;
	font-weight: bold;
	color: #fa8072;
}

/*豆アニメ-タブレット・PC用レイアウト*/
@media screen and (max-width:500px) {
#mame-anime main {
	/*border: 1px solid red;*/
	width: 80%;
	background-size: 100%;
}
#mame-anime main p img {
	/*border: 1px solid blue;*/
	width: 100%;
}
#mame-anime main .inu-anime a {
	height: 350px;
	padding-top: 150px;
	}
}




/*ヘッダー共通*/
header {
    margin-left: 5px;
    margin-right: 5px;
    position: sticky;
	top: 0;
}

header nav {
	background-color: #ffffff;
	border-bottom: 1px solid #808080;
}

header ul {
	width: 470px;
	margin:0px auto 9px;
	padding-top: 8px;
	display: flex;
	justify-content: space-around;
	
}
header h1 {
	margin-top: 15px;
	margin-left: 4px;
}
/*ヘッダー-タブレット・PC用レイアウト*/
@media screen and (max-width:500px) {
header ul {
	width: 100%;
	margin:0px auto 15px;
	padding-top: 15px;
	display: flex;
	justify-content: space-around;
}
header ul li img {
	width: 110%;
}
}

/*Newsページ*/
#news {
	font-size: 14px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	line-height: 1.3rem;
}
/*Newsメイン*/
#news main {
	width: 460px;
	margin: auto;
	margin-bottom: 50px;
}

#news main figure {
	margin-top: 25px;
	text-align: center;
}

#news main h2 {
	margin-top: 23px;
}
/*Newsメイン-装飾*/
#news main p {
	margin-bottom: 1.25rem;
}
#news main hr {
	margin-top: 1.25rem;
	margin-bottom: 1.25rem;
}


/*Newsメイン-リンク色*/
#news main p a:link, #news main p a:visited,
#news main a:link, #news main a:visited {
    color: #696969; 
	text-decoration: none;
	/*border-bottom: 0.1px solid #696969;*/
	/*padding-bottom: 1px;*/
}
#news main p a:active, #news main p a:hover,
#news main a:active, #news main a:hover {
	color: #cd5c5c; 
	text-decoration: none; 
	border-bottom: none;
}

/*News-タブレット・PC用レイアウト*/
@media screen and (max-width:500px) {
#news main {
	width: 80%;

}
}


/*Booksページ*/
#books {
	font-size: 14px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	line-height: 1.3rem;
}
/*Booksメイン*/
#books main {
	width: 460px;
	margin: auto;
	margin-bottom: 50px;
}

#books main figure {
	margin-top: 25px;
	text-align: center;
}

#books main figcaption {
	font-size: 11px;
}
/*booksメイン-装飾*/
#books main h2 {
	font-weight: bold;
	text-align: center;
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}
#books main h3 {
	font-weight: bold;
	margin-top: 3rem;
	margin-bottom: 1rem;
}
#books main p {
	margin-bottom: 0.75rem;
}
#books main hr {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}
#books main em {
	font-weight: bold;
	font-style: normal;
}
/*booksメイン-リンク色*/
#books main p a:link, #books main p a:visited  {
    color: #696969; 
	text-decoration: none;
	/*border-bottom: 0.1px solid #696969;
	padding-bottom: 1px;*/
}
#books main p a:active, #books main p a:hover {
	color: #cd5c5c; 
	text-decoration: none; 
}
#books main .howtobuy a:link, #books main .howtobuy a:visited  {
    color: #436eee; 
	text-decoration: none;
}

/*Books-タブレット・PC用レイアウト*/
@media screen and (max-width:500px) {
#books main {
	width: 80%;
}
}

/*About-共通*/
#about main {
	margin:0 10px;
}
#about main p {
	font-size: 14px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	line-height: 1.3rem;
	margin-bottom: 1.25rem;
}
#about main aside ul {
	width: 229px;
	margin: auto;
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
}
#about main article {
	margin: 50px 10px;
}
#about main hr {
	margin-top: 1.25rem;
	margin-bottom: 1.25rem;
}

/*About HPについて*/
#about #aboutHP article figure {
	text-align: center;
}
#about #aboutHP .comment {
	width: 23em;
	margin: 50px auto 10px;
}
#about #aboutHP .to_sitemap {
	width: 23em;
	text-align: right;
	margin: 10px auto;
}
#about #aboutHP .to_sitemap a {
	color: #fa8072;	
}

/*About-ごあいさつ*/
#about #goaisatsu article figure {
	text-align: center;
}
#about #goaisatsu article figure img {
	border: 1px solid #696969;
	padding: 60px 30px 50px;
}
#about #goaisatsu article .comment {
	text-align: center;
	margin-top: 20px;
}

/*About-プロフィール*/
#about #profile article figure {
	text-align: center;
	margin: 50px auto;
}

/*About-その他*/
#about #others article {
	text-align: center;
}
#about #others article figure {
	margin: 90px auto;
}
#about #others article .zakka {
	text-align: left;
}

/*About サイトマップについて*/
#about #sitemap article {
	text-align: center;
}

/*About-タブレット・PC用レイアウト*/
@media screen and (min-width:430px) {
	#about main {
		display: flex;
		justify-content: center;
	}
	#about main aside {
		margin-right: 50px;
	}
	#about main article {
		width: 27rem;
		margin-left: 0;
		margin-right: 0;
	}
	
	#about #aboutHP article figure {
		margin-top: 70px;
	}
	#about #goaisatsu article figure {
		margin-top: 20px;
	}
}

/*Fables 導入ページ*/
#fables main {
	width: 25rem;
	margin: auto;
	margin-bottom: 50px;
	font-size: 14px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	line-height: 1.3rem;
}
#fables main figure {
	margin-top: 80px;
	margin-bottom: 100px;
	text-align: center;
}
#fables main p {
	margin-bottom: 1.25rem;
}
#fables main hr {
	margin-top: 1.25rem;
	margin-bottom: 1.25rem;
}
/*Fables 作品ページ*/
#fablesWorks {
		background-color: black;
}
#fablesWorks main {
	font-size: 14px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	line-height: 1.3rem;
	color:white;
}
#fablesWorks main .works-links {
	width: 300px;
	margin: auto;
	text-align: right;
	font-weight: bold;
}
#fablesWorks main p a:link, #fablesWorks main p a:visited  {
    color: #696969; 
	text-decoration: none;
	/*border-bottom: 0.1px solid #696969;
	padding-bottom: 1px;*/
}
#fablesWorkss main p a:active, #fablesWorks main p a:hover {
	color: #cd5c5c; 
	text-decoration: none; 
}

/*fables 表紙画像の位置*/
#fablesWorks .ameagari1 figure, #fablesWorks .hirusagari1 figure,#fablesWorks .jabarakonbi1 figure, #fablesWorks .supun-inu1 figure,#fablesWorks .shabon-uma1 figure {
	text-align: center;
	width: 400px;
	margin: 160px auto 20px;
}
/*About-タブレット・PC用レイアウト*/
@media screen and (max-width:600px) {
#fablesWorks .ameagari1 figure, #fablesWorks .hirusagari1 figure,#fablesWorks .jabarakonbi1 figure, #fablesWorks .supun-inu1 figure,#fablesWorks .shabon-uma1 figure {
	width: 100%;
}
	#fables main {
		/*border: 1px solid red;*/
		width: 80%;
	}
	#fables main figure img {
		/*border: 1px solid green;*/
		width: 100%;
}
	#fables main figure {
	margin-top: 40px;
	margin-bottom: 50px;
}
}

/*Fables 雨上がりの道*/

#fablesWorks .ameagari2 section {
	width:480px;
	height: 2000px;
	margin: auto;
}
#fablesWorks .ameagari2 {
    background-image: url(../img/kasa72b.gif);
	background-attachment: fixed;
    background-position: center 100px;
    background-repeat: no-repeat;
}
#fablesWorks .ameagari2 section p {
	width:480px;
	text-align: center;
}
#fablesWorks .ameagari2 section .works-links {
	width:480px;
	text-align: right;
}
#ame2, #ame3, #ame4, #ame5, #ame6, #ame7, #ame8, #ame9 {
	padding-top: 460px;
}

/*About-タブレット・PC用レイアウト*/
@media screen and (max-width:600px) {
#fablesWorks .ameagari2 {
	background-size: 360px;
	width: 100%;
}
	#fablesWorks .ameagari2 section {
	width:80%;
}
	#fablesWorks .ameagari2 section p {
	width:100%;
}
	#fablesWorks .ameagari2 section .works-links {
	width:100%;
	margin-top: 20px;
}
	#ame2, #ame3, #ame4, #ame5, #ame6, #ame7, #ame8, #ame9 {
	padding-top: 400px;
}
}




/*Fables ひるさがり*/
#fablesWorks .hirusagari2 {
	padding-top: 150px;
	text-align: center;
	line-height: 2rem;
}
#fablesWorks .hirusagari3 figure {
	text-align: center;
	width: 520px;
	margin: 50px auto 20px;
}
#fablesWorks .hirusagari3 .works-links {
	width: 500px;
}

/*About-タブレット・PC用レイアウト*/
@media screen and (max-width:600px) {
	#fablesWorks .hirusagari3 {
	margin-top: 100px;
	width: 100%;
}
	#fablesWorks .hirusagari3 figure {
	width: 80%;
}
		#fablesWorks .hirusagari3 figure img {
	width: 100%;
}
	#fablesWorks .hirusagari3 .works-links {
	width: 80%;
}	
}
/*Fables ジャバラコンビ*/
#fablesWorks .jabarakonbi2 figure {
	text-align: center;
	width: 600px;
	margin: 50px auto 20px;
}
#fablesWorks .jabarakonbi3 {
	padding-top: 150px;
	text-align: center;
	line-height: 1.25rem;
}
#fablesWorks .jabarakonbi3 p {
	margin-bottom: 1rem;
}
#fablesWorks .jabarakonbi2 .works-links {
	width: 550px;
}
/*About-タブレット・PC用レイアウト*/
@media screen and (max-width:600px) {
	#fablesWorks .jabarakonbi2 {
	width: 100%;
	margin-top: 100px;
}
	#fablesWorks .jabarakonbi2 figure {
	width: 80%;
}
		#fablesWorks .jabarakonbi2 figure img {
	width: 100%;
}
	#fablesWorks .jabarakonbi2 .works-links {
	width: 80%;
}
}

/*Fables スプーンいぬ*/
#fablesWorks .supun-inu2 figure {
	text-align: center;
	width: 550px;
	margin: 70px auto 20px;
}
#fablesWorks .supun-inu2 .works-links {
	width: 530px;
}
#fablesWorks .supun-inu3 {
	padding-top: 200px;
	text-align: center;
	line-height: 1.25rem;
}
#fablesWorks .supun-inu3 p {
	margin-bottom: 1rem;
}
/*About-タブレット・PC用レイアウト*/
@media screen and (max-width:600px) {
	#fablesWorks .supun-inu2 {
	width: 100%;
	margin-top: 100px;
}
	#fablesWorks .supun-inu2 figure {
	width: 80%;
}
		#fablesWorks .supun-inu2 figure img {
	width: 100%;
}
	#fablesWorks .supun-inu2 .works-links {
	width: 80%;
}
	#fablesWorks .supun-inu3 {
	padding-top: 100px;
}
}

/*Fables しゃぼんだま馬*/
#fablesWorks .shabon-uma2 figure {
	text-align: center;
	width: 500px;
	margin: 100px auto 20px;
}
#fablesWorks .shabon-uma2 .works-links {
	width: 500px;
}
#fablesWorks .shabon-uma3 {
	padding-top: 200px;
	line-height: 1.25rem;
}
#fablesWorks .shabon-uma3 p {
	width: 27em;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1rem;
}
/*About-タブレット・PC用レイアウト*/
@media screen and (max-width:600px) {
	#fablesWorks .supun-inu2 {
	width: 100%;
}
	#fablesWorks .shabon-uma2 figure {
	width: 80%;
}
		#fablesWorks .shabon-uma2 figure img {
	width: 100%;
}
	#fablesWorks .shabon-uma2 .works-links {
	width: 80%;
}
	#fablesWorks .shabon-uma3 p {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1rem;
}
	#fablesWorks .shabon-uma3 {
	padding-top: 100px;
}
}