@charset "UTF-8";

body article{
	max-width: 100vw;
	padding: 0 0 120px;
	background: #FFFAED;
}
body article section{
	max-width: 750px;
	margin: 0 auto 40px;
}
body article figure,
body article ul{
	margin: 0;
	padding: 0;
}
body article img{
	max-width: 100%;
}
body article a{
	text-decoration: none;
}

body header#globalHeader ul{
	flex-grow: 1;
	margin: 0 0 0 10px;
}
@media screen and (max-width: 420px) {
	body header#globalHeader ul{
		flex-grow: 0;
		margin: 0 5px;
	}
}
body header#globalHeader ul.hnav{
	flex-grow: 0;
	margin: 0;
}
/***********************************************************
	.breadlist
***********************************************************/
body article nav.breadlist{
	padding: 10px 5px;
}
body article nav.breadlist ul{
	display: flex;
	flex-wrap: wrap;
	max-width: 750px;
	margin: 0 auto;
}
body article nav.breadlist ul li{
	margin: 0 2px 0 0;
	font-size: 12px;
	color: #707070;
}
body article nav.breadlist ul li:after{
	content: "＞";
	margin: 0 0 0 2px;
}
body article nav.breadlist ul li:last-child{
	margin: 0;
}
body article nav.breadlist ul li:last-child:after{
	display: none;
}
/***********************************************************
	.kv
***********************************************************/
body article .kv{
	margin: 0 0 40px;
	background: #FFF0A7;
	text-align: center;
}
/***********************************************************
	.slider
***********************************************************/
body article section.slider{
	margin: 0 auto 50px;
}
body article section.slider h2{
	margin: 0 0 10px;
	font-size: 20px;
	line-height: 140%;
	text-align: center;
}
body article section.slider h2 strong{
	color: #FF562A;
}
body article section.slider .item{
	margin: 0 4px;
}
body article section.slider .item figure img{
	height: 100px;
	width: auto;
	box-shadow: 0 3px 6px 0 rgba(0,0,0,0.16);
}
body article section.slider .item figure figcaption{
	display: inline-block;
	margin: 8px 0 0;
	padding: 3px 8px;
	background: #FFDC87;
	border-radius: 3px;
	font-size: 10px;
}
/***********************************************************
	.pickup
***********************************************************/
body article section.pickup{
	max-width: 500px;
	margin: 0 auto 30px;
	padding: 0 15px;
}
body article section.pickup h2{
	margin: 0 0 10px;
	font-size: 20px;
	line-height: 140%;
	text-align: center;
}
body article section.pickup .item{
	margin: 0 auto 20px;
	padding: 30px;
	background: #fff;
	border-radius: 15px;
}
body article section.pickup .item figure{
	margin: 0 auto 15px;
	text-align: center;
}
body article section.pickup .item figure img{
	max-width: 175px;
	max-height: 175px;
	box-shadow: 0 3px 6px 0 rgba(0,0,0,0.16);
}
body article section.pickup .item h3{
	margin: 0 0 5px;
	text-align: center;
	font-size: 16px;
}
body article section.pickup .item h3 a{
	color: #000;
}
body article section.pickup .item p{
	margin: 0 0 15px;
	text-align: center;
	font-size: 12px;
}
body article section.pickup .item ul.tag{
	display: flex;
	justify-content: center;
	margin: 0 0 15px;
}
body article section.pickup .item ul.tag li{
	margin: 0 4px;
	padding: 3px 8px;
	background: #FFDC87;
	border-radius: 3px;
	font-size: 10px;
}
body article section.pickup .item .contentWrap{
	position: relative;
	height: 90px;
	overflow: hidden;
}
body article section.pickup .item .contentWrap p{
	margin: 0 0 15px;
	text-align: left;
}
body article section.pickup .item .contentWrap p:last-of-type{
	margin: 0;
}
body article section.pickup .item .contentWrap .more{
	box-sizing: border-box;
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 50px;
	text-align: center;
	background: url("/premium/unlimited_ehon/img/bg_more.png") center top repeat-x;
}
body article section.pickup .item .contentWrap .more a{
	display: inline-block;
	padding: 0 0 0 30px;
	background: url("/premium/unlimited_ehon/img/ico_more.png") left center no-repeat;
	line-height: 20px;
}
body article section.pickup > p.more{
	width: 270px;
	margin: 0 auto;
	line-height: 40px;
}
body article section.pickup > p.more a{
	display: block;
	border: #FF562A 2px solid;
	background: #fff;
	text-align: center;
	color: #FF562A;
	font-size: 18px;
	border-radius: 24px;
}
/* more open */
body article section.pickup .item .contentWrap.open{
	height: auto;
}
body article section.pickup .item .contentWrap.open .more{
	display: none;
}
/***********************************************************
	.author
***********************************************************/
body article section.author{
	max-width: 500px;
	margin: 0 auto 30px;
	padding: 0 15px;
}
body article section.author h2{
	position: relative;
	width: 280px;
	margin: 0 auto;
	background: #fff;
	border: #000 1px solid;
	border-radius: 5px;
	line-height: 40px;
	font-size: 16px;
	text-align: center;
	z-index: 2;
}
body article section.author h2:after{
	content: " ";
	position: absolute;
	width: 26px;
	height: 26px;
	left: calc(50% - 13px);
	top: -16px;
	background: url("/premium/unlimited_ehon/img/ico_author_profile.png") center center no-repeat;
}
body article section.author h3{
	font-size: 20px;
	text-align: center;
}
body article section.author .profile{
	position: relative;
	margin: -10px auto 40px;
	padding: 40px 25px 25px;
	background: #fff;
	border-radius: 15px;
	z-index: 1;
}
body article section.author .profile figure{
	margin: 0 auto 10px;
	text-align: center;
}
body article section.author .profile figure img{
	border-radius: 100px;
}
body article section.author .profile p{
	font-size: 12px;
}
body article section.author .profile p.name{
	margin: 0 auto 15px;
	font-size: 14px;
	text-align: center;
}
body article section.author .profile p.name span{
	font-size: 12px;
}
body article section.author .voice{
	position: relative;
	margin: 50px 0 0;
	padding: 55px 25px 25px;
	background: #fff;
	border: #FFECBD 5px solid;
	border-radius: 40px;
}
body article section.author .voice figure{
	position: absolute;
	left: 50%;
	top: -40px;
	transform: translateX(-50%);
}
body article section.author .voice figure img{
	width: 90px;
}
body article section.author .voice dl dt{
	margin: 0 0 5px;
	text-align: center;
	font-size: 14px;
}
body article section.author .voice dl dd{
	font-size: 12px;
}
body article section.author .voice dl dd p{
	margin: 0 0 10px;
}
body article section.author .voice dl dd p:last-of-type{
	margin: 0;
}
/***********************************************************
	.forPremium
***********************************************************/
body article .forPremium{
	margin: 0 0 40px;
	padding: 40px 30px;
	background: #FFF0A7;
	text-align: center;
}
body article .forPremium h2{
	margin: 0 0 15px;
}
body article .forPremium p{
	max-width: 360px;
	padding: 25px 0;
	margin: 0 auto 30px;
	background: #fff;
	border-radius: 15px;
}
body article .forPremium p.btn{
	width: 270px;
	padding: 0;
	margin: 0 auto;
	background: transparent;
	border-radius: 0;
	line-height: 46px;
}
body article .forPremium p.btn a{
	display: block;
	background: #FF562A;
	border-radius: 23px;
	color: #fff;
	font-size: 18px;
}
/***********************************************************
	.itemlist
***********************************************************/
body article .itemlist{
	margin: 0 auto 40px;
}
body article .itemlist h2{
	margin: 0 0 40px;
	text-align: center;
	font-size: 20px;
}
body article .itemlist section.main{
	margin: 0;
	background: #fff;
}
body article .itemlist section.main section.searchResult{
	margin: 0;
}
body article .itemlist section.main section.searchResult .inner{
	background: #FFFAED;
}
/***********************************************************
	.regist
***********************************************************/
body article section.regist h3{
	margin-bottom: 15px;
	line-height: 120%;
	font-size: 20px;
	text-align: center;
}
body article section.regist h3 span{
	display: block;
	font-size: 16px;
	color: #FF3408;
}
body article section.regist h3 span span{
	display: inline;
	font-size: 12px;
}
body article section.regist .inner > div{
	width: 290px;
	margin: 0 auto 25px;
	text-align: center;
}
body article section.regist .inner > div p.btn{
	margin-bottom: 10px;
}
body article section.regist .inner > div p.btn a{
	display: block;
	background: #FF562A;
	border-radius: 24px;
	line-height: 48px;
	font-size: 16px;
	color: #fff;
}
body article section.regist .inner .app ul li{
	margin: 0 0 5px;
}
body article section.regist .inner .app ul li:last-child{
	margin: 0;
}
body article section.regist .inner .web p.btn a{
	background: #FF9300;
}
body article section.regist .inner .web figure{
	width: 265px;
	padding: 15px 0;
	margin: 0 auto;
	background: #fff;
	border-radius: 5px;
}
body article section.regist p.bnr{
	width: 90.8vw;
	margin: 0 auto;
}
body article section.regist p.bnr a{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 22.8vw;
	background: url("/premium/img/bg_regist_bnr.png") center center no-repeat;
	background-size: 100% 100%;
	text-align: center;
}

/***********************************************************
	footer
***********************************************************/
body footer{
	position: fixed;
	background: #FF562A;
	width: 100%;
	left: 0;
	bottom: 0;
	z-index: 4;
}
body footer p.pagetop{
	display: none;
	position: absolute;
	top: -57px;
	right: 10px;
	z-index: 999;
}
body footer p.pagetop a{
	display: block;
	width: 50px;
	height: 50px;
	background-color: #ff9300;
	background-image: linear-gradient(0deg, #ff9300 0%, #ff010c 100%);
	border-radius: 25px;
	text-align: center;
	line-height: 50px;
}
body footer p.pagetop a img{
	vertical-align: middle;
	transform: translateY(-2px);
}
body footer .sp p a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 55px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
}
body footer .sp p a span{
	display: inline-block;
	padding: 0 0 0 44px;
	background: url("/premium/img/ico_ehonnavi.svg") left center no-repeat;
	background-size: 34px;
	line-height: 40px;
}

/***********************************************************
	articleの検索結果cssまとめ
***********************************************************/
/***** ソートボタン *****/
body article section .sortNav,
body article section .sortNav_nonajax{
	float : left ;
/*	float : right ; */
	margin : 10px ;
}
body article section .sortNav p,
body article section .sortNav_nonajax p{
	float : left ;
	padding : 6px 10px 6px 0 ;
}
body article section .sortNav ul,
body article section .sortNav_nonajax ul{
	float : left ;
}
body article section .sortNav ul li,
body article section .sortNav_nonajax ul li{
	float : left ;
	text-align : center ;
	border : #ccbfaa 1px solid ;
	border-right : none ;
	background : -moz-linear-gradient(top,#fff,#ccbfaa) ;
	background : -webkit-gradient(linear,left top,left bottom,from(#fff),to(#ccbfaa)) ;
}
body article section .sortNav ul li.current,
body article section .sortNav_nonajax ul li.current{
	background : -moz-linear-gradient(top,#9f8b62,#ccbfaa) ;
	background : -webkit-gradient(linear,left top,left bottom,from(#9f8b62),to(#ccbfaa)) ;
}
body article section .sortNav ul li:first-of-type,
body article section .sortNav_nonajax ul li:first-of-type{
	border-radius : 5px 0 0 5px ;
}
body article section .sortNav ul li:last-child,
body article section .sortNav_nonajax ul li:last-child{
	border-right : #ccbfaa 1px solid ;
	border-radius :  0 5px 5px 0 ;
}
body article section .sortNav ul li a,
body article section .sortNav_nonajax ul li a{
	display : block ;
	padding : 5px 8px ;
	text-decoration : none ;
	line-height : 20px ;
}
body article section .sortNav ul li.premium a,
body article section .sortNav_nonajax ul li.premium a{
	padding-left : 30px ;
	background : url("/sp/img/ico_ranking_crown.png") 3px 2px no-repeat ;
	background-size : 25px 25px ;
}
body article section .sortNav ul li.current a,
body article section .sortNav_nonajax ul li.current a{
	color : #fff ;
}
/***** ページネイト *****/
body article section header.resultTitle{
	clear : both ;
	padding : 10px ;
	border-top : #cec2ae 1px dotted ;
}
body article section header.resultTitle.theme{
	border-top : none ;
	border-bottom : #ffa33f 3px solid ;
}
body article section header.resultTitle.series{
	border-top : none ;
	border-bottom : #9c0 3px solid ;
}
body article section header.resultTitle p{
	float : left ;
}
body article section header.resultTitle p.all{
	margin : 0 10px 0 0 ;
	font-weight : bold ;
	font-size : 12px ;
}
body article section header.resultTitle p.all strong{
	font-weight : bold ;
	font-size : 16px ;
}
body article section header.resultTitle p.disp{
	color : #666 ;
}
body article section nav.pageNate,
body article section nav.pageNate_no_ajax{
	position : relative ;
	padding : 15px 0 ;
	overflow : hidden ;
	background : #FFFAED ;
}
body article section nav.pageNate ul,
body article section nav.pageNate_no_ajax ul{
	position : relative ;
	float : left ;
	left : 50% ;
}
body article section nav.pageNate ul li,
body article section nav.pageNate_no_ajax ul li{
	position : relative ;
	float : left ;
	left : -50% ;
}
body article section nav.pageNate ul li a,
body article section nav.pageNate_no_ajax ul li a{
	display : block ;
	padding : 5px 10px ;
}
body article section nav.pageNate ul li.prev a,
body article section nav.pageNate_no_ajax ul li.prev a{
	padding : 0 0 0 12px ;
	margin : 0 10px 0 0 ;
	background : url("/premium/unlimited_ehon/img/bg_pagenav_prev.png") left center no-repeat , -moz-linear-gradient(top,#fff,#ccbfaa) ;
	background : url("/premium/unlimited_ehon/img/bg_pagenav_prev.png") left center no-repeat , -webkit-gradient(linear,left top,left bottom,from(#fff),to(#ccbfaa)) ;
	border-radius : 0 3px 3px 0 ;
	text-decoration : none ;
}
body article section nav.pageNate ul li.next a,
body article section nav.pageNate_no_ajax ul li.next a{
	padding : 0 12px 0 0 ;
	margin : 0 0 0 10px ;
	background : url("/premium/unlimited_ehon/img/bg_pagenav_next.png") right center no-repeat , -moz-linear-gradient(top,#fff,#ccbfaa) ;
	background : url("/premium/unlimited_ehon/img/bg_pagenav_next.png") right center no-repeat , -webkit-gradient(linear,left top,left bottom,from(#fff),to(#ccbfaa)) ;
	text-decoration : none ;
	border-radius : 3px 0 0 3px ;
}
body article section nav.pageNate ul li.prev a.nolink,
body article section nav.pageNate_no_ajax ul li.prev a.nolink{
	background : none ;
	background : #e5ded4 url("/premium/unlimited_ehon/img/bg_pagenav_prev.png") left center no-repeat ;
	color : #aa8f71 ;
}
body article section nav.pageNate ul li.next a.nolink,
body article section nav.pageNate_no_ajax ul li.next a.nolink{
	background : none ;
	background : #e5ded4 url("/premium/unlimited_ehon/img/bg_pagenav_next.png") right center no-repeat ;
	color : #aa8f71 ;
}
body article section nav.pageNate ul li.prev a span,
body article section nav.pageNate_no_ajax ul li.prev a span,
body article section nav.pageNate ul li.next a span,
body article section nav.pageNate_no_ajax ul li.next a span
{
	display : block ;
	padding : 3px 5px 4px ;
	border : #ccbfaa 1px solid ;
}
body article section nav.pageNate ul li.prev a span,
body article section nav.pageNate_no_ajax ul li.prev a span{
	border-left : none ;
	border-radius : 0 3px 3px 0 ;
}
body article section nav.pageNate ul li.next a span,
body article section nav.pageNate_no_ajax ul li.next a span{
	border-right : none ;
	border-radius : 3px 0 0 3px ;
}
body article section nav.pageNate ul li.current a,
body article section nav.pageNate_no_ajax ul li.current a{
	text-decoration : none ;
	color : #666 ;
}
/* 汎用アイテム詳細リスト（サムネイル・アイテム名・価格・販売属性等） 
====================================================================== */
.itemDetailList {
  margin: 0 10px;
  overflow: hidden;
}
.itemDetailList li {
  border: 1px solid #cec2ae;
  border-bottom: none;
  background-color: #fff;
}
.itemDetailList li:first-child {
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.itemDetailList li:last-child {
  -webkit-border-bottom-left-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom: 1px solid #cec2ae;
}
.itemDetailList li a {
  display: table;
  width: 100%;
  box-sizing: border-box;
  text-decoration: none;
  padding: 10px 30px 10px 10px;
  background: transparent url(/sp/img/ico_list_default.png) no-repeat right center;
  background-size: 28px 72px;
  color: #000;
}

.itemDetailList .nolink {
  display: table;
  width: 100%;
  box-sizing: border-box;
  text-decoration: none;
  padding: 10px 30px 10px 10px;
  background-size: 28px 72px;
  color: #000;
}

.itemDetailList .thumb {
  display: table-cell;
  width: 62px;
  vertical-align: top;
}
.itemDetailList .thumb span {
  display: table-cell;
  min-width: 50px;
  width: 50px;
  height: 50px;
  border: 1px solid #cec2ae;
  text-align: center;
  vertical-align: middle;
}
.itemDetailList .thumb img {
  max-height: 50px;
  max-width: 50px;
}
.itemDetailList .text {
  display: table-cell;
  vertical-align: top;
}
.itemDetailList .text .itemName {
  font-weight: bold;
  word-break: break-all;
}
.itemDetailList .text .itemName img {
  line-height: 16px;
  vertical-align: middle;
  padding-left: 4px;
}
.itemDetailList .text .price {
  margin-bottom: 4px;
  margin-top: 4px;
  font-weight: normal;
  font-size: 12px;
  color: #000;
}
.itemDetailList .text .sale {
  color: #f60;
}
.itemDetailList .text .limited {
  font-size: 12px;
  font-weight: normal;
}
.itemDetailList .text .limited img {
  padding-right: 10px;
}
.itemDetailList .text span.icon{
	display : block ;
	margin : 5px 0 0 ;
}
.itemDetailList .text span.icon span{
	float : left ;
	width : 38px ;
	margin : 0 2px 0 0 ;
	border-radius : 3px ;
	text-align : center ;
	color : #fff ;
	font-size : 10px ;
	line-height : 15px ;
	font-weight : normal ;
}
.itemDetailList .text span.icon span.ehon{
	background-color : #f90 ;
}
.itemDetailList .text span.icon span.jidosho{
	background-color : #363 ;
}
.itemDetailList .text span.icon span.goods{
	background-color : #89B700 ;
}

.accContent .itemDetailList {
  margin: 0;
}

.searchResult .inner .itemDetailList {
  padding: 15px 0;
}

.searchResult .inner .pageNate + .itemDetailList {
  padding: 0;
}
body article section ul.itemDetailList li a span.tameshiyomi{
	display: block;
	margin: 5px 0 0;
}
body article section ul.itemDetailList li a span.tameshiyomi span{
	position: relative;
	float : left ;
	margin : 0 7px 0 0 ;
	padding: 0 0 0 11px;
	font-size : 10px ;
	line-height : 15px ;
	font-weight : normal ;
}
body article section ul.itemDetailList li a span.tameshiyomi span:before{
	content: " ";
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -4px;
	width: 8px;
	height: 8px;
	background: #fd4e11;
	border-radius: 4px;
}
body article section ul.itemDetailList li a span.tameshiyomi span.all:before{
	background: #ffb000;
}
body article section ul.itemDetailList li a span.tameshiyomi span.little:before{
	background: #32c5ff;
}
