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

@media screen and (max-width: 767px) {
	
	
.pconly{
	display:none !important;}
		
.tabonly{
		display:none !important;}
		
.sponly{
		display:block !important;}
	
	
#gnavi{
		display:none;
		width: 100%;
		height: 100px;
		position:relative;
	}

	
h1{
	position: absolute;
	left: 50%;
	padding: 10px 0 10px 10px;
	z-index: 99;
	}
	
	
   /* ▽▽ハンバーガーメニュー▽▽
------------------------------------------------------- */
.hm_menu_check {/* チェックボックスを隠す */
  display: none;
}
.hm_wrap {
	display: inline-block;
	position :fixed;
	top :0;
	left :0;
	width :100%;
	padding :10px;
	z-index:100;
}
 
.hm_title {/* ハンバーガーメニューオープン時の見出し */
	position: relative;
	color: #999;
	display: inline-block;
	float: left;
	font-weight: 100;
	line-height: 30px;
	margin: 0 0 0 15px;
	opacity: 0;
	-webkit-transform: translate3d(0, -15px, 0);
	transform: translate3d(0, -15px, 0);
	-webkit-transition: -webkit-transform 0.6s, opacity 0.5s;
	transition: transform 0.6s, opacity 0.5s;
	z-index: 2;
}
 
/* ▽▽メニューボタン▽▽ */
.hm_btn {
	position: relative;
	width: 30px;
	height: 30px;
	cursor: pointer;
	display: block;
	float: right;
	z-index: 2;
}
.hm_btn::before {
	-webkit-box-shadow: #000 0 12px 0;
	box-shadow: #000 0 12px 0;
}
.hm_btn::after {
	bottom: 0;
}
.hm_btn::before,
.hm_btn::after {
	width: 30px;
	height: 6px;
	background: #000;
	display: block;
	content: '';
	position: absolute;
	-webkit-transition: -webkit-box-shadow 0.2s linear, -webkit-transform 0.2s 0.2s;
	transition: box-shadow 0.2s linear, transform 0.2s 0.2s;
}
/* △△メニューボタン△△ */
 
.hm_menu_wrap {
	width :100%;
	height :10000px;
	background: #fff;
	position: absolute;
	left: -100%;
	top: 0;
	-webkit-transition: left 0.4s;
	transition: left 0.4s;
}
 
/* ▽▽開閉時のアニメーション▽▽ */
.hm_menu_check:checked ~ .hm_title {
	opacity: 1;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}
.hm_menu_check:checked ~ .hm_btn::before {
	-webkit-box-shadow: transparent 0 0 0;
	box-shadow: transparent 0 0 0;
	-webkit-transform: rotate(45deg) translate3d(6px, 11px, 0);
	transform: rotate(45deg) translate3d(6px, 11px, 0);
}
.hm_menu_check:checked ~ .hm_btn::after {
	-webkit-transform: rotate(-45deg) translate3d(6px, -11px, 0);
	transform: rotate(-45deg) translate3d(6px, -11px, 0);
}
.hm_menu_check:checked ~ .hm_menu_wrap {
	left: 0;
}
 
/* △△開閉時のアニメーション△△ */
 
/* ▽▽メニュー内のリストスタイル▽▽ */
.hm_list {
	list-style-type: none;
	margin: 50px 0 0;
	padding: 0;
}
.hm_list li a {
	color: #777;
	display: block;
	overflow: hidden;
	padding: 8px 22px;
	position: relative;
	text-decoration: none;
	z-index: 1;
}
.hm_list li a::before {/* aタグマウスオーバー時の背景 */
	background: #eee;
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 100%;
	left: 0;
	-webkit-transition: bottom 0.4s;
	transition: bottom 0.4s;
	z-index: -1;
}
 
.hm_list li a:hover::before {
	bottom: 0;
}
.hm_list li a:hover::after {
	opacity: 0.5;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
/* メニュー内のリストスタイル△△ */
 
/* △△ハンバーガーメニュー△△
------------------------------------------------------- */


/* contentsArea */

/*スライド画像の横幅可変*/

.contentbg{
background-image: url(../../img/common/bg.jpg);
background-repeat: repeat-y;
/*background-attachment: fixed;*/
background-position: right bottom;
}

.contBox{
	width: 100%;
	height:auto;
	margin: 0 auto;
	padding: 10px;
}
	
.subtitle{
	margin: 0px auto;
	font-size: 1.5em;
	text-align: center;
	font-weight: normal;
	padding: 20px 0;}
	
#kayokomainbg{
	min-width: 100%;
	height: 900px;
	background-image: url(../img/kayokomiddlebg_mini.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-position: bootom;
	background-size:cover;}
	
	
/* 本のインフォメーション */

.infoboxTtl{
	width: 100%;
	font-size: 1.5em;
	margin-top:50px;}

.informationbox{
	width: 100%;
	height: auto;
	margin: 0 auto;
	background-color:#FFF;
	overflow:hidden;
	padding:0;
	padding-top: 20px;
	padding-bottom: 20px;
}

.inforleftbox{
	height:auto;
	margin: 0 auto;
	padding-top: 20px;
	float:none;
}

.bookinfoPhoto{
	width: 250px;
	height:auto;
	text-align:center;
	margin: 0 auto;}

.inforightbox{
	width: 100%;
	height: auto;
	padding-top: 20px;
	float:nonet;
}


.bookrelease{
	width: 320px;
	margin: 0 auto;
	margin-bottom: 20px;}
	
.buybutton{
	width: 310px;
	margin: 0 auto;
	}
	
.buybutton a:hover img {
  opacity: 0.5;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
	
.buybuttontop{
	max-width: 310px;
	width: 100%;
	height: auto;
	display:block;
	margin: 0 auto;}
	
.shadow {
    display: inline-block; 
    box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.8); /*横方向　下方向　ぼかし　広がり　色 */
}


.booktitle{
	width: 320px;
	margin: 0 auto;
	font-size: 1.6em;
	font-weight:600;}
	
.bookinfosub{
	width: 320px;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 1.4em;
	font-weight:600;}
	
.booktxt{
	width: 320px;
	margin: 0 auto;
	font-size: 1.2em;
	line-height: 2em;}
	
.bookgenre{
	width: 320px;
	margin: 0 auto;
	}


/*見出し けい線100%*/

.title{
	width: 100%;
	height: auto;
	margin: 0 auto;
	}

.titleh3{
	text-align:center;
	font-size:1.875em;
	font-weight:normal;
	letter-spacing:0.5em;
	margin-top: 30px;
	}
	

.maxbox{
	width: 100%;
	margin: 0 auto;}
	
.box{
	width: 100%;
	border-bottom: 1px solid #878182;}


/* ３つの読みどころ*/	

/*石川さん*/	
.pickupboxA{
	width: 100%;
	margin: 50px auto;
}

.pickupleft{
	padding-left:0;
	width:100%;
	height: 280px;
	left: 0;
	top:0;
	float: none;}
	
.pickupright{
	width:100%;
	height: auto;
	float:none;
	}
	
.pickupNo{
	font-size: 2em;}
	
.pickupTtl{
	font-size: 2em;
	font-weight:400;
}

.pickuptxtA{
	width: 95%;
	margin-top:20px;
	font-size: 1.1em;
	line-height:2.2em;
	}
	
.pickupphoto{
	width: 100%;
	height: auto;
	display:block;
	top:0;
	}
	
	
.ozakisp{
	max-width: 450px;
	width:100%;
	height:auto;
	display:block;
	margin: 0 auto;
	}
	

	
/*ベッド・イン*/		
	
.pickupboxB{
	width: 100%;
	height: auto;
	margin: 50px auto;
}

.pickuprightB{
	width:100%;
	height: 300px;
	float:none;
	position:relative;
	z-index:1000;
}
	
.pickupleftB{
	width: 100%;
	height: auto;
	float: none;
	position:relative;
	z-index:1;
}
	
.pickupNo{
	font-size: 2em;}
	
.pickupphotoB{
	width: 100%;
	height: auto;
	position:absolute;
	display:block;
}


.pickuptxtB{
	width: 100%;
	margin-top:20px;
	font-size: 1em;
	line-height:2.2em;
	position:absolute;
	z-index: 100;
	}
	
	
.asadasp{
	max-width: 550px;
	width:100%;
	height:auto;
	display:block;
	margin: 0 auto;
	position: static;
	padding-top: 100px;
	}

/*t田中さん*/	

.pickupboxC{
	width: 100%;
	height: auto;
	margin: 50px auto;
}

.pickupleftC{
	padding-left:0;
	width:100%;
	height: 450px;
	left: 0;
	top:0;
	float: none;}
	
.pickuprightC{
	width:100%;
	height: auto;
	float:none;
}

.pickupphotoC{
	max-width: 550px;
	width:100%;
	height:auto;
	display:block;
	margin: 0 auto;
	position:static;
	}
	
.pickuptxtC{
	width: 95%;
	margin-top:20px;
	font-size: 1em;
	line-height:2em;
	text-shadow:1px 0px 1px #FFF;
	z-index: 100;
	position: absolute;
	}


/*購入ボタン*/	

.bnrarea{
	width: 310px;
	margin: 50px auto;}
	
.bnrarea a:hover img {
  opacity: 0.5;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

/* 編集長より*/	

.fromchief{
	width: 100%;
	margin: 0 auto;
	padding-bottom: 50px;
	}
	
.chiefleft{
	width: 100%;
	padding: 15px;
	float:none;
	margin: 0 auto;}
	
.chiefright{
	width: 100%;
	float:none;
	margin: 0 auto;}
	
	
.chiefTtl{
	font-size: 1.6em;
	margin-bottom: 20px;}
	
.chieftxt{
	font-size: 1.1em;
	line-height: 2em;
	margin-bottom: 20px;}
	

.chiefphoto{
	text-align:center;
	padding-top: 30px;}
	
.chiefphoto img{
	width: 350px;
	height:auto;}
	
	
/* 関連する書籍*/	

.anotherbooks{
	width: 100%;
	margin: 50px auto;}
	
.anotherbookstxt{
	text-align: center;
	margin-bottom: 20px;}
	
.listbox{
	width: 100%;
	margin: 0 auto;}	
	
.anotherbooklist{
	width: 100%;
	float:none;
	margin-right: 10px;
	margin-bottom: 30px;}
	
.anotherbooklist:last-child{
	width: 100%;
	float:none;
	margin-right: 10px;
	margin-bottom: 10px;}
	
.anotherbooklist img{
	max-width: 152px;
	width: 100%;
	float:none;
	margin-right: 10px;}
	
.anotherbooklist:last-child{
	margin-right: 0px;}
	
.anotherbooklist a:link{
	text-decoration:none;
	color:#000;}
	
.anotherbooklist a:hover img,
.anotherbooklist a:hover dd{
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}

.anotherbookstxt{
	font-size: 1.5em;}

.anotherbookTtl{
	text-align:center;}
	
.anotherbookTheme{
	padding-top: 10px;
	font-weight:bold;
	text-align:center;}


	
/* ============================================================
 footer
============================================================ */

footer{
	width: 100%;
	height: auto;
	padding-bottom: 20px;
	background-color:#E6CB18;}
	
.footerbox{
	width: 100%;
	margin: 0 auto;}
	
address{
	width: 100%;
	height: auto;
	padding: 0;
	font-style:normal;
	float:none;}
	
.companytitle{
	font-size: 1.5em;
	margin-bottom: 20px;
	padding: 20px;
	text-align:center;}
	
.companydata{
	width: 230px;
	margin: 0 auto;
	margin-bottom:5px;
	text-decoration: none;
	text-align:center;}
	
.footerrightbox{
	width: 100%;
	float: none;}

.footernav{
	width: 100%;
	height: auto;
	float:right;
	display: table;
	padding-top: 30px;}

	
.footernavlistLong{
font-size: 0.8em;
width:130px;
display: table-cell;
margin-right:10px;}

.footernavlist{
	font-size: 0.8em;
	width:110px;
	display: table-cell;
	margin-right:10px;}
	
.footernav a:link{
	text-decoration:none;
	color: #000;
	}
	
.footernav a:hover{
	color: #E43292;
	}
	
.footernav li{
	position: relative;
}

.footernav li::after {
	display: block;
	content: '';
	position: absolute;
	top: .5em;
	left: -1.2em;
	width: 4px;
	height: 4px;
	border-right: 2px solid #666;
	border-bottom: 2px solid #666;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.copyright{
	width: 100%;
	height: auto;
	text-align:center;}
}
