/* -------------------------------- 

leyout

-------------------------------- */

/* slider-top */
#slider-top{
	margin: 20px 0;
}
@media only screen and (max-width: 1100px) {
	#slider-top{
		width: 1100px;
	}
}
@media only screen and (max-width: 768px) {
	#slider-top{
		width: 100%;
	}
	#slider-top .slick-slide{
		margin: 0 ;
	}
}
/* top-contents */
#top-contents{
	max-width: 1300px;
	margin: 20px auto 20px;
	padding: 0 20px;
	display: flex;
	justify-content: space-between;
}
@media only screen and (max-width: 1100px) {
	#top-contents{
		width: 1100px;
	}
}
@media only screen and (max-width: 768px) {
	#top-contents{
		width: 100%;
		padding: unset;
		display: block;
	}
}
.title-wrap{
	height: 42px;
	background: #f29b04;
	border-radius: 3px;
	display: flex;
	justify-content: space-between;
	padding: 0 15px;
}
.title-wrap h3{
	color: #ffffff;
	font-size: 18px;
	line-height: 42px;
}
.title-wrap span{
	display: block;
}
.title-wrap span a{
	color: #ffffff;
	font-size: 14px;
	line-height: 42px;
}
/* top-main */
#top-main {
	width: calc(100% - 340px);
}
@media only screen and (max-width: 768px) {
	#top-main {
		width:100%;
	}
}
/* top-special */
#top-special .slider-box{
	margin: 20px 0 0 0;
	display: flex;
	justify-content: space-between;
}
#top-special .slider-box a{
	display: block;
	margin: 0 10px;
	background: #ffffff;
	box-shadow: 0px 0px 4px #cccccc;
	width:33.33333%;
}
#top-special .special-box dd{
	padding: 15px;
}
#top-special .special-box .title{
	font-size: 16px;
	color: #f29b04;
	font-weight: bold;
}
#top-special .special-box .txt{
	margin-top: 7px;
	font-size: 14px;
	color: #333333;
}
@media only screen and (max-width: 768px) {
	#top-special .title-wrap {
		width:96%;
		margin: 0 auto;
	}
}
/* slick */
#top-special .slick-track{
	margin-top: 4px;
	margin-bottom: 4px;
}

/* top-info */
#top-info{
	margin-top: 40px;
}
#top-info .info-btn{
	display: flex;
	justify-content: center;
	margin: 20px 0 0 0;
}
#top-info .info-btn li{
	color: #f29b04;
	background: #ffffff;
	padding:2px 10px; 
	font-size: 15px;
	border-radius: 20px;
	border: solid 1px #f29b04;
	margin: 0 5px;
	cursor: pointer;
}
#top-info .info-btn li.active{
	color: #ffffff;
	font-weight: bold;
	background: #f29b04;
}
#top-info .info-list{
	margin-top: 20px;
	text-align: right;
}
#top-info .info-list li{
	display: none;
}
#top-info .info-list li.show{
	display: block;
}
#top-info .info-list li a{
	color: #f29b04;
}
#top-info .info-box{
	margin-top: 20px;
	background: #ffffff;
	box-shadow: 0px 0px 4px #cccccc;
	border-radius: 10px;
	position: relative;
}
#top-info .info-article{
	display: flex;
	border-bottom: 1px solid #e5e5e5;
	padding: 20px;
}
#top-info a:last-child .info-article{
	border-bottom: none;
}
#top-info dt{
	width: 100px;
	color: #f29b04;
	font-size: 14px;
	text-align: center;
}
#top-info dt span{
	font-size: 18px;
	line-height: 1;
	display: block;
}
#top-info dd{
	width: calc(100% - 100px);
	display: -webkit-box;
	justify-content: space-around;
}
#top-info .text{
	color: #333333;
	font-size: 14px;
}
#top-info h4{
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
}
#top-info .thumnail{
	margin-left: 10px;
}
/* tab */
#top-info .info-group{
    display:none;
}
#top-info .info-group.show{
    display:block;
}
#top-info .info-box *, .info-box *:before, .info-box *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#top-info .info-box {
	position: relative;
}
#top-info .info-box label {
	position: absolute;
	z-index: 1;
	bottom: 0;
	width: 100%;
	height: 140px; /* グラデーションの高さ */
	cursor: pointer;
	text-align: center;
	/* 以下グラデーションは背景を自身のサイトに合わせて設定してください */
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
}
#top-info .info-box input:checked + label {
	background: inherit; /* 開いた時にグラデーションを消す */
}
#top-info .info-box label:after {
	font-size: 16px;
	padding: 5px 0;
	position: absolute;
	z-index: 2;
	bottom: 20px;
	left: 50%;
	width: 95%;
	content: '全部見る';
	transform: translate(-50%, 0);
	letter-spacing: 0.05em;
	color: #f29b04;
	border: #f29b04 solid 1px;
}
#top-info .info-box input {
	display: none;
}
#top-info .info-box .hide-box {
	overflow: hidden;
	height: 400px; /* 開く前に見えている部分の高さ */
	transition: all 0.5s;
}
#top-info .info-box input:checked + label {
	display: none ; /* 閉じるボタンを消す場合解放 */
}
#top-info .info-box input:checked + label:after {
	font-family: FontAwesome;
	content: '\f139'' 閉じる';
}
#top-info .info-box input:checked ~ .hide-box {
	height: auto;
	/* padding-bottom: 80px;  閉じるボタンのbottomからの位置 */
	transition: all 0.5s;
}
#top-info .info-box .thumnail img{
	max-width:300px;
}
@media only screen and (max-width: 768px) {
	#top-info{
		width:96%;
		margin: 40px auto 0;
	}
	#top-info dd{
		width:100%;
		display:block;
	}
	#top-info .thumnail{
	margin: 20px 0 0 0;
	}
}

/* top-sub */
#top-sub {
	width: 320px;
}

/* top-pickup */
#top-pickup {
	box-shadow: 0px 0px 4px #cccccc;
	position: relative;
}
#top-pickup h4{
	color: #ffffff;
	font-size: 14px;
	line-height: 1;
	font-weight: bold;
	position: absolute;
	top:20px;right:0;
	padding: 5px 8px;
	background: #f29b04;
}
#top-pickup img{
	vertical-align: bottom;
}
#top-pickup .gradi-box{
	color: #ffffff;
	padding: 20px 15px 15px 15px;
	width: 100%;
	position: absolute;
	bottom:0;left:0;
	background: -moz-linear-gradient(top, rgba(54,72,104,0), rgba(54,72,104,0.5) 15%, #364868);
	background: -webkit-linear-gradient(top, rgba(54,72,104,0), rgba(54,72,104,0.5) 15%, #364868);

	background: linear-gradient(to bottom, rgba(54,72,104,0), rgba(54,72,104,0.7) 15%, #364868 90%);
}
#top-pickup .maehan,
#top-pickup .tunogaki,
#top-pickup .atohan,
#top-pickup .atofuku{
	font-size: 14px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-weight: bold;
}
#top-pickup .book-title{
	font-size: 18px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-weight: bold;
	display: block;
}
#top-pickup .authors{
}
#top-pickup .authors li{
	font-size: 14px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-weight: bold;
	display: inline-block;
}
#top-pickup .outline{
	font-size: 14px;
}
/* top-series */
#top-series{
	margin-top: 30px;
	background: #ffffff;
	box-shadow: 2px 2px 4px #cccccc;
	border-radius: 5px;
}
#top-series h4{
	padding: 20px 20px;
	line-height: 1;
	font-size: 18px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-weight: bold;
	color: #f29b04;
}
#top-series li a{
	display: block;
	border-top: #eeeeee 1px solid;
	padding: 20px 10px 20px 40px;
}
#top-series li a::before{
    left: 20px;
    width: 7px;
    height: 7px;
    border-top: 2px solid #f29b04;
    border-right: 2px solid #f29b04;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
@media only screen and (max-width: 768px) {
	#top-pickup,
	#top-series{
		display: none;
	}
}

/* top-recommended */
#top-recommended {
	padding: 40px 10px;
	box-shadow: 2px 2px 4px #cccccc;
	background: #ffffff;
}
#top-recommended h4{
	text-align: center;
	line-height: 1;
	font-size: 21px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-weight: bold;
	color: #f29b04;
}
#top-recommended .recommended-wrap{
	display: flex;
	margin: 40px auto 0;
	max-width: 1300px;
	justify-content: space-between;
}
#top-recommended .recommended-wrap a{
	width:50%;
}
#top-recommended .recommended-contents{
	padding: 0 10px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
#top-recommended .recommended-contents dt{
	width: 200px;
}
#top-recommended .recommended-contents dt img{
	box-shadow: 0 0px 1px #999999;
}
#top-recommended .recommended-contents dd{
	width : calc(100% - 220px);
}
#top-recommended .recommended-contents .copy{
	font-size: 18px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-weight: bold;
	color: #f29b04;
}
#top-recommended .recommended-contents .title{
	margin-top: 10px;
}
#top-recommended .recommended-contents .maehan,
#top-recommended .recommended-contents .tunogaki,
#top-recommended .recommended-contents .atohan,
#top-recommended .recommended-contents .atofuku{
	font-size: 14px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-weight: bold;
	color: #333333;
}
#top-recommended .recommended-contents .book-title{
	font-size: 16px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-weight: bold;
	display: block;
	color: #333333;
}
#top-recommended .recommended-contents .authors{
	margin-top: 10px;
}
#top-recommended .recommended-contents .authors li{
	font-size: 14px;
	color: #333333;
	display: inline;
}
#top-recommended .recommended-contents .authors > li + li::before{
    padding-left: .3rem;
    content: "/ ";
	vertical-align: middle;
}
#top-recommended .recommended-contents .outline{
	margin-top: 10px;
	font-size: 14px;
	color: #333333;
}
@media only screen and (max-width: 1100px) {
	#top-recommended{
		width: 1100px;
	}
}
@media only screen and (max-width: 768px) {
	#top-recommended{
		width: 100%;
	}
	#top-recommended .recommended-wrap{
		display: block;
	}
	#top-recommended .recommended-contents{
		margin-bottom: 20px;
	}
	#top-recommended a:last-child .recommended-contents{
		margin-bottom: 0;
	}
	#top-recommended .recommended-contents dt{
		width: 140px;
	}
	#top-recommended .recommended-contents dd{
		width : calc(100% - 160px);
	}
}
@media only screen and (max-width: 480px) {
	#top-recommended .recommended-contents{
		display: block;
	}
	#top-recommended .recommended-contents dt{
		margin: 0 auto;
	}
	#top-recommended .recommended-contents dd{
		margin-top: 10px;
		width : 100%;
	}
	#top-recommended .recommended-contents .copy{
		font-size: 16px;
	}
	#top-recommended .recommended-contents .maehan,
	#top-recommended .recommended-contents .tunogaki,
	#top-recommended .recommended-contents .atohan,
	#top-recommended .recommended-contents .atofuku{
		font-size: 16px;
	}
	#top-recommended .recommended-contents .book-title{
		font-size: 14px;
	}
}
/* newbook */
#newbook{
	max-width: 1300px;
	margin: 50px auto 0;
	padding: 0 20px;
}
#newbook .newbook-wrap1{
	margin: 30px auto 0;
	display: flex;
	justify-content: space-between;
}
#newbook .newbook-box{
	width: 49%;
}
#newbook .title-wrap2{
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	border-bottom: solid 2px #f29b04;
	padding-bottom: 5px;
}
#newbook .title-wrap2 h4{
	font-size: 18px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-weight: bold;
	color: #f29b04;
}
#newbook .title-wrap2 span{
	display: block;
}
#newbook .title-wrap2 span a{
	color: #f29b04;
	font-size: 14px;
}
#newbook .newbook-wrap2{
	margin: 20px auto 0;
	display: flex;
	justify-content: space-between;
}
#newbook .newbook-contents{
	margin: 0 5px 20px;
	width: 31%;
	box-shadow: 0px 0px 4px #cccccc;
	background: #ffffff;
	border-radius: 5px;
	position: relative;
}
#newbook .icon-award{
	position: absolute;
	color: #ffffff;
	top:-10px; right:0px;
	z-index: 2;
	font-size: 12px;
	text-align: center;
	line-height: 42px;
    -webkit-filter:drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.5));
    -moz-filter:drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.5));
    -ms-filter:drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.5));
    filter:drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.5));
}
#newbook .newbook-contents dt{
	position: relative;
	overflow: hidden;
}
#newbook .newbook-contents dt img{
	vertical-align: bottom;
}
#newbook .gradi-box{
	color: #ffffff;
	padding: 15px 5px 10px 10px;
	width: 100%;
	position: absolute;
	bottom:0;left:0;
	background: -moz-linear-gradient(top, rgba(54,72,104,0), rgba(54,72,104,0.5) 15%, #364868);
	background: -webkit-linear-gradient(top, rgba(54,72,104,0), rgba(54,72,104,0.5) 15%, #364868);
	background: linear-gradient(to bottom, rgba(54,72,104,0), rgba(54,72,104,0.7) 15%, #364868 90%);
}
#newbook .maehan,
#newbook .tunogaki,
#newbook .atohan,
#newbook .atofuku{
	font-size: 14px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-weight: bold;
}
#newbook .book-title{
	font-size: 18px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-weight: bold;
	display: block;
}
#newbook .authors{
}
#newbook .authors li{
	font-size: 14px;
	display: inline;
}
#newbook .authors > li + li::before{
    padding-left: .3rem;
    content: "/ ";
	vertical-align: middle;
}
#newbook .newbook-contents dd{
	padding: 10px 5px 10px 10px;
}
#newbook .outline{
	font-size: 13px;
	color: #333333;
}
#newbook .newbook-wrap3{
	margin: 20px auto 0;
	display: flex;
/*	justify-content: space-between;*/
}
#newbook .newbook-wrap3 .newbook-box{
	width: 32%;
	margin:0 1%;
}
#newbook .newbook-wrap3 .newbook-contents{
	width: 48%;
}
@media only screen and (max-width: 1100px) {
	#newbook{
		width: 1100px;
	}
}
@media only screen and (max-width: 768px) {
	#newbook{
		width: 100%;
		padding: unset;
		display: block;
	}
	#newbook .title-wrap {
		width: 96%;
		margin: 0 auto;
	}
	#newbook .title-wrap2 {
		width: 96%;
		margin: 0 auto;
	}
	#newbook .newbook-wrap1{
		display: block;
	}
	#newbook .newbook-box{
		width: 100%;
	}
	#newbook .newbook-wrap2{
		width: 96%;
	}
	#newbook .newbook-wrap3{
		display: block;
	}
	#newbook .newbook-wrap3 .newbook-box{
		width: 100%;
	}
	#newbook .maehan,
	#newbook .tunogaki,
	#newbook .atohan,
	#newbook .atofuku{
		font-size: 12px;
	}
	#newbook .book-title{
		font-size: 16px;
	}
	#newbook .authors li{
		font-size: 12px;
	}
	#newbook .icon-award{
		top:5px; right:0px;
	}
}
