@charset "UTF-8";

/* -------------- Resetting Again Base CSS Start -------------- */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, main,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, main, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* -------------- Resetting Again Base CSS End -------------- */

/* -------------- フォーム用リセット -------------- */

input,
button,
select,
textarea {
/*	-webkit-appearance: none; */
/*	-moz-appearance: none; */
/*	appearance: none; */
	background: transparent;
	border: none;
	border-radius: 0;
/*	font: inherit; */ /* font系のスタイル継承 */
	outline: none;
}

textarea {
	resize: vertical;
}

input[type='checkbox'],
input[type='radio'] {
	display: none;
}

input[type='submit'],
input[type='button'],
label,
button,
select {
	cursor: pointer;
}

select::-ms-expand {
/*	display: none; */
}

/* -------------- clearfix -------------- */

.clearfix {
	overflow: hidden;
}

* html .clearfix {
	zoom: 1;
}

/* -------------- drawer -------------- */
button.drawer-toggle {
	display: none;
}

/* -------------- サイト共通基本プロパティ -------------- */

body {
/*	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif; */
	font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
	color: #333;
	font-size: 16px;
}

a {
	color: #a42429;
/*	color: #333;*/
	text-decoration: none;
	transition: .2s ease-in-out;
}
nav.breadcrumb a,
.info-list a,
.info-tile a,
.book-list a,
.book-tile a,
.sns a,
.tab a,
nav#sitemap a {
	color: #333;
}

a:hover,
.info-list a:hover,
.info-tile a:hover,
.book-tile a:hover {
	color: #a42429;
/*	color: #ff6600;*/
	opacity: 0.7;
	text-decoration: underline;
}

div.book-detail div.shopping a:hover,
p.more a:hover {
	text-decoration: none;
}

img {
	box-sizing: border-box;
	transition: .2s ease-in-out;
}

div#wrapper {
	width: auto;
}

div.inner {
	margin: 0 auto;
	background: inherit; /* mdsの背景色を継承させるため指定 */
}

div.inner-sub {
	width: 80%;
	margin: 0 auto;
}

/* -------------- サイト共通汎用部品：余白 -------------- */

.p5 { padding: 5px; }
.p10 { padding: 10px; }
.p20 { padding: 20px; }

/* -------------- サイト共通汎用部品：お知らせカテゴリー色 -------------- */

.cat-color1 { background: #f9add5; } .cat-color1:before { content:'\f05a'; } /* 1:ニュース */
.cat-color2 { background: #83dd87; } .cat-color2:before { content:'\f091'; } /* 2:イベント */
.cat-color3 { background: #83c7db; } .cat-color3:before { content:'\f26c'; } /* 3:メディア */
.cat-color4 { background: #ff9933; } .cat-color4:before { content:'\f0f6'; } /* 4:注文書 */
.cat-color5 { background: #5ac1c1; } .cat-color5:before { content:'\f1c5'; } /* 5:POP */
.cat-color9 { background: #bcbcbc; } .cat-color6:before { content:'\f0c0'; } /* 9:採用 */

/* -------------- サイト共通汎用部品：在庫ステータス色 -------------- */

.zaiko-status0 { border: 2px solid #f93; color: #f93; background: #fff;font-weight:bold; } /* 0:在庫あり */
.zaiko-status1 { border: 2px solid #ccc; color: #ccc; background: #fff;font-weight:bold; } /* 1:未刊 */
.zaiko-status2 { border: 2px solid #d1c17c; color: #d1c17c; background: #fff;font-weight:bold; } /* 2:在庫僅少 */
.zaiko-status3 { background: #ccc; } /* 3:重版中 */
.zaiko-status4 { background: #ccc; } /* 4:品切 */
.zaiko-status5 { background: #ccc; } /* 5:未使用 */
.zaiko-status6 { background: #ccc; } /* 6:未使用 */
.zaiko-status7 { background: #ccc; } /* 7:未使用 */
.zaiko-status8 { background: #ccc; } /* 8:未使用 */
.zaiko-status9 { background: #ccc; } /* 9:絶版 */

/* -------------- サイト共通汎用部品：オプションアイコン（アイコンフォント） -------------- */

.opt-icon-A { background: #f9add5; } .opt-icon-A:before { content:'\f518'; } /* A:立ち読み */
.opt-icon-B { background: #83dd87; } .opt-icon-B:before { content:'\f3fa'; } /* B:視聴 */
.opt-icon-C { background: #83c7db; } .opt-icon-C:before { content:'\f028'; } /* C:電子版あり */

/* -------------- サイト共通汎用部品：パンくず -------------- */

nav.breadcrumb {
	background: #f9f8f4;
}

nav.breadcrumb ul {
	width: 1000px;
	margin: 0 auto 2em auto;
	padding: 1em;
	font-size: 14px;
}

nav.breadcrumb ul li {
	display: inline-block;
}

nav.breadcrumb ul li:before {
	font-family: "Font Awesome 5 Free";
	content: "\f105";
	color: #a98335;
	font-weight: bold;
	padding-right: 0.4em;
	padding-left: 0.2em;
}

nav.breadcrumb ul li:first-child:before {
	content: none;
}

/* -------------- サイト共通汎用部品：h2見出し -------------- */

h2.mds {
	font-family: 'Sawarabi Gothic', sans-serif;
	font-size: 24px;
	border: 1px solid #cccccc;
	border-bottom: 5px solid #a42429;
	border-radius: 3px;
	padding: 15px;
	margin-bottom: 20px;
	background-color: rgba(255, 255, 255, 0.8);
}

h2.mds em {
	font-size: 16px;
	color: #ef8e91;
	display: block;
	margin-bottom: 5px;
	font-weight: bold;
}

/* -------------- サイト共通汎用部品：h3見出し -------------- */

h3.mdl {
	font-family: 'Sawarabi Gothic', sans-serif;
	font-size: 20px;
	padding: 10px 15px;
	border-left: 5px solid #a42429;
	border-bottom: 1px solid #cccccc;
	margin: 30px auto 15px;
	border-radius: 3px;
}

/* -------------- サイト共通汎用部品：newアイコン -------------- */

span.new-icon {
	display: inline-block;
	height: 26px;
	line-height: 26px;
	font-size: 14px;
	font-weight: bold;
	padding: 0 1.5em;
	color: #a42429;
}

/* -------------- サイト共通汎用部品：endアイコン -------------- */

span.end-icon {

	height: 26px;
	line-height: 26px;
	font-size: 14px;
	font-weight: bold;
	padding: 0 1.5em;
	color: #ff0000;
}

/* -------------- サイト共通汎用部品：一覧リンク（more...） -------------- */

p.more {
	padding: 0;
	text-align: right;
}

p.more a {
	display: inline-block;
	font-size: 18px;
	color: #8d7b35;
	line-height: 50px;
	height: 50px;
}

p.more a:after {
	font-family: "Font Awesome 5 Free";
	content: '\f105';
	font-weight: bold;
	padding-right: 1em;
	padding-left: 0.5em;
}

/* -------------- サイト共通汎用部品：もっとみるアコーディオン（more...） -------------- */

p.more-c {
	padding: 0;
	text-align: center;
}

p.more-c span {
	display: inline-block;
	font-size: 18px;
	color: #8d7b35;
	line-height: 50px;
	height: 50px;
	cursor: pointer;
}

p.more-c span:after {
	font-family: "Font Awesome 5 Free";
	content: '\f078';
	font-weight: bold;
	padding-right: 0.4em;
	padding-left: 1em;
}

p.more-c span.on-click:after {
	content: '\f077';
}

.more-dpn-pc {
	display: none;
}

/* -------------- サイト共通汎用部品：リード文 -------------- */

p.read {
	line-height: 1.6;
	font-size: 16px;
}

p.read strong.office {
	line-height: 1.6;
	font-size: 20px;
	font-weight: bold;
}

p.alert {
	line-height: 1.6;
	font-size: 16px;
	color: #ff0000;
}

p.error {
	line-height: 1.6;
	font-size: 16px;
	color: #ff0000;
}

/* -------------- サイト共通汎用部品：汎用リスト -------------- */

ul.default {
	padding: 0.5em 1em;
}

ul.default li {
	line-height: 1.6;
	font-size: 16px;
	text-indent: -1em;
}

ul.default li:before {
	content: '・';
}

/* -------------- サイト共通汎用部品：ボタン -------------- */

a.btn {
	border: none;
	text-transform: uppercase;
	color: #fff;
	cursor: pointer;
	border-radius: 3px;
	font-weight: bold;
	padding: 10px 40px;
	background: #f79836;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
	display: inline-block;
	margin: 15px 0 0 10px;
}
a.btn:hover {
	opacity: 0.7;
}

button.btn {
	border: none;
	text-transform: uppercase;
	color: #fff;
	cursor: pointer;
	border-radius: 3px;
	font-weight: bold;
	padding: 10px 40px;
	background: #f79836;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
	display: inline-block;
	margin: 15px 0 0 10px;
}

button.btn:hover {
	opacity: 0.7;
}

/* -------------- サイト共通汎用部品：デフォルトフォーム部品 -------------- */

/* カンマでまとめて指定しても効かない */
::-webkit-input-placeholder { color: #ccc; }
::-moz-placeholder { color: #ccc; }
:-moz-placeholder { color: #ccc; }
:-ms-input-placeholder { color: #ccc; }

form.default {

}

form.default input[type=text], 
form.default input[type=tel],
form.default input[type=email] {
	border: 0;
	font-size: 16px;
	padding: 10px;
	border: solid 1px #8d7b35;
	width: 20em;
	border-radius: 2px;
	box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
	transition: all 300ms 0s ease;
}

form.default input.em5 { width: 5em; }
form.default input.em8 { width: 8em; }
form.default input.em10 { width: 10em; }
form.default input.em20 { width: 20em; }
form.default input.em30 { width: 30em; }
form.default input.p100 { width: 100%; }

form.default textarea {
	border: 0;
	font-size: 16px;
	padding: 10px;
	border: solid 1px #8d7b35;
	width: 30em;
	height: 5em;
	border-radius: 2px;
	box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
}

form.default textarea:focus,
form.default input:focus {
	border: solid 1px #f8c180;
}

form.default input[type=radio],
form.default input[type=checkbox] {
	display: inline-block;
	transform: scale(1.4);
	border-radius: 3px;
	margin-right: 0.5em;
}

form.default select {
	font-size: 16px;
	padding: 10px;
	border-radius: 2px;
	border: solid 1px #8d7b35;
}

form.default button {
	border: none;
	text-transform: uppercase;
	color: #fff;
	cursor: pointer;
	border-radius: 3px;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 40px;
	background: #f79836;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}

form.default button:hover {
	opacity: 0.7;
}

/* -------------- サイト共通汎用部品：フォームレイアウト dlタグ -------------- */

dl.form-layout {
	margin-top: 40px;
	overflow: hidden;
}

dl.form-layout dt {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.6;
	text-align: right;
	margin-top: 0.5em;
	padding: 5px;
	padding-top: 1em;
	width: 250px;
	float: left;
	vertical-align: top;
}

dl.form-layout dt span {
	color: #ff0000;
	font-size: 0.7em;
}

dl.form-layout dt span:before {
	content: "【";
}

dl.form-layout dt span:after {
	content: "】";
}

dl.form-layout dd {
	font-size: 16px;
	margin-left: 270px;
	margin-top: 0.5em;
	line-height: 3;
	padding: 5px;
}

dl.form-layout dd span {
	display: inline-block;
	font-size: 14px;
	text-indent: 0.5em;
}

dl.form-layout dd span:before {
	content: "※";
}

dl.form-layout dd strong {
	color: #ff0000;
}

dl.form-layout dd label {
	display: inline-block;
	margin-right: 1em;
}

/* button 格納用 */
p.form-layout-btn {
	margin-left: 270px;
}

/* ジャンル用ツリー */
dd.check-genre-tree h3 {
	border-top: 2px solid #ddd;
}

dd.check-genre-tree > ul {
	border-top: 1px dotted #ddd;
	padding-left: 20px;
	display: none;
}

dd.check-genre-tree ul > li > ul {
	padding-left: 50px;
	display: none;
}

dd.check-genre-tree i {
	margin-right: 1em;
}

dd.check-genre-tree i.hdn {
	visibility: hidden;
}


/* -------------- サイト共通汎用部品：ページ送り -------------- */

nav.page-nav {
	clear: both;
	margin: 40px 0;
	font-size: 16px;
	overflow: hidden;
}

nav.page-nav p.prev a,
nav.page-nav p.next a {
	border-radius: 3px;
	background: #8d7b35;
	width: 90px;
	padding: 5px 30px;
	text-align: center;
	color: #fff;
	font-weight: bold;
}

nav.page-nav p.prev a { float: left; }
nav.page-nav p.next a { float: right; }

nav.page-nav p.dpn a {
	visibility: hidden;
}

nav.page-nav ul {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center; /* Safari */
	justify-content: center;
}

nav.page-nav ul li a {
	display: block;
	border-radius: 3px;
	background: #8d7b35;
	opacity: 0.5;
	padding: 5px;
	margin: 0 8px;
	color: #fff;
	font-weight: bold;
}

nav.page-nav ul li.cnt {
	border-radius: 3px;
	background: #8d7b35;
	padding: 5px;
	margin: 0 8px;
	color: #fff;
	font-weight: bold;
}

p.search-info {
	float: left;
	width: 50%;
	line-height: 1.6;
}

form.page-sort {
	float: right;
	width: 50%;
	text-align: right;
	margin-bottom: 30px;
}

form.page-sort p {
	text-align: left;
}

form.page-sort select {
	margin: 5px 0;
}

/* -------------- サイト共通汎用部品：お知らせナビ -------------- */

nav.info-navi {

}

nav.info-navi ul {
	display: flex;
	justify-content: center;
	height: 60px;
	background: #f9f8f4;
}

nav.info-navi ul li {
	line-height: 60px;
	font-size: 14px;
	padding: 0 30px;
}

nav.info-navi ul li a {
	color: #8D7B35;
}

nav.info-navi ul li a:hover {
	text-decoration: underline;
}

nav.info-navi ul li a.sel {
	font-weight: bold;
	color: #aD9B55;
}

nav.info-navi ul li a.sel:after {
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	padding-left: 0.5em;
	content: '\f078';
}

/* -------------- サイト共通汎用部品：お知らせリスト -------------- */

div.info-list {
	clear: both;
}

div.info-list dl {
	padding: 20px 0 10px 0;
	border-bottom: 2px dotted #ccc;
	overflow: hidden;
}

div.info-list dl:last-child {
	border-bottom: none;
}

div.info-list dt.title {
	margin-left: 110px;
	line-height: 1.6;
}

div.info-list dd.icon {
	font-size: 14px;
	letter-spacing: -0.1em;
	width: 130px;
/*	width: 150px;*/
	margin: 0 1em 1em 0;
	border: 1px solid #8d7b35;
	text-align: center;
	float: left;
}

div.info-list dd.icon span.cat-icon {
	display: inline-block;
	max-width: 150px;
	height: 24px;
	line-height: 24px;
	padding: 0 0.5em;
	color: #8d7b35;
}

div.info-list dd.date {
	width: 110px;
	font-size: 16px;
	line-height: 1.6;
	float: left;
}

/* -------------- サイト共通汎用部品：商品リスト -------------- */

div.book-list {
	clear: both;
}

div.book-list dl {
	padding: 40px 0;
	border-bottom: 2px dotted #ccc;
	overflow: hidden;
}

div.book-list dl:last-child {
	border-bottom: none;
}

div.book-list dd.img {
	width: 200px;
	height: 200px;
	line-height: 200px;
	vertical-align: middle;
	text-align: center;
	float: left;
}

div.book-list dd.img img {
	max-width: 200px;
	max-height: 200px;
	vertical-align: middle;
	border: 1px solid #eee;
}

div.book-list dd.genre {
	margin-left: 220px;
	margin-bottom: 5px;
}

div.book-list dd.genre span.genre-icon {
	display: inline-block;
	height: 16px;
	line-height: 16px;
	font-size: 12px;
	border: 1px solid #8d7b35;
	border-radius: 2px;
	padding: 0 2em;
	color: #8d7b35;
	background: #fff;
	margin-bottom: 1em;
}

div.book-list dd.series {
	font-size: 14px;
	line-height: 1.4;
	margin-left: 220px;
}

div.book-list dd.series:before {
	content: "〔";
}

div.book-list dd.series:after {
	content: "〕";
}

div.book-list dt.title {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4;
	margin-left: 220px;
	margin-bottom: 1em;
}

div.book-list dt.title span.top-title {
	display: block;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.4;
}

div.book-list dt.title span.sub-title {
	display: block;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.4;
}

div.book-list dd.author {
	font-size: 14px;
	line-height: 1.4;
	margin-left: 220px;
	margin-bottom: 1em;
}

div.book-list dd.date {
	font-size: 14px;
	font-weight: bold;
	color: #ff0000;
	line-height: 1.6;
	margin-left: 220px;
	margin-bottom: 1em;
}

div.book-list dd.recent {
	font-size: 14px;
	line-height: 1.6;
	margin-left: 220px;
	margin-bottom: 1em;
}

div.book-list dd.icon {
	font-size: 14px;
	line-height: 1.4;
	margin-left: 220px;
	margin-bottom: 1em;
}


div.book-list dd.icon span.opt-icon {
	display: inline-block;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	border-radius: 2px;
	padding: 0 0.5em;
	color: #fff;
	background: #8d7b35;
	margin-right: 1em;
}

div.book-list dd.icon span.opt-icon:before {
	font-family: "Font Awesome 5 Free";
	color: #fff;
	font-weight: bold;
	padding-right: 0.3em;
}

div.book-list dd.icon span.opt-icon a {
	color: #fff;
}

div.book-list dd.price {
	font-size: 14px;
	line-height: 1.4;
	margin-left: 220px;
	margin-bottom: 1em;
}

div.book-list dd.spec {
	font-size: 14px;
	line-height: 1.4;
	margin-left: 220px;
	margin-bottom: 1em;
}

div.book-list dd.music {
	padding: 20px;
	clear: both;
}

div.book-list dd.music span {
	background: #f5f5f4;
	cursor: pointer;
	display: block;
	padding: 10px;
	font-size: 14px;
	font-weight: 700;
	border-bottom: 1px solid #eeeeee;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 3px 3px 0 0;
}

div.book-list dd.music span:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900; /* Solid type900*/
	content: "\f107";
	color: #a2935a;
	margin-right: 5px;
}

div.book-list ul {
	display: none;
}

div.book-list ul.open {
	display: block;
}

div.book-list ul li {
	font-size: 14px;
}

/* -------------- サイト共通汎用部品：曲目リスト -------------- */

ul.music-list {

}

ul.music-list li {
	padding: 10px;
	line-height: 2;
	border-bottom: 1px solid #eee;
	overflow: hidden;
}


ul.music-list li strong {
	display: inline-block;
}

ul.music-list li strong:before {
	content: "♪";
	font-weight: bold;
	padding-right: 0.5em;
}

ul.music-list li em {
	display: inline-block;
	text-indent: 3.5em;
}

ul.music-list li a.btn-sound {
	color: #fff;
	display: inline-block;
	padding: 1px 5px;
	background: #f79836;
	border-radius: 2px;
	float: right;
}

ul.music-list li a.btn-sound:hover {
	text-decoration: none;
}

ul.music-list li a.btn-sound:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900; /* Solid type900*/
	content: "\f144";
	color: #fff;
	margin-right: 5px;
}

/* -------------- サイト共通汎用部品：商品タイル -------------- */

div.book-tile {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
}


div.book-tile dl {
	width: 188px;
	margin-right: 15px;
	margin-bottom: 15px;
	background: #fff;
	position: relative;
	padding-bottom: 15px;
}

div.book-tile dl:nth-child(5n),
div.book-tile div.tileitem:nth-child(5n) dl {
	margin-right: 0;
}

div.book-tile dd.genre {
	text-align: center;
	padding: 0 15px 15px 15px;
}

div.book-tile dd.genre span.genre-icon {
	display: inline-block;
	height: 16px;
	line-height: 16px;
	font-size: 12px;
	border: 1px solid #8d7b35;
	border-radius: 2px;
	padding: 0 2em;
	color: #8d7b35;
	background: #fff;
}

div.book-tile dd.img {
	width: 180px;
	height: 180px;
	margin: 0 auto 10px;
	padding-top: 20px;
	line-height: 180px;
	vertical-align: middle;
	text-align: center;
}

div.book-tile dd.img img {
	max-width: 180px;
	max-height: 180px;
	vertical-align: middle;
	border: 1px solid #eee;
	margin: auto;
}

div.book-tile dt.title {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4;
	padding: 0 15px 15px 15px;
}

div.book-tile dt.title span.top-title {
	display: block;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.4;
}

div.book-tile dd.series {
	font-size: 12px;
	line-height: 1.4;
	padding: 0 15px;
}

div.book-tile dd.series:before {
	content: "〔";
}

div.book-tile dd.series:after {
	content: "〕";
}

div.book-tile dd.author {
	font-size: 12px;
	line-height: 1.4;
	padding: 0 15px;
}

div.book-tile dd.vol {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.4;
	padding: 0 15px;
}

div.book-tile dd.date {
	font-size: 14px;
	line-height: 1.4;
	padding: 0 15px;
}

/* -------------- サイト共通汎用部品：商品詳細 -------------- */

div.book-detail {
	overflow:hidden;
}

div.book-detail div.book-image {
	width: 350px;
	height: 370px;
	/*line-height: 370px;*/
	vertical-align: middle;
	text-align: center;
	border: 1px solid #eee;
	border-bottom: none;
	box-sizing: border-box;
	float: left;
}

div.book-detail div.book-image img {
	max-width: 100%;
	max-height: 100%;
	margin: 25px auto 0;
	vertical-align: middle;
	border: 1px solid #eee;
}

.slider,
#top-newscore-slider,
#top-newbook-slider,
.book-detail-slider {
	display: none; /* slick縦並び防止 */
}

ul.book-detail-slider {
	width: 300px;
	height: 300px;
	padding: 0;
	box-sizing: border-box;
	margin: 0 auto;
	display: none; /* slick縦並び防止 */
}

.slider.slick-initialized,
#top-newscore-slider.slick-initialized,
#top-newbook-slider.slick-initialized,
ul.book-detail-slider.slick-initialized {
	display: block; /*slick-initializedが付与されたら表示*/
}

ul.book-detail-slider li {
	line-height: 1;
	vertical-align:middle;
}

div.book-detail div.book-image div.slider-dots {
	width: 350px;
	margin: 0 auto;
}

div.book-detail div.book-image div.dots {
	text-align: center;
	position: relative;
}

div.book-detail div.book-icon {
	clear: left;
	box-sizing: border-box;
	width: 350px;
	float: left;
	border: 1px solid #eee;
	border-top: none;
	padding-bottom: 25px;
	text-align: center;
}

div.book-detail div.book-icon span.opt-icon {
	display: inline-block;
	height: 24px;
	line-height: 24px;
	font-size: 14px;
	border-radius: 2px;
	padding: 0 0.5em;
	color: #fff;
	background: #8d7b35;
	margin-right: 1em;
}

div.book-detail div.book-icon span.opt-icon:before {
	font-family: "Font Awesome 5 Free";
	color: #fff;
	font-weight: bold;
	padding-right: 0.3em;
}

div.book-detail div.book-icon span.opt-icon a {
	color: #fff;
}

div.book-detail div.book-info {
	width: 600px;
	margin-left: 400px;
}

div.book-detail div.book-info p.icon {
	padding-bottom: 1em;
}

div.book-detail div.book-info p.icon span.gen {
	display: inline-block;
	height: 20px;
	line-height: 20px;
	font-size: 16px;
	border: 1px solid #8d7b35;
	border-radius: 2px;
	padding: 0 2em;
	color: #8d7b35;
	background: #fff;
}

div.book-detail div.book-info p.series {
	font-size: 16px;
	line-height: 1.4;
}

div.book-detail div.book-info p.toptitle {
	font-size: 16px;
	line-height: 1.4;
}

div.book-detail div.book-info h1 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.4;
}

div.book-detail div.book-info p.subtitle {
	font-size: 16px;
	line-height: 1.4;
}

div.book-detail div.book-info ul.catch {
	padding-top: 1em;
}

div.book-detail div.book-info ul.catch li {
	font-size: 16px;
	font-weight: bold;
	line-height: 2;
}

div.book-detail div.book-info ul.catch li:before {
	font-family: "Font Awesome 5 Free";
	content: '\f56b';
	color: #a2935a;
	font-weight: bold;
	padding-right: 0.4em;
	padding-left: 0.2em;
}


div.book-detail div.book-info p.author {
	padding-top: 1em;
	font-size: 16px;
	line-height: 1.4;
}

div.book-detail div.book-spec {
	width: 600px;
	margin-left: 400px;
	padding-top: 1em;
	position: relative;
}

div.book-detail div.book-spec dl {
	overflow: hidden;
}

div.book-detail div.book-spec dl dt {
	width: 100px;
	font-size: 14px;
	float: left;
	line-height: 1.6;
}

div.book-detail div.book-spec dl dd {
	margin-left: 100px;
	font-size: 14px;
	line-height: 1.6;
}

div.book-detail div.book-spec dl dd p.icon-onpu {
	display: inline-block;
	padding-left: 20px;
	font-size: 16px;
	font-weight: bold;
}

div.book-detail div.book-spec dl dd p.icon-onpu strong {
	color: #a42429; /*#238c00 Green */
}

div.book-detail div.book-spec dl dd p.icon-onpu span {
	color: #ccc;
}

div.book-detail div.shopping {
	position: absolute;
	top: 20px;
	right: 0;
	width: 300px;
	background: #f9f8f4;
	text-align: center;
}

div.book-detail div.shopping p {
	padding: 1em 1.5em ;
	text-align: left;
	font-size: 12px;
	line-height: 1.4;
}

div.book-detail div.shopping button {
	width: 60%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

div.book-detail ol.sns {
	padding-top: 1em;
	display: flex;
	justify-content: flex-start;
}

div.book-detail ol.sns li {
	padding-right: 20px;
}

div.book-detail .modal-area,
div.book-detail .modal-area-ds {
	display: none;
	position: fixed;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

div.book-detail .modal-overlay,
div.book-detail .modal-overlay-ds {
	width: 100%;
	height: 100%;
	background-color: rgba(30,30,30,0.9);
}

div.book-detail .modal-wrapper,
div.book-detail .modal-wrapper-ds {
	position: absolute;
	top: 50%;
	left: 50%;
	transform:translate(-50%,-50%);
	width: 70%;
	max-width: 800px;
	padding: 30px;
	background-color: #fff;
}

div.book-detail .modal-close,
div.book-detail .modal-close-ds {
	position: absolute;
	top: 0.5rem;
	right: 1rem;
	cursor: pointer;
	font-size: 36px;
}

div.book-detail ul.shop-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

div.book-detail ul.shop-list li {
	margin: 10px;
}

ul.sns-bnr {
	margin-top: 30px;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-end;
}

ul.sns-bnr li {
	width: 130px;
	height: 40px;
	margin-left: 15px;
	text-align: right;
/*	width: 200px;
	height: 40px;*/
}

ul.sns-bnr li img {
	max-width: 130px;
	max-height: 41px;
/*	max-width: 200px;
	max-height: 40px;*/
}

/* -------------- サイト共通汎用部品：お知らせタイル -------------- */

div.info-tile {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
}

div.info-tile dl {
	width: 240px;
	margin-right: 12px;
	background: #fff;
	padding-bottom: 15px;
}

div.info-tile dl:nth-child(4n) {
	margin-right: 0;
}


div.info-tile dd.img {
	width: 220px;
	height: 220px;
	margin: 10px auto;
	line-height: 220px;
	vertical-align: middle;
	text-align: center;
}

div.info-tile dd.img img {
	max-width: 220px;
	max-height: 220px;
	vertical-align: middle;
	border: 1px solid #eee;
}

div.info-tile dt.title {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4;
	padding: 0 15px;
}

div.info-tile dd.catch {
	font-size: 16px;
	line-height: 1.4;
	padding: 0 15px;
}

/* -------------- サイト共通汎用部品：バナータイルMサイズ3列 -------------- */

div.banner-m-tile ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
}

div.banner-m-tile ul li {
	width: 320px;
	height: 120px;
	margin-bottom: 30px;
	margin-right: 20px;
}

div.banner-m-tile ul li:nth-child(3n) {
	margin-right: 0;
}

div.banner-m-tile ul li img {
	max-width: 320px;
	max-height: 120px;
}


/* -------------- サイト共通汎用部品：バナータイルSサイズ4列 -------------- */
div.banner-s-tile ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
}

div.banner-s-tile ul li {
	width: 250px;
	height: 67px;
	margin-bottom: 10px;
}

div.banner-s-tile ul li img {
	max-width: 250px;
	max-height: 67px;
	border: 1px solid #8d7b35;
	border-radius: 3px;
	box-sizing: boder-box;
	-webkit-backface-visibility: hidden;
}

/* -------------- サイト共通汎用部品：テキストリスト -------------- */

ol.list-dt {
	margin-left: 30px;
}

ol.list-dt li {
	margin-bottom: 10px;
	list-style-type: none;
	padding: 0 .5em .1em;
	position: relative;
}

ol.list-dt li:before {
	background-color: #a42429; /* 円の色 */
	border-radius: 50%;
	content: '';
	position: absolute;
	top: .2em; /* 円の上側位置調整 */
	left: -1em; /* 円の左側位置調整 */
	width: 8px; /* 円の幅 */
	height: 8px; /* 円の高さ */
}

/* -------------- サイト共通ヘッダー -------------- */

header {
	height: 120px;
}

header nav.header-sub-menu {
	width: 100%;
	min-width: 1000px;
	height: 30px;
	background: #f8f7f3;
/*	background: linear-gradient(to right, #fff, #fff 45%, #f8f7f3 45%, #f8f7f3 100%); */
}

header nav.header-sub-menu ul {
	width: 1000px;
	margin: 0px auto;
	display: flex;
	justify-content: flex-end;
}

header nav.header-sub-menu ul li {
	font-size: 14px;
	margin-right: 1.2em;
	line-height: 30px;
	vertical-align: middle;
}

header nav.header-sub-menu ul li a {
	color: #8d7b35;
}

header h2.office {
	width: 100px;
	height: 30px;
	line-height: 30px;
	text-indent: 1em;
	position: fixed;
	top: 0;
	left: 0;
	background: #ffffcc;
	z-index: 9;
}

header h2.office + nav.header-sub-menu {
	background: #ffffcc;
}

header div.header-smf {
	display: none;
}

header div.inner {
	width: 1000px;	
	position: relative;
}

header h1.header-logo {
	position: absolute;
	top: 10px;
	width: 300px;
	height: 70px;
}

header h1.header-logo img {
	width: 300px;
	height: auto;
}

header div.header-search {
	position: absolute;
	top: 30px;
	right: 0;
	width: 480px;
	height: 40px;
	line-height: 40px;
}

header div.header-search form {
	display: inline-block;
	width: 350px;
	height: 38px;
	border: 1px solid #8d7b35;
	position: relative;
}

header div.header-search form select {
	display: inline-block;
	width: 100px;
	height: 30px;
	lihe-height: 30px;
	font-size: 14px;
	padding: 0;
	margin: 0;
	border: none;
	background: #f9f8f4;
	position: absolute;
	top: 4px;
	left: 5px;
}

header div.header-search form input[type=text] {
	display: inline-block;
	width: 195px;
	height: 30px;
	line-height: 30px;
	padding: 0;
	padding-left: 0.5em;
	margin: 0;
	border: none;
	position: absolute;
	top: 4px;
	left: 110px;
}

header div.header-search form button {
	width: 38px;
	height: 38px;
	padding: 0;
	margin: 0;
	border: none;
	position: absolute;
	top: 0;
	right: 0;
}

header div.header-search form button img {
	width: 38px;
	height: 38px;
}

header div.header-search a {
	display: inline-block;
	width: 95px;
	height: 38px;
	margin-left: 24px;
	line-height: 38px;
	vertical-align: top;
	text-align: center;
	color: #8d7b35;
	border: 1px solid #8d7b35;
}

header div.header-search a:after {
	font-family: "Font Awesome 5 Free";
	content: '\f105';
	font-weight: bold;
	padding-right: 0.4em;
	padding-left: 0.2em;
}

/* -------------- サイト共通グローバルメニュー -------------- */

nav.global-menu {
	height: 50px;
	margin: 0 auto;
	background: #a42429;
}

nav.global-menu ul {
	display: flex;
	justify-content: center;

}

nav.global-menu ul li {


}

nav.global-menu ul li a {
	font-family: 'Kosugi Maru', sans-serif;
	display: block;
	font-size: 14px;
	width: 124px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	vertical-align: middle;
	padding: 0;
	border-left: #d8d8d8 solid 1px;
	color: #fff;
	transition: .2s ease-in-out;
}

nav.global-menu ul li:last-child a {
	border-right: #d8d8d8 solid 1px;
}

nav.global-menu ul li a:hover {
	background: #e46469;
	color: #fff;
	opacity: 1.0;
	text-decoration: none;
}

main {
}

/* -------------- サイト共通サイトマップ -------------- */

nav#sitemap {
	margin: 0 auto;
	padding-top: 50px;
	padding-bottom: 50px;
	background: #f5f5f4;
}

nav#sitemap div.inner {
	width:1000px;
	position: relative;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

nav#sitemap ul {

}

nav#sitemap ul li {
	font-size: 16px;
	line-height: 1.4;
	padding: 5px 0;
}

nav#sitemap ul li.mt {
	margin-top: 1em;
}

nav#sitemap ul li ul{
	margin-top: 0.5em;
}

nav#sitemap ul li ul li {
	font-size: 16px;
	padding-left: 1em;
}

nav#sitemap ol.footer-sns {
	position: absolute;
	bottom: 0;
	right: 0;
	display: flex;
	justify-content: space-between;
}

nav#sitemap ol.footer-sns li {
	padding-left: 10px;
}

/* -------------- サイト共通フッター -------------- */

footer {
	margin: 0 auto;
	padding-top: 50px;
	padding-bottom: 50px;
	background: #a42429;
}

footer p.footer-logo {
	text-align: center;
	border-radius: 50%;
	border: 3px solid #fff;
	width: 100px;
	height: 100px;
	margin: 0 auto;
}

footer p.footer-logo img {
	width: 100px;
	height: auto;
}

footer p.footer-catch {
	text-align: center;
	font-size: 20px;
	color: #fff;
	padding: 20px;
}

footer div.jasrac {
	margin-top: 30px;
	display: flex;
	justify-content: center;
}

footer div.jasrac dl {
	overflow: hidden;
	padding: 0 20px;
}

footer div.jasrac dl dt {
	margin-left: 60px;
	padding-top: 5px;
	font-size: 12px;
	color: #fff;
	line-height: 1.4;
}

footer div.jasrac dl dd {
	width: 60px;
	float: left;
}

footer div.jasrac dl dd img {
	width: 50px;
	height: auto;
}

footer p.copyright {
	margin-top: 25px;
	font-size: 12px;
	color: #fff;
	text-align: center;
}

footer.footer-sht {
	padding-top: 20px;
	padding-bottom: 20px;
}

footer.footer-sht p.copyright {
	margin-top: 0;
}

/* -------------- tab 形状設定 -------------- */
.tab {
	display : flex;
	flex-wrap : wrap;
	justify-content : space-between;
	border-bottom : 1px solid #ececec;
	margin: 25px auto;
	clear: both;
}
.tab li a {
	width : 190px;
	display : block;
	background : #eeeeee;
	margin : 0;
	padding : 10px 0;
	border : 1px solid #efefef;
	text-align : center;
	border-radius: 3px 3px 0 0;
}
.tab li.active a {
	background : #ffecec;
	color: #a42429;
/*
	background : #a42429;
	color: #ffffff;*/
}

/*エリアの表示非表示と形状*/
.area {
	display : none;/*はじめは非表示*/
	opacity : 0;/*透過0*/
	background : #fff;
	padding : 0;
}

/*areaにis-activeというクラスがついた時の形状*/
.area.is-active {
	display: block;/*表示*/
	animation-name: displayAnime;
	animation-duration: 1s;
	animation-fill-mode: forwards;
}

@keyframes displayAnime {
	from {
		opacity : 0;
	}
	to {
		opacity : 1;
	}
}


/* -------------- サイト共通汎用部品：バナータイル Icon 4列 -------------- */
div.banner-icon-tile ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
}
div.banner-icon-tile ul li{
	box-sizing: border-box;
}

/*------ ↓4つ並び差し替え部分 ------*/
/*div.banner-icon-tile ul li {
	width: 235px;
	height: 70px;
	margin-right: 20px;
	margin-bottom: 10px;
}
div.banner-icon-tile ul li:nth-child(4n) {
	margin-right: 0;
}
div.banner-icon-tile a {
	display:table;
	position:relative;
	width: 235px;
	height: 70px;
	padding: 10px;
	box-sizing: border-box;
	overflow:hidden;
	border: 1px solid #8d7b35;
	border-radius: 3px;
}
div.banner-icon-tile a span {
	top: 50%;
	left:28%;
	position:absolute;
	transform:translate(0,-50%);
	width: 70%;
	font-size: 16px;
	font-weight: bold;
	color: #8d7b35;
	line-height: 1.3;

}*/
/*------ ↑4つ並び差し替え部分 ------*/

/*------ ↓3つ並び差し替え部分 ------*/
div.banner-icon-tile ul li {
	width: 320px;
	height: 90px;
	margin-right: 20px;
	margin-bottom: 10px;
}
div.banner-icon-tile ul li:nth-child(3n) {
	margin-right: 0;
}

div.banner-icon-tile a {
	display:table;
	position:relative;
	width: 320px;
	height: 90px;
	padding: 10px;
	box-sizing: border-box;
	overflow:hidden;
	border: 1px solid #8d7b35;
	border-radius: 3px;
}
div.banner-icon-tile a span {
	top: 50%;
	left:22%;
	position:absolute;
	transform:translate(0,-50%);
	width: 75%;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4;
	color: #8d7b35;
}

/*------ ↑3つ並び差し替え部分 ------*/

div.banner-icon-tile a span br {
	display: none;
}

div.banner-icon-tile a span br.vsb {
	display: inline;
}


div.banner-icon-tile a:hover {
	background:#ddd7c2;
}
div.banner-icon-tile a img{
	width: 50px;
	height: 50px;
	position:absolute;
	top: 50%;
	transform:translate(0,-50%);
}


/*------ page-top ------*/
#page_top{
	display:none;
	width: 50px;
	height: 50px;
	position: fixed;
	right: 25px;
	bottom: 25px;
	background: #a42429;
	border: 2px solid #fff;
	border-radius: 50%;
}
#page_top a{
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	text-decoration: none;
}
#page_top a::before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f102';
	font-size: 25px;
	color: #fff;
	position: absolute;
	width: 25px;
	height: 25px;
	top: -5px;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}


/* -------------- slick -------------- */
.slick-arrow {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	cursor: pointer;
}
.prev-arrow {
	left: 0;
	z-index: 10;
	}
.next-arrow {
	right: 0;
}

#top-newscore-slider .slick-prev::before,
#top-newscore-slider .slick-next::before,
#top-newmagazine-slider .slick-prev::before,
#top-newmagazine-slider .slick-next::before,
#top-newbook-slider .slick-prev::before,
#top-newbook-slider .slick-next::before,
#detail-kanren-slider .slick-prev::before,
#detail-kanren-slider .slick-next::before {
	color:#a2935a;
	font-size: 18px;
}