@charset "utf-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1.5;
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
letter-spacing: 0.1em;
font-size: 13px;
}
ol, ul ,li,a{
list-style: none;
text-decoration: none;
}

blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
/*ここまでリセットcss*/

#wrap{
	width: 1000px;
	padding-top: 150px;
	margin: 0 auto;
	text-align: center;
}

.allwrap {
	overflow: hidden;
}

.pc{
    display: block;
}
.sp{
    display: none;
}

p{
	text-align: center;
	line-height: 1.5;
}

h1{
	margin:5px;
	font-size: 1.5em;
	text-align: center;
	border:1px solid #2b76a1;
	border-left: 15px solid #2b76a1;
	border-right: 15px solid #2b76a1;
	padding :15px;
}

h2{
	text-align: center;
}

h3{
	font-size: 1em;
	text-align: center;
	padding :10px;
}

hr{
	margin-bottom: 50px;
}

header{
	z-index: 1;
	width:100%;
	text-align: center;
	padding:20px 0px 0px 0px;
	position: fixed;
	background-color: #fff;
	box-shadow:0 3px 10px 2px #d3d3d3;
}

.logo{
	width: 250px;
	height: auto;
	margin-bottom: 10px;
}

/*トップページのメニュー*/
.g-nav-top{
    position: relative;
    width: 1000px;
    writing-mode: vertical-rl; /* ここで縦書きに */
    text-align: left;
    margin: 50px 0;
}
 
.g-nav-top a{
	color:#726358;
	font-size: 1.2em;
	letter-spacing: 0.8em;
	display: inline-block;
	margin:0px 50px 0px 50px;
}

.menu{
	display: inline-block;
	margin-right:70px;
}

 /*メニュー*/
.link{
	padding:20px 5px 0px 5px;
}

/*トップページ以外のメニュー*/
.g-nav{
	display: inline-block;
	margin-bottom: 20px;
}

.g-nav li{
	padding:20px 20px 0px 20px;
	float:left;
}
 
.g-nav a{
	color:#7f4f21;
	font-size: 1.1em;
	letter-spacing: 0.5em;
	display: inline-block;
}

/*目次*/
.name{
	display:inline-block;
	margin:60px 70px 0px 70px;
	color:#726358;
	padding: 30px 14px 20px 14px;
	font-size: 1.6em;
	border-left: 1px solid #726358;
	border-right: 1px solid #726358;
	letter-spacing: 0.7em;
    text-align: center;
}

/*トップページのみのmain*/
.main-top{
	padding-top: 50px;
	width:600px;
	float:left;
}

/*トップページ以外のmain*/
.main{
	padding-top: 50px;
	width:1000px;
	float:left;
}

.main-top h2,.booklist h2, .booklist_portfolio h2, .comiclist h2, .tvlist h2{
	display: block;
	margin:5px 5px 20px 5px;
	font-size: 1.2em;
	text-align: left;
	border-left: 10px solid #2b76a1;
	padding :7px 0px 7px 15px;
    color: #2b76a1;
}

.booklist, .booklist_portfolio, .comiclist{
	text-align: left;
}

.booklist_portfolio{
	display: flex;
}

.booklist li, .booklist_portfolio li, .comiclist li{
	margin:0px 20px 20px 20px;
	display: inline-block;
	width:150px;
	height: auto;
	text-align: center;
}

.booklist a, .booklist_portfolio a, .comiclist a{
	color: #2b76a1;
	font-size: 0.8em;
	list-style: none;
	text-decoration: none;
	margin-bottom: 20px;
}

/*本画像マウスオーバーで半透明*/
.booklist a:hover img, .booklist_portfolio a:hover img, .comiclist a:hover img{
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.booklist img,.booklist_portfolio img, .comiclist img{
	width:120px;
	height: auto;
}

.tvlist{
	text-align: left;
}

.tvlist li{
	margin:0px 20px 20px 20px;
	display: inline-block;
	width:250px;
	height: auto;
	text-align: center;
}

.tvlist a{
	color: #2b76a1;
	font-size: 0.8em;
	list-style: none;
	text-decoration: none;
	margin-bottom: 20px;
}

/*本画像マウスオーバーで半透明*/
.tvlist a:hover img{
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.tvlist img{
	width:230px;
	height: auto;
}

/*トップページ本タイトル*/
.tvtitle{
	display: block;
	width:200px;
	margin: 0 auto;
}

/*トップページ本タイトル*/
.title{
	display: inline-block;
	margin-top: 3px;
	width:150px;
	margin-right: auto;
}

/*トップページ本発売日*/
.saledate{
	letter-spacing: 0.1em;
	text-align: center;
}

/*トップページaside*/
.aside{
	margin-top: 50px;
	width:350px;
	float:right;
	color: #2b76a1;
}

.aside section img{
	width:80px;
	margin-right: 10px;
}

.aside h2{
	display: block;
	margin:5px;
	font-size: 1.2em;
	text-align: left;
	border-left: 10px solid #2b76a1;
	padding :7px 0px 7px 15px;
}

/*新着情報*/
.news{
	width:350px;
	margin:0px 0px 20px 0px;
}

.news ul{
	margin:20px;
}

.news ul p{
	font-size: 0.8em;
	text-align: left;
}

/*新着情報の日付*/
.news-date{
	display: block;
	letter-spacing: 0.1em
	color: #2b76a1;
	font-weight: bold;
	margin-bottom: 4px;
}

.news{
	display: block;
	letter-spacing: 0.1em
	color: #2b76a1;
	font-weight: bold;
	margin-bottom: 30px;
}

.news-topic{
	display: block;
	width:90%;
	margin-left: auto; margin-right: auto;
	color: #2b76a1;
}

.news-topic p{
	font-weight: normal;
}

.more_btn{
    color: #2b76a1;
    font-weight: 400;
    border: solid 1px #2b76a1;
    padding: 5px;
}
.more_btn:hover{
    background: #2b76a1;
    color: #fff;
}
.twitter_title h2{
    margin:50px 0px 0px 0px;
}
.twitter{
    margin:0px 0px 0px 20px;
}

.info ul{
	display: block;
	border-bottom: 1px solid #2b76a1;
	padding: 8px 0px  8px 0px ;
}

.info li{
	width:800px;
	text-align: left;
}

.date{
	display: block;
	width:90%;
	margin-left: auto; margin-right: auto;
}

.topic{
	display: block;
	width:90%;
	margin-left: auto; margin-right: auto;
	color: #2b76a1;
}


.topic p{
	text-align: left;
}

.clear{
	clear:both;
}

/*プロフィールページ*/
.profileimg img{
	width:300px;
	height: auto;
	border-radius: 10%;
}

.profileimg{
	float:left;
	margin:10px 30px 0px 0px;
}

.bookimg img{
	width:250px;
	height: auto;
}

.bookimg{
	float:left;
	padding-left: 30px;
	margin:10px 30px 30px 0px;
}

.ja-name{
	display: block;
	font-size: 2em;
	margin-top: 10px;
}

.imgtext{
	text-align: left;
	float:right;
	width:650px;
	letter-spacing: 0.15em
}

.button{
	margin: 0 auto;
	margin-bottom: 10px;
	width:500px;
	border: 1px solid #2b76a1;
	background-color: #ffffff;
  	border-color: #2b76a1;
  	color: #2b76a1;
}

.button h3{
  	color: #2b76a1;
}

.button:hover{
  background-color: #2b76a1;
  border: 2px solid #2b76a1;
  color: #fff;
}

.button h3:hover{
  	color: #fff;
}

/*newマーク*/
.newmark{
	background-color: #2b76a1;
	color: #fff;
	font-size: 0.1em;
	padding:1px 1px 1px 2px;
	letter-spacing: 0.1em;
	margin-right: 3px;
}

span{
	font-size: 2em;
}

footer{
	color:#ffffff;
	margin-top: 100px;
	padding:30px;
	height: 50px;
	text-align: center;
	background-color: #2b76a1;
}

footer p{
	font-size: 0.5em;
}

.g-nav a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}

.g-nav a::after {
  position: absolute;
  bottom: -6px;
  left: 0;
  content: '';
  width: 100%;
  height: 0.5px;
  background: #7f4f21;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;
}

.g-nav a:hover::after {
  transform: scale(1, 1);
}


/*ここからsp*/
@media screen and (max-width:768px){
.pc{
    display: none;
}
.sp{
    display: block;
}
.saledate br{
    display: none;
}
    
.logo{
	width: 180px;
	height: auto;
	margin-bottom: 10px;
}

h1{
margin: 0 0 30px 0;
}

textarea{
	width: 100%;
}

#wrap{
	width: 90%;
}

/*トップページのメニュー*/
.g-nav-top{
    width:100%;
    height: 250px;
    margin: 0 0 50px 0;
}

.menu{
    width: 100%;

}

/*トップページ以外のメニュー*/
.g-nav{
	display: inline-block;
	margin-bottom: 20px;
}

.g-nav li{
	padding:20px 20px 0px 20px;
	float:none;
}
 
.g-nav a{
	color:#7f4f21;
	font-size: 1.1em;
	letter-spacing: 0.5em;
	display: inline-block;
}
/*根本聡一郎*/
.name{
	font-size: 1.3em;
}

@media screen and (max-width:750px){
.menu{
    margin-right: 40px;
}
}
@media screen and (max-width:600px){
.menu{
    margin-right: 50px;
}
.name{
    margin: 20px 20px 0 20px;
    padding: 30px 20px 20px
}
}

@media screen and (max-width:550px){
.menu{
    margin-right: 76px;
}
.name{
    margin: 20px 20px 0 20px;
    padding: 30px 20px 20px
}
}
@media screen and (max-width:500px){
.menu{
    margin-right: 40px;
}
.name{
    margin: 20px 20px 0 20px;
    padding: 30px 20px 20px
}
}
@media screen and (max-width:450px){
.menu{
    margin-right: 25px;
}
.name{
     margin: 20px 20px 0 20px;
    padding: 30px 20px 20px
}
}

@media screen and (max-width:400px){
.menu{
    margin-right: 20px;
}
.name{
    margin: 20px 20px 0 20px;
    padding: 30px 12px 20px
}
}
@media screen and (max-width:375px){
.menu{
    margin-right: 10px;
}
.name{
    margin: 20px 20px 0 20px;
    padding: 30px 10px 20px
}
}
@media screen and (max-width:350px){
.menu{
    margin-right: 10px;
}
.name{
    margin: 20px 20px 0 20px;
    padding: 30px 10px 20px
}
 /*メニュー*/
.link{
	padding:20px 2px 2px 0px;
}
}
    
.g-nav-top a{
	color:#726358;
	font-size: 1.2em;
	letter-spacing: 0.8em;
	display: block;
    margin: 0 10px;
}

.main-top{
	padding:0;
	width:100%;
	float:none;
}

.main{
	padding:0;
	width:100%;
	float:none;
}

.booklist,.booklist_portfolio, .comiclist{
	text-align: center;
	display: block;
}

.booklist li, .booklist_portfolio li, .comiclist li{
	margin:0px 20px 20px 20px;
	display: inline-block;
	width:auto;
	height: auto;
	text-align: center;
}

.booklist a, .booklist_portfolio a, .comiclist a{
	color: #2b76a1;
	font-size: 0.8em;
	list-style: none;
	text-decoration: none;
	margin-bottom: 20px;
}

/*本画像マウスオーバーで半透明*/
.booklist a:hover img, .booklist_portfolio a:hover img, .comiclist a:hover img{
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.booklist img, .booklist_portfolio img, .comiclist img{
	width: 150px;
	height: auto;
}
    
.tvlist{
	text-align: center;
}

.tvlist li{
	margin:0px 20px 20px 20px;
	display: inline-block;
	width:auto;
	height: auto;
	text-align: center;
}

.tvlist a{
	color: #2b76a1;
	font-size: 0.8em;
	list-style: none;
	text-decoration: none;
	margin-bottom: 20px;
}

/*本画像マウスオーバーで半透明*/
.tvlist a:hover img{
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}


/*トップページ本タイトル*/
.title{
	display:block;
	margin-top: 3px;
	width:auto;
	margin-right: auto;
    text-align: center;
}

/*トップページ本発売日*/
.saledate{
	letter-spacing: 0.1em;
	text-align: center;
}
    
.tvsaledate{
	letter-spacing: 0.1em;
	width:280px;
	text-align: center;
}


/*トップページaside*/
.aside{
    float: none;
	width:100%;

}
    /*新着情報*/
.news{
	width:100%;
	margin:0px 0px 20px 0px;
    	display: block;
	letter-spacing: 0.1em
	color: #2b76a1;
	font-weight: bold;
	margin-bottom: 30px;
}

.news ul{
	margin:20px;
}

.news ul p{
	font-size: 0.8em;
	text-align: left;
}

/*新着情報の日付*/
.news-date{
	display: block;
	letter-spacing: 0.1em
	color: #2b76a1;
	font-weight: bold;
	margin-bottom: 4px;
}

.news-topic{
	display: block;
	width:90%;
	margin-left: auto; margin-right: auto;
	color: #2b76a1;
}

.news-topic p{
	font-weight: normal;
}

.more_btn{
    color: #2b76a1;
    font-weight: 400;
    border: solid 1px #2b76a1;
    padding: 5px;
}
.more_btn:hover{
    background: #2b76a1;
    color: #fff;
}
.twitter_title h2{
    margin:50px 0px 0px 0px;
}
.twitter{
    margin:0px 0px 0px 20px;
}

.info ul{
	display: block;
	border-bottom: 1px solid #2b76a1;
	padding: 8px 0px  8px 0px ;
}

.info li{
	width:100%;
	text-align: left;
}

.date{
	display: block;
	width:90%;
	margin: 6px auto;  
}

.topic{
	display: block;
	width:90%;
	margin: 0 auto;
	color: #2b76a1;
}


.topic p{
	text-align: left;
    font-size: 11px;
    line-height: 18px;
}
    
.topic{
     margin: 5px;    
}

.clear{
	clear:both;
}

/*プロフィールページ*/
.profileimg img{
	width:90%;
    margin: 0 auto;
	height: auto;
	border-radius: 10%;
}

.profileimg{
	float:both;
	margin:20px auto;
}

.bookimg img{
	width:50%;
	height: auto;
}

.bookimg{
	float:none;
	padding-left: 0;
	margin:20px auto 10px;
}

.ja-name{
	display: block;
	font-size: 2em;
	margin-top: 10px;
}

.imgtext{
	text-align: left;
	float:right;
	width:100%;
	letter-spacing: 0.15em
}

.imgtext_br{
    display: none;
}
    
.button{
	margin: 0 auto;
	margin-bottom: 10px;
	width:100%;
	border: 1px solid #2b76a1;
	background-color: #ffffff;
  	border-color: #2b76a1;
  	color: #2b76a1;
}

.button h3{
  	color: #2b76a1;
}

.button:hover{
  background-color: #2b76a1;
  border: 2px solid #2b76a1;
  color: #fff;
}

.button h3:hover{
  	color: #fff;
}

/*newマーク*/
.newmark{
	background-color: #2b76a1;
	color: #fff;
	font-size: 0.1em;
	padding:1px 1px 1px 2px;
	letter-spacing: 0.1em;
	margin-right: 3px;
}
    
footer p{
	font-size: 10px;
}
}