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

body.stop-scrolling{
	padding-right:15px;
}

strong {
	font-weight: bold;
}


.noHeaderFooter header{
	display: none;
}
.noHeaderFooter footer{
	display: none;
}
.noHeaderFooter main{
	margin-top:0;
}

.sp_only {
	display:none;
}

.errMsg {
	margin:3em 0;
	text-align: center;

}
.notice {
	color:#333;
	text-align: center;
	display: block;
	margin:0 10px 0 0;
	background-color: #fff;
	padding:10px 30px;
	border-radius: 100px;
	font-size:15px;

}

.notice::before {
	display: block;
	font-family: "Font Awesome 5 Free";
	content:'\f06a';
	color:#aaa;
	font-weight: 900;
	padding-bottom:0.1em;
	font-size:30px;
}

.icon_mypage {
		color:#000;
		font-size:13px;
		border-radius: 50px;
		background-color: #fff;
		border: 1px solid #000;
		display: inline-block;
		margin-right:1em;
		padding:3px 15px;



}



.confirm-login {
	text-align: center;
	width:100%;
	margin:30px 0;
	padding:30px 0 20px;
	border:1px solid #D8D8D8;

}
.confirm-login h4 {
	font-size:18px !important;
	font-weight: bold;
	margin-bottom:20px;
}
.confirm-text {
	font-size:15px;
}


.confirm-btn{
	margin:20px auto 0;
	max-width:300px;
}

.confirm-info{
	border-radius: 10px;
	margin:20px 20px;

}

.confirm-info dt{
	width:40%;
	float:left;
	text-align: right;
	padding:10px 15px;
	font-size:13px;
}

.confirm-info dd{
	width:100%;
	text-align: left;
	margin-left:10px;
	padding:10px;
	border-bottom:1px dotted #D8D8D8;


}

/* loading ---------------------------------------- */

#overlay {
	position:fixed;
	top:0;
	left:0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
	z-index: 10000;
	pointer-events: none;
}

.disable {
	pointer-events: none;

}

#loading {
	background-color:#000;
	position:fixed;
	bottom:-100px;
	left:0;
	width:100%;
	transition: 0.4s all ease-out;
	padding:15px 50px;
	text-align: center;
	color:#fff;
}


#loading p {
	display: inline;
}
#loading.active {
	bottom:0;
}

#loading.ok {
	background-color:rgb(56, 149, 184);
}

#loading.ng {
	background-color:rgb(187, 40, 40);
}


.loader,
.loader:after {
  border-radius: 50%;
  width: 2em;
  height: 2em;
}
.loader {
	display: inline-block;
  margin: 0 auto;
	margin-right:0.8em;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 0.4em solid rgba(255, 255, 255, 0.2);
  border-right: 0.4em solid rgba(255, 255, 255, 0.2);
  border-bottom: 0.4em solid rgba(255, 255, 255, 0.2);
  border-left: 0.4em solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

/* ERR ---------------------------------------- */

.fm-err {
	background-color: rgb(187, 40, 40);
	display: inline-block;
	padding:5px 10px;
	color:#fff;
	border-radius: 100px;
	font-size:12px;
	margin:2px 2px;

}

.fm-err p{
	margin-block-end:0px!important;

}

.fm-err p:before {
	font-family: "Font Awesome 5 Free";
	content:"\f071";
	font-weight: 900;
	padding-right:0.5em;
	color:#fff;
}

/* alert ---------------------------------------- */

#alert {


}




@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}



/* header ---------------------------------------- */
.headerInline{
  width: 100%;
  background: #FFE000;
  position: relative;
}
#header_area{
  width: 100%;
  max-width: 1520px;
  height: 80px;
  margin: auto;
  padding: 0 4px;
  position: relative;
}
#header_area .box{
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  position: absolute;
  right: 4px;
  top: 22px;
}
#header_area .box .search_sp,
#header_area .box .login_sp,
#header_area .box .entry_sp,
.headerInline #search,
.headerInline #login,
.headerInline .menuSearch,
.headerInline .menuLogin{
  display: none;
}
#header_area .box.off{
  display: none;
}
#header_area .box.on{
  display: flex;
}
.headerInline .logo{
  width: 200px;
  height: 200px;
  background: #FFE000;
  border-radius: 120px;
  position: absolute;
  top: -75px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 100;
}
.headerInline .logo a{
  position: relative;
}
.headerInline .logo a img{
  width: 100px;
  top: 90px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
#header_area .login{
  font-size: 14px;
  margin: 0 0 0 40px;
}

#header_area a{
	margin: 0 10px 0 0;
	padding: 6px 20px;
	min-width:80px;
}

#header_area .typeA a{
  text-align: center;
  font-size: 13px;
  background: #333;
  color: #fff;
  border-radius: 4px;
  border: solid 1px #333;
}

#header_area .typeB a{
  text-align: center;
  font-size: 13px;
  background: none;
  color: #333;
  border-radius: 4px;
  border: solid 1px #333;
}
#header_area .typeC a {
	width: 36px;
	height: 36px;
	min-width: 36px;
	/*
	border: 1px solid #333;
	border-radius: 20px;
	padding: 4px;
*/
padding:0;
}
#header_area .typeC a img{
	width:100%;
}


/* search---------------------------------------- */
#header_area .search{
  width: 260px;
  position: relative;
  padding: 20px 0;
}
#searchform{
  margin: 24px 0 0;
}
input#s{
  border: 1px solid #333;
  width: 260px;
  height: 40px;
  padding: 0 10px;
  border-radius: 4px;
  font-size: 16px;
}
button#searchsubmit{
  width: 35px;
  height: 30px;
  position: absolute;
	padding:0;
  right: 0;
  top: 31%;
  right: 5px;
  font-size: 18px;
  font-weight: bold;
  border: none;
  vertical-align: top;
}
.fa-search{
  font-weight: bold;
  color: #333;
}
input:-internal-autofill-selected {
  background-color: #fff !important;
  background-image: none !important;
  color: rgb(0, 0, 0) !important;
}


.warning {
	position: fixed;
	width:100%;
	bottom:0;
	left:0;
	background-color: #000;
	padding:7px 0 6px 0;
	color:#333;
	z-index: 200;
	font-size:13px;
	border-bottom:1px solid rgba(0,0,0,0.05);
	margin-top:60px;
	margin: 0 auto;
	z-index:1000;
	color:#fff;
}

.warning p {
	max-width: 1500px;
	margin:0 auto;
	text-align: center;

}

.warning p::before {
	font-family: "Font Awesome 5 Free";
	content:"\f071";
	font-weight: 900;
	padding-right:0.5em;
	color:#fff;
}

/* nav ---------------------------------------- */
.navigation{
  display: none;
}
/* content ---------------------------------------- */
main {
	min-height: 600px;
	max-width:1520px;
	margin:0 auto;

}
.main .c-flex{
  width: 100%;
  max-width: 1520px;
  padding: 0 10px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main .c-flex .content{
  -webkit-flex: 1;
  flex: 1;
}
.main .c-flex .content h1{
  margin: 0px 0 20px;
  font-size: 22px;
  font-weight: bold;
  padding: 5px 0.5em;
	border-bottom: 1px solid #D8D8D8;

}

.main .c-flex .content h2{
  margin: 0 0 30px;
  font-size: 18px;
  font-weight: bold;
  padding: 2px 4px 2px 1em;
  border-left: 3px solid #333;
}
.main .c-flex .heading{
  position: relative;
	margin-right:10px;
}
.main .c-flex .heading p a{
  position: absolute;
  color: #333;
  top: 6px;
  right: 0;
  font-size: 14px;
  text-decoration: none;
}
.main .c-flex .heading .fa-angle-right{
  padding: 0 0 0 8px;
}
.main .c-flex .Sp_more{
  display: none;
}
main .BookList,
main .CatList,
main .Popularity,
main .blog {
  padding: 0 0px 20px 0;
	max-width: 1200px;
}

.list-nowrap ul{
    flex-wrap:nowrap !important;
}

.list-wrap ul{
    flex-wrap: wrap !important;
}


main .BookList ul,
main .CatList ul,
main .Popularity ul{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
	overflow-x:auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  /*padding: 0 0 30px;*/
	padding: 0 0 30px;
}

main .BookList ul:hover,
main .CatList ul:hover,
main .Popularity ul:hover{
  overflow-x:auto;
}

.main .c-flex .BookList li{
  flex: 0 0 130px;
  margin: 0 8px;
}
.main .c-flex .BookList li:last-child{
  margin: 0 0 0 8px;
}
.main .BookList li .title{
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 0px;
}
.main .BookList li .name{
  font-size: 12px;
  margin: 0 0 5px;
	color:#666;

}
.icon .fa-heart{
  color: #FE3E26;
  font-size: 14px;
}
.icon .fa-star{
  color: #ffde03;
  font-size: 14px;
}
.icon .number{
  padding: 0 6px;
  font-size: 14px;
}

.btn-favorite{
	display: inline-block;
	text-align: center;
	background: #fff;
	color: #333;
	padding: 6px 0;
	border-radius: 4px;
  font-size: 13px;
	width: 100%;
	border:#333 1px solid;
	outline: none;
}
.btn-favorite-on::before{
	font-family: "Font Awesome 5 Free";
    content: "\f004";
    font-weight: 500;
		color: #FE3E26;
    font-size: 14px;
		padding-right:0.5em;
}

.btn-favorite-on::after{
	content:'お気に入り';
}
.btn-favorite-off{
	background-color: #FE3E26;
	color: #fff;
	border-color:#FE3E26;

}
.btn-favorite-off::before{
	font-family: "Font Awesome 5 Free";
    content: "\f00c";
    font-weight: 900;
		color: #fff;
    font-size: 14px;
		padding-right:0.5em;
}

.btn-favorite-off::after{
	content:'お気に入り';
}
.btn-auto {
	width:auto !important;
	padding:6px 15px !important;

}



.btn-follow{
	display: inline-block;
	text-align: center;
	background: #fff;
	color: #333;
	padding: 6px 0;
	border-radius: 4px;
  font-size: 13px;
	width: 100%;
	border:#333 1px solid;
	outline: none;
	min-width: 100px;
}

.btn-follow-on::before{
	font-family: "Font Awesome 5 Free";
    content: "\f4fc";
    font-weight: 900;
		color: #000;
    font-size: 14px;
		padding-right:0.5em;
}

.btn-follow-on::after{
	content:'フォロー';
}
.btn-follow-off{
		background-color: #2E7CE7;
		border-color: #2E7CE7;
		color: #fff;

}
.btn-follow-off::before{
	font-family: "Font Awesome 5 Free";
    content: "\f234";
    font-weight: 900;
		color: #fff;
    font-size: 14px;
		padding-right:0.5em;
}

.btn-follow-off::after{
	content:'フォロー';
}


.btn-price {
	display:inline-block;
	text-align: center;
	background: #333;
	color: #fff;
	padding: 6px 0;
	border-radius: 4px;
  font-size: 14px;
	border-color: #333;
	width: 100%;
	outline: none;
}

.btn-price.btn-price-buy {
	background: #ffde03;
	color: #000;
	border: #333 0px solid;
}

.btn-price.btn-price-free {
	background: #fff;
	color: #333;
	border: #333 1px solid;
}

.work-front-img{
	width:100%;
  margin: 0 0 10px;
	padding-top:150%;
	height:0px;
	background-position: top center;
	background-size: cover;
}

.work-front-img.noimg {
	position: relative;
	overflow: hidden;
	background: radial-gradient(circle,#ffffff,#fbe5ad);
}

.work-front-img.noimg::before {
	content:'';
	top:5px;
	left:5px;
	bottom:5px;
	right:5px;
	position: absolute;
	border:#ddc997 1px solid;
	box-sizing: border-box;
}

.work-front-img.noimg p {
	position: absolute;
	top:10%;
	width:100%;
	font-size: 13px;
	text-align: center;
	padding:8%;
	font-weight: bold;
}

.work-front-img.noimg p span {
	font-size:11px;
	margin-top:2px;
	display: block;
}

/*
.work-front-img.noimg p {
	position: absolute;
	top:50%;
	width:100%;
	font-size: 14px;
	text-align: center;
	padding:8%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.work-front-img.noimg i {
	position: absolute;
	top:50%;
	left:50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	font-size:80px;
	color:#fff;
}
*/


.main .BookList li .icon{
  margin: 0 0 10px;
}
.main .BookList li .price{
  background: #333;
  color: #fff;
  padding: 6px 10px;
  border-radius: 4px;
  font-size: 14px;
  border-color: #333;
}


.price.price-free{
	background: #fff;
  color: #333;
	padding: 6px 15px;
}


.err-msg {
	background-color: #FEB802;
	border-radius: 5px;
	color:#000;
	font-size:12px;
	padding:3px 15px;
	margin:3px 0;
}

.alerBtn{
	width:80%;
	margin:15px auto 0;
}

.alerBtn01{
	font-size: 14px;
	background: none;
	border: 1px solid #333;
	color: #333 !important;
	border-radius: 8px;
	margin: 10px auto 0;
	padding: 8px 15px;
	text-align: center;
	display: block !important;
	text-decoration: none !important;
	width:100%;
}

.alerBtn02{
	font-size: 14px;
	background: none;
	background-color: #333;
	border: 1px solid #333;
	color: #fff !important;
	border-radius: 8px;
	margin: 10px auto 0;
	padding: 8px 15px;
	text-align: center;
	display: block !important;
	text-decoration: none !important;
	width:100%;
}


.btnStyle01{
	width: 240px;
	background: #333;
	border: 1px solid #333;
	color: #fff !important;
	border-radius: 5px;
	margin: 30px auto 0px;
	padding: 10px 0;
	text-align: center;
	display: block !important;
}
.btnStyle02{
	font-size: 12px;
	background: none;
	border: 1px solid #333;
	color: #333;
	border-radius: 5px;
	margin: 10px auto;
	padding: 8px 0;
	text-align: center;
	display: block !important;
}
.btnStyle03{
	width: 240px;
	background: #fff;
	border: 1px solid #333;
	color: #333 !important;;
	border-radius: 5px;
	margin: 30px auto 0px;
	padding: 10px 0;
	text-align: center;
	display: block !important;
}

.btnStyle04{
	background: #333;
	border: 1px solid #333;
	color: #fff !important;
	border-radius: 5px;
	margin: 0 auto 0px;
	padding: 10px 20px;
	text-align: center;
	font-size:13px;
	display: block !important;

}

.btnStyle05 {
	font-size: 12px;
	background: none;
	border: 1px solid #333;
	color: #333;
	border-radius: 5px;
	margin: 0px auto;
	padding: 8px 10px;
	text-align: center;
	display: inline-block !important;

}

.btn-white {
	color:#333 !important;
	background-color: #fff !important;
}

.profileImg {
	width:100%;
	height:100%;
	border-radius: 100%;

}

/* side ---------------------------------------- */
.main .c-flex .side{
  width: 300px;
  background: #fff;
  height: auto;
  border-left: 1px solid #D8D8D8;
  padding: 0 0 100px;
	z-index: 100;
	padding-top:10px;
}
.main .c-flex .side .Nav,
.main .c-flex .side .Cat,
.main .c-flex .side .Ranking{
  border-bottom: 1px solid #D8D8D8;
  padding: 0 0 0 20px
}
.main .c-flex .side h2{
  font-weight: bold;
  font-size: 18px;
  margin: 12px 0 !important;
  padding: 0;
  border-left: inherit;
}
.main .c-flex .side li{
  margin: 10px 0 6px;
	padding:0 10px;
  font-size: 15px;
	color:#000;
}

.main .c-flex .side li.current{
	background-color: #333;
	color:#fff !important;
	border-radius: 100px;
}

.main .c-flex .side li.child{
  margin: 0 0 6px 1em;
  font-size: 13px;
	color:#777;

}
.main .c-flex .side li:last-child{
  margin-bottom:30px;
}
.main .c-flex .side .Ranking  a{
  margin: 0 0 15px;
}
.main .c-flex .side .Ranking dt{
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 20px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
}
.main .c-flex .side .Ranking dd{
  width: 240px;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  padding: 0 0 0 8px;
}
.main .c-flex .side .Ranking dd span{
  font-size: 12px;
  font-weight: normal;
}
.main .c-flex .side .Ranking .rank1 dt{
  background: #FE3E26;
}
.main .c-flex .side .Ranking .rank2 dt{
  background: #FE7D01;
}
.main .c-flex .side .Ranking .rank3 dt{
  background: #FEB802;
}
.main .c-flex .side .Ranking dl dt{
  background: #2E7CE7;
}
.main .c-flex .side .Sns{
  padding: 20px;
}
.main .c-flex .side .Sns .line{
  border: 1px solid #D8D8D8;
  border-radius: 4px;
  margin: 0 0 20px;
}
.main .c-flex .side .Sns .icon{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 100px;
  font-size: 20px;
	margin:0 auto;
}
/* footer ---------------------------------------- */
footer .Sp_CatBox{
  display: none;
}
.footer {
  width: 100%;
  background: #FFE000;
}
.footer .flex,
.footer .flex nav,
.footer .flex .sns .icon{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
}
.footer .flex{
  width: 100%;
  max-width: 1300px;
  margin: auto;
  padding: 60px 10px;
}
.footer .flex .logo{
  width: 100%;
  max-width: 12%;
}
.footer .flex .sns{
  width: 100%;
  max-width: 15%;
}
.footer .flex .sns .line{
  background: #fff;
  border: 1px solid #D8D8D8;
  border-radius: 4px;
  margin: 0 0 20px;
}
.footer .flex .sns .icon{
  width: 100%;
  max-width: 100px;
  font-size: 20px;
	margin:0 auto;
}
.footer .flex nav {
  width: 100%;
  max-width: 50%;
  font-size: 14px;
  padding: 0 0 20px;
}
#pagetop{
  position: fixed;
  width: 50px;
  bottom: 40px;
  right: 40px;
  cursor: pointer;
  z-index: 100000;
}
#copy {
  text-align: center;
  padding: 0 0 50px;
  font-size: 12px;
}

/*  パンくず　---------------------------------------- */
.Breadcrumb{
  width: 100%;
  max-width: 1520px;
  margin: 0 auto;
  padding: 30px 10px;
}
.Breadcrumb ul{
  font-size: 0;
}
.Breadcrumb li{
  font-size: 14px;
  position: relative;
  display: inline-block;
    padding: 0px 30px 0 0;
}
.Breadcrumb li:after {
  font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: 900;
    position: absolute;
    top: 1px;
    right: 0px;
    padding: 0px 12px;
}
.Breadcrumb li:last-child:after{
  content: none;
}



/* レビュー */
.review-input-range {
  display: none;
}
.review-range-group {
  position: relative;
}
.review-range-group > a {
  display: inline-block;
  width: 30px;
  height: 30px;
}
.review-range-group > a:before {
  content: "★";
  font-size: 30px;
  color: #ccc;
}
.review-range-group > a.on:before {
  content: "★";
  color: #fc3;
}





@media screen and (max-width:899px){

	body.stop-scrolling{
		padding-right:0;
	}

	.sp_only {
		display:inherit;
	}
  .header {
    width: 100%;
    position: fixed;
    z-index: 1000;
  }
  #header_area .box.on{
    display: none;
  }


/* nav ---------------------------------------- */
  .navigation{
    height: 100%;
    box-shadow:none;
  }
  .navigation_screen{
    height: 100%;
  }
  .el_humburger {
    position: absolute;
    width: 60px;
    height: 60px;
    top: 0;
    left: 0;
    padding-top: 1px;
    box-sizing: border-box;
    z-index: 101;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    pointer-events: auto;
  }
  .el_humburger span {
    display: block;
    width: 100%;
    margin: 0 auto 6px;
    height: 3px;
    background: #333;
    transition: all 0.2s ease-in-out;
  }
  .js_humburgerClose .navigation{
    display: none;
  }
  .js_humburgerOpen .el_humburger span {
    background: #333;
  }
  .spbg div{
    position: absolute;
    top: 20px;
    left: 10px;
    width: 26px;
  }
  .el_humburger span.bottom {
    margin-bottom: 2px;
  }
  .js_humburgerOpen .el_humburger span.top {
    transform: translateY(9px) rotate(-45deg);
  }
  .js_humburgerOpen .el_humburger span.middle {
    opacity: 0;
  }
  .js_humburgerOpen .el_humburger span.bottom {
    transform: translateY(-9px) rotate(45deg);
  }
  .el_humburgerButton.el_humburgerButton__close {
    top: 2%;
    right: 2%;
  }
  .el_humburgerButton__close span {
    display: block;
    width: 35px;
    margin: 0 auto;
    height: 4px;
    background: #333;
  }
  .el_humburgerButton__close > span.el_humburgerLineTop {
    transform: translateY(5px) rotate(-45deg);
  }
  .el_humburgerButton__close > span.el_humburgerLineBottom {
    transform: translateY(-6px) rotate(45deg);
  }
  .navigation.js_appear {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    z-index: 100;
  }
  .navigation_screen {
    position: absolute;
    width: 100%;
    top: -70px;
    left: 0;
    bottom: 0;
    background: #FFE000;
    z-index: 1;
    margin-top: 0px;
    padding-top: 0px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .navigation_wrapper {
    padding: 150px 0 24px;
    position: initial;
    right: initial;
    width: 100%;
  }
  .js_humburgerOpen .navigation_screen{
    top: 0px;
  }
  .js_humburgerOpen .navigation_wrapper {
    padding: 60px 0 24px;
  }
  .navigation_item {
    width: 100%;
    text-align: left;
    border-bottom: solid 1px #333;
    position: relative;
    display: inherit;
  }
  .navigation_item:first-child {
    border-top: solid 1px #333;
  }
  .navigation_item a {
    color: #000;
    text-decoration: none;
    padding: 20px 8px;
  }
  .navigation_item a:after {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: 900;
    position: absolute;
    top: 20px;
    right: 16px;
  }
  .js_fixed {
    position: fixed;
    width: 100%;
    height: 100%;
  }
/* search login---------------------------------------- */
  #header_area .search,
  #header_area .box .login,
  #header_area .box .entry,
  .navigation_wrapper.off{
    display: none;
  }

	#header_area{
	  height: 60px;

	}

  .headerInline .logo{
    width: 100px;
    height: 100px;
    position: absolute;
    top: -20px;
  }

  .headerInline .logo a img {
    width: 60px;
    position: initial;
    margin-top: 30px;
  }
  .headerInline #search{
    position: absolute;
    width: 40px;
    height: 60px;
    top: 0;
    right: 64px;
    z-index: 101;
    cursor: pointer;
    display: inherit;
  }
  .headerInline .search_sp{
    position: relative;
  }
  .headerInline .search_sp span{
    position: absolute;
    top: 17px;
    right: 0;
    left: 0;
    width: 20px;
    margin: auto;
  }
  .headerInline .line{
    position: absolute;
    width: 4px;
    height: 60px;
    top: 0;
    right: 54px;
    z-index: 101;
  }
  .headerInline .line:after{
    position: absolute;
    content: '';
    margin: 0;
    border-left: 2px solid #333;
    top: 13px;
    height: 36px;
  }
  .headerInline i.fas.fa-search {
    line-height: inherit;
    font-size: 20px;
  }
  .headerInline #login{
    position: absolute;
    width: 40px;
    height: 60px;
    top: 0;
    right: 10px;
    cursor: pointer;
    z-index: 101;
    display: inherit;
  }
  .headerInline .login_sp{
    position: absolute;
    top: 13px;
    right: 0;
    width: 36px;
    height: 36px;
	/*
    border :1px solid #333;
    border-radius: 20px;
    padding: 4px;
	*/
  }
  .headerInline .login_sp:hover,
  .headerInline .search_sp:hover{
    opacity: .5;
  }
  .headerInline .menuSearch,
  .headerInline .menuLogin{
    height: 100%;
    box-shadow: none;
    display: none;
  }
  .headerInline .menuSearch.active,
  .headerInline .menuLogin.active {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    z-index: 100;
  }
  .headerInline .menuSearch.active .navigation_screen,
  .headerInline .menuLogin.active .navigation_screen{
    top: 0;
  }
  .headerInline .menuSearch.active .SearchBox,
  .headerInline .menuLogin.active .navigation_wrapper{
    padding: 60px 0 0;
  }
  .menuSearch .SearchBox{
    padding: 150px 0 0;
  }
  .menuSearch .SearchBox .search{
    padding: 20px;
    position: relative;
    border-top: solid 1px #333;
  }
  .menuSearch .SearchBox .search p,
  .menuSearch .CatBox p{
    margin: 0 0 14px;
    font-size: 14px;
    font-weight: bold;
    padding: 2px 4px 2px 8px;
    border-left: 3px solid #333;
  }
  .menuSearch .SearchBox .search input#s {
    width: 100%;
  }
  .menuSearch .SearchBox .search button#searchsubmit {
    right: 26px;
    top: 53%;
  }
  .menuSearch .CatBox{
    padding: 10px 20px 100px;
  }
  .menuSearch .CatBox ul{
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .menuSearch .CatBox li{
    margin: 0 4px 9px 0;
  }
  .menuSearch .CatBox li a{
    color: #fff;
    border: 1px solid #333;
    border-radius: 4px;
    background: #333;
    font-size: 12px;
    padding: 3px 5px;
  }
	.menuSearch .CatBox li.genre_parent{
		display: block;
		width:100%;
	}

	.menuSearch .CatBox li.genre_parent a{
		background-color: #fff;
		color:#000;
		border:none;
		padding-left:1em;
	}

/* content ---------------------------------------- */
  main {
    margin: 56px 0px 0;
  }
  .main .c-flex .content {
    width: 100%;

  }
	.Breadcrumb{
	  display: none;
	}
	main .container {
		padding-left:20px !important;
		padding-right:20px !important;
	}
  main .BookList,
  main .CatList,
  main .Popularity,
  main .blog {
    padding: 0 0 60px 0;
  }
	.main {
		padding-top:14px;
	}

	.main.list {
		padding-top:24px;
	}

  .main .c-flex .side {
		display: none;
	}
  .main .c-flex .heading p {
    /*display: none;*/
  }
  .main .c-flex .Sp_more{
    padding: 10px 0 0;
    /*display: inherit;*/
		display: none;
  }
  main .c-flex .Sp_more a{
    color: #333;
    font-size: 14px;
    text-decoration: none;
  }
  main .c-flex .Sp_more a .fa-angle-right{
    padding: 0 0 0 8px;
  }
/* footer ---------------------------------------- */
  footer .Sp_CatBox{
    display: inherit;
  }
  footer .Sp_CatBox{
    padding: 0 0 100px;
  }
  footer .Sp_CatBox p{
    margin: 0 0 10px;
    font-weight: bold;
  }
  footer .Sp_CatBox p,
  footer .Sp_CatBox ul{
    padding: 0 10px;
  }
  footer .Sp_CatBox li,
  .footer .flex nav div{
    width: 100%;
    text-align: left;
    border-bottom: solid 1px #333;
    position: relative;
    display: block;
  }
  footer .Sp_CatBox li:first-child,
  .footer .flex nav div:first-child {
    border-top: solid 1px #333;
  }
  footer .Sp_CatBox li a,
  .footer .flex nav div a {
    color: #000;
    text-decoration: none;
    padding: 20px 8px;
  }
  footer .Sp_CatBox li a:after,
  .footer .flex nav div a:after {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: 900;
    position: absolute;
    top: 20px;
    right: 16px;
  }
  .footer .flex .logo{
    width: 100%;
    max-width: 120px;
    margin: 0 auto 40px;
  }
  .footer .flex nav{
    max-width: 100%;
    padding: 0 0 40px;
    font-size: 16px;
  }
  .footer .flex .sns {
    max-width: 200px;
    margin: auto;
  }
  .footer .flex .sns .icon {
      margin: auto;
  }
  #pagetop{
      bottom: 40px;
      right: 10px;
  }

	.warning p {


		animation-name: marquee;
		animation-duration: 20s;
		animation-timing-function: linear;
		animation-iteration-count: infinite;
		white-space: nowrap;
	}

	@keyframes marquee {
	    from    { transform: translate(100%); }
	    100%,to { transform: translate(-100%); }
	}

}
