/*----------------------------------------------------*/


/* topicpath
------------------------------------------------------*/

#topicpath {
  display: none;
}

.topicpath {
  visibility: hidden;
  color: #aaa;
  margin: 0 auto;
  text-align: left;
  cursor: default;
  max-width: 1190px;
  width: auto;
  padding: 0 9px;
  min-height: 18px;
  height: 18px !important;
  overflow: hidden;
}

.sp_contents .topicpath {
  padding: 0 0 10px 0;
  max-width: none;
  height: auto;
}

.topicpath ul {
  display: block;
  min-height: 14px;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.topicpath li {
  display: inline;
  font-size: 14px;
  line-height: 18px;
}

.topicpath li a,
.topicpath li strong {
  display: inline;
  color: inherit;
  padding: 0;
  font-weight: normal;
  color: #9ab;
  margin-left: 7px;
  -webkit-transition: 0.1s ease-in-out;
  -moz-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

.no-touch .topicpath li a:hover {
  color: #09c;
  text-decoration: none;
}

.topicpath li:before {
  content: "\f105";
  font-family: FontAwesome;
  display: inline-block;
  color: #ccc;
  font-size: 16px;
  line-height: 18px;
  text-indent: 7px;
}

.topicpath li:first-child:before {
  display: none;
}

.topicpath li:first-child a {
  font-size: 0;
}

.topicpath li:first-child a:before {
  content: "\f015";
  font-size: 16px;
  line-height: 18px;
  font-family: FontAwesome;
}

.topicpath li strong {
  color: #aaa;
}

.topicpath h2,
.topicpath strong {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HGS明朝E", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "ＭＳ Ｐ明朝", serif;
  font-weight: normal !important;
}


/*----------------------------------------------------*/


/* infopath
------------------------------------------------------*/

.infopath {
  position: relative;
  color: #aaa;
  margin: 0 auto;
  text-align: left;
  cursor: default;
  max-width: 1190px;
  width: auto;
  padding: 0 9px;
  min-height: 18px;
  height: 18px !important;
  overflow: hidden;
}

.sp_contents .infopath {
  padding: 0 0 10px 0;
  max-width: none;
  height: auto;
}

.infopath .caroufredsel_wrapper {
  width: 100% !important;
}

.infopath ul {
  position: relative;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 18px;
  width: 100% !important;
  padding: 0 40px 0 7em;
}

.sp_contents .infopath ul {
  padding-right: 0;
}

.infopath ul li {
  font-size: 14px;
  line-height: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.infopath h2 {
  position: absolute;
  font-size: 14px;
  line-height: 18px;
  margin-right: .2em;
  display: inline-block;
  font-weight: normal;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HGS明朝E", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "ＭＳ Ｐ明朝", serif;
  z-index: 1;
}

.infopath h2:before {
  content: "\f0a1";
  font-size: 16px;
  line-height: 18px;
  margin: 0 2px 0 7px;
  font-family: FontAwesome;
}

.infopath h2:after {
  content: "：";
  display: inline-block;
  clear: none;
  width: auto;
  height: auto;
  visibility: visible;
}

.infopath .prev,
.infopath .next {
  position: absolute;
  width: 16px;
  height: 16px;
  background-color: rgba(255, 255, 255, 0.5);
  top: 0;
  cursor: pointer;
  -webkit-transition: 0.1s ease-in-out;
  -moz-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
  color: #9ab;
}

.sp_contents .infopath .prev,
.sp_contents .infopath .next {
  display: none !important;
}

.infopath .prev:hover,
.infopath .next:hover {
  background-color: #fff;
  color: #09c;
}

.infopath .prev {
  right: 29px;
}

.infopath .next {
  right: 9px;
}

.infopath .prev:before,
.infopath .next:before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  font-family: FontAwesome;
  font-size: 16px;
  line-height: 16px;
  width: 100%;
  height: 100%;
  text-align: center;
  text-indent: 0;
}

.infopath .prev:before {
  content: "\f104";
  text-indent: -2px;
}

.infopath .next:before {
  content: "\f105";
  text-indent: 2px;
}


/*----------------------------------------------------*/


/* content
------------------------------------------------------*/

.media_box {
  position: relative;
  margin: 0 0 14px 0;
  padding: 0;
  display: block;
  border: 0;
  overflow: visible;
}

.sp_contents .media_box {
  border: 0;
  padding: 0;
  margin: 0 0 10px 0;
  overflow: visible;
}

.sp_contents .media_box:before {
  display: none;
}

.media_box:before {
  display: none;
}

#container .media_box__content:after {
  content: "";
  display: table;
  clear: both;
}

.media_box__content {
  margin: 0;
  background: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, .1);
  border-radius: 4px;
  padding: 10px;
}

.grid .media_box__content {
  margin: 5px;
}

.media_box__content ul.nav {
  margin-top: 5px;
  font-size: 0;
  text-align: center;
  border: solid 1px #ddd;
  border-radius: 4px;
  overflow: hidden;
}

.media_box__content ul.nav li {
  display: inline-block;
  width: 50%;
}

.media_box__content ul.nav li:first-child:last-child {
  width: 100%;
}

.media_box__content ul.nav li * {
  vertical-align: middle;
}

.media_box__content ul.nav li+li a {
  border-left: solid 1px #f3f3f3;
}

.media_box__content ul.nav a {
  color: #333;
  font-size: 13px;
  line-height: 13px;
  display: block;
  padding: 3px;
  -webkit-transition: 0.1s ease-in-out;
  -moz-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

.no-touch .media_box__content ul.nav a:hover {
  background-color: #f9f9f9;
  text-decoration: none;
}

.media_box__content ul.nav .next:after {
  content: "\f105";
  display: inline-block;
  font-size: 15px;
  line-height: 13px;
  font-family: FontAwesome;
  font-weight: normal;
  margin-left: .25em;
}

.media_box__content ul.nav .prev:before {
  content: "\f104";
  display: inline-block;
  font-size: 15px;
  line-height: 13px;
  font-family: FontAwesome;
  font-weight: normal;
  margin-right: .25em;
}

.media_box .content_img {
  position: relative;
  float: left;
  width: 150px;
  z-index: 1;
  font-size: 0;
  line-height: 0;
}

.media_box .content_img img {
  height: auto;
  max-width: 100%;
  width: 150px;
  height: 197px;
  box-sizing: border-box;
  border: solid 1px #f3f3f3;
}

#item_tachiyomi_r {
  display: none;
}

.media_box .content_txt {
  width: 100%;
  float: right;
  margin-left: -170px;
  font-size: 1.4rem;
  padding: 5px 0;
}

.media_box .content_txt>* {
  margin-left: 170px;
}

.sp_contents .media_box .content_img {
  width: 150px;
  float: none;
  text-align: center;
  margin: 0 auto 10px auto;
}

.sp_contents .media_box .content_img img {
  width: 150px;
  height: 197px;
}

.sp_contents .media_box .content_txt {
  float: none;
  margin-left: 0;
}

.sp_contents .media_box .content_txt>* {
  margin-left: 0;
}

.media_box .content_txt .price {
  font-size: 1.3rem;
  line-height: 1.5;
  color: #666;
  margin: .5em 0;
}

.sp_contents .media_box .content_txt .price {
  text-align: center;
}

.media_box .content_txt .price .date {
  margin-right: 1em;
}

.media_box .book_title {
  font-size: 2.5rem;
  font-weight: bold;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "游明朝", "YuMincho", "HGS明朝B", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "ＭＳ Ｐ明朝", serif;
  line-height: 1.5;
  margin-bottom: 0.25em;
}

.media_box.top .book_title:after {
  content: "最新刊";
  color: #fff;
  padding: 3px;
  border-radius: 3px;
  font-size: 1.6rem;
  line-height: 1;
  margin-bottom: 5px;
  background-color: #c06;
  vertical-align: middle;
  margin-left: .25em;
  text-decoration: none;
  display: inline-block;
}

.media_box h2.book_title {
  display: none;
}

.sp_contents .media_box h2.book_title {
  display: block;
}

.sp_contents .media_box p.book_title {
  display: none;
}

.media_box p.book_lead {
  font-size: 1.6rem;
  margin-top: 1em;
}


/*----------------------------------------------------*/


/* latest_topics + masonry grid
------------------------------------------------------*/

#latest_topics,
#list_entry {
  padding-top: 20px;
  margin: 0 0 30px 0;
}

.section_header+.grid {
  margin-top: 0;
}

.grid {
  padding-bottom: 8px !important;
}

.grid ul.list {
  margin: -16px;
  font-size: 0;
}

@media screen and (max-width:767px) {
  .sp_contents .grid ul.list {
    margin: -16px;
  }
}

.grid-sizer {
  display: none;
}

li.grid-item {
  display: inline-block;
  position: relative;
  vertical-align: top;
  width: 50%;
  box-sizing: border-box;
  padding: 16px;
  clear: both;
}

li.grid-item.wide,
.grid ul.list.wide li.grid-item {
  width: 100%;
}

@media screen and (max-width:767px) {
  .sp_contents li.grid-item {
    padding: 0 16px 0 16px;
    width: 100%;
  }
  .sp_contents li.grid-item>.col a {
    position: relative;
    padding: 14px 0 14px 0;
    display: block;
    overflow: hidden;
  }
  .sp_contents li.grid-item>.col a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 0;
    border-bottom: solid 1px #f5eaea;
  }
}

li.grid-item>.col {
  height: 100% !important;
  width: 100%;
}

li.grid-item>.col a {
  color: inherit;
  text-decoration: none;
}

.no-touch li.grid-item>.col a:hover {
  color: #666;
}

li.grid-item>.col .photo,
li.grid-item>.col .bnr {
  position: relative;
  width: 150px;
  min-height: 1px;
  float: left;
}

.sp_contents li.grid-item>.col .photo,
.sp_contents li.grid-item>.col .bnr {
  width: 100px;
}

li.grid-item>.col .photo img {
  max-width: 100%;
  height: auto;
  outline: solid 1px rgba(0, 0, 0, .05);
}

li.grid-item>.col .detail {
  float: left;
  width: 100%;
  margin-left: -150px;
  font-size: 1.6rem;
}

.sp_contents li.grid-item>.col .detail {
  margin-left: -100px;
}

li.grid-item>.col .detail>* {
  margin-left: 165px;
}

.sp_contents li.grid-item>.col .detail>* {
  margin-left: 110px;
}

li.grid-item>.col .detail .date {
  color: #b7060c;
  font-size: 1.2rem;
}

.list.wide li.grid-item>.col .detail .date {
  font-size: 1.4rem;
}

li.grid-item>.col .detail .date span.new,
li.grid-item>.col .detail .pub {
  font-size: 0;
  vertical-align: middle;
  display: inline-block;
  background-color: #b7060c;
  font-weight: normal;
  line-height: 1;
  padding: 2px;
  font-family: "Times New Roman", serif;
  color: #fff;
  z-index: 10;
  white-space: nowrap;
}

li.grid-item>.col .detail .date span.new:before,
li.grid-item>.col .detail .pub:before {
  content: "NEW";
  font-size: 1.0rem;
}

li.grid-item>.col .detail .ser {
  font-size: 1.2rem;
  color: #977;
}

li.grid-item>.col .detail .title,
li.grid-item>.col .detail>dl>dt {
  font-weight: bold;
  font-size: 1.8rem;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "游明朝", "YuMincho", "HGS明朝B", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "ＭＳ Ｐ明朝", serif;
  overflow: hidden;
  margin-bottom: .5em;
}

.list.wide li.grid-item>.col .detail>dl>dt {
  font-size: 2.6rem;
}

li.grid-item>.col .detail .gaiyo,
li.grid-item>.col .detail>dl>dd {
  font-size: 1.3rem;
  /*height: 3em;*/
  overflow: hidden;
  word-break: break-word;
}

.list.wide li.grid-item>.col .detail>dl>dd {
  font-size: 1.6rem;
}

li.grid-item>.col .detail dt {
  font-weight: bold;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "游明朝", "YuMincho", "HGS明朝B", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "ＭＳ Ｐ明朝", serif;
  font-size: 2.1rem;
  line-height: 1.3;
  margin-bottom: .5em;
}

li.grid-item>.col .detail dt small {
  display: block;
  font-size: 1.3rem;
}

.list.wide li.grid-item>.col .detail dt small {
  font-size: 1.5rem;
}

li.grid-item>.col .detail dd br {
  display: none;
}


/*----------------------------------------------------*/


/* entry
------------------------------------------------------*/

.entry {
  position: relative;
  background-color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
  border: solid 1px #f5eaea;
  padding: 0 !important;
}


/*.entry:before {
content: "";
position: absolute;
left: -1px;
right: -1px;
top: -1px;
height: 5px;
background-color: #b7060c;
}*/

.entry>section:first-child {
  padding: 30px 30px 0 30px;
  margin: 0;
}

.entry_main {
  padding: 30px !important;
}

.sp_contents .entry_main {
  padding: 10px !important;
}

.sp_contents .entry>section:first-child {
  padding: 10px;
  margin: 0;
}

.entry p {
  margin: 1em 0;
}

.entry p:last-child {
  margin-bottom: 0;
}

.entry .entry_date,
.entry .entry_ser {
  margin: 0 0 .5em 0;
  font-size: 1.5rem;
  line-height: 1;
  color: #999;
}

.entry .entry_ser[data-title]:before {
  content: attr(data-title);
  display: inline-block;
  padding: 4px 3px;
  background-color: #b7060c;
  font-size: 1.3rem;
  vertical-align: middle;
  color: #fff;
  margin-right: 5px;
  border: 0 !important;
}

.entry .entry_date {
  font-size: 1.5rem;
  letter-spacing: .05em;
  color: #b7060c;
}

.entry .entry_ser a {
  margin-right: .5em;
}

.entry h2.entry_title {
  font-size: 3.0rem !important;
  line-height: 1.4;
  margin: .5em 0 !important;
}

.entry .entry_title small {
  display: block;
  font-size: 1.8rem;
  margin-top: .5em;
  margin-bottom: 0;
}

.ad_text {
  margin-top: 2em !important;
}

.ad_text a {
  border: 0 !important;
  color: #0085cc !important;
}

.no-touch .ad_text a:hover {
  text-decoration: underline !important;
}

.ad_text+.ad_text {
  margin-top: -.75em !important;
}

.ad_text a:before {
  content: "PR";
  color: #fff;
  background-color: #c06;
  border-radius: 2px;
  display: inline-block;
  vertical-align: middle;
  padding: 3px;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1;
  margin-right: .25em;
}

.entry .entry_author,
.entry .entry_keywords {
  margin: 0;
  font-size: 1.5rem;
}

.entry .entry_lead {
  margin: 2em 0 1em 0;
}

.entry .entry_lead+.entry_lead {
  margin-top: 1em;
}

.entry .entry_keywords h3 {
  font-size: inherit;
  font-weight: normal;
  display: inline;
}

.entry .entry_keywords h3:after {
  content: "：";
}

.entry .entry_keywords ul,
.entry .entry_keywords li {
  display: inline;
  font-size: inherit;
}

.entry .entry_keywords li {
  margin-right: .25em;
}

.entry a,
.entry_profile a {
  color: #333;
  border-bottom: 1px dotted #333;
  -webkit-transition: 0.1s ease-in-out;
  -moz-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

.no-touch .entry a:hover,
.no-touch .entry_profile a:hover {
  color: #802323;
  text-decoration: none;
  border-bottom: 1px dotted #802323;
}

.entry a[href*='.jpg'],
.entry a[href*='.jpeg'],
.entry a[href*='.gif'],
.entry a[href*='.png'],
.entry a[href*='.JPG'],
.entry a[href*='.JPEG'],
.entry a[href*='.GIF'],
.entry a[href*='.PNG'],
.no-touch .entry a[href*='.jpg']:hover,
.no-touch .entry a[href*='.jpeg']:hover,
.no-touch .entry a[href*='.gif']:hover,
.no-touch .entry a[href*='.png']:hover,
.no-touch .entry a[href*='.JPG']:hover,
.no-touch .entry a[href*='.JPEG']:hover,
.no-touch .entry a[href*='.GIF']:hover,
.no-touch .entry a[href*='.PNG']:hover,
.entry #keywords a {
  border: 0;
}

.entry img {
  box-sizing: border-box;
  max-width: 100%;
  max-height: 900px;
  width: auto;
  height: auto;
  margin: 0 auto;
}

.entry .img_shadow {
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .3);
  box-shadow: 0 3px 8px rgba(0, 0, 0, .3);
}

.entry .change_img {
  position: relative;
}

.entry .change_img input {
  display: none;
}

.entry .change_img .default_img {
  position: relative;
  z-index: 99;
}

.entry .change_img img {
  cursor: pointer;
}

.entry .change_img .default_img img {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  opacity: 1;
}

.entry .change_img input:checked + .default_img img {
  opacity: 0;
}

.entry .change_img .sub_img {
  position: absolute;
  top: 0;
  z-index: 1;
}

.entry_main .table_img img {
  width: 100%;
}

.entry #mainvisual {
  margin: 2em -40px 0 -40px !important;
}

.sp_contents .entry #mainvisual {
  margin: 10px -10px 0 -10px !important;
}

.entry #mainvisual>span {
  display: block;
  font-size: 0;
  line-height: 0;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 33.333%;
}

.entry #mainvisual img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  outline: 0;
  border: 0;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 600px;
}

.entry #mainvisual {
  text-align: center;
  margin: 30px -40px -30px -40px;
}

.sp_contents .entry {
  padding: 10px;
}

.sp_contents .entry #mainvisual {
  margin: 10px -10px 0 -10px;
}


/*.sp_contents .entry #mainvisual img {
min-width: 100%;
}*/

.entry_list {
  background: #fff;
  padding: 0;
  margin: 14px 0;
  border-radius: 4px;
  box-shadow: 0 0 2px rgba(0, 0, 0, .1);
}

.sp_contents .entry_list {
  margin: 10px 0;
}

.entry_list h3 {
  font-size: 13px;
  line-height: 1;
  padding: 10px 10px 8px 10px;
  border-bottom: solid 1px #edeef1;
}

.entry_list ul {
  font-size: 16px;
  font-size: 1.6rem;
  list-style-type: disc;
  padding: 10px 10px 10px 2em;
  margin: 0;
}

.entry_list li {
  margin-bottom: .25em;
}

.entry_list li a {
  color: #000;
  font-size: 16px;
  font-size: 1.6rem;
}

.no-touch .entry_list li a:hover {
  color: #09d;
}

.entry hr.shogi_pr {
  height: 1px;
  background: white;
  border: none;
  outline: none;
  position: relative;
  background: #f5eaea;
  text-align: center;
}

.entry hr.shogi_pr:before {
  content: attr(data-symbol);
  position: absolute;
  bottom: -16px;
  left: 0;
  right: 0;
  margin: 0 30%;
  background: white;
  color: #b7060c;
  font-size: 1.2em;
}

.entry .register_btn a {
  background-color: rgb(128, 35, 35);
  font-size: 16px;
  line-height: 1;
  box-sizing: border-box;
  text-align: center;
  height: 44px;
  color: rgb(255, 255, 255);
  font-weight: bold;
  cursor: pointer;
  border-radius: 4px;
  padding: 13px 20px;
  display: inline-block;
  margin: .5em 0;
}

.entry .register_btn a:before {
  content: "\f0e0";
  display: inline-block;
  font-family: FontAwesome;
  font-size: 18px;
  color: inherit;
  min-width: 1em;
  text-align: center;
  line-height: 1;
  font-weight: normal;
  vertical-align: middle;
  margin-right: 0.5em;
  padding-bottom: 4px;
}

.entry .register_btn a:hover {
  background-color: #992929;
  text-decoration: none;
  color: #fff !important;
}

.entry .question_area {
  padding: 1em;
  border: solid 1px #f5eaea;
  margin-bottom: 2em;
  border-radius: 4px;
  box-sizing: border-box;
}

.entry .question_area h4:first-child {
  margin-top: 0;
}

.entry .question_area figure {
  margin-bottom: 1em;
}

.entry .question_area input[type="checkbox"] {
  display: none;
}

.entry .question_area p label {
  background-color: rgb(128, 35, 35);
  font-size: 16px;
  line-height: 1;
  box-sizing: border-box;
  text-align: center;
  height: 44px;
  color: rgb(255, 255, 255);
  font-weight: bold;
  cursor: pointer;
  border-radius: 4px;
  padding: 13px 20px;
  display: block;
  margin: .5em auto;
  width: 150px;
}

.entry .question_area p label:before {
  content: " \f0a4";
  display: inline-block;
  font-family: FontAwesome;
  font-size: 18px;
  color: inherit;
  min-width: 1em;
  text-align: center;
  line-height: 1;
  font-weight: normal;
  vertical-align: middle;
  margin-right: 0.5em;
  padding-bottom: 4px;
}

.entry .question_area p label:hover {
  background-color: #992929;
  text-decoration: none;
  color: #fff !important;
}

.entry .question_area .shogi_answer {
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  height: 0;
  overflow: hidden;
  margin: 0;
  border-radius: 5px;
  opacity: 0;
  line-height: 0;
}

.entry .question_area input[type="checkbox"]:checked + .shogi_answer {
  height: 100%;
  margin-top: 2em;
  opacity: 1;
  line-height: 1.75;
}

.entry .question_area figure>figcaption {
  display: block;
  text-align: center;
}

.entry_main .item_meta a,
.entry_main .item_meta a:hover {
  border-bottom: none;
}

.entry_main .item_detail a,
.entry_main .item_detail a:hover {
  border-bottom: none;
}

.entry_main .item_detail a:hover {
  color: #4d2627;
  text-decoration: underline;
}


/*----------------------------------------------------*/


/* webpro
------------------------------------------------------*/

.entry.webpro .entry_address,
.entry.webpro .entry_features,
.entry.webpro .entry_spec {
  font-size: 13px;
  font-size: 1.3rem;
  margin: 0;
}

.entry.webpro .entry_spec em {
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "游明朝", "YuMincho", "HGS明朝B", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "ＭＳ Ｐ明朝", serif;
  font-weight: bold;
  font-style: normal;
  margin-left: 1.25em;
}

.entry.webpro .entry_spec em:after {
  content: " :";
}

.entry.webpro .entry_spec em:first-child {
  margin-left: 0;
}

.entry.webpro .entry_features h3 {
  font-size: inherit;
  font-weight: normal;
  display: inline;
  border: 0;
  padding: 0 !important;
}

.entry.webpro .entry_features h3:after {
  content: " :";
}

.entry.webpro .entry_features ul,
.entry.webpro .entry_features li {
  display: inline;
  font-size: inherit;
  margin: 0;
  padding: 0;
}

.entry.webpro .entry_features li {
  margin-right: .25em;
}

.entry.webpro p.entry_about+p {
  margin-top: 2em;
}


/*----------------------------------------------------*/


/* loginbox
------------------------------------------------------*/

#login_box {
  position: relative;
  background-color: #fff;
  padding: 24px;
  border-radius: 4px;
  box-shadow: 0 0 2px rgba(0, 0, 0, .1);
  margin: 10px 0 0 0;
}

#login_box:before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: -8px;
  margin-left: -8px;
  width: 0;
  height: 0;
  border-bottom: solid 8px #fff;
  border-left: solid 8px transparent;
  border-right: solid 8px transparent;
}

.entry #login_box {
  background-color: #fffafa;
  padding: 24px;
  border-radius: 4px;
  box-shadow: none;
  margin: 1em 0;
}

#login_box p {
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  color: #c06;
  position: relative;
}

#login_box p:before {
  content: "\f06a";
  font-family: FontAwesome;
  font-weight: normal;
}

#login_box ul {
  margin: 1em auto 0;
  overflow: hidden;
  text-align: center;
}

#login_box li {
  display: inline-block;
  margin: 0 1em;
}


/*----------------------------------------------------*/


/* entry_nav
------------------------------------------------------*/

.entry_nav {
  margin: -1px 0 0 0;
  background-color: #fff;
  border: solid 1px #f5eaea;
  overflow: hidden;
}

.sp_contents .entry_nav {}

.entry_nav ul {
  overflow: hidden;
  font-size: 0;
  position: relative;
}

.entry_nav ul>li {
  display: block;
}

.entry_nav ul>li.entry_nav_next {
  width: 50%;
  float: right;
  text-align: right;
}

.entry_nav ul>li.entry_nav_prev {
  width: 50%;
  float: left;
}

.entry_nav ul>li>a {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 1.5;
  font-weight: bold;
  padding: 10px 0 10px;
  color: #000;
  text-decoration: none !important;
  -webkit-transition: 0.1s ease-in-out;
  -moz-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

.entry_nav ul>li.entry_nav_next>a {
  padding-right: 40px;
}

.entry_nav ul>li.entry_nav_prev>a {
  padding-left: 40px;
}

.no-touch .entry_nav ul>li>a:hover,
.no-touch .entry_nav ul>li>a:hover {
  background-color: #f8f3f3;
  color: #802323;
}

.entry_nav ul>li.entry_nav_next>a:before,
.entry_nav ul>li.entry_nav_prev>a:before {
  position: absolute;
  top: 50%;
  font-family: FontAwesome;
  font-weight: normal;
  font-size: 3.6rem;
  line-height: 1;
  margin-top: -1.8rem;
  color: rgba(128, 35, 35, 0.63);
}

.entry_nav ul>li.entry_nav_next>a:before {
  content: "\f105";
  right: 10px;
}

.entry_nav ul>li.entry_nav_prev>a:before {
  content: "\f104";
  left: 10px;
}

.entry_nav ul>li.entry_nav_next>a:after,
.entry_nav ul>li.entry_nav_prev>a:after {
  content: attr(title);
  display: block !important;
  font-size: 11px;
  font-size: 1.1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
  font-weight: normal;
}

.no-touch .entry_nav ul>li.entry_nav_next>a:hover:before,
.no-touch .entry_nav ul>li.entry_nav_prev>a:hover:before {
  color: #802323;
}

.entry_nav ul>li.entry_nav_next>a:after {
  margin-left: 1em;
}

.entry_nav ul>li.entry_nav_prev>a:after {
  margin-right: 1em;
}

p.page_links,
.pager_ord {
  position: relative;
  text-align: center;
  clear: both;
  margin: 0 !important;
  font-weight: normal !important;
  padding: 0 0 30px 0;
  background-color: #fff;
  font-size: 0;
}

p.page_links.empty,
p.page_links:empty,
.pager_ord.empty,
.pager_ord:empty,
.sp_contents p.page_links {
  display: none;
}

p.page_links .summary,
.pager_ord>p:first-child {
  position: absolute;
  display: block;
  bottom: 0;
  font-size: 1.2rem;
  line-height: 1;
  width: 100%;
  margin: 0 0 10px 0;
  color: #c5a3a3;
  text-align: center;
}

.pager_ord>p:first-child:after {
  content: " ページ"
}

.pager_ord li {
  display: inline-block;
}

.page_links .current,
.page_links a,
.pager_ord strong,
.pager_ord a {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  box-sizing: border-box;
  border: solid 1px #f5eaea;
  background-color: #fdfafa;
  font-family: "Times New Roman", serif;
  font-size: 16px;
  font-weight: normal;
  min-width: 44px;
  max-height: 44px;
  min-height: 44px;
  text-decoration: none;
  text-align: center;
  line-height: 42px;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 0 0 -1px;
  -webkit-transition: 0.1s ease-in-out;
  -moz-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

.pager_ord ul {
  margin-left: 1px;
}


/*.pager_ord ul>li:first-child>* {
border-radius: 4px 0 0 4px;
}

.pager_ord ul>li:last-child>* {
border-radius: 0 4px 4px 0;
}*/

.page_links .back>span,
.page_links .next>span,
.page_links .first>span,
.page_links .last>span {
  display: none;
}

.page_links span.current,
.pager_ord strong {
  color: #fff;
  background-color: #b7060c;
  border-color: #b7060c;
  z-index: 1;
}

.page_links a {
  border-color: #f5eaea;
}

.no-touch .page_links a:hover {
  background-color: #f8f3f3;
}

.page_links .current {
  color: inherit;
}

.pager_ord li.prev a,
.pager_ord li.next a {
  font-size: 0;
}

.page_links .back:before,
.page_links .next:before,
.page_links .first:before,
.page_links .last:before,
.pager_ord li.prev a:before,
.pager_ord li.next a:before {
  content: "";
  font-family: FontAwesome;
  font-size: 21px;
}

.page_links .back:before,
.pager_ord li.prev a:before {
  content: "\f104";
}

.page_links .next:before,
.pager_ord li.next a:before {
  content: "\f105";
}

.page_links .first:before {
  content: "\f100";
}

.page_links .last:before {
  content: "\f101";
}

.page_links .first,
.page_links .last {
  display: none;
}


/*----------------------------------------------------*/


/* series box
------------------------------------------------------*/

.ser_box {
  margin: 0 0 2em 0;
}

.ser_box__content {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  position: relative;
  padding: 30px;
  border: solid 1px #f5eaea;
  overflow: hidden;
}

.sp_contents .ser_box__content {
  padding: 10px;
}

.ser_box__image {
  position: relative;
  float: left;
  width: 175px;
  margin-bottom: 0 !important;
}

.sp_contents .ser_box__image {
  width: 100px;
}

.ser_box__image img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  box-shadow: 0 0 1px rgba(0, 0, 0, .25);
}

.ser_box__about {
  margin-left: 205px;
  font-size: 1.6rem;
}

.sp_contents .ser_box__about {
  margin-left: 110px;
}

.ser_box__about h2 {
  margin-top: -.25em !important;
  font-size: 3.2rem !important;
}

.sp_contents .ser_box__about h2 {
  font-size: 2.6rem !important;
}

.ser_box__about p {
  margin-top: .5em;
}

.ser_box__about h2 small {
  display: block;
  text-align: center;
  font-size: 1.6rem;
  margin-top: .5em;
}

.ser_box__about>p.lead+.author,
.ser_box__about p.lead+.apply {
  margin-top: 1.5em;
}

.ser_box__about>.author {
  font-size: 1.3rem;
  overflow: hidden;
}

.ser_box__about>.author+.author {
  margin-top: 10px;
}

.ser_box__about>.author strong {
  display: block;
}

.ser_box__about>.author .author__image {
  float: left;
  width: 48px;
  line-height: 0;
}

.ser_box__about>.author .author__image img {
  border-radius: 2px;
  width: 48px;
}

.ser_box__about>.author .author__text {
  float: right;
  width: 100%;
  margin-left: -48px;
}

.ser_box__about>.author .author__text p {
  margin-top: 0;
  margin-left: 58px;
}

.ser_box__about a {
  color: inherit;
  border-bottom: dotted 1px #333;
}

.no-touch .ser_box__about a:hover {
  text-decoration: none;
  color: #802323;
  border-bottom-color: #802323;
}


/*----------------------------------------------------*/


/* misc button
------------------------------------------------------*/

article a.btn {
  position: relative;
  display: inline-block;
  color: #fff;
  margin: 5px 0;
  border: 0;
  padding: 5px;
  line-height: 1;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  cursor: pointer;
  font-size: 15px;
  font-size: 1.5rem;
  text-decoration: none;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, .15);
  -moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, .15);
  box-shadow: 0px 1px 0px rgba(0, 0, 0, .15);
  -webkit-transition: 0.1s ease-in-out;
  -moz-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&amp;0.1+0,0+100;White+to+Transparent */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.1)), color-stop(100%, rgba(255, 255, 255, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
  /* W3C */
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#1affffff', endColorstr='#00ffffff', GradientType=0);
  /* IE6-8 */
  background-color: #09d;
}

.no-touch article a.btn:hover {
  text-decoration: none;
  background-color: #08c;
  color: rgba(255, 255, 255, 0.75);
  border: 0;
}

article .btn.large,
article .btn--large {
  font-size: 21px;
  font-size: 2.1rem;
  padding: 10px;
  font-weight: bold;
  margin: 5px;
}

.loginbtn {
  padding: 0;
}

#loginbox>p {
  text-align: center;
}

.loginbtn .btn {
  min-width: 8em;
}

.entryform {
  margin-top: 1em;
  text-align: center;
}

.entryform .btn {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 10px;
  font-weight: bold;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "游明朝", "YuMincho", "HGS明朝B", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "ＭＳ Ｐ明朝", serif;
  margin: 5px;
}

.entryform .btn:after {
  content: "\f105";
  font-family: FontAwesome;
  font-weight: normal;
  margin-left: .25em;
}


/*----------------------------------------------------*/


/* share
------------------------------------------------------*/

.share {
  margin: 0;
  padding: 0;
  text-align: left;
  white-space: nowrap;
  font-size: 0;
  line-height: 0;
  min-height: 25px;
}

.entry .share {
  margin: 20px 0 0 0;
}

.intro .share {
  margin: 20px 0;
}

.share>ul {
  display: block;
  white-space: normal;
}

.share>ul>li {
  display: inline-block;
  margin: 0 2px 5px 0 !important;
  padding: 0;
  vertical-align: bottom;
  height: 20px;
  font-size: 0 !important;
  line-height: 0 !important;
}

.share ul>li>* {
  position: relative !important;
  display: inline !important;
  vertical-align: top !important;
  max-height: 20px !important;
  text-align: right !important;
}

.share .twitter-share-button {
  width: 75px !important;
}

.share .fb-like>span {
  min-width: 88px !important;
  vertical-align: top !important;
  overflow: hidden !important;
}

.fb-like-box {
  background-color: #fff;
  min-height: 240px;
}

div[id^="___plusone"],
div[id^="___plusone"] iframe {
  width: 64px !important;
}

.share img {
  max-height: 20px !important;
}

#bnr-widget {
  font-size: 0;
}


/*----------------------------------------------------*/


/* accordion toggle
------------------------------------------------------*/

.accordion {
  position: relative;
  display: none;
  z-index: 0;
  margin: 1em 0 0 0;
}

.accordion-wrap {
  display: none;
  margin-left: 1.25em;
  margin-right: 1em;
  padding-bottom: 1em;
  font-size: 1.4rem;
  line-height: 1.5;
}

.accordion-wrap:before {
  content: "";
  display: block;
  width: 100%;
  height: 1em;
}

.accordion+.accordion {
  margin-top: 0;
  border: none;
  padding-top: 0;
}

.accordion .toggle {
  font-size: 1.6rem;
  display: inline-block;
  color: #802323;
  cursor: pointer;
  font-weight: bold;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "游明朝", "YuMincho", "HGS明朝B", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "ＭＳ Ｐ明朝", serif;
  -webkit-transition: 0.1s ease-in-out;
  -moz-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

.accordion-wrap,
.accordion .toggle {
  font-size: inherit !important;
}

. .accordion {
  margin-top: 1em;
}

.no-touch .accordion .toggle:hover {
  text-decoration: underline;
}

.no-touch .accordion .toggle:hover {
  color: #b73131;
  text-decoration: none;
}

.accordion .toggle:before {
  content: "\F0DA";
  font-family: FontAwesome;
  display: inline-block;
  width: 1em;
  text-align: center;
  font-weight: normal;
  font-size: 1.8rem;
}

.accordion .toggle.open:before {
  content: "\f0d7";
}


/*----------------------------------------------------*/


/* lightbox (fancybox.js) override
------------------------------------------------------*/

.fancybox-overlay {
  overflow: auto;
  overflow-y: auto !important;
}

.fancybox-wrap {
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

.fancybox-skin {
  box-shadow: none !important;
}

.fancybox-iframe {
  max-height: 720px !important;
}

.fancybox-prev,
.fancybox-next {
  width: 44px !important;
  height: 44px !important;
  top: 50% !important;
  margin-top: -22px !important;
  background-color: transparent;
}

.fancybox-prev {
  left: -44px !important;
}

.fancybox-next {
  right: -44px !important;
}

.fancybox-prev span,
.fancybox-next span {
  visibility: visible !important;
}

.fancybox-prev span {
  left: 5px !important;
}

.fancybox-next span {
  right: 5px !important;
}

.fancybox-close {
  width: 44px !important;
  height: 44px !important;
  top: -44px !important;
  right: -44px !important;
  background-image: none;
}

.fancybox-close:before {
  content: "×";
  font-family: sans-serif;
  color: #fff;
  display: inline-block;
  width: 44px;
  height: 44px;
  text-align: center;
  font-size: 36px;
  line-height: 44px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}

.fancybox-title.fancybox-title-outside-wrap a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px dotted #fff;
  -webkit-transition: 0.1s ease-in-out;
  -moz-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

.no-touch .fancybox-title.fancybox-title-outside-wrap a:hover {
  color: #802323;
  text-decoration: none;
  border-bottom: 1px dotted #802323;
}


/*----------------------------------------------------*/


/* buy button + dropdown
------------------------------------------------------*/

.sp_contents .buy_links {
  text-align: center;
  padding-left: 5px;
}

dl.buy,
p.buy {
  display: inline-block;
  position: relative;
  margin: 0;
  font-size: 0;
}

dl.buy dt.buy_btn,
p.buy a.buy_btn {
  cursor: pointer;
  min-width: 7.5em;
  padding: 13px;
  border-radius: 4px;
  font-weight: bold;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "游明朝", "YuMincho", "HGS明朝B", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "ＭＳ Ｐ明朝", serif;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1;
  text-align: center;
  margin: 0 5px 5px 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&amp;0.1+0,0+100;White+to+Transparent */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.1)), color-stop(100%, rgba(255, 255, 255, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
  /* W3C */
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#1affffff', endColorstr='#00ffffff', GradientType=0);
  /* IE6-8 */
  background-color: #09d;
}

dl.buy dt.buy_btn:after {
  content: "\f107";
  margin-left: .25em;
  font-family: FontAwesome;
  display: inline-block;
  width: 1em;
  visibility: visible;
  position: relative;
  color: #fff;
  opacity: .5;
}

dl.buy.hover dt.buy_btn {
  background-color: #08c;
  color: rgba(255, 255, 255, 0.75);
}

dl.buy.hover dt.buy_btn:after {
  color: #fff;
}

.no-touch p.buy a.buy_btn:hover {
  text-decoration: none;
  background-color: #08c;
  color: rgba(255, 255, 255, 0.75);
}

dl.buy dd {
  position: absolute;
  z-index: 100;
  left: 50%;
  height: 0;
  text-align: left;
}

dl.buy dd ul {
  position: relative;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 1px 5px rgba(0, 0, 0, .35);
  display: none;
  margin: -10px 0 0 0;
  padding: 4px 0;
  margin-left: -50%;
  font-size: 0;
  line-height: 0;
  min-width: 100px;
}

dl.buy.hover dd ul {
  display: inline-block;
}

dl.buy.hover dd ul:before {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -6px;
  top: -6px;
  border-bottom: solid 6px #fff;
  border-left: solid 6px transparent;
  border-right: solid 6px transparent;
}

dl.buy.hover dd ul a {
  display: block;
  position: relative;
  color: #333;
  text-align: center;
  padding: 5px 10px;
  line-height: 0;
  font-size: 1.5rem;
  min-height: 30px;
  text-decoration: none;
  border-bottom: 0;
  white-space: nowrap;
}

dl.buy.hover dd ul li:last-child a {
  border-bottom: 0;
}

.no-touch dl.buy.hover dd ul a:hover:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, .15);
}

dl.buy.hover dd ul a img {
  max-height: 30px;
  width: auto;
}

.no-touch dl.buy.hover dd ul a:hover img {
  filter: 100;
  -moz-opacity: 1;
  opacity: 1;
}


/*----------------------------------------------------*/


/* detail sandbox
------------------------------------------------------*/

.entry_profile {
  border: solid 1px #f5eaea;
  /*background-color: #fcf9f9;*/
  padding: 20px 30px 30px 30px;
  font-size: 1.3rem;
  overflow: hidden;
  margin: -1px 0 0 0;
}

.sp_contents .entry_profile {
  padding: 10px;
}

.entry_profile h3 {
  font-size: 1.6rem;
  color: #843438;
  margin: 0 0 .5em 0;
}

.entry_profile .profile_box {
  clear: both;
  margin: 1em 0 2em 0;
  overflow: hidden;
}

.sp_contents .entry_profile .profile_box {
  margin: 5px 0 10px 0;
}

.entry_profile h3+.profile_box {
  margin-top: 0;
}

.entry_profile .profile_box:last-child {
  margin-bottom: 0;
}

.entry_profile .profile_image {
  clear: both;
  float: left;
  position: relative;
  margin-top: 3px;
  width: 64px;
  height: 64px;
  border-radius: 2px;
  overflow: hidden;
  line-height: 0;
  /*box-shadow: 0 0 1px rgba(0,0,0,.35);*/
  background-color: #fff;
}

.entry_profile .profile_image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.entry_profile .profile_detail {
  margin-left: 79px;
}

.entry_profile dl.profile_detail dt {
  font-weight: bold;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "游明朝", "YuMincho", "HGS明朝B", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "ＭＳ Ｐ明朝", serif;
  font-size: 1.4rem;
  margin-bottom: .25em;
}


/* 関連商品一覧 */

#related_items {
  margin: 2em 0;
  overflow: hidden;
}

.related_item {
  display: table;
  overflow: hidden;
  border: solid 1px #f5eaea;
  border-width: 1px 0;
  padding: 15px 0;
  margin: -1px 0 0 0;
  font-size: 1.4rem;
}

.related_item .item_meta {
  display: table-cell;
  max-width: 140px;
  min-width: 64px;
  padding: 0 15px 0 10px;
  width: 15%;
  position: relative;
  vertical-align: top;
}

.related_item .item_meta_image {
  position: relative;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.related_item .item_meta_image img {
  display: block;
  margin: 1px auto;
  outline: solid 1px rgba(0, 0, 0, .05);
  width: auto;
  height: auto;
  min-height: 64px;
  max-width: 100%;
  max-height: 100%;
}

.related_item .item_meta_image a:after {
  content: "購入する";
  display: block;
  font-size: 1.2rem;
  line-height: 1;
  margin: 5px 0 0 0 !important;
  min-width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  background-color: #802323;
  border-radius: 2px;
  text-align: center;
  padding: 5px 3px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #fff;
  font-weight: bold;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "游明朝", "YuMincho", "HGS明朝B", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "ＭＳ Ｐ明朝", serif;
  cursor: pointer !important;
}

.no-touch .related_item .item_meta_image a:hover:after {
  background-color: #992929;
  text-decoration: none;
}

#detailmenu {
  text-align: center;
}

.item_meta_image+#detailmenu {
  margin-top: -.5em;
}

#detailmenu li.tachiyomi_r {
  font-size: 1.4rem;
}

#detailmenu li.tachiyomi_r a:before {
  content: "\f00e";
  display: inline-block;
  font-family: FontAwesome;
  padding-right: .25em;
  font-weight: normal;
}

.related_item .item_detail {
  display: table-cell;
  vertical-align: top;
  font-size: 1.3rem;
}

.related_item dl.item_detail dt.title {
  font-size: 1.8rem;
  font-weight: bold;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "游明朝", "YuMincho", "HGS明朝B", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "ＭＳ Ｐ明朝", serif;
}

.related_item dl.item_detail dd.author {
  margin: .25em 0 1em 0;
}

.related_item dl.item_detail dd.author a {
  color: inherit;
  border-bottom: 1px dotted #999;
  text-decoration: none;
}

.no-touch .related_item dl.item_detail dd.author a:hover {
  color: #802323 !important;
  border-bottom-color: #802323;
}

.sp_contents .related_item dl.item_detail dd.description {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}


/*----------------------------------------------------*/


/* top banner
------------------------------------------------------*/

.local_topbnr {
  margin: 0 0 1em 0;
}

.topbnr-wrap {
  position: relative;
  height: 0;
  padding-top: 33.333%;
  box-sizing: content-box;
  outline: solid 1px #f5eaea;
  margin: 1px;
  overflow: hidden;
  background-color: #fffdfd;
}

.topbnr-wrap::after {
  content: "";
  background: url('/files/user/img/shogi-news/top/shogi-news_logo.png');
  background-repeat: no-repeat;
  background-position: center 47%;
  background-size: 30%;
  opacity: 0.1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 0;
}

ul.topbnr {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  visibility: hidden;
}

ul.topbnr li {
  display: block;
  width: 100%;
  height: 100%;
  float: left;
  position: relative;
}

ul.topbnr li a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  text-align: center;
}

ul.topbnr img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: 100%;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.topbnr-wrap>.prev,
.topbnr-wrap>.next {
  position: absolute;
  top: 50%;
  margin-top: -22px;
  height: 44px;
  width: 44px;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  color: #fff;
  text-shadow: 0 0 2px rgba(0, 0, 0, .5), 1px 1px 0 #4c2628;
  opacity: .66;
  -webkit-transition: 0.1s ease-in-out;
  -moz-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
  visibility: hidden;
}

.topbnr-wrap>.prev.disabled,
.topbnr-wrap>.next.disabled {
  opacity: 0;
  cursor: default;
}

.topbnr-wrap>.prev {
  left: 0;
}

.topbnr-wrap>.next {
  right: 0;
}

.no-touch .topbnr-wrap>.prev:hover,
.no-touch .topbnr-wrap>.next:hover {
  opacity: 1;
}

.no-touch .topbnr-wrap>.prev.disabled:hover,
.no-touch .topbnr-wrap>.next.disabled:hover {
  opacity: 0;
}

.topbnr-wrap>.prev:before,
.topbnr-wrap>.next:before {
  content: "";
  display: block;
  width: 100%;
  text-align: center;
  font-family: FontAwesome;
  font-size: 64px;
  line-height: 44px;
}

.topbnr-wrap>.prev:before {
  content: "\f104";
}

.topbnr-wrap>.next:before {
  content: "\f105";
}

@media screen and (max-width:767px) {
  .sp_contents .topbnr-wrap>.prev,
  .sp_contents .topbnr-wrap>.next {
    display: none !important;
  }
  .sp_contents .topbnr-wrap>.prev:before,
  .sp_contents .topbnr-wrap>.next:before {
    font-size: 10vw;
  }
}

.topbnr-pager-wrap {
  overflow: hidden;
  min-height: 20px;
  margin: 10px 0 0 0;
}

.topbnr-pager-wrap>div {
  margin: 4px -3px 0 -3px;
  overflow: hidden;
}

.sp_contents .topbnr-pager-wrap>div {
  margin: 2px -1px 0 -1px;
}

.topbnr-pager-wrap .caroufredsel_wrapper {
  text-align: center;
  overflow: visible;
}

.caroufredsel_wrapper {
  z-index: 1 !important;
}

.caroufredsel_wrapper .topbnr-pager {
  text-align: center !important;
  width: auto !important;
  right: 0 !important;
}

.caroufredsel_wrapper .topbnr-pager>a {
  vertical-align: top;
  overflow: visible;
  position: relative;
  display: inline-block;
  width: 20px !important;
  height: 20px !important;
  border-radius: 50%;
  background-color: transparent;
  margin: 0 10px;
  overflow: hidden;
}

.caroufredsel_wrapper .topbnr-pager>a>span {
  display: block;
  overflow: hidden;
  font-size: 0;
  border-radius: 50%;
  width: 12px !important;
  height: 12px !important;
  margin: 4px;
  background-color: #eddbdb;
}

.caroufredsel_wrapper .topbnr-pager>a:hover>span {
  background-color: #e7c8c8;
}

.caroufredsel_wrapper .topbnr-pager>a.selected>span,
.no-touch .caroufredsel_wrapper .topbnr-pager>a:hover.selected>span {
  background-color: #b7060c;
}

ul.topbnr-pager {
  font-size: 0;
  white-space: nowrap;
  overflow: hidden;
}

ul.topbnr-pager>li {
  width: 33.33%;
  box-sizing: border-box;
  padding: 4px;
  display: inline-block;
}

.sp_contents ul.topbnr-pager>li {
  padding: 1px;
}

ul.topbnr-pager>li>a {
  display: block;
  position: relative;
  height: 0;
  width: 100%;
  padding-top: 33.3%;
  outline: solid 1px #f5eaea;
  box-sizing: border-box;
  margin: 0;
  -webkit-transform: translate3d(0, 0, 0);
  pointer-events: none;
}

.topbnr-pager-wrap.loaded ul.topbnr-pager>li>a {
  pointer-events: auto;
}

ul.topbnr-pager li img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  z-index: 0;
  visibility: hidden;
}

ul.topbnr-pager>li.selected a {
  cursor: default;
}

ul.topbnr-pager>li.selected a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(255, 255, 255, .75);
  opacity: 0;
  -webkit-transition: 0.1s ease-in-out;
  -moz-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

ul.topbnr-pager>li.selected a:before {
  opacity: 1;
}

#contents h2 {
  font-size: 2.1rem;
  margin: 0 0 .15em 0;
}

.section_header {
  clear: both;
  margin: 0;
  padding: 0;
  border-bottom: solid 1px #b31017;
}

.section_header+div {
  padding-top: 20px;
}

.manga .section_header {
  clear: none;
}

.section_header>h2 {
  display: inline;
  color: #b7060c;
  font-size: 2.1rem;
  line-height: 1.3;
  margin-bottom: 0 !important;
  margin-right: .25em !important;
}

.section_header h2+p {
  display: inline;
  font-size: 1.3rem;
  line-height: 1;
}

#contents .manga .section_header>h2 {
  font-size: 1.5rem !important;
}

@media screen and (max-width:1120px) {
  #contents .manga .section_header>h2 {
    font-size: 1.2rem !important;
  }
}

.manga .section_header>h2:before {
  content: "\00a0";
  font-size: 2.1rem;
  line-height: 1.3;
  margin-left: -.25em;
}


/* pickup carousel */

.pickup h3 {
  display: none;
}

.pickup {
  position: relative;
}

.pickup .pickup-category {
  visibility: hidden;
  position: absolute;
  width: 100%;
  overflow: hidden;
}

.pickup .pickup-category.on {
  visibility: visible;
  position: relative;
  width: auto;
  overflow: auto;
  border: solid 1px #f5eaea;
}

ul.pickup-menu {
  display: table;
  border-collapse: collapse;
  position: relative;
  table-layout: fixed;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  margin: 0 0 -1px 0;
  border: solid 1px #f5eaea;
  background-color: #f9f9f9;
  z-index: 1;
  border-bottom-color: #eee;
}

ul.pickup-menu li {
  display: table-cell;
  position: relative;
  height: 100%;
  vertical-align: middle;
  border-right: solid 1px #f5eaea;
  border-left: solid 1px #f5eaea;
}

ul.pickup-menu li a {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  font-size: 1.4rem;
  line-height: 1.2;
  margin: 0;
  font-weight: bold;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "游明朝", "YuMincho", "HGS明朝B", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "ＭＳ Ｐ明朝", serif;
  color: inherit;
}

ul.pickup-menu li:last-child a {
  border-right: 0;
}

ul.pickup-menu li a>span {
  display: table-cell;
  position: relative;
  vertical-align: middle;
  border: 0;
  width: 100%;
  height: 100%;
  padding: 10px 5px;
  box-sizing: border-box;
}

.no-touch ul.pickup-menu li a:not(.on):hover {
  background-color: #f8f3f3;
  color: #802323;
}

ul.pickup-menu li a.on {
  background-color: #b7060c;
  color: #fff;
  cursor: default;
}

ul.pickup-menu li a.on:before {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -7px;
  bottom: -1px;
  border-bottom: solid 7px #fff;
  border-left: solid 7px transparent;
  border-right: solid 7px transparent;
  z-index: 0;
}

.pickup-slider-container {
  position: relative;
  padding: 0;
  overflow: hidden;
}

.pickup-slider-container>.prev,
.pickup-slider-container>.next {
  position: absolute;
  top: 50%;
  height: 44px;
  width: 40px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  border-radius: 4px;
  color: #fff;
  text-shadow: 0 0 2px #000;
  -webkit-transition: 0.1s ease-in-out;
  -moz-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
  background-color: rgba(10, 20, 60, .9);
  box-shadow: 0 1px 3px rgba(0, 0, 0, .25);
  opacity: .75;
  /*border: solid 1px rgba(255,255,255,.5);*/
}

.pickup-slider-container>.prev.disabled,
.pickup-slider-container>.next.disabled {
  opacity: 0;
  display: none !important;
  cursor: default;
}

.pickup-slider-container .prev {
  left: 0;
  border-radius: 0 4px 4px 0;
  border-left: 0;
}

.pickup-slider-container .next {
  right: 0;
  border-radius: 4px 0 0 4px;
  border-right: 0;
}

.no-touch .pickup-slider-container>.prev:hover,
.no-touch .pickup-slider-container>.next:hover {
  opacity: 1;
}

.no-touch .pickup-slider-container>.prev.disabled:hover,
.no-touch .pickup-slider-container>.next.disabled:hover {
  background-color: transparent;
}

.pickup-slider-container .prev:before,
.pickup-slider-container .next:before {
  content: "";
  display: block;
  width: 100%;
  text-align: center;
  font-family: FontAwesome;
  font-size: 44px;
  line-height: 40px;
  position: absolute;
}

.pickup-slider-container .prev:before {
  content: "\f104";
  text-indent: -4px;
}

.pickup-slider-container .next:before {
  content: "\f105";
  text-indent: 4px;
}

.pickup h3 {
  clear: both;
  border-bottom: solid 1px #f5eaea;
  font-weight: bold;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "游明朝", "YuMincho", "HGS明朝B", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "ＭＳ Ｐ明朝", serif;
  color: #b7060c;
  font-size: 1.4rem;
}

#item_category_list {
  overflow: hidden;
  margin: 2em 0 !important;
  /*border-bottom: solid 1px #f5eaea;*/
}

#item_category_list.narrow {
  width: 75%;
  float: left;
}

#contents>div:first-child #item_category_list {
  margin-top: 0 !important;
}

ul.pickup-slider,
#item_category_list>ul.category_list {
  clear: both;
  margin: 0 !important;
  overflow: hidden;
  font-size: 0;
  position: relative;
}

#item_category_list.loading .category_list:before,
#item_category_list.loading .page_links:before,
#item_category_list.loading .pager_ord:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, .8);
  z-index: 90;
}

.ajax-loader {
  width: 100%;
  height: 128px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 101;
}

#item_category_list>ul.category_list {
  margin: 0 -10px 0 -10px !important;
  display: block !important;
  font-size: 0;
  padding-bottom: 10px;
}

ul.pickup-slider>li,
#item_category_list>ul.category_list>li {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  min-width: 151px;
  text-align: left;
  box-sizing: border-box;
  padding: 20px 20px 10px 20px;
  background: transparent !important;
  border: 0 !important;
}

#item_category_list.narrow>ul.category_list>li {
  width: 33.333%;
}

@media screen and (max-width:639px) {
  .sp_contents #item_category_list>ul.category_list>li {
    width: 33.333%;
  }
}

@media screen and (max-width:479px) {
  .sp_contents #item_category_list>ul.category_list>li {
    width: 50%;
  }
}

@media screen and (min-width:900px) {
  .sp_contents #item_category_list>ul.category_list>li {
    width: 20%;
  }
}

@media screen and (min-width:1024px) {
  .sp_contents #item_category_list>ul.category_list>li {
    width: 16.666%;
  }
}

ul.pickup-slider .image,
#item_category_list .image {
  display: block;
  position: relative;
  margin-bottom: 10px;
  height: 0;
  width: 100% !important;
  float: none !important;
}

ul.pickup-slider .image {
  height: 154px;
}

#item_category_list .image {
  height: 0;
  padding-top: 100%;
}


/*.sp_contents #item_category_list .image {
max-height: 235px;
padding-top: 0;	
}*/

ul.pickup-slider li .detail {
  max-width: 180px;
}

ul.pickup-slider li .detail dt a span.new,
#item_category_list li .detail dt a span.new,
#item_category_list li .detail dt a span.pre-order {
  display: inline-block;
  padding: 2px;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HGS明朝E", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "ＭＳ Ｐ明朝", serif !important;
  font-size: 0;
  line-height: 1;
  vertical-align: text-bottom;
  background-color: #b7060c;
  font-weight: normal;
  color: #fff;
  white-space: nowrap;
}

ul.pickup-slider li .detail dt a span.new:before,
#item_category_list li .detail dt a span.new:before {
  content: "NEW";
  font-size: 10px;
}

#item_category_list li .detail dt a span.pre-order:before {
  content: "予約";
  font-size: 10px;
}

#item_category_list dl.detail dd span+span {
  margin-left: 2px;
}

#item_category_list dl.detail dd span.sale,
#item_category_list dl.detail dd span.point,
#item_category_list dl.detail dd span.special,
#item_category_list dl.detail dd span.sign {
  display: inline-block;
  padding: 2px !important;
  vertical-align: text-bottom;
  font-weight: normal;
  font-size: 0;
  line-height: 1;
  white-space: nowrap;
  color: #fff;
}

#item_category_list dl.detail dd span.sale:before,
#item_category_list dl.detail dd span.point:before,
#item_category_list dl.detail dd span.special:before,
#item_category_list dl.detail dd span.sign:before {
  font-size: 10px;
}

#item_category_list dl.detail dd span.sale {
  background-color: #547f2e;
}

#item_category_list dl.detail dd span.sale:before {
  content: "SALE";
}

#item_category_list dl.detail dd span.point {
  background-color: #c19947;
}

#item_category_list dl.detail dd span.point:before {
  content: "ポイント";
}

#item_category_list dl.detail dd span.special {
  background-color: #6a3f6a;
}

#item_category_list dl.detail dd span.special:before {
  content: "特典あり";
}

#item_category_list dl.detail dd span.sign {
  background-color: #37537a;
}

#item_category_list dl.detail dd span.sign:before {
  content: "サイン本";
}

ul.pickup-slider .image img,
#item_category_list .image img {
  position: absolute;
  outline: solid 1px rgba(0, 0, 0, .05);
  bottom: 0;
  left: 0;
  /*right: 0;*/
  margin: auto;
  max-height: 100%;
  min-height: 110px;
  min-width: 85px;
  max-width: 100%;
  width: auto;
  height: auto;
  z-index: 0;
}

#item_category_list .image img {
  width: auto;
}


/*ul.pickup-slider .image img {
max-height: 168px;
}*/

ul.pickup-slider dl.detail {
  /*min-height: 7em;*/
}

ul.pickup-slider dl.detail dt,
#item_category_list dl.detail dt {
  font-size: 1.3rem;
  font-weight: bold;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "游明朝", "YuMincho", "HGS明朝B", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "ＭＳ Ｐ明朝", serif;
  word-break: break-word;
}

ul.pickup-slider dl.detail dt a,
#item_category_list dl.detail dt a {
  color: #802323 !important;
}

ul.pickup-slider dl.detail dd,
#item_category_list dl.detail dd {
  font-size: 1.1rem;
  margin: .25em 0;
}

ul.pickup-slider dl.detail dd a,
#item_category_list dl.detail dd a {
  border-bottom: 1px dotted #999;
  color: inherit !important;
  text-decoration: none;
}

.no-touch ul.pickup-slider dl.detail dd a:hover,
.no-touch #item_category_list dl.detail dd a:hover {
  color: #802323 !important;
  border-bottom-color: #802323;
  text-decoration: none;
}

#item_category_list dl.detail dd a[href*="contents_type="] {
  position: relative;
  border: none !important;
  background-color: #f3eded;
  vertical-align: middle;
  display: inline;
  font-weight: normal;
  line-height: 1.2;
  padding: 2px;
  font-size: 10px;
  color: #802323 !important;
  z-index: 10;
  white-space: normal;
  text-decoration: none;
}

#item_category_list dl.detail dd a[href*="contents_type="]:hover {
  background-color: #e8d3d3;
  border: none;
}

#contents .manga {
  margin-left: 77%;
  padding-top: 32px;
}

.manga figure {
  display: block;
  margin: 0 auto;
  max-width: 400px;
  padding-top: 20px;
  font-size: 0;
  line-height: 0;
}

.manga figure>a {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  border: solid 1px #f5eaea;
  width: 100%;
}

.sp_contents .manga figure>a {
  max-height: 580px;
  height: 130vw;
  overflow: hidden;
}

.sp_contents .manga figure>a.on {
  max-height: none;
  height: auto;
  overflow: visible;
}

.sp_contents .manga figure>a::before {
  content: "続きを読む";
  position: absolute;
  bottom: 10px;
  display: block;
  left: 10px;
  right: 10px;
  font-size: 1.6rem;
  line-height: 1;
  height: auto;
  background-color: #802323;
  color: #fff;
  padding: 14px;
  text-align: center;
  text-decoration: none;
  border-radius: 3px;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "游明朝", "YuMincho", "HGS明朝B", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "ＭＳ Ｐ明朝", serif;
  font-weight: bold;
  z-index: 1;
}

.sp_contents .manga figure>a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 33%;
  z-index: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
}

.sp_contents .manga figure>a.on {
  pointer-events: none;
}

.sp_contents .manga figure>a.on::before,
.sp_contents .manga figure>a.on::after {
  opacity: 0;
}

.manga figure figcaption {
  margin-top: 5px;
  font-size: 1.2rem;
  line-height: 1.6;
}

.manga img {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 2%;
}


/* Text Banner */

#contents .manatee_midbnr.bnr_txt {
  margin: 0;
  padding: 0;
}

#contents .manatee_midbnr.bnr_txt ul.midbnr>li:first-child {
  margin-top: 28px;
  padding-top: 10px;
  border-top: solid 1px #f5eaea;
}

#contents .manatee_midbnr.bnr_txt ul.midbnr>li:last-child {
  padding-bottom: 10px;
  border-bottom: solid 1px #f5eaea;
  margin-bottom: 28px;
}

#contents .manatee_midbnr.bnr_txt ul.midbnr>li {
  margin: .1em 0;
}

#contents .manatee_midbnr.bnr_txt ul.midbnr>li>a:before {
  content: "PR";
  background-color: #b7060c;
  display: inline-block;
  padding: 3px;
  color: #fff;
  line-height: 1;
  font-size: 1.1rem;
  margin-right: .25em;
  text-decoration: none;
  vertical-align: middle;
}


/* Image Banner */

.manatee_midbnr {
  font-size: 0;
  line-height: 0;
}

.manatee_midbnr.bnr_img,
.sp_contents .manatee_midbnr.bnr_side {
  clear: both;
  margin: 28px 0;
}

.manatee_midbnr.bnr_img ul,
.sp_contents .manatee_midbnr.bnr_side ul {
  display: block;
  font-size: 0;
  line-height: 0;
  margin: 0 -3px;
  padding: 0;
}

.manatee_midbnr.bnr_img li,
.sp_contents .manatee_midbnr.bnr_side li {
  display: inline-block;
  box-sizing: border-box;
  width: 25%;
  padding: 3px;
  text-align: center;
}

@media only screen and (max-width:639px) {
  .manatee_midbnr.bnr_img li,
  .sp_contents .manatee_midbnr.bnr_side li {
    width: 50%;
  }
}

.manatee_midbnr.bnr_img li img,
.sp_contents .manatee_midbnr.bnr_side li img {
  max-width: 100%;
  width: 100%;
  height: auto;
}


/* Series Banner */

.manatee_midbnr.bnr_ser {
  clear: both;
  margin: 28px 0;
}

.manatee_midbnr.bnr_ser>p {
  font-size: 1.4rem;
}

.manatee_midbnr.bnr_ser ul {
  display: block;
  font-size: 0;
  line-height: 0;
  margin: 0 -3px 3px -3px;
  padding: 0;
}

.manatee_midbnr.bnr_ser li {
  display: inline-block;
  box-sizing: border-box;
  width: 50%;
  padding: 4px;
}

.manatee_midbnr.bnr_ser li>a {
  position: relative;
  outline: solid 1px #f5eaea;
  display: block;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  height: 0;
  padding-top: 33.333%;
  background-color: #fff;
}

.manatee_midbnr.bnr_ser li img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  box-sizing: border-box;
  margin: auto;
  -webkit-transform: translate3d(0, 0, 0);
}

.twitter-timeline {
  border: solid 1px #e3e9ed !important;
  box-sizing: border-box;
  width: 100% !important;
  display: block !important;
  margin: 30px auto 0 auto !important;
  max-width: 400px !important;
}

#rside .twitter-timeline {
  margin: 20px 0 !important;
}

#rside .midbnr li {
  margin: 5px 0;
}


/*.sp_contents>.top_block {
margin-top: 2em;
border-top: solid 1px #f5eaea;
}*/


/* Global Footer */

#bottom_contents {
  position: relative;
  z-index: 10;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HGS明朝E", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "ＭＳ Ｐ明朝", serif;
}

.local_footer {
  background-color: #f5f3f0;
  padding: 10px 10px 0 10px;
  text-align: center;
}

.local_footer .home {
  margin: 10px 0 25px 0;
}

.local_footer>img {
  padding: 10px 0 25px 0;
}

.sp_contents .local_footer {
  margin: 0 -10px 0 -10px;
}

.local_footer .share {
  margin: 0 0 10px;
  0;
}

.local_footer ul {
  font-size: 0;
  text-align: center;
}

.local_footer ul li {
  display: inline;
  font-size: 1.4rem;
  line-height: 1.6;
  margin: 0 .5em;
}

.common_fotter {
  position: relative;
  z-index: 9;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HGS明朝E", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "ＭＳ Ｐ明朝", serif;
  clear: both;
  float: none;
  background-color: #f5f3f0;
  padding: 10px;
}

.sp_contents+.common_fotter {
  padding-bottom: 70px;
  margin: 0 -10px -10px -10px;
}

#contents+.common_fotter {
  margin: 0 -10px -10px -10px;
}

.common_fotter ul {
  font-size: 0;
  text-align: center;
}

.common_fotter ul li {
  display: inline;
  font-size: 1.1rem;
  line-height: 1.6;
  margin: 0 .5em;
  white-space: nowrap;
}

.common_fotter ul li a {
  color: #666;
}

.common_fotter #copyright {
  clear: both;
  float: none;
  width: 100%;
  text-align: center;
  font-size: 1.1rem;
  line-height: 1.6;
  color: #666;
}


/*----------------------------------------------------*/


/* detail sandbox
------------------------------------------------------*/


/*#item_detail_header {
overflow: hidden;
border-bottom: solid 1px #f5eaea;
padding-bottom: 20px;
margin-bottom: 2em;
transform: translate3d(0, 0, 0);
}*/

#item_detail_header {
  overflow: hidden;
  border: solid 1px #f5eaea;
  padding: 30px;
  margin-bottom: 2em;
}

.sp_contents #item_detail_header {
  padding: 10px;
}

#item_detail_header .item_meta {
  float: left;
  width: 275px;
}

.sp_contents #item_detail_header .item_meta {
  float: none;
  width: auto;
}

#item_detail_header .item_meta_image {
  width: 100%;
  text-align: center;
  line-height: 0;
  margin-bottom: 1em;
  position: relative;
}

.sp_contents #item_detail_header .item_meta_image {
  margin: 1em 0;
}

#item_detail_header .item_meta_image img {
  display: block;
  margin: 1px auto;
  box-shadow: 0 0 1px rgba(0, 0, 0, .5);
  width: auto;
  height: auto;
  min-height: 164px;
  /*max-width: 350px;
  max-height: 350px;*/
  max-width: 273px;
  max-height: 273px;
}

.rcms_ec_cart_button img {
  display: none;
}


/* item_selectlist new */

#item_selectlist {
  margin: 20px 0;
}

.sp_contents #item_selectlist {
  position: relative;
  border: solid 1px #f5eaea;
  background-color: #fff;
  border-radius: 4px;
  padding: 10px;
  margin: 0 0 10px 0;
  overflow: hidden;
}

#item_selectlist h3 {
  font-size: 1.3rem;
  margin: 0 0 2px 5px;
}

.sp_contents #item_selectlist h3 {
  font-size: inherit;
  line-height: 20px !important;
  height: 20px;
  margin: 0;
}

#item_selectlist table {
  display: block;
}

#item_selectlist>ul,
#item_selectlist tbody {
  display: block;
  border: solid 1px #f5eaea;
  border-width: 1px 0;
  font-size: 0;
  overflow: hidden;
}

.sp_contents #item_selectlist>ul {
  margin: 10px -10px -11px -10px;
}

#item_selectlist>ul>li,
#item_selectlist tbody>tr {
  display: block;
  border-top: solid 1px #f5eaea;
}

#item_selectlist>ul>li:first-child,
#item_selectlist tbody>tr:first-child {
  border: none;
}

#item_selectlist>ul>li>label,
#item_selectlist td>label {
  display: block;
  padding: 8px 5px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

#item_selectlist td.check>label {
  padding-right: 0;
}

#item_selectlist td.type>label {
  padding-left: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#item_selectlist td.price>label {
  padding-left: 0;
}

#item_selectlist td.points>label {
  padding-top: 0;
}

.sp_contents #item_selectlist>ul>li>label {
  padding: 10px;
}

.no-touch #item_selectlist>ul>li>label:hover,
.no-touch #item_selectlist tbody>tr:hover {
  background-color: #f8f3f3;
}

#item_selectlist dt,
#item_selectlist dd,
#item_selectlist tbody td {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1.6;
  width: 100%;
  box-sizing: border-box;
  vertical-align: top;
}

#item_selectlist tbody td {
  width: auto;
  box-sizing: border-box !important;
}

#item_selectlist tbody td.check {
  width: 30px;
}

#item_selectlist dd,
#item_selectlist tbody td.points {
  text-align: right;
  font-size: 1.1rem;
  color: #999;
  width: 100%;
}

#item_selectlist dt,
#item_selectlist tbody td.type {
  display: inline-block;
  width: 50%;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "游明朝", "YuMincho", "HGS明朝B", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "ＭＳ Ｐ明朝", serif;
  font-weight: bold;
}

#item_selectlist tbody td.type {
  width: 135px;
}

#item_selectlist tbody td.type small {
  font-size: 1.1rem;
}

#item_selectlist dt input[type=radio],
#item_selectlist td input[type=radio] {
  display: none;
}

#item_selectlist dt .type:before,
#item_selectlist td .radio-icon:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  box-sizing: border-box;
  border: solid 5px #ddd;
  vertical-align: middle;
  margin-right: 5px;
  margin-top: -3px;
  background-color: #fff;
}

#item_selectlist dt input[type=radio]:checked+.type:before,
#item_selectlist td input[type=radio]:checked+.radio-icon:before {
  background-color: #802323;
  border-color: #ebdddd;
}

#item_selectlist dd.price,
#item_selectlist tbody td.price {
  width: 50%;
  font-size: 1.6rem;
  text-align: right;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "游明朝", "YuMincho", "HGS明朝B", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "ＭＳ Ｐ明朝", serif;
  font-weight: bold;
  color: #b7060c;
}

#item_selectlist tbody tr {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

#item_selectlist tbody td.price {
  width: 110px;
}

#item_selectlist tbody td.price small {
  display: block;
  font-size: 1.2rem;
}

#item_selectlist .point {
  color: #f1a409;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "游明朝", "YuMincho", "HGS明朝B", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "ＭＳ Ｐ明朝", serif;
  font-weight: bold;
}

.sp_contents .rcms_ec_cart_button {
  padding-top: 10px;
}

.rcms_ec_cart_button a,
.rcms_ec_cart_button span {
  display: block;
  background-color: #802323;
  border-radius: 4px;
  font-size: 16px;
  line-height: 1;
  box-sizing: border-box;
  text-align: center;
  padding: 14px 10px;
  height: 44px;
  color: #fff;
  font-weight: bold;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "游明朝", "YuMincho", "HGS明朝B", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "ＭＳ Ｐ明朝", serif;
  cursor: pointer;
}

.no-touch .rcms_ec_cart_button a:hover,
.no-touch .rcms_ec_cart_button span:hover {
  background-color: #992929;
  text-decoration: none;
}

.rcms_ec_cart_button {
  margin-top: .5em;
}

.rcms_ec_cart_button a:before,
.rcms_ec_cart_button span:before {
  content: "\f217";
  font-family: FontAwesome;
  margin-right: .25em;
  font-weight: normal;
  vertical-align: middle;
  font-size: 18px;
}

.rcms_ec_cart_button span:before {
  vertical-align: text-bottom;
}

.rcms_ec_cart_button a:after {
  content: "カートに入れる";
  vertical-align: middle;
}

#item_detail_header .item_desc {
  margin-left: 305px;
  font-size: 1.6rem;
}

.sp_contents #item_detail_header .item_desc {
  margin: 2em 0 0 0;
}

#item_detail_header .item_desc .category {
  font-size: 1.5rem;
}

#item_detail_header .category a {
  position: relative;
  border: none !important;
  background-color: #f3eded;
  vertical-align: middle;
  display: inline;
  font-weight: normal;
  line-height: 1.2;
  padding: 2px;
  font-size: 14px;
  color: #802323 !important;
  z-index: 10;
  white-space: normal;
  text-decoration: none;
}

#item_detail_header .category a:hover {
  background-color: #e8d3d3;
  border: none;
  color: #802323 !important;
  border-bottom-color: #802323;
  text-decoration: none;
}

#item_detail_header .title {
  font-size: 3.0rem;
  line-height: 1.4;
  margin-bottom: .25em;
  margin-top: .25em;
}

.sp_contents #item_detail_header .title {
  margin-top: .25em;
}

.title .new,
.title .pre-order {
  display: inline-block;
  font-size: 0px;
  /* line-height: 1; */
  vertical-align: middle;
  background-color: rgb(212, 41, 48);
  font-weight: normal;
  color: rgb(255, 255, 255);
  white-space: nowrap;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HGS明朝E", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "ＭＳ Ｐ明朝", serif;
  padding: 2px 4px 0 4px;
  margin-bottom: inherit;
}

.title .new:before {
  content: "NEW";
  font-size: 14px;
}

.title .pre-order:before {
  content: "予約";
  font-size: 14px;
}

#item_detail_header .subtitle {
  font-size: 2.1rem;
  margin-bottom: .25em;
}

#item_detail_header .item_desc .intro>.share+* {
  margin-top: 2em;
}

#item_detail_header .item_desc .intro>p:first-child {
  font-size: 1.5rem;
}

#item_detail_header .item_desc .intro>p>img {
  max-width: 100%;
}

#item_detail_header .item_desc .attribute {
  font-size: 1.5rem;
}

#item_detail_header .item_desc .attribute li+li {
  margin-top: 1em;
}

#item_detail_header .item_desc .attribute li:last-chld {
  margin-bottom: 2em;
}

#item_detail_header .accordion .attribute {
  font-size: inherit;
  margin: 0;
}

#item_detail_header .item_desc h3 {
  font-size: 2.1rem;
  margin-bottom: 1em;
}

#item_detail_header .item_desc p>img {
  margin: 1em 0;
}

#item_detail_header .item_desc p>img:last-child {
  margin-bottom: 0;
}

#item_detail_header .item_desc a {
  color: inherit;
  border-bottom: dotted 1px #333;
}

.no-touch #item_detail_header .item_desc a:hover {
  color: #802323;
  text-decoration: none;
  border-bottom: 1px dotted #802323;
}

#item_detail_header .date,
#item_detail_header .pages,
#item_detail_header .pages+p {
  font-size: 1.5rem;
  margin-top: 1em;
}

#item_detail_header .date+.date,
#item_detail_header .date+.pages,
#item_detail_header .date+p,
#item_detail_header .pages+p {
  margin-top: 0;
}

#item_detail_header .attention {
  font-size: 1.5rem;
  margin-top: 1em;
  padding-top: 1em;
  border-top: solid 1px #f5eaea;
}

.cart_sideboxes {
  position: relative;
  border: solid 1px #f3dddd;
  background-color: #f8f3f3;
  border-radius: 4px;
  padding: 10px;
  text-align: center;
}

.cart_sideboxes:before {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: -8px;
  border-bottom: solid 8px #f3dddd;
  border-left: solid 8px transparent;
  border-right: solid 8px transparent;
  z-index: 0;
}

.cart_sideboxes:after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: -7px;
  border-bottom: solid 8px #f8f3f3;
  border-left: solid 8px transparent;
  border-right: solid 8px transparent;
  z-index: 1;
}

.cart_sideboxes dl {
  font-size: 0;
}

.cart_sideboxes dt,
.cart_sideboxes dd {
  font-size: 1.6rem;
  display: block;
}

.cart_sideboxes dt small {
  font-size: inherit;
}


/*.cart_sideboxes dt:before {
content: "\f02d";
font-family: FontAwesome;
font-weight: normal;
margin-right: .1em;
display: inline-block;
}*/

.cart_sideboxes dd.price {
  font-weight: bold;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "游明朝", "YuMincho", "HGS明朝B", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "ＭＳ Ｐ明朝", serif;
  color: #b7060c;
}

.cart_sideboxes dd.point,
.cart_sideboxes dd.stock {
  font-size: 1.3rem;
  color: #999;
}

.cart_sideboxes dd.point span {
  color: #f1a409;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "游明朝", "YuMincho", "HGS明朝B", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "ＭＳ Ｐ明朝", serif;
  font-weight: bold;
}

.cart_sideboxes dd small {
  font-size: 1.2rem;
}

.cart_sideboxes dt input {
  display: none;
}

.cart_sideboxes dd.date,
.cart_sideboxes dd.quantity {
  display: block;
  text-align: center;
  margin: 0;
}

.cart_sideboxes dd.date:empty {
  display: none;
}

.cart_sideboxes dd.quantity {
  margin-top: .5em;
}

.cart_sideboxes dt {
  font-weight: bold;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "游明朝", "YuMincho", "HGS明朝B", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "ＭＳ Ｐ明朝", serif;
  margin-right: .5em;
}


/*.cart_sideboxes .item_quantity {
font-size: inherit;
vertical-align: middle;

}*/

.cart_sideboxes .quantity label {
  position: relative;
  display: inline-block;
  padding: 0;
}

.cart_sideboxes .quantity label:after {
  content: "\f107";
  display: block;
  position: absolute;
  overflow: hidden;
  width: 20px !important;
  height: 20px;
  text-align: center;
  font-family: FontAwesome;
  font-weight: normal;
  font-size: 20px;
  line-height: 20px;
  color: #802323;
  right: 3px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
}

.cart_sideboxes .item_quantity::-ms-expand {
  display: none;
}

.cart_sideboxes .item_quantity {
  vertical-align: middle;
  display: inline-block;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-family: "Times New Roman", serif;
  line-height: 1;
  appearance: none;
  margin: 0;
  padding: 5px;
  min-width: 3em;
  vertical-align: middle;
  font-size: 1.6rem;
  color: #802323;
  box-sizing: content-box;
  background-color: #eee0e0;
  border-radius: 2px;
  outline: 0 !important;
  text-shadow: 0 0 0 #000;
  border: solid 1px transparent;
}

.cart_sideboxes .item_quantity:focus {
  background-color: #fff;
  border-color: rgba(127, 34, 34, 0.75);
}

.cart_sideboxes .item_quantity option {
  background-color: #fff;
}

@-moz-document url-prefix() {
  select,
  select:-moz-focusring,
  select::-moz-focus-inner {
    color: transparent !important;
    text-shadow: 0 0 0 #000 !important;
    background-image: none !important;
    border: 0;
  }
}

.cart_sideboxes .cart_in {
  display: none;
  text-align: center;
  margin: .5em 0 !important;
  font-size: 1.3rem;
  color: #b7060c;
}

.cart_in span {
  display: block;
}

.index_box {
  border: solid 1px #f5eaea;
  background-color: #f9f9f9;
  padding: 10px;
  margin-bottom: 10px;
  font-size: 1.4rem;
}

.index_box h3 {
  font-size: 1.5rem;
  margin-bottom: .5em;
}

.index_box ul {
  list-style-type: disc;
  padding-left: 1.25em;
}


/* category menu */

#rside .category_menu {
  margin-top: 9px;
}

#rside .category_menu>ul.menu:before {
  content: "カテゴリー";
  display: block;
  padding: 0 0 7px 0;
  color: #843438;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "游明朝", "YuMincho", "HGS明朝B", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "ＭＳ Ｐ明朝", serif;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1;
  z-index: 100;
  position: relative;
}

#rside .category_menu>ul.menu+ul.menu:before {
  content: "\00a0\00a0";
}

#rside .category_menu>ul.menu[data-title]:before,
#rside .category_menu>ul.menu+ul.menu[data-title]:before {
  content: attr(data-title)"\00a0\00a0";
}

#rside .category_menu>ul.menu+ul.menu {
  margin-top: 24px;
}

.category_menu>ul,
.category_menu dl {
  font-size: 0;
  border-bottom: solid 1px #f5eaea;
  margin: 0 0 10px 0;
  text-align: left;
}

.category_menu ul a,
.category_menu dl a {
  background-color: #fff;
  color: inherit;
  text-decoration: none;
  /*-webkit-transition:0.1s ease-in-out;
  -moz-transition:0.1s ease-in-out;
  transition:0.1s ease-in-out;*/
}

.category_menu>ul>li,
.category_menu>ul>li li,
.category_menu dl>dd {
  display: block;
  position: relative;
  margin: 0;
  font-size: 0;
  line-height: 0;
}

.category_menu>ul>li li {
  margin-bottom: -1px;
}

.category_menu>ul>li li:first-child {
  margin-top: -1px;
}

#rside .category_menu>ul>li li:hover {
  z-index: 10;
}

.category_menu>ul>li ul {
  display: none;
  border-bottom: solid 1px #f5eaea;
}

.category_menu>ul>li>a,
.category_menu>ul>li li a,
.category_menu dl a {
  display: block;
  border-top: solid 1px #f5eaea;
  position: relative;
  padding: 0 8px 0 38px !important;
  height: 38px;
  font-size: 14px;
  line-height: 39px;
  font-weight: bold;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "游明朝", "YuMincho", "HGS明朝B", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "ＭＳ Ｐ明朝", serif;
  white-space: nowrap;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sp_contents .category_menu>ul>li>a,
.sp_contents .category_menu>ul>li li a,
.sp_contents .category_menu dl a {
  font-size: 13px;
}

.category_menu>ul>li li a {
  font-size: 11px;
  padding: 0 8px 0 38px !important;
  line-height: 33px;
  height: 33px;
}

.no-touch .category_menu>ul>li:hover li a {
  background-color: #fdfafa;
}

.category_menu>ul>li li:before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0px;
  width: 32px;
  height: 1px;
  background-color: #fff;
  z-index: 1;
}

.no-touch .category_menu>ul>li:hover li:before {
  background-color: #fdfafa;
}

.sp_contents .category_menu>ul>li>a,
.sp_contents .category_menu>ul>li li a,
.sp_contents .category_menu dl a {
  color: #802323 !important;
}

.no-touch .category_menu>ul>li li:hover:before {
  background-color: #f5eaea;
}

.sp_contents .category_menu>ul>li:hover li a,
.sp_contents .category_menu>ul>li:hover li:before,
.sp_contents .category_menu>ul>li li:hover:before {
  background-color: #fff;
}

.no-touch .category_menu ul>li:hover>a {
  background-color: #f8f3f3;
  color: #802323;
}

.no-touch .category_menu ul>li:hover li>a:hover {
  background-color: #f5eaea;
  color: #802323;
}

.sp_contents .category_menu>ul>li:hover>a,
.sp_contents .category_menu dl>dd:hover>a,
.sp_contents .category_menu ul>li:hover li>a:hover {
  background-color: #fff;
  color: inherit;
}

.category_menu .toggle {
  position: absolute;
  display: block;
  width: 32px;
  height: 39px;
  top: 0;
  left: 0;
  color: rgba(128, 35, 35, 0.63);
  cursor: pointer;
  z-index: 10;
  font-size: 16px;
  line-height: 39px;
  text-align: center;
  font-family: FontAwesome;
  font-weight: normal;
  text-indent: 2px;
  /*-webkit-transition:0.1s ease-in-out;
  -moz-transition:0.1s ease-in-out;
  transition:0.1s ease-in-out;*/
}

.sp_contents .toggle {
  color: #802323;
  font-size: 18px;
}

.category_menu .toggle:before {
  content: "\f105";
}

.category_menu .toggle.open {
  text-indent: 0;
}

.category_menu .toggle.open:before {
  content: "\f107";
}

.no-touch .category_menu ul>li:hover .toggle {
  background-color: #eedbdb;
  color: #802323;
}

.sp_contents .category_menu ul>li:hover .toggle {
  background-color: transparent;
}

a.more:after,
.section_header>p>a:after {
  content: "\f101";
  font-family: FontAwesome;
  font-weight: normal;
  margin-left: .25em;
  display: inline-block;
}


/*----------------------------------------------------*/


/* pagetop link
------------------------------------------------------*/

.local_footer .pagetop>a {
  position: fixed;
  display: none;
  bottom: 20px;
  right: 20px;
  width: 44px;
  height: 44px;
  background-image: none;
  text-align: center;
  white-space: nowrap;
  z-index: 95;
  font-size: 0;
  padding: 0;
  -webkit-transition: 0.1s ease-in-out;
  -moz-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
  background-color: rgba(77, 38, 40, .9);
  max-height: 100%;
}

.no-touch .local_footer .pagetop>a:hover {
  background-color: #842627;
}

.local_footer .pagetop>a:before {
  content: "ページトップ";
  position: absolute;
  display: inline-block;
  width: 62px;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  color: #fff;
  bottom: 4px;
  font-size: 10px;
  letter-spacing: -1.5px;
  font-weight: bold;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "游明朝", "YuMincho", "HGS明朝B", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "ＭＳ Ｐ明朝", serif;
  line-height: 1;
  padding: 0;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  transform-origin: left center;
}

.local_footer .pagetop>a:after {
  content: "\f106";
  font-family: FontAwesome;
  position: absolute;
  visibility: visible;
  color: #fff;
  font-size: 36px;
  line-height: 28px;
  top: 1px;
  left: 0;
  right: 0;
  margin: auto;
}