@charset "shift_jis";

/* ===================================================================
CSS information
 file name  : freepagefull02_sp
 author     : honyaclub.com
 date       : 20151126
 update     : 20200605
 about      : freepagefull02_sp
=================================================================== */


/* html,body
========================================================================== */

html{font-size: 62.5%;}
body{width:100%; font-size:1.6rem; -webkit-text-size-adjust:100%;}
h1,h2,h3{font-size:1.4rem;line-height:1.6;}
h1 > a,h2 > a,h3 > a{font-size:1.4rem;}
p,li,dt,dd,a{font-size:1.2rem;line-height:1.6;letter-spacing:0.07rem;}
*{box-sizing: border-box;}



/* wrapper
========================================================================== */

#wrapper{
	width:100%;
	overflow:hidden;
}


/* #header-container
========================================================================== */

#header-container{
	background-color:#999;	
}
#header{
	width:100%;
	line-height:0;
}
#logo{
	width:100%;
	padding:10px 4%;
	text-align:left;
}
#logo > img{width:34%;height:auto;}
#tagline{display:none;}

/* #contents-container
========================================================================== */

#contents-container{
	background-color:#fff;
}
#contents{
	width:100%;
	padding:10px 4% 20px;
}
	
/*== .hero =======================*/

#contents > div.hero{
	width:100%;
	overflow:hidden;
  zoom:1;
}
#contents > div.hero a{
	display:block;
	line-height:0;
}
#contents > div.hero img{
	width:100%;
	height:auto;
}


/*= grid default =*/

.grid1, .grid2, .grid3, .grid4, .grid5, .grid6, .grid7, .grid8, .grid9, .grid10, .grid11 {
  float:left;
  display:inline;
  margin-left:20px;
	margin-bottom:20px;
	box-sizing:border-box;
	border:2px solid #ccc;
	line-height:0;
}
.grid2 {width:30%; margin-left:5%;}
.grid3 {width:46%; margin-left:8%;}
.grid6 {width:100%;}
.first {margin-left:0; clear:left;}

/*= grid custom =*/

#contents > div.hero > div{margin-left:0;}
#contents > div.hero > div.group{
	border:none;
	margin-bottom:0;
}

/*== .lead =======================*/

.lead {
	width:100%;
	padding:4%;
	margin-bottom:28px;
	border:2px solid #ccc;
	box-shadow:rgb(136, 136, 136) 6px 6px 0px 0px;
	box-sizing:border-box;
	overflow:hidden;
	zoom:1;
}
.lead img{
	width:100%;
	height:auto;
}
.lead dt {
	float:left;
	width:40%;
	margin-right:5%;
	line-height:0;
}
.lead dd h1{
	font-size: 1.4rem;
	margin-bottom:5px;
	color:#333;
	font-weight:bold;
}
.lead dd h1 span{
	color:#999;
	font-weight:normal;
	font-style:italic;
}
.lead dd p{
	font-size: 1.2rem;
	color:#333;
	margin-bottom:5px;
}
.lead dd p span.link-external{
	float: right;
	background: url(../../../img/special/publisher/icon_link_01.png) no-repeat left;
	padding-left: 14px;
}


/*= .btn-list* =*/
.lead dd ul.btn-list {
	text-align: center;
	font-size: 0;
}

/*= .btn_base* =*/
.lead dd ul.btn-list .btn_base {
	box-sizing: border-box;
	border-radius: 6px;
	text-align: center;
}

.lead dd ul.btn-list .btn_base a{
	display: block;
	padding: 10px 0;
    font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0 2px 2px rgba(0, 0, 0, .3);
	color: #fff;
}

/*= .btn01A* =*/
.lead dd ul.btn-list .btn01A {
	background-color: #DB0B1C;
	box-shadow: 0 6px 0 #850000;
}

/*== .list =======================*/

.list {}

.list h2{
	background:linear-gradient(-45deg, #ddd 25%, white 25%, white 50%, #ddd 50%, #ddd 75%, white 75%, white) bottom;
	background-size:4px 4px;
	font-weight:bold;
	text-align:center;
	padding:10px 0;
}

/*= .list-pickup =*/

.list-pickup {
	background:#fff;
}
.list-pickup img{
	width:100%;
	height:auto;
}
.list-pickup dl.pickup-item{
	padding:20px 4%;
	border-bottom:3px dotted #cccccc;
}
.list-pickup dl.pickup-item:last-child{border-bottom:none;}
.list-pickup dl.pickup-item dt{
	width:100%;
	vertical-align:middle;
	text-align:center;
	line-height:0;
	margin-bottom:20px;
}
.list-pickup dl.pickup-item dt img{width:100%;}
.list-pickup dl.pickup-item dd{width:100%;}
.list-pickup dl.pickup-item dd h3{
	margin-bottom:4px;
	font-weight:bold;
	text-align:center;
}
.list-pickup dl.pickup-item dd p{margin-bottom:8px;}
.list-pickup dl.pickup-item dd a.button{
	width:100%;
	padding:10px 0;
	text-align:center;
	background-color:#333333;
	color:#FFF;
	font-weight:bold;
	display:inline-block;
	font-size:1.4rem;
	text-decoration:none;
}

/*= .list-category =*/

.list-category {
	background:#fff;
}
.list-category h2 {
	margin-bottom:20px;
}
.category-name {
	text-align:center;
	line-height:0;
	margin-bottom:12px;
}
.category-name li{
	display: inline-block;
	width: 44%;
	margin-right: 6%;
	margin-bottom: 12px;
	background-color: #ccc;
	padding: 10px 0;
  vertical-align: top; /* update:20200605 */
}
.category-name li:nth-child(2n){
	margin-right:0;
}
.category-name li a.active{font-weight:bold;}
.category-name li a.active:link{text-decoration:none; color:#000;}
.category-name li a.active:visited{text-decoration:none; color:#000;}
.category-name li a.active:active{text-decoration:none; color:#000;}
.category-name li a.active:hover{text-decoration:none; color:#000;}
.category-name li a{line-height:1;}
.category-item{
	margin-bottom:20px;
	overflow:hidden;
  zoom:1;
}
.category-item li{
	width:50%;
	padding:24px 4% 24px 4%;
	box-shadow: rgba(136, 136, 136, 0.2) 1px 1px 2px 1px;
	text-align:center;
	border:none;
	margin:0;
}
.category-item li .item-img{
	height:120px;
 position:relative;
}
.category-item li .item-img span{
    position: absolute;
    top: -4px;
    left: -6px;
    display: block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 24px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 12px;
}
.category-item li .item-img span.rank01{
	background-color:#ea5857;
}
.category-item li .item-img span.rank02{
	background-color:#f4ba19;
}
.category-item li .item-img span.rank03{
	background-color:#ba579c;
}
.category-item li .item-img span.rank04{
	background-color:#2c68b2;
}
.category-item li .item-img span.rank05{
	background-color:#ee7928;
}
.category-item li .item-img span.rank06{
	background-color:#555656;
}
.category-item li .item-img span.rank07{
	background-color:#36b7eb;
}
.category-item li .item-img span.rank08{
	background-color:#875452;
}
.category-item li .item-img span.rank09{
	background-color:#0e9374;
}
.category-item li .item-img span.rank10{
	background-color:#8bc228;
}
.category-item li .item-img span.rank11{
	background-color:#d4303d;
}
.category-item li .item-img span.rank12{
	background-color:#e62081;
}
.category-item li .item-img img{
	max-width:86%;
	max-height:120px;
}
.category-item li .item-name{
	margin-top: 12px;
	min-height:80px;
}
.category-item li .item-name a, .category-item li .item-price{font-size:1.2rem!important;}


/* #footer-container
========================================================================== */

#footer-container{
	background-color:#fff;
}
#footer{
	border-top: 1px solid #cccccc;
	padding: 1em 0 8em;
	text-align:center;
}
#footer ul li img{
	width:80%;
	height:auto;
}
/* #extra-container
========================================================================== */

#extra01-container {
	position: fixed;
	bottom: 0;
	right: 0;
	width: 100%;
	z-index: 100;
}
#extra01-container #page-top a {
	display: block;
	padding: 1em;
	background: #555;
	opacity: .9;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}
#extra01-container #sns table.snsBtn{
	width: 100%;
	opacity: .9;
}
#extra01-container #sns table.snsBtn > tbody > tr > td {
	width: 50%;
	padding: 6px 0;
	vertical-align: middle;
	text-align: center;
}
#extra01-container #sns table.snsBtn > tbody > tr > td:nth-child(1){
    background-color: #4267b2;
}
#extra01-container #sns table.snsBtn > tbody > tr > td:nth-child(2) {
	background-color: #1b95e0;
	padding-top: 12px;
}

/* parts
========================================================================== */

/*= .parts-button01 =*/
.parts-button01 {
	width:100%;
	margin:0 auto 2em;
	background-color:#a52a2a;
	border-radius:6px;
	text-align:center;
}
.parts-button01 a {
	display:block;
	padding:0.8em;
	font-size:1.8rem;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
}



/* custom
========================================================================== */

/*= .hmmm =*/
.hmmm #header-container {
	background-color: #fff;
}
.hmmm #tagline {
	color: #999;
}
.hmmm #contents-container {
	background: url(../../../img/special/publisher/hmmm/bg_01.png)/* Background image : subtlepatterns */;
}
.hmmm #contents > dl.lead {
	background-color: #fff;
	border: none;
	width: 100%;
	box-shadow: none;
}
.hmmm .list-pickup {
	margin-bottom:2em;
}
.hmmm .list-pickup h2,
.hmmm .list-category h2 {
	background: url(../../../img/special/publisher/hmmm/bg_02.png)/* Background image : subtlepatterns */;
	color: #fff;
}

/*== bplus-category ==*/
.category-name li.bp{background-color:#f4d8d9;}
#main img{width:100%; height:auto;}


/*= shotenin review =*/
.shotenin_review .list-pickup dl.pickup-item dt img{
	width: 80px;
	max-height:200px;
}
.shotenin_review .list-pickup dl.pickup-item dd h3{
	font-size: 1.4em;
}

/*= hachimonjiya =*/
.hachimonjiya #contents-container{
	background-color:#e5e3e1;
}
.hachimonjiya .lead{
	background-color:#fff;
}

.hachimonjiya h2{
	background:#000;
	color:#FFF;
}

/*= ehongift =*/
.ehongift #header-container {
	background-color: #4271b7;
}

.ehongift #contents-container {
	background: url(../../img/special/publisher/ehongift/bg.jpg)/* Background image : subtlepatterns */;
}


.ehongift h2{
	background:#7ecee2;
	color:#FFF;
}

.ehongift .list-pickup dl.pickup-item dt img{
	max-width: 120px!important;
}

/*= .soumkine =*/

#soumkine #contents-container {
  background-color: #fff7ee !important;
}

#soumkine #contents div.hero .grid6 {
	border: none !important;
}

#soumkine .lead {
  background-color: #ffffff;
  box-shadow: 2px 3px 6px -1px #eaeaea;
  margin-top: 20px;
}

#soumkine .lead dt {
  float: none !important;
  width: 65% !important;
  margin: 0 auto 3% !important;
}

#soumkine .lead dd h1 {
  text-align: center !important;;
}



#soumkine .list-pickup,.soumkine .list-category {
	background:#fff7ee !important;
}

/*= taiwan_ink =*/
#taiwan_ink  .lead {
	background-color: #ffffff;
	box-shadow: 2px 3px 6px -1px #eaeaea;
	margin-top: 20px;
}

#taiwan_ink .lead dt {
    float: none !important;
    width: 65% !important;
    margin: 0 auto 3% !important;
}

#taiwan_ink .lead dd h1 {
    text-align: center !important;
	padding-bottom:10px
}

#taiwan_ink .lead dd p.name {
    text-align: right;
	padding-right: 5px;
}

#taiwan_ink #contents div.hero .grid6 {
	border: none !important;
}

#taiwan_ink .list-pickup {
	margin-top:20px;
	margin-bottom:20px;
	background:#fff;
}

#taiwan_ink .list h2{
	background:#3432fe;
	color: #ffffff;
}

#taiwan_ink .list-pickup dl.pickup-item{
	width:100%;
	padding:4%;
	margin-top:10px;
	border:2px solid #ccc;
}

#taiwan_ink .list-pickup dl.pickup-item dt{
	width:100%;
	margin-bottom:0px;
}

#taiwan_ink .list-pickup dl.pickup-item dd{
	margin-top:10px;
	margin-bottom:10px;
	text-align:center;
}

#taiwan_ink .list-pickup dl.pickup-item dd h1{
	font-weight: bold;
}

#taiwan_ink div#campain {
  margin: 30px 0;
  text-align: center;
  /*background-color: #fcefaa;*/
  background-color: #c9dcf8;
  width: 100%;
  padding: 15px;
}

#taiwan_ink div#campain h2 {
  font-weight: bold;
  margin-bottom: 10px;
  color: #e565b9;
}

#taiwan_ink div#campain p {
  font-size: 14px;
} 

#taiwan_ink div#campain br.spDisplay {
  display: block;
}

#taiwan_ink .category-name li{
	margin-right: 0%;
}

#taiwan_ink .list-category h2{
	background:#3432fe;
	font-weight:bold;
	text-align:center;
	padding:10px 0;
	color: #ffffff;
}

#taiwan_ink .category-item li .item-img{
	height:70px;
}

#taiwan_ink .category-item li .item-name{
	min-height:70px;
}

/*= ehonnavi =*/
#ehonnavi .lead{
	box-shadow:0px 0px 0px 0px;
	border:none;
	margin-bottom:0px;
	padding:0px;
}
#ehonnavi .lead dt {
	width: 100%;
	margin-bottom: 20px;
}
#ehonnavi .lead dd {
	width: 70%;
	margin: 0 auto;
}
#ehonnavi .catch{
    color: #a3834a;
    font-size: 12px;
    font-weight: bold;
}
#ehonnavi .catch2{
	width: 72%;
	margin: 0 auto 10px auto;
    color: #a3834a;
    font-size: 12px;
    font-weight: bold;
}
#ehonnavi .navi{
	text-align: center;
    margin-bottom: 30px;
}
#ehonnavi .navi li {
	margin: 10px;
	height: 50px;
}
#ehonnavi .list-category-new ul {
    margin-top: 15px;
	margin-bottom: 35px;
}
#ehonnavi .list-category-new h2{
    background-color: #f9c163;
	padding: 10px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    font-size: 15px;
}
#ehonnavi .list-category-next h2{
    background-color: #ecb7b2;
	padding: 10px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    font-size: 15px;
}
#ehonnavi .list-category-medal h2{
	background-color:#b6d186;
	padding: 10px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    font-size: 15px;
}
#ehonnavi .img_relative {
    position: relative;
    height: 40px;
 	margin-bottom: 10px;
}
#ehonnavi .ico_new{
    width: 35px;
    position: absolute;
    bottom: 14px;
    left: 10px;
}
#ehonnavi .category-mozi{
    height: 20px;
	width: auto;
	vertical-align: middle;
}
#ehonnavi .img_absolute {
    height: 56px;
    position: absolute;
    bottom: -10px;
    left: -15px;
}
#ehonnavi .item-name {
	min-height: 35px;
	margin-bottom:10px;
}
#ehonnavi .category-item li{
	padding: 2px 4% 24px 4%;
}

/*= littleprince =*/
#littleprince #contents-outer {
    background: #517a4e;
    border: solid 10px #871b20;
}

#littleprince #mainimg{
	margin: 10px auto;

}
#littleprince .hero {
	margin-bottom: 10px;
}

#littleprince .list h2{	
	background: #517a4e;
	color: #fff;
    border-top: solid 3px #b5a333;
    border-bottom: solid 3px #b5a333;
	padding: 0px 10px;
	text-align: left;
}
	
#littleprince .list-inner{	
	padding: 23px 15px;
    border-bottom: solid 10px #517a4e;
	background-color: #fff;
    background-image:
	url(../../../img/special/publisher/littleprince/bg_deco_lt.png),
	url(../../../img/special/publisher/littleprince/bg_deco_lb.png),
	url(../../../img/special/publisher/littleprince/bg_deco_rt.png),
	url(../../../img/special/publisher/littleprince/bg_deco_rb.png);
    background-repeat:
	 no-repeat,
	 no-repeat,
	 no-repeat,
	 no-repeat;
    background-position:
	top 5px left 5px,
	bottom 5px left 5px,
	top 5px right 5px,
	bottom 5px right 5px;
	background-size: 60px;
}	

#littleprince .list-pickup{	
	background:none;
    list-style: none;
	/*= 親要素 =*/
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	/*= 折り返し =*/
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
	/*= 中央 =*/
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}	

#littleprince .pickup-item{	
    margin: 3px;
    width: 30%;
}


#littleprince .pickup-item img {
    border: solid 3px #bea037;
	background: #bea037;
}


#littleprince .lp-logo {
	text-align: center;
	}
#littleprince .lp-text {
	padding: 10px 10px 15px 10px;
	}

#littleprince .lp-logo img {
    width: 50%;
	
}
#littleprince .lp-text p {
	font-size: 10px;
    line-height: 12px;
    color: #47250f;
    font-weight: bold;
}	
#littleprince .list-category{	
    border-top: solid 10px #517a4e;
	padding: 20px 0;
}
#littleprince .category-item{	
    margin-bottom: 0px;
}

