@charset "euc-jp";
/*===================================================
 ALL
===================================================*/
.pageTop {
  bottom: 10px;
  right: 10px;
  position: fixed;
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
  z-index: 90;
}
.pageTop:hover {
  -moz-opacity: 1.0;
  opacity: 1.0;
  filter: alpha(opacity=100);
}
#template .lead_txt {
  margin: 5px 15px;
  line-height: 1.6;
  text-align: left;
}
#template .lead_txt strong {
  color: #0f0d3e;
  font-size: 20px;
}
#template .lead_txt b {
  color: #c32681;
}
#template .lead_txt b a {
  color: #c32681;
}
#templateFlame {
  width: 100%;
  padding: 0px;
}
#template h1 {
  text-align: center;
  background: #f3f3f3;
  padding: 10px;
}
#headline .typeB {
  margin-bottom: -10px;
}
div.lead {
  text-align: left;
  margin-left: 10px;
}
#bodyClump .box {
  width: 950px;
  text-align: center;
  margin: 0 auto 50px;
}
#bodyClump .boxReading span.typeA {
  margin-bottom: 50px;
}
#bodyClump .linkText ul {
  margin: 0 5px 15px;
}
#template #templateWrap #bodyClump .typeF li a {
  color: #FFF !important;
  background: #000;
}
#template #templateWrap #bodyClump .typeF li a:hover {
  color: #a88203 !important;
  background: #222;
}

/*===================================================
 cmn-store-header
===================================================*/
#cmn-store-header h1, #cmn-store-header h2, #cmn-store-header h3, #cmn-store-header h4, #cmn-store-header h5, #cmn-store-header h6, #cmn-store-header a, #cmn-store-header p, #cmn-store-header span, #cmn-store-header em, #cmn-store-header small, #cmn-store-header strong, #cmn-store-header sub, #cmn-store-header sup, #cmn-store-header mark, #cmn-store-header del, #cmn-store-header ins, #cmn-store-header strike, #cmn-store-header abbr, #cmn-store-header dfn, #cmn-store-header blockquote, #cmn-store-header q, #cmn-store-header cite, #cmn-store-header code, #cmn-store-header pre, #cmn-store-header ol, #cmn-store-header ul, #cmn-store-header li, #cmn-store-header dl, #cmn-store-header dt, #cmn-store-header dd, #cmn-store-header div, #cmn-store-header section, #cmn-store-header article, #cmn-store-header main, #cmn-store-header aside, #cmn-store-header nav, #cmn-store-header header, #cmn-store-header hgroup, #cmn-store-header footer, #cmn-store-header img, #cmn-store-header form, #cmn-store-header label, #cmn-store-header table, #cmn-store-header caption, #cmn-store-header tbody, #cmn-store-header tfoot, #cmn-store-header thead, #cmn-store-header tr, #cmn-store-header th, #cmn-store-header td {
	margin: 0;
	padding: 0;
	border: 0;
}
#template #templateWrap #templateFlame #cmn-store-header,
#template #templateWrap #templateFlame #cmn-store-header *,
#template #templateWrap #templateFlame #cmn-store-header *::before,
#template #templateWrap #templateFlame #cmn-store-header *::after {
  box-sizing: border-box;
}
#template #templateWrap #templateFlame #cmn-store-header,
#template #templateWrap #templateFlame #cmn-store-header * {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
}
#template #templateWrap #templateFlame #cmn-store-header {
  font-family: Meiryo, "Hiragino Kaku Gothic ProN", "MS PGothic", sans-serif;
  background: #fff;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  height: 64px;
  position: relative;
  z-index: 99;
  text-align: left;
}
#template #templateWrap #templateFlame #cmn-store-header img {
  width: auto;
  height: 100%;
}
#template #templateWrap #templateFlame #cmn-store-header p {
  padding: 0;
  width: auto;
}
#template #templateWrap #templateFlame #cmn-store-header .cmn-store-header_logo {
  position: absolute;
  top: 9px;
  right: 85px;
  height: 44px;
  padding: 0;
  width: auto;
}
#template #templateWrap #templateFlame #cmn-store-header .hmb-menu-wrapper {
  position: absolute;
  top: -1px;
  right: 0;
  z-index: 1;
  padding: 16px;
  background: #262626;
}
#template #templateWrap #templateFlame #cmn-store-header .hmb-menu {
  position: relative;
}
/*inputのcheckboxは非表示に*/
#template #templateWrap #templateFlame #cmn-store-header .hmb-menuCheckbox {
  display: none;
}
/*ハンバーガーメニュー*/
#template #templateWrap #templateFlame #cmn-store-header .hmb-menu_icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  vertical-align: middle;
  cursor: pointer;
  position: relative;
  z-index: 9;
}
#template #templateWrap #templateFlame #cmn-store-header .hmb-menu_icon::after {
  content: "MENU";
  font-size: 11px;
  position: absolute;
  bottom: -4px;
  color: #fff;
}
/*3本線*/
#template #templateWrap #templateFlame #cmn-store-header .hamburger-icon,
#template #templateWrap #templateFlame #cmn-store-header .hamburger-icon::before,
#template #templateWrap #templateFlame #cmn-store-header .hamburger-icon::after {
  content: '';
  display: block;
  position: absolute;
  z-index: 100;
  top: 0;
  bottom: 0;
  width: 32px;
  height: 3px;
  background: white;
  cursor: pointer;
}
#template #templateWrap #templateFlame #cmn-store-header .hamburger-icon:before {
  top: 8px;
}
#template #templateWrap #templateFlame #cmn-store-header .hamburger-icon:after {
  top: 16px;
}
/*メニュー以外を暗くする*/
#template #templateWrap #templateFlame #cmn-store-header #hmb-menu_black {
  display: none;
  position: fixed;
  z-index: 98;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: .7s ease-in-out;
}
/*中身*/
#template #templateWrap #templateFlame #cmn-store-header #hmb-menu_content {
  position: absolute;
  top: 48px;
  right: -16px;
  z-index: 9;
  width: 400px;
  padding: 10px 0;  
  background: rgba(0, 0, 0, 0.85);
  overflow: auto;
  transition: .3s ease-in-out;
  -webkit-transform: translateX(120%);
  transform: translateX(120%);
}
/*チェックボックスにチェックが入ったら表示*/
#template #templateWrap #templateFlame #cmn-store-header input:checked ~ .hmb-menu_icon {}
#template #templateWrap #templateFlame #cmn-store-header input:checked ~ .hmb-menu_icon .hamburger-icon {
  background: transparent !important ;
}
#template #templateWrap #templateFlame #cmn-store-header input:checked ~ .hmb-menu_icon .hamburger-icon::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 14px !important;
  z-index: 999;
}
#template #templateWrap #templateFlame #cmn-store-header input:checked ~ .hmb-menu_icon .hamburger-icon::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 14px !important;
  z-index: 999;
}
#template #templateWrap #templateFlame #cmn-store-header input:checked ~ .hmb-menu_icon::after {
  display: none;
}
/*カバーを表示*/
/* #template #templateWrap #templateFlame #cmn-store-header input:checked ~ #hmb-menu_black {
  display: block;
  opacity: .8;
} */
#template #templateWrap #templateFlame #cmn-store-header #hmb-menu_checkbox:checked ~ #hmb-menu_content {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  box-shadow: 4px 8px 16px rgba(0, 0, 0, .1);
}
#template #templateWrap #templateFlame #cmn-store-header .hmb-menu_icon .hamburger-icon,
#template #templateWrap #templateFlame #cmn-store-header .hmb-menu_icon .hamburger-icon::before,
#template #templateWrap #templateFlame #cmn-store-header .hmb-menu_icon .hamburger-icon::after,
#template #templateWrap #templateFlame #cmn-store-header #hmb-menu_black,
#template #templateWrap #templateFlame #cmn-store-header #hmb-menu_content {
  -webkit-transition: all .3s;
  transition: all .3s;
}
#template #templateWrap #templateFlame #cmn-store-header #hmb-menu_content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#template #templateWrap #templateFlame #cmn-store-header #hmb-menu_content li {
  border-bottom: 1px solid #5f5f5f;
}
#template #templateWrap #templateFlame #cmn-store-header #hmb-menu_content li:last-child {
  border-bottom: none;
}
#template #templateWrap #templateFlame #cmn-store-header #hmb-menu_content li a {
  display: block;
  color: #efefef;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
  padding: 14px 20px 12px;
  text-decoration: none;
  transition-duration: 0.2s;
  letter-spacing: 0.05em;
}
/* #template #templateWrap #templateFlame #cmn-store-header #hmb-menu_content li a.current { 
  color: #71b7ff;
} */
#template #templateWrap #templateFlame #cmn-store-header #hmb-menu_content li a:hover {
  opacity: .7;
}
#template #templateWrap #templateFlame #cmn-store-header #hmb-menu_content li .menu-list-text {
  font-size: 14px;
  font-weight: normal;
  margin-top: 4px;
}

/*===================================================
 h2 / h3
===================================================*/
#template #bodyClump h2 {
  background: none;
  background-color: #000; /*color*/
  border-radius: 3px;
  color: #ffffff; /*color*/
  font-size: 150%;
  font-weight: bold;
  padding: 8px 15px 3px;
  margin: 10px 0 15px;
  text-align: left;
}
#template #bodyClump h2.black {
  background-color: #0f0d3e;
  font-size: 20px;
  padding: 10px 20px;
  line-height: 1.4;
  letter-spacing: 1px;
}
#template #bodyClump h3 {
  text-align: left;
  font-size: 100%;
}
#template #bodyClump .box h3 {
  margin: 20px 0;
}

/*===================================================
 newsArea
===================================================*/
#template #bodyClump .newsArea {
  border: 10px solid #a88203;
  border-radius: 3px;
  padding: 15px;
  margin-top: 15px;
  text-align: left;
}
#template #bodyClump .newsArea h2.heading2 {
  color: #a88203;
  font-size: 175%;
  font-weight: bold;
  text-align: center;
  padding: 0 0 5px;
  margin: 0 0 5px;
  background: none;
}
#template #bodyClump .newsArea h3.heading3 {
  font-size: 120%;
  font-weight: bold;
  padding: 0 0 5px;
  margin: 0 0 5px;
  border-bottom: 1px dotted #ccc;
}
#bodyClump .newsArea p {
  padding-top: 10px;
  color: #333333;
  font-size: 82%;
}
#bodyClump .newsArea p.lead {
  font-weight: bold;
}
#bodyClump .newsArea p.lead span {
  color: #a88203;
}

/*===================================================
 itemType
===================================================*/
#bodyClump .itemTypeA .image {
  float: left;
  width: 180px;
}
#bodyClump .itemTypeA .image img {
  width: 180px;
}
#bodyClump .itemTypeA .note {
  width: 260px;
}
#bodyClump .itemTypeA, #bodyClump .itemTypeC {
  margin-bottom: 0px;
  width: 950px;
  margin: 0 auto 20px;
}
#bodyClump .itemTypeC .image {
  position: relative;
  display: block;
  height: 180px !important;
  margin-bottom: 5px;
}
#bodyClump .itemTypeC ul:nth-of-type(1) {
  background: none;
}
#bodyClump .itemTypeC .note {
  line-height: 1.5;
}
#bodyClump .itemTypeE ol.songlist {
  padding: 20px 0 10px;
  list-style: none;
  font-size: 13px;
}
#bodyClump .itemTypeE ol.songlist li {
  width: 100%;
  float: left;
  padding: 0;
  margin: 0;
  line-height: 1.2;
  background: none;
}

/* ==============================================================================
 bookssearchAPI
============================================================================== */
#template #templateWrap #templateFlame #bodyClump .rankingContents ol li .image a {
  transition-duration: 0.3s;
  transition-property: all;
}
#template #templateWrap #templateFlame #bodyClump .rankingContents ol li .image a:hover {
  opacity: 0.7;
}
#template #templateWrap #templateFlame #bodyClump .rankingContents {
  width: 950px;
  margin: 0 auto;
}
#template #templateWrap #templateFlame #bodyClump .rankingContents ol {
  overflow: hidden;
  margin: 0;
  list-style: none outside none;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}
/*1-4*/
#template #templateWrap #templateFlame #bodyClump .rankingContents li {
  float: none;
  overflow: hidden;
  display: inline;
  width: 23.5%;
  margin: 0 2% 2% 0;
  height: auto;
  padding: 0;
  font-size: 100%;
  list-style: none outside none;
}
#template #templateWrap #templateFlame #bodyClump .rankingContents li:nth-child(4n) {
  margin-right: 0;
}
#template #templateWrap #templateFlame #bodyClump .rankingContents li .image {
  position: relative;
  display: table;
  overflow: hidden;
  vertical-align: bottom;
  text-align: center;
  box-sizing: border-box;
  width: 100%;
  height: 200px; /* 余白分の高さを.imageの高さに追加 */
  margin-bottom: 15px;
}
#template #templateWrap #templateFlame #bodyClump .rankingContents li .image a {
  display: table-cell;
  text-align: center;
  position: unset;
  vertical-align: middle;
  width: 200px; /* .image imgと合わせる */
  height: 200px; /* .image imgと合わせる */
}
#template #templateWrap #templateFlame #bodyClump .rankingContents li .image img {
  position: static;
  max-width: 200px; 
  max-height: 200px;
  padding: 0;
}
#template #templateWrap #templateFlame #bodyClump .rankingContents li .note {
  position: relative;
  box-sizing: border-box;
  text-align: left;
}
#template #templateWrap #templateFlame #bodyClump .rankingContents li .note a {
  overflow: hidden;
  display: block;
  font-weight: bold;
  margin: 10px 0;
  font-size: 13px;
  line-height: 1.4;
}
#template #templateWrap #templateFlame #bodyClump .rankingContents li .note span {
  display: block;
  font-size: 12px;
  margin-top: 2px;
}
#template #templateWrap #templateFlame #bodyClump .rankingContents li .note span.before {
  display: block;
  margin-top: 3px;
  color: #333;
  font-size: 13px;
  text-decoration: line-through;
}
#template #templateWrap #templateFlame #bodyClump .rankingContents li .note span.author-Publisher {
  color: #333;
  display: block;
  margin: 10px 0;
  font-size: 12px;
}
#template #templateWrap #templateFlame #bodyClump .rankingContents li .note span.after {
  color: #bf0000;
  font-size: 14px;
  font-weight: bold;
}
#template #templateWrap #templateFlame #bodyClump .rankingContents li .note span.discountRate {
  color: #bf0000;
  font-size: 13px;
  margin-top: 5px;
  display: block;
  font-weight: bold;
}
#template #templateWrap #templateFlame #bodyClump .rankingContents li .note span.date {
  margin-top: 5px;
  color: #666;
  font-size: 13px;
}
#template #templateWrap #templateFlame #bodyClump .rankingContents ol li .note span.iconSG,
#template #templateWrap #templateFlame #bodyClump .rankingContents ol li .note span.iconAL,
#template #templateWrap #templateFlame #bodyClump .rankingContents ol li .note span.iconDVD,
#template #templateWrap #templateFlame #bodyClump .rankingContents ol li .note span.iconBD {
  display: inline-block;
  background: #a88203;
  color: #fff;
  padding: 3px 4px 2px;
  font-size: 10px;
}
#template #templateWrap #templateFlame #bodyClump .rankingContents ol li .note span.iconDVD {
  background: #bf0000;
}
#template #templateWrap #templateFlame #bodyClump .rankingContents ol li .note span.iconBD {
  background: #23b0eb;
}


#template #templateWrap #templateFlame #bodyClump .js-api-data span.price-after {
  font-size: 13px;
}
#template #templateWrap #templateFlame #bodyClump .js-api-data span.price-before {
  font-size: 13px;
}
#template #templateWrap #templateFlame #bodyClump .js-api-data span.price-discountRate {
  font-size: 13px;
}

/*===================================================
 moreBtn
===================================================*/
.moreBtn {
  width: 950px;
  text-align: center;
  margin: 20px auto 30px;
}
.moreBtn a {
  width: 370px;
  height: 56px;
  display: block;
  background: #141d7c;
  text-align: center;
  line-height: 56px;
  border-radius: 100px;
  color: #fff;
  font-weight: bold;
  margin: 0 auto;
  transition-duration: 0.3s;
  transition-property: all;
  position: relative;
  font-size: 16px;
  letter-spacing: 1px;
}
.moreBtn a::before,
.moreBtn a::after {
  position: absolute;
  top: 29px;
  right: 24px;
  display: block;
  content: '';
  width: 11px;
  height: 3px;
  background-color: #99a2ff;
  transition: .5s;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.moreBtn a::after {
  top: 23px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.moreBtn a:hover {
  text-decoration: none;
  background: #3a4295;
}
.moreBtn a:hover::before,
.moreBtn a:hover::after {
  right: 18px;
}
.moreBtn .note {
  padding: 10px 0 0;
  font-size: 13px;
}

/*===================================================
 disc
===================================================*/
#templateFlame #bodyClump div.disc {
  background: #f3f3f3;
  padding: 20px 0 !important;
  margin: 0 0 30px;
}
#templateFlame #bodyClump div.disc h2 {
  width: 950px;
  margin: auto;
  color: #1c1c1c;
  font-size: 22px;
  background: none;
  padding: 15px 0;
  text-align: center;
}
#templateFlame #bodyClump div.disc h3 {
  width: 950px;
  margin: auto;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  background: #0f0d3e;
  padding: 8px;
  margin-bottom: 30px;
  text-align: center;
  box-sizing: border-box;
}
#templateFlame #bodyClump div.disc h4 {
  width: 950px;
  margin: auto;
  color: #0f0d3e;
  font-size: 16px;
  font-weight: bold;
  border-top: 2px solid #0f0d3e;
  border-bottom: 2px solid #0f0d3e;
  padding: 10px;
  margin-top: 20px;
  margin-bottom: 30px;
  text-align: center;
}

/*===================================================
 nav
===================================================*/
#navArea {
  width: 100%;
  margin: auto;
  padding: 10px 0;
  background: #ffffff;
  transition: .8s;
}
#navArea ul {
  width: 950px;
  margin: auto;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#navArea ul li {
  width: calc(100%/4.1);
  text-align: center;
}
#navArea ul li a {
  color: #fff;
  display: block;
  padding: 15px;
  text-decoration: none;
  background: #0f0d3e;
  border: #0f0d3e 1px solid;
  transition: .4s;
}
#navArea ul li a:hover {
  color: #0f0d3e;
  border: #cecece 1px solid;
  background: #fff;
}
#template #templateWrap #templateFlame #bodyClump .fixed {
  position: fixed;
  top: 0;
  z-index: 1000;
  box-shadow: 0px 2px 6px -1px #b2b2b2;
}
#template #templateWrap #templateFlame #bodyClump .dummy {
  display: none;
}
#template #templateWrap #templateFlame #bodyClump .nav-height {
  margin-top: -90px;
  padding-top: 90px;
}
/*---- nav_member ----*/
#template #templateWrap #templateFlame #bodyClump .nav_member {
  display: -webkit-box;
  display: flex;
  justify-content: space-between;
}
#template #templateWrap #templateFlame #bodyClump .nav_member li a {
  display: block;
  background: #e8e8e8;
  height: 30px;
  line-height: 32px;
  color: #0f0d3e;
  font-weight: bold;
  transition: .4s;
}
#template #templateWrap #templateFlame #bodyClump .nav_member li a:hover {
  background: #0f0d3e;
  text-decoration: none;
  color: #fff;
}
#template #templateWrap #templateFlame #bodyClump .nav_member.member_2 li {
  width: 465px;
}
#template #templateWrap #templateFlame #bodyClump .nav_member.member_3 li {
  width: 310px;
}
#template #templateWrap #templateFlame #bodyClump .nav_member.member_4 li {
  width: 225px;
}
#template #templateWrap #templateFlame #bodyClump .nav_member.member_5 li {
  width: 180px;
}
#template #templateWrap #templateFlame #bodyClump .nav_member.member_6 li {
  width: 150px;
}
#template #templateWrap #templateFlame #bodyClump .nav_member.member_7 li {
  width: 125px;
}
#template #templateWrap #templateFlame #bodyClump .nav_member.member_8 li {
  width: 110px;
}
#template #templateWrap #templateFlame #bodyClump .nav_member.member_9 li {
  width: 100px;
}

/*===================================================
 link165x100TypeA
===================================================*/
#templateFlame #bodyClump .linkTypeA ul {
  padding: 0;
  overflow: hidden;
  background: none;
  width: 950px;
  margin: 20px auto;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}
#templateFlame #bodyClump .linkTypeA li {
  display: inline;
  float: none;
  width: 160px;
  margin: 0 30px 30px 0;
  text-align: center;
  font-size: 80%;
}
#templateFlame #bodyClump .linkTypeA li:first-child {
  margin-left: 0;
}
#templateFlame #bodyClump .linkTypeA .image {
  width: 160px;
  margin: 0;
}
#templateFlame #bodyClump .linkTypeA .image img {
  width: 160px;
  height: 160px;
}
#templateFlame #bodyClump .linkTypeA .note {
  width: 160px;
  margin: 5px 0 0;
}