@charset "UTF-8";
/* -------------common------------- */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo;
  font-size: 14px;
  line-height: 1.3;
  background-color: #f5f5f5;
  height: 100%;
  overflow-x: hidden;
  color: #333333;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  width: 100%;
}

a {
  color: #54a4e2;
  cursor: pointer;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
}
a:hover {
  opacity: 0.7;
}

img {
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
}

.wbox {
  max-width: 1170px;
  width: 94%;
  margin-right: auto;
  margin-left: auto;
}

.linkspot {
  margin-top: -40px;
  padding-top: 40px;
}

.text_s {
  font-size: 12px;
}

.red {
  color: #f84e4e;
}

.only_sp, .only_tbsp {
  display: none !important;
}

.mb8 {
  margin-bottom: 8px !important;
}

.mb16 {
  margin-bottom: 16px !important;
}

.mb24 {
  margin-bottom: 24px !important;
}

.mb32 {
  margin-bottom: 32px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mt8 {
  margin-top: 8px !important;
}

.mt16 {
  margin-top: 16px !important;
}

.mt24 {
  margin-top: 24px !important;
}

.mt32 {
  margin-top: 32px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.bottomline {
  padding-bottom: 24px;
  border-bottom: 1px #cccccc solid;
}

.whitebox {
  background-color: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  padding: 16px;
}

.nodata {
  padding: 160px 0;
  text-align: center;
}

/* wrapper */
#wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background-color: #eee;
}

/* layout */
#contents_wrapper {
  padding-bottom: 0px;
  max-width: 1170px;
  width: 94%;
  margin-right: auto;
  margin-left: auto;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
#contents_wrapper #side_l {
  width: 182px;
  margin-right: 39px;
  margin-bottom: 40px;
  margin-top: -12px;
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
#contents_wrapper #main {
  -webkit-flex: 1;
  flex: 1;
  margin-bottom: 80px;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  min-width: 0;
}
#contents_wrapper #side_r {
  width: 145px;
  margin-left: 40px;
  margin-bottom: 40px;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
}
#contents_wrapper #side_large {
  width: 334px;
  margin-right: 72px;
  margin-bottom: 40px;
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}

.column2_wrap {
  *zoom: 1;
}
.column2_wrap:after {
  content: "";
  display: table;
  clear: both;
}
.column2_wrap .column2_cont {
  width: 49%;
  float: left;
  margin-right: 2%;
}
.column2_wrap .column2_cont:nth-child(2n) {
  margin-right: 0;
}

/* header */
header {
  background-color: #fff;
  position: relative;
}
header .wbox {
  *zoom: 1;
}
header .wbox:after {
  content: "";
  display: table;
  clear: both;
}
header .wbox h1 {
  width: 170px;
  float: left;
  vertical-align: middle;
  margin-top: 14px;
  margin-right: 20px;
}
header .wbox h1 img {
  width: 100%;
}
header .wbox #header_nav {
  float: left;
  vertical-align: middle;
  margin-top: 13px;
}
header .wbox #header_nav ul li {
  display: inline-block;
}
header .wbox #header_nav ul li.newitem a {
  background: url(/img/ico_s_newitem.svg) no-repeat center left;
  background-size: 30px auto;
}
header .wbox #header_nav ul li.event a {
  background: url(/img/ico_s_event.svg) no-repeat center left;
  background-size: 30px auto;
}
header .wbox #header_nav ul li.cddvd a {
  background: url(/img/ico_s_cddvd.svg) no-repeat center left;
  background-size: 30px auto;
}
header .wbox #header_nav ul li.specialpage a {
  background: url(/img/ico_s_specialpage.svg) no-repeat center left;
  background-size: 30px auto;
}
header .wbox #header_nav ul li a {
  text-decoration: none;
  color: #333333;
  display: block;
  padding: 12px 16px 8px 32px;
  font-weight: bold;
}
header .wbox #header_sub {
  float: right;
  vertical-align: middle;
  text-align: right;
  padding: 0 0 4px 0;
}
header .wbox #header_sub #header_sub_nav ul li {
  display: inline-block;
  vertical-align: top;
  margin-left: 24px;
}
header .wbox #header_sub #header_sub_nav ul li a {
  display: block;
  text-decoration: none;
  font-size: 12px;
  color: #333333;
  padding: 8px 0 6px 0;
}
header .wbox #header_sub #header_sub_search {
  padding-bottom: 2px;
}
header .wbox #header_sub #header_sub_search .header_sub_search {
  background-color: #f2f2f2;
  border: 1px #999999 solid;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  vertical-align: middle;
  padding: 1px 2px;
}
header .wbox #header_sub #header_sub_search .header_sub_search fieldset .search_text {
  border: none;
  background-color: #f2f2f2;
  font-size: 14px;
  vertical-align: middle;
  padding: 2px 4px;
  width: 150px;
}
header .wbox #header_sub #header_sub_search .header_sub_search fieldset .search_btn {
  background: url(/img/ico_search.svg) no-repeat center center;
  background-size: 20px auto;
  border: none;
  width: 26px;
  height: 24px;
  vertical-align: middle;
  cursor: pointer;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
}
header .wbox #header_sub #header_sub_search .header_sub_search fieldset .search_btn:hover {
  opacity: 0.7;
}
header .wbox #header_sub #header_sub_search #header_sub_search_nav {
  display: inline-block;
  vertical-align: middle;
  margin-left: 2px;
}
header .wbox #header_sub #header_sub_search #header_sub_search_nav ul li {
  display: inline-block;
  margin-left: 4px;
}
header .wbox #header_sub #header_sub_search #header_sub_search_nav ul li a {
  background-color: #333333;
  color: #fff;
  display: block;
  padding: 5px 12px;
  text-decoration: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 12px;
}
header::after {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  position: absolute;
  bottom: -10px;
  background: url(/img/header_wave_pc.png) repeat-x top right;
  background-size: 36px auto;
}
header .drawer-toggle {
  display: none;
}

/* sp_header_nav */
.sp_header_nav {
  background-color: #ff6c88;
  padding: 7px 0 7px 0;
  margin-bottom: 24px;
}
.sp_header_nav ul {
  display: none;
}

/* pagetitle_area */
#pagetitle_area {
  background-color: #ff6c88;
  padding: 7px 0 7px 0;
  margin-bottom: 24px;
}
#pagetitle_area .wbox {
  *zoom: 1;
  padding-top: 6px;
  padding-bottom: 2px;
}
#pagetitle_area .wbox:after {
  content: "";
  display: table;
  clear: both;
}
#pagetitle_area .wbox h2 {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  float: left;
}
#pagetitle_area .wbox .category_link {
  float: right;
  margin-right: 4px;
}
#pagetitle_area .wbox .category_link label.form_select::after {
  height: 24px;
  width: 24px;
  right: auto;
  left: 0;
  background: #333333 url(/img/ico_arrow_r_wh.svg) no-repeat 60% center;
  background-size: 12px auto;
  -moz-border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px 0 0 3px;
}
#pagetitle_area .wbox .category_link label.form_select select {
  padding: 1px 4px 1px 28px;
  height: 24px;
  font-size: 12px;
  background-color: #fff;
}

/* breadcrumb */
#breadcrumb {
  position: relative;
  top: -20px;
  margin-bottom: -8px;
}
#breadcrumb ul li {
  display: inline-block;
  background: url(/img/ico_arrow_r_gr.svg) no-repeat right center;
  background-size: 10px auto;
  padding-right: 14px;
  margin-right: 2px;
  font-size: 12px;
}
#breadcrumb ul li:last-child {
  background: none;
  padding-right: 0;
}
#breadcrumb ul li a {
  display: inline-block;
}

/* main */
#main_slide {
  padding-bottom: 32px;
}
#main_slide li {
  background-color: #fff !important;
}

.main_contents, .item_contents {
  margin-bottom: 24px;
  position: relative;
}
.main_contents h3, .item_contents h3 {
  font-size: 18px;
  padding-left: 16px;
  position: relative;
  font-weight: bold;
  margin-bottom: 12px;
}
.main_contents h3::before, .item_contents h3::before {
  content: "";
  display: block;
  background-color: #ff6c88;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  width: 4px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.main_contents h3.title_new, .item_contents h3.title_new {
  top: -18px;
  margin-bottom: -8px;
  padding-left: 0;
}
.main_contents h3.title_new::before, .item_contents h3.title_new::before {
  display: none;
}
.main_contents h3.title_new img, .item_contents h3.title_new img {
  width: 55px;
  vertical-align: -8px;
  margin-right: 4px;
}
.main_contents h3.title_recommend, .item_contents h3.title_recommend {
  top: -24px;
  margin-bottom: -16px;
  padding-left: 0;
}
.main_contents h3.title_recommend::before, .item_contents h3.title_recommend::before {
  display: none;
}
.main_contents h3.title_recommend img, .item_contents h3.title_recommend img {
  width: 64px;
  vertical-align: -8px;
  margin-right: 4px;
}
.main_contents h3.bboy::before, .item_contents h3.bboy::before {
  background-color: #ff6c88 !important;
}
.main_contents h3.magazine::before, .item_contents h3.magazine::before {
  background-color: #a270ee !important;
}
.main_contents h3.comics::before, .item_contents h3.comics::before {
  background-color: #fd70b6 !important;
}
.main_contents h3.novels::before, .item_contents h3.novels::before {
  background-color: #f86e4e !important;
}
.main_contents h3.cddvd::before, .item_contents h3.cddvd::before {
  background-color: #e9b70a !important;
}
.main_contents h3.ebook::before, .item_contents h3.ebook::before {
  background-color: #58c1b3 !important;
}
.main_contents h3.other::before, .item_contents h3.other::before {
  background-color: #929ca0 !important;
}
.main_contents h4, .item_contents h4 {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px #ff6c88 solid;
  padding-bottom: 4px;
  margin-bottom: 16px;
}

#special_contents {
  margin-bottom: 24px;
}
#special_contents h3 {
  text-align: center;
  color: #fff;
  padding: 0 0 1px 0;
  background: url(/img/dot_bboy.png) center center;
  background-size: 20px auto;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  font-size: 18px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  margin-bottom: 12px;
}
#special_contents ul {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: wrap;
  -webkit-flex-flow: wrap;
  flex-flow: wrap;
  margin-bottom: -12px;
}
#special_contents ul li {
  width: 24.2%;
  margin-right: 1%;
  margin-bottom: 12px;
}
#special_contents ul li:nth-child(4n) {
  margin-right: 0;
}
#special_contents ul li a {
  color: #333333;
  text-decoration: none;
  text-align: center;
  font-size: 12px;
  display: block;
}
#special_contents ul li a .bnrimg {
  background-color: #fff;
  margin-bottom: 2px;
}
#special_contents ul li a .bnrimg img {
  width: 100%;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
}
#special_contents ul li a p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
}
#special_contents ul li a:hover {
  opacity: 1;
}
#special_contents ul li a:hover .bnrimg img {
  opacity: 0.7;
}
#special_contents ul li a:hover p {
  opacity: 0.7;
}

#item_wrap {
  background-color: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  margin-bottom: 24px;
  position: relative;
}
#item_wrap .item_data {
  margin-bottom: 8px;
  padding: 16px;
  *zoom: 1;
  position: relative;
}
#item_wrap .item_data:after {
  content: "";
  display: table;
  clear: both;
}
#item_wrap .item_data .item_data_l {
  float: left;
  width: 230px;
}
#item_wrap .item_data .item_data_l .itemimg {
  position: relative;
  margin-bottom: 4px;
}
#item_wrap .item_data .item_data_l .itemimg::before {
  content: "";
  display: block;
  padding-top: 120%;
}
#item_wrap .item_data .item_data_l .itemimg > div {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
#item_wrap .item_data .item_data_r {
  margin-left: 240px;
}
#item_wrap .item_data .item_data_r .item_data_head {
  margin-bottom: 8px;
  padding-top: 8px;
}
#item_wrap .item_data .item_data_r .item_data_head .label {
  margin-bottom: 4px;
}
#item_wrap .item_data .item_data_r .item_data_head h2 {
  font-size: 24px;
  font-weight: bold;
  padding-right: 32px;
  margin-bottom: 8px;
}
#item_wrap .item_data .item_data_r .item_data_head .text {
  margin-bottom: 8px;
  font-size: 16px;
  color: #a270ee;
}
#item_wrap .item_data .item_data_r .item_data_detail table tbody tr th {
  font-size: 12px;
  color: #999999;
  white-space: nowrap;
  vertical-align: top;
  padding: 2px 8px 10px 0;
}
#item_wrap .item_data .item_data_r .item_data_detail table tbody tr td {
  padding-bottom: 10px;
  vertical-align: top;
  width: 100%;
}
#item_wrap .item_btnarea {
  text-align: center;
  background-color: #ffe4e9;
  padding: 16px 0 8px 0;
  margin-bottom: 24px;
}
#item_wrap .item_btnarea:last-child {
  -moz-border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0;
  border-radius: 0 0 3px 3px;
}
#item_wrap .item_btnarea > li {
  width: 22%;
  margin: 0 3px 8px 3px;
  position: relative;
  display: inline-block;
}
#item_wrap .item_btnarea > li.buy {
  width: 26.5%;
}
#item_wrap .item_btnarea > li.buy .dropdown_btn {
  color: #fff;
  background-color: #ff6c88;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  display: block;
  height: 44px;
  line-height: 44px;
  cursor: pointer;
  position: relative;
  padding-left: 40px;
  font-weight: bold;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
}
#item_wrap .item_btnarea > li.buy .dropdown_btn:hover {
  background-color: #ff849b;
}
#item_wrap .item_btnarea > li.buy .dropdown_btn::before {
  content: "";
  display: block;
  background: url(/img/ico_arrow_r_wh.svg) no-repeat center center;
  background-size: 15px auto;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 0;
  bottom: 0;
  margin-top: -20px;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
}
#item_wrap .item_btnarea > li.buy .dropdown_btn::after {
  content: "";
  display: block;
  width: 40px;
  border-right: 1px #fff solid;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}
#item_wrap .item_btnarea > li.buy .dropdown_btn.open {
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px;
  border-radius: 3px 3px 0 0;
}
#item_wrap .item_btnarea > li.buy .dropdown_btn.open::before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
#item_wrap .item_btnarea > li.buy .dropdown_list {
  position: absolute;
  top: 44px;
  width: 100%;
  z-index: 10;
}
#item_wrap .item_btnarea > li.buy .dropdown_list > li:last-child a {
  -moz-border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0;
  border-radius: 0 0 3px 3px;
}
#item_wrap .item_btnarea > li.buy .dropdown_list > li a {
  background-color: #fff;
  color: #333333;
  text-decoration: none;
  display: block;
  padding: 12px 0;
  border-left: 1px #ff6c88 solid;
  border-right: 1px #ff6c88 solid;
  border-bottom: 1px #ff6c88 solid;
}
#item_wrap .item_btnarea > li.buy .dropdown_list > li a:hover {
  opacity: 1;
  background-color: #fff8f9;
  color: #ff6c88;
}
#item_wrap .item_btnarea > li > a {
  text-decoration: none;
  color: #333333;
  background-color: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  display: block;
  height: 44px;
  line-height: 44px;
  padding-right: 2px;
  border: 1px #fff solid;
  font-weight: bold;
}
#item_wrap .item_btnarea > li > a::before {
  content: "";
  width: 30px;
  height: 30px;
  display: none;
  vertical-align: middle;
  margin-right: 2px;
  margin-bottom: 2px;
}
#item_wrap .item_btnarea > li > a:hover {
  opacity: 1;
}
#item_wrap .item_btnarea > li.trial a {
  color: #ff6c88;
}
#item_wrap .item_btnarea > li.trial a::before {
  display: inline-block;
  background: url(/img/ico_s_trial.svg) no-repeat left center;
  background-size: 30px auto;
}
#item_wrap .item_btnarea > li.trial a:hover {
  border: 1px #ff6c88 solid;
  background-color: #fff8f9;
}
#item_wrap .item_btnarea > li.present a {
  color: #54a4e2;
}
#item_wrap .item_btnarea > li.present a::before {
  display: inline-block;
  background: url(/img/ico_s_present.svg) no-repeat left center;
  background-size: 30px auto;
}
#item_wrap .item_btnarea > li.present a:hover {
  border: 1px #54a4e2 solid;
  background-color: #f6fbff;
}
#item_wrap .item_btnarea > li.questionnaire a::before {
  display: inline-block;
  background: url(/img/ico_s_questionnaire.svg) no-repeat left center;
  background-size: 30px auto;
}
#item_wrap .item_btnarea > li.questionnaire a:hover {
  border: 1px #999999 solid;
  background-color: #f4f4f4;
}
#item_wrap .item_contents {
  margin-left: 16px;
  margin-right: 16px;
  margin-bottom: 0;
  padding-bottom: 24px;
}
#item_wrap .item_contents .introduction {
  margin-right: -2%;
  *zoom: 1;
}
#item_wrap .item_contents .introduction:after {
  content: "";
  display: table;
  clear: both;
}
#item_wrap .item_contents .introduction .img {
  width: 48%;
  margin-right: 2%;
  float: left;
}
#item_wrap .item_contents .introduction .img img {
  width: 100%;
}
#item_wrap .item_contents .introduction .movie {
  width: 48%;
  margin-right: 2%;
  float: left;
}
#item_wrap .item_contents .introduction .movie > div {
  position: relative;
  width: 100%;
  padding-top: 74%;
}
#item_wrap .item_contents .introduction .movie > div iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
}
#item_wrap .item_contents .introduction p {
  margin-right: 2%;
}
#item_wrap .item_contents .lineup {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: wrap;
  -webkit-flex-flow: wrap;
  flex-flow: wrap;
  border: 1px #999999 solid;
}
#item_wrap .item_contents .lineup li {
  width: 50%;
  border-right: 1px #999999 solid;
  border-bottom: 1px #999999 solid;
}
#item_wrap .item_contents .lineup li:nth-child(2n) {
  border-right: none;
}
#item_wrap .item_contents .lineup li:last-child, #item_wrap .item_contents .lineup li:nth-last-child(2) {
  border-bottom: none;
}
#item_wrap .item_contents .lineup li:nth-child(2n):nth-last-child(2) {
  border-bottom: 1px #999999 solid;
}
#item_wrap .item_contents .lineup li .lineup_img img {
  width: 100%;
}
#item_wrap .item_contents .lineup li .lineup_textbox {
  padding: 8px;
  display: table;
  width: 100%;
}
#item_wrap .item_contents .lineup li .lineup_textbox .lineup_textbox_data {
  display: table-cell;
}
#item_wrap .item_contents .lineup li .lineup_textbox .lineup_textbox_data .person {
  font-size: 12px;
  color: #999999;
}
#item_wrap .item_contents .lineup li .lineup_textbox .btn {
  display: table-cell;
  text-align: right;
  vertical-align: middle;
  white-space: nowrap;
}
#item_wrap .item_contents .lineup li .lineup_textbox .btn a {
  font-size: 12px;
  background-color: #fff;
  color: #333333;
  font-size: 12px;
  border: 1px #999999 solid;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  padding: 4px 12px;
  text-decoration: none;
}
#item_wrap .item_contents .lineup li .lineup_textbox .btn a:hover {
  opacity: 1;
  background-color: #fff8f9;
  border: 1px #ff6c88 solid;
  color: #ff6c88;
}
#item_wrap .item_contents .lineup_reading {
  border-right: 1px #999999 solid;
  border-left: 1px #999999 solid;
  border-bottom: 1px #999999 solid;
  display: table;
  width: 100%;
}
#item_wrap .item_contents .lineup_reading h4 {
  display: table-cell;
  vertical-align: middle;
  padding: 8px;
  color: #a270ee;
  font-weight: bold;
  white-space: nowrap;
  text-align: center;
  width: 100px;
  border: none;
  margin-bottom: 0;
}
#item_wrap .item_contents .lineup_reading ul {
  display: table-cell;
  vertical-align: middle;
  padding: 8px 8px 8px 0;
}
#item_wrap .item_contents .lineup_reading ul li {
  background: url(/img/ico_list.svg) no-repeat left 7px;
  background-size: 4px auto;
  padding-left: 10px;
  margin-bottom: 4px;
}
#item_wrap .item_contents .lineup_reading ul li:last-child {
  margin-bottom: 0;
}
#item_wrap .item_contents .character_list {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: wrap;
  -webkit-flex-flow: wrap;
  flex-flow: wrap;
  margin-bottom: -16px;
}
#item_wrap .item_contents .character_list li {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 16px;
  *zoom: 1;
}
#item_wrap .item_contents .character_list li:after {
  content: "";
  display: table;
  clear: both;
}
#item_wrap .item_contents .character_list li:nth-child(2n) {
  margin-right: 0;
}
#item_wrap .item_contents .character_list li .character_img {
  width: 120px;
  height: 120px;
  position: relative;
  text-align: center;
  vertical-align: middle;
  float: left;
}
#item_wrap .item_contents .character_list li .character_img img {
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#item_wrap .item_contents .character_list li .character_text {
  vertical-align: middle;
  margin-left: 130px;
}
#item_wrap .item_contents .character_list li .character_text .name {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  vertical-align: middle;
  margin-right: 4px;
}
#item_wrap .item_contents .character_list li .character_text .cast {
  display: inline-block;
  vertical-align: middle;
}
#item_wrap .item_contents .character_list li .character_text .text {
  padding-top: 2px;
}
#item_wrap .item_contents .character_list li.uke .character_img {
  background-color: #d1f5fd;
}
#item_wrap .item_contents .character_list li.uke .character_img::after {
  content: "";
  display: block;
  background: url(/img/character_uke.png) no-repeat center center;
  background-size: 38px auto;
  width: 38px;
  height: 34px;
  position: absolute;
  top: -6px;
  right: -8px;
}
#item_wrap .item_contents .character_list li.seme .character_img {
  background-color: #dbe7fe;
}
#item_wrap .item_contents .character_list li.seme .character_img::after {
  content: "";
  display: block;
  background: url(/img/character_seme.png) no-repeat center center;
  background-size: 38px auto;
  width: 38px;
  height: 34px;
  position: absolute;
  top: -6px;
  right: -8px;
}
#item_wrap .item_contents .bnr_l_list li img {
  width: 100%;
}
#item_wrap .item_contents .nextnumber {
  width: 100%;
}
#item_wrap .item_contents .nextnumber .title {
  color: #ff6c88;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0px;
}
#item_wrap .item_contents .nextnumber .text {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0px;
}
#item_wrap .item_contents .nextnumber .data {
  font-size: 12px;
}
#item_wrap .item_contents .item_freeimg img {
  max-width: 100%;
}
#item_wrap .item_sns {
  position: absolute;
  top: 8px;
  right: 8px;
}
#item_wrap .item_sns li {
  display: inline-block;
  margin-left: 2px;
}
#item_wrap .item_sns li.line {
  display: none;
}
#item_wrap .item_sns li img {
  width: 32px;
}

/* side */
#side_r .btn_recommend {
  margin-bottom: 8px;
}
#side_r .btn_recommend a {
  background-image: none;
  padding: 13px 0 12px 0;
  text-align: left;
  padding-left: 36px;
}
#side_r .btn_recommend a::before {
  background: url(/img/btn_recommend_line.png) top center;
  background-size: auto 6px;
}
#side_r .btn_recommend a img {
  position: absolute;
  left: -24px;
  top: -12px;
}
#side_r .btn_recommend2 {
  margin-bottom: 8px;
}
#side_r .btn_recommend2 a {
  font-size: 14px;
  width: 100%;
}
#side_r .btn_recommend2 a > div {
  padding: 10px 10px 9px 0px;
}
#side_r .btn_recommend2 a > div::after {
  right: 6px;
}
#side_r .btn_recommend2 a:hover > div::after {
  right: 4px;
}
#side_r .btn_recommend2 a img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4px;
}
#side_r .btn_recommend3 {
  margin-bottom: 8px;
}

.side_contents {
  margin-bottom: 8px;
}
.side_contents h3 {
  height: 80px;
  text-indent: -1000px;
  overflow: hidden;
  margin-bottom: 0px;
  display: inline-block;
  width: 100%;
}
.side_contents h3.twitter {
  background: url(/img/ico_l_twitter.png) no-repeat center top;
}
.side_contents h3.pickup {
  background: url(/img/ico_l_pickup.png) no-repeat center top;
}
.side_contents h3.calendar {
  background: url(/img/ico_l_calendar.png) no-repeat center top;
}
.side_contents h3.link {
  background: url(/img/ico_l_link.png) no-repeat center top;
}
.side_contents h3.category {
  background: url(/img/ico_l_category.png) no-repeat center top;
}
.side_contents h3.specialpage {
  background: url(/img/ico_l_specialpage.png) no-repeat center top;
}
.side_contents .twitter_name {
  text-align: center;
  font-weight: bold;
  margin-top: -4px;
  margin-bottom: 6px;
}
.side_contents .twitter_wrap {
  background-color: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
}
.side_contents .category_list {
  margin-bottom: 8px;
}
.side_contents .category_list li {
  border-bottom: 1px #f5f5f5 solid;
  background-color: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.side_contents .category_list li:first-child a {
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px;
  border-radius: 3px 3px 0 0;
}
.side_contents .category_list li:last-child {
  border-bottom: none;
}
.side_contents .category_list li:last-child a {
  -moz-border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0;
  border-radius: 0 0 3px 3px;
}
.side_contents .category_list li a {
  display: block;
  padding: 12px 0;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  color: #fff;
}
.side_contents .category_list li.magazine a {
  background-color: #a270ee;
}
.side_contents .category_list li.comics a {
  background-color: #fd70b6;
}
.side_contents .category_list li.novels a {
  background-color: #f86e4e;
}
.side_contents .category_list li.cddvd a {
  background-color: #e9b70a;
}
.side_contents .category_list li.ebook a {
  background-color: #58c1b3;
}
.side_contents .category_list li.other a {
  background-color: #929ca0;
}
.side_contents .category_listpage {
  background-color: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 8px;
}
.side_contents .category_listpage a {
  display: block;
  padding: 12px 0;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #fff8f9;
  color: #ff6c88;
  border: 1px #ff6c88 solid;
}
.side_contents .specialpage_list li {
  margin-bottom: 8px;
  background-color: #fff;
}
.side_contents .specialpage_list li a img {
  width: 100%;
}

.side_large_contents {
  margin-bottom: 16px;
  position: relative;
  padding-top: 4px;
}
.side_large_contents h3 {
  font-size: 16px;
  padding-left: 16px;
  position: relative;
  font-weight: bold;
  margin-bottom: 10px;
}
.side_large_contents h3::before {
  content: "";
  display: block;
  background-color: #ff6c88;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  width: 4px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.side_large_contents h3.twitter, .side_large_contents h3.pickup, .side_large_contents h3.calendar, .side_large_contents h3.link {
  padding: 8px 0 6px 46px;
  margin-bottom: 3px;
  display: inline-block;
}
.side_large_contents h3.twitter::before, .side_large_contents h3.pickup::before, .side_large_contents h3.calendar::before, .side_large_contents h3.link::before {
  display: none;
}
.side_large_contents h3.twitter {
  background: url(/img/ico_m_twitter.svg) no-repeat left center;
  background-size: 40px auto;
}
.side_large_contents h3.pickup {
  background: url(/img/ico_m_pickup.svg) no-repeat left center;
  background-size: 40px auto;
}
.side_large_contents h3.calendar {
  background: url(/img/ico_m_calendar.svg) no-repeat left center;
  background-size: 40px auto;
}
.side_large_contents h3.link {
  background: url(/img/ico_m_link.svg) no-repeat left center;
  background-size: 40px auto;
}
.side_large_contents h3.title_recommend {
  padding-left: 0;
  top: -10px;
  margin-bottom: -2px;
}
.side_large_contents h3.title_recommend::before {
  display: none;
}
.side_large_contents h3.title_recommend img {
  width: 55px;
  vertical-align: -8px;
  margin-right: 4px;
}
.side_large_contents .twitter_name {
  font-weight: bold;
  display: inline-block;
}
.side_large_contents .twitter_wrap {
  background-color: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
}
.side_large_contents .news_list > li {
  width: 100%;
  border-right: none;
}
.side_large_contents .news_list > li:nth-last-child(2) {
  border-bottom: 1px #cccccc solid;
}
.side_large_contents .news_list > li:first-child {
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px;
  border-radius: 3px 3px 0 0;
}
.side_large_contents .news_list > li:nth-child(2), .side_large_contents .news_list > li:nth-child(2n-1):nth-last-child(2), .side_large_contents .news_list > li:nth-child(2n):nth-last-child(2), .side_large_contents .news_list > li:nth-child(2):nth-last-child(2) {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.side_large_contents .news_list > li:nth-child(2n):last-child, .side_large_contents .news_list > li:nth-child(2n-1):last-child, .side_large_contents .news_list > li:nth-child(2):last-child {
  -moz-border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0;
  border-radius: 0 0 3px 3px;
}
.side_large_contents .news_list > li:first-child:last-child {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.side_large_contents .news_list > li a {
  background: none;
  padding: 8px;
}
.side_large_contents .item_list_card li {
  width: 32.6%;
  margin-right: 1%;
}
.side_large_contents .item_list_card li:nth-child(5n) {
  margin-right: 1%;
}
.side_large_contents .item_list_card li:nth-child(3n) {
  margin-right: 0;
}
.side_large_contents .item_list_card li a {
  padding-top: 20px;
}
.side_large_contents .item_list_card li a .category {
  font-size: 10px;
}
.side_large_contents .side_bnrlist li {
  width: 50%;
}

/* parts-btn */
.btn_recommend {
  text-align: center;
}
.btn_recommend a {
  display: inline-block;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  font-weight: bold;
  color: #333333;
  width: 94%;
  max-width: 328px;
  text-decoration: none;
  padding: 16px 4% 12px 0;
  position: relative;
  background: #fff url(/img/ico_link_arrow.svg) no-repeat 96% center;
  background-size: 10px auto;
}
.btn_recommend a::before, .btn_recommend a::after {
  content: "";
  display: block;
  height: 6px;
  position: absolute;
  width: 100%;
  left: 0;
}
.btn_recommend a::before {
  background: url(/img/btn_recommend_line.png) top left;
  background-size: auto 6px;
  top: 0;
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px;
  border-radius: 3px 3px 0 0;
}
.btn_recommend a::after {
  background: url(/img/btn_recommend_line.png) top right;
  background-size: auto 6px;
  bottom: 0;
  -moz-border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0;
  border-radius: 0 0 3px 3px;
}
.btn_recommend a:hover {
  opacity: 1;
  background-color: #f3fdff;
}
.btn_recommend a img {
  position: relative;
  width: 54px;
  margin-right: 6px;
  top: -24px;
  margin-bottom: -24px;
}
.btn_recommend a span {
  color: #ff6c88;
}

.btn_recommend2 {
  text-align: center;
}
.btn_recommend2 a {
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  border-radius: 9px;
  display: block;
  color: #333333;
  width: 94%;
  max-width: 328px;
  text-decoration: none;
  margin-left: auto;
  margin-right: auto;
  font-weight: bold;
  padding: 5px;
  font-size: 18px;
  background-color: #fff;
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  background-color: #ff839b;
  position: relative;
  overflow: hidden;
}
.btn_recommend2 a::before {
  display: block;
  content: "";
  background: url(/img/line_bboy.png) center center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
}
.btn_recommend2 a > div {
  background-color: #fff;
  padding: 7px 24px 6px 0;
  position: relative;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
}
.btn_recommend2 a > div::after {
  display: block;
  content: "";
  width: 20px;
  height: 100%;
  background: url(/img/ico_link_l_bboy.svg) no-repeat center center;
  background-size: 20px auto;
  position: absolute;
  top: 0;
  right: 14px;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
}
.btn_recommend2 a img {
  width: 70px;
  margin-right: 8px;
  vertical-align: middle;
}
.btn_recommend2 a span {
  color: #ff6c88;
}
.btn_recommend2 a:hover {
  opacity: 1;
}
.btn_recommend2 a:hover > div {
  background-color: #fcffe8;
}
.btn_recommend2 a:hover > div::after {
  right: 12px;
}

.btn_more {
  position: absolute;
  top: 0;
  right: 0;
}
.btn_more a {
  text-decoration: none;
  color: #333333;
  font-size: 12px;
  vertical-align: middle;
  display: inline-block;
  border: 1px #999999 solid;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 4px 10px;
  background-color: #fff;
  margin-left: 8px;
}
.btn_more a::before {
  content: "";
  width: 10px;
  height: 9px;
  background: url(/img/ico_arrow_r_bboy.svg) no-repeat center center;
  background-size: 10px auto;
  display: inline-block;
  margin-right: 3px;
}
.btn_more a:hover {
  opacity: 1;
  background-color: #fff8f9;
  border: 1px #ff6c88 solid;
  color: #ff6c88;
}
.btn_more.magazine a::before {
  background: url(/img/ico_arrow_r_magazine.svg) no-repeat center center;
  background-size: 10px auto;
}
.btn_more.magazine a:hover {
  opacity: 1;
  background-color: #f2e9ff;
  border: 1px #a270ee solid;
  color: #a270ee;
}
.btn_more.comics a::before {
  background: url(/img/ico_arrow_r_comics.svg) no-repeat center center;
  background-size: 10px auto;
}
.btn_more.comics a:hover {
  opacity: 1;
  background-color: #ffe4f1;
  border: 1px #fd70b6 solid;
  color: #fd70b6;
}
.btn_more.novels a::before {
  background: url(/img/ico_arrow_r_novels.svg) no-repeat center center;
  background-size: 10px auto;
}
.btn_more.novels a:hover {
  opacity: 1;
  background-color: #ffe6e0;
  border: 1px #f86e4e solid;
  color: #f86e4e;
}
.btn_more.cddvd a::before {
  background: url(/img/ico_arrow_r_cddvd.svg) no-repeat center center;
  background-size: 10px auto;
}
.btn_more.cddvd a:hover {
  opacity: 1;
  background-color: #fff6d7;
  border: 1px #e9b70a solid;
  color: #e9b70a;
}
.btn_more.ebook a::before {
  background: url(/img/ico_arrow_r_ebook.svg) no-repeat center center;
  background-size: 10px auto;
}
.btn_more.ebook a:hover {
  opacity: 1;
  background-color: #e8faf8;
  border: 1px #58c1b3 solid;
  color: #58c1b3;
}
.btn_more.other a::before {
  background: url(/img/ico_arrow_r_other.svg) no-repeat center center;
  background-size: 10px auto;
}
.btn_more.other a:hover {
  opacity: 1;
  background-color: #ecf2f4;
  border: 1px #929ca0 solid;
  color: #929ca0;
}

.btn_set {
  display: table;
  width: 100%;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #fff;
  border: 1px #999999 solid;
  margin-bottom: 12px;
  position: relative;
  z-index: 10;
}
.btn_set.eq {
  table-layout: fixed;
}
.btn_set li {
  display: table-cell;
  border-right: 1px #999999 solid;
}
.btn_set li:last-child {
  border-right: none;
}
.btn_set li a {
  text-decoration: none;
  color: #333333;
  font-size: 12px;
  display: block;
  text-align: center;
  padding: 4px 0;
}
.btn_set li a::before {
  content: "";
  width: 10px;
  height: 9px;
  background: url(/img/ico_arrow_r_bboy.svg) no-repeat center center;
  background-size: 10px auto;
  display: inline-block;
  margin-right: 3px;
}
.btn_set li a:hover {
  opacity: 1;
  color: #ff6c88;
}
.btn_set li a.active {
  background-color: #ff6c88;
  color: #fff;
}
.btn_set li a.active::before {
  background: url(/img/ico_arrow_r_wh.svg) no-repeat center center;
  background-size: 10px auto;
}
.btn_set.column6 li.fix {
  width: 70px;
}
.btn_set.pagelink li a::before {
  background: url(/img/ico_arrow_b_bboy.svg) no-repeat center center;
  background-size: auto 10px;
  height: 8px;
  margin-right: 4px;
}

.btn_set_flex {
  margin-bottom: 12px;
}
.btn_set_flex li {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #fff;
  border: 1px #999999 solid;
  margin-right: 4px;
  display: inline-block;
  margin-bottom: 8px;
}
.btn_set_flex li a {
  text-decoration: none;
  color: #333333;
  font-size: 12px;
  display: block;
  text-align: center;
  padding: 4px 16px;
}
.btn_set_flex li a::before {
  content: "";
  width: 10px;
  height: 9px;
  background: url(/img/ico_arrow_r_bboy.svg) no-repeat center center;
  background-size: 10px auto;
  display: inline-block;
  margin-right: 3px;
}
.btn_set_flex li a:hover {
  opacity: 1;
  color: #ff6c88;
}
.btn_set_flex li a.active {
  background-color: #ff6c88;
  color: #fff;
  font-weight: bold;
}
.btn_set_flex li a.active::before {
  background: url(/img/ico_arrow_r_wh.svg) no-repeat center center;
  background-size: 10px auto;
}
.btn_set_flex.pagelink li a::before {
  background: url(/img/ico_arrow_b_bboy.svg) no-repeat center center;
  background-size: auto 10px;
  height: 8px;
  margin-right: 4px;
}

.side_btn_more {
  border-top: 1px #cccccc solid;
}
.side_btn_more a {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #333333;
  font-size: 12px;
  padding: 8px 0;
  -moz-border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0;
  border-radius: 0 0 3px 3px;
}
.side_btn_more a::before {
  content: "";
  width: 10px;
  height: 9px;
  background: url(/img/ico_arrow_r_bboy.svg) no-repeat center center;
  background-size: 10px auto;
  display: inline-block;
  margin-right: 3px;
}
.side_btn_more a:hover {
  opacity: 1;
  background-color: #fff8f9;
  color: #ff6c88;
}

.btn_area {
  text-align: center;
  margin-bottom: -16px;
}
.btn_area .btn {
  display: inline-block;
  margin: 0 8px 16px 8px;
  max-width: 300px;
  width: 90%;
}
.btn_area .btn.btn_s {
  max-width: 220px;
}
.btn_area .btn a {
  display: block;
  color: #333333;
  text-decoration: none;
  font-weight: bold;
  background-color: #fff;
  padding: 12px 16px;
  border: 1px #cccccc solid;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
}
.btn_area .btn a::before {
  content: "";
  width: 10px;
  height: 9px;
  background: url(/img/ico_arrow_r_bboy.svg) no-repeat center center;
  background-size: 10px auto;
  display: inline-block;
  margin-right: 3px;
}
.btn_area .btn a:hover {
  opacity: 1;
  background-color: #fff8f9;
  border: 1px #ff6c88 solid;
  color: #ff6c88;
}
.btn_area .btn.magazine a::before {
  background: url(/img/ico_arrow_r_magazine.svg) no-repeat center center;
  background-size: 10px auto;
}
.btn_area .btn.magazine a:hover {
  background-color: #fbf8ff;
  border: 1px #a270ee solid;
  color: #a270ee;
}
.btn_area .btn.comics a::before {
  background: url(/img/ico_arrow_r_comics.svg) no-repeat center center;
  background-size: 10px auto;
}
.btn_area .btn.comics a:hover {
  background-color: #fff8fb;
  border: 1px #fd70b6 solid;
  color: #fd70b6;
}
.btn_area .btn.novels a::before {
  background: url(/img/ico_arrow_r_novels.svg) no-repeat center center;
  background-size: 10px auto;
}
.btn_area .btn.novels a:hover {
  background-color: #fff8f6;
  border: 1px #f86e4e solid;
  color: #f86e4e;
}
.btn_area .btn.cddvd a::before {
  background: url(/img/ico_arrow_r_cddvd.svg) no-repeat center center;
  background-size: 10px auto;
}
.btn_area .btn.cddvd a:hover {
  background-color: #fefcf4;
  border: 1px #e9b70a solid;
  color: #e9b70a;
}
.btn_area .btn.ebook a::before {
  background: url(/img/ico_arrow_r_ebook.svg) no-repeat center center;
  background-size: 10px auto;
}
.btn_area .btn.ebook a:hover {
  background-color: #f4fffe;
  border: 1px #58c1b3 solid;
  color: #58c1b3;
}
.btn_area .btn.other a::before {
  background: url(/img/ico_arrow_r_other.svg) no-repeat center center;
  background-size: 10px auto;
}
.btn_area .btn.other a:hover {
  background-color: #f7fdff;
  border: 1px #929ca0 solid;
  color: #929ca0;
}
.btn_area input {
  color: #333333;
  font-weight: bold;
  background-color: #fff;
  padding: 12px 16px;
  border: 1px #cccccc solid;
  font-size: 14px;
  margin: 0 8px 16px 8px;
  max-width: 300px;
  width: 90%;
  cursor: pointer;
}
.btn_area input.btn_s {
  max-width: 150px;
}
.btn_area input.submit {
  background-color: #ff6c88;
  border: none;
  color: #fff;
  font-size: 18px;
}
.btn_area input.submit:hover {
  background-color: #ff849b;
}
.btn_area input.reset {
  color: #999999;
  padding: 8px 16px;
}
.btn_area input.reset:hover {
  background-color: #fff8f9;
  border: 1px #ff6c88 solid;
  color: #ff6c88;
}

.h3box {
  *zoom: 1;
}
.h3box:after {
  content: "";
  display: table;
  clear: both;
}
.h3box h3 {
  float: left;
}
.h3box .btn_s_list {
  display: inline-block;
  margin-left: 8px;
  float: right;
  margin-top: -2px;
}
.h3box .btn_s_list li {
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 4px;
}
.h3box .btn_s_list li a {
  font-size: 12px;
  display: block;
  color: #333333;
  text-decoration: none;
  background-color: #fff;
  padding: 5px 16px;
  border: 1px #cccccc solid;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.h3box .btn_s_list li a::before {
  content: "";
  width: 10px;
  height: 9px;
  background: url(/img/ico_arrow_r_bboy.svg) no-repeat center center;
  background-size: 10px auto;
  display: inline-block;
  margin-right: 3px;
}
.h3box .btn_s_list li a:hover {
  opacity: 1;
  background-color: #fff8f9;
  border: 1px #ff6c88 solid;
  color: #ff6c88;
}
.h3box .btn_s_list li a.magazine::before {
  background: url(/img/ico_arrow_r_magazine.svg) no-repeat center center;
  background-size: 10px auto;
}
.h3box .btn_s_list li a.magazine:hover {
  background-color: #fbf8ff;
  border: 1px #a270ee solid;
  color: #a270ee;
}
.h3box .btn_s_list li a.comics::before {
  background: url(/img/ico_arrow_r_comics.svg) no-repeat center center;
  background-size: 10px auto;
}
.h3box .btn_s_list li a.comics:hover {
  background-color: #fff8fb;
  border: 1px #fd70b6 solid;
  color: #fd70b6;
}
.h3box .btn_s_list li a.novels::before {
  background: url(/img/ico_arrow_r_novels.svg) no-repeat center center;
  background-size: 10px auto;
}
.h3box .btn_s_list li a.novels:hover {
  background-color: #fff8f6;
  border: 1px #f86e4e solid;
  color: #f86e4e;
}
.h3box .btn_s_list li a.cddvd::before {
  background: url(/img/ico_arrow_r_cddvd.svg) no-repeat center center;
  background-size: 10px auto;
}
.h3box .btn_s_list li a.cddvd:hover {
  background-color: #fefcf4;
  border: 1px #e9b70a solid;
  color: #e9b70a;
}
.h3box .btn_s_list li a.ebook::before {
  background: url(/img/ico_arrow_r_ebook.svg) no-repeat center center;
  background-size: 10px auto;
}
.h3box .btn_s_list li a.ebook:hover {
  background-color: #f4fffe;
  border: 1px #58c1b3 solid;
  color: #58c1b3;
}
.h3box .btn_s_list li a.other::before {
  background: url(/img/ico_arrow_r_other.svg) no-repeat center center;
  background-size: 10px auto;
}
.h3box .btn_s_list li a.other:hover {
  background-color: #f7fdff;
  border: 1px #929ca0 solid;
  color: #929ca0;
}
.h3box .switchbtn_list {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  padding-bottom: 4px;
  float: right;
  margin-top: -2px;
}
.h3box .h3_result {
  vertical-align: middle;
  padding-bottom: 4px;
  float: right;
  display: inline-block;
  padding-top: 6px;
}

.switchbtn_list li {
  display: inline-block;
}
.switchbtn_list li input[type="submit"], .switchbtn_list li button {
  border: none;
  background-color: #ff6c88;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  padding: 4px 12px 5px 12px;
  cursor: pointer;
}
.switchbtn_list li input[type="submit"]:hover, .switchbtn_list li button:hover {
  background-color: #ff849b;
}
.switchbtn_list li input[type="submit"].off, .switchbtn_list li button.off {
  background-color: #cccccc;
}
.switchbtn_list li input[type="submit"].off:hover, .switchbtn_list li button.off:hover {
  background-color: #999999;
}
.switchbtn_list li input[type="submit"].list, .switchbtn_list li input[type="submit"].card, .switchbtn_list li button.list, .switchbtn_list li button.card {
  text-indent: -1000px;
  overflow: hidden;
  width: 40px;
  background-repeat: no-repeat;
  background-position: center center;
}
.switchbtn_list li input[type="submit"].list, .switchbtn_list li button.list {
  background-image: url(/img/ico_sort_list.svg);
  background-size: 22px auto;
}
.switchbtn_list li input[type="submit"].card, .switchbtn_list li button.card {
  background-image: url(/img/ico_sort_card.svg);
  background-size: 22px auto;
}
.switchbtn_list li a {
  text-decoration: none;
  display: block;
}
.switchbtn_list li .sort_button {
  display: block;
  background-color: #ff6c88;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  padding: 4px 12px;
}
.switchbtn_list li .sort_button:hover {
  background-color: #ff849b;
}
.switchbtn_list li .sort_button.off {
  background-color: #cccccc;
}
.switchbtn_list li .sort_button.off:hover {
  background-color: #999999;
}

/* parts-list */
.largelink {
  display: block;
  text-decoration: none;
  color: #333333;
}

.item_list_card {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: wrap;
  -webkit-flex-flow: wrap;
  flex-flow: wrap;
  margin-bottom: -16px;
  word-break: break-all;
}
.largelink .item_list_card li {
  position: relative;
  padding-top: 23px;
}
.item_list_card li {
  width: 19.6%;
  margin-right: 0.5%;
  text-align: center;
  margin-bottom: 16px;
}
.item_list_card li:nth-child(5n) {
  margin-right: 0;
}
.item_list_card li a {
  display: block;
  text-decoration: none;
  color: #333333;
  position: relative;
  padding-top: 23px;
}
.item_list_card li .itemimg {
  position: relative;
  margin-bottom: 4px;
}
.item_list_card li .itemimg::before {
  content: "";
  display: block;
  padding-top: 120%;
}
.item_list_card li .itemimg > div {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.item_list_card li .itemtext .category {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.item_list_card li .itemtext p {
  text-align: left;
  margin: 0 1px;
}
.item_list_card li .itemtext p.person {
  font-size: 12px;
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.item_list_card li .itemtext p.person span.h {
  display: none;
}
.item_list_card li .itemtext p.date {
  display: none;
  color: #999999;
  font-size: 12px;
}
.item_list_card li .itemtext p.genre {
  display: none;
}
.item_list_card li .itemtext p.text {
  display: none;
}
.item_list_card li .btn {
  margin-top: 4px;
}
.item_list_card li .btn a {
  background-color: #fff;
  color: #333333;
  font-size: 12px;
  border: 1px #999999 solid;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  padding: 4px 12px;
}
.item_list_card li .btn a:hover {
  opacity: 1;
  background-color: #fff8f9;
  border: 1px #ff6c88 solid;
  color: #ff6c88;
}
.item_list_card li.r18 a .itemimg::after {
  content: "";
  background: #fff url(/img/r18.png) no-repeat center center;
  background-size: 90% auto;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.item_list_card.list_s li {
  width: 32.6%;
  margin-right: 1%;
}
.item_list_card.list_s li:nth-child(5n) {
  margin-right: 1%;
}
.item_list_card.list_s li:nth-child(3n) {
  margin-right: 0;
}
.item_list_card.pickup_list li:first-child, .item_list_card.pickup_list li:nth-child(2), .item_list_card.pickup_list li:nth-child(3) {
  width: 33%;
}
.item_list_card.pickup_list li:nth-child(3) {
  margin-right: 0;
}
.item_list_card.pickup_list li:nth-child(5n) {
  margin-right: 0.5%;
}
.item_list_card.pickup_list li:nth-child(5n+3) {
  margin-right: 0;
}
.item_list_card.open_date li a .itemtext p.date {
  display: block !important;
}
.item_list_card.open_date li a .itemtext p.date .h {
  margin-right: 4px;
}
.item_list_card.list {
  display: block;
}
.item_list_card.list li {
  background-color: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  width: 100%;
  position: relative;
}
.item_list_card.list li > a {
  display: table;
  padding: 12px 5% 12px 12px;
  background: url(/img/ico_link_arrow.svg) no-repeat 98% center;
  width: 100%;
}
.item_list_card.list li > a .itemimgbox {
  display: table-cell;
  width: 150px;
  vertical-align: middle;
}
.item_list_card.list li > a .itemimgbox .itemimg {
  margin-bottom: 0;
}
.item_list_card.list li > a .itemtext {
  display: table-cell;
  vertical-align: middle;
  padding-left: 12px;
  text-align: left;
}
.item_list_card.list li > a .itemtext .category {
  position: relative;
  display: inline-block;
  width: 150px;
  margin-bottom: 10px;
  margin-left: 0;
}
.item_list_card.list li > a .itemtext p {
  margin-bottom: 8px;
  display: table;
}
.item_list_card.list li > a .itemtext p:last-child {
  margin-bottom: 0px;
}
.item_list_card.list li > a .itemtext p.title {
  font-size: 18px;
  font-weight: bold;
  margin-left: 0px;
  margin-right: 90px;
}
.item_list_card.list li > a .itemtext p.person {
  display: table;
  font-size: 14px;
  color: #333333;
  overflow: visible;
  white-space: normal;
}
.item_list_card.list li > a .itemtext p.person span.h {
  display: table-cell;
}
.item_list_card.list li > a .itemtext p.date {
  display: table;
  font-size: 14px;
  color: #333333;
}
.item_list_card.list li > a .itemtext p.genre {
  display: table;
}
.item_list_card.list li > a .itemtext p.text {
  display: table;
  font-size: 14px;
}
.item_list_card.list li > a .itemtext p.text .elp {
  max-height: 36.4px;
  margin-top: 2px;
}
.item_list_card.list li > a .itemtext p span {
  display: table-cell;
}
.item_list_card.list li > a .itemtext p span.h {
  font-size: 12px;
  color: #999999;
  width: 5em;
  padding-top: 1px;
}
.item_list_card.list li .btn {
  margin-top: 0px;
  position: absolute;
  right: 6%;
  top: 20px;
}
.item_list_card.list li .btn a {
  padding: 14px 12px;
}
.item_list_card.pc_item5 > li:nth-child(n+6) {
  display: none;
}

.item_slider {
  padding: 0 28px;
}
.item_slider ul {
  height: 100%;
}
.item_slider ul li {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  height: 100%;
}
.item_slider ul li a {
  display: table;
  text-decoration: none;
  color: #333333;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  padding: 8px;
  opacity: 1;
  height: 100%;
}
.item_slider ul li a .itemimg {
  width: 40%;
  display: table-cell;
  vertical-align: middle;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
}
.item_slider ul li a .itemimg > div {
  position: relative;
  margin-bottom: 4px;
}
.item_slider ul li a .itemimg > div::before {
  content: "";
  display: block;
  padding-top: 120%;
}
.item_slider ul li a .itemimg > div > div {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.item_slider ul li a .itemtextbox {
  display: table-cell;
  vertical-align: top;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 4px;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
}
.item_slider ul li a .itemtextbox .title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
  max-height: 57.6px;
  overflow: hidden;
}
.item_slider ul li a .itemtextbox .text {
  max-height: 91px;
  overflow: hidden;
}
.item_slider ul li a:hover .itemimg {
  opacity: 0.7;
}
.item_slider ul li a:hover .itemtextbox p {
  opacity: 0.7;
}
.item_slider.magazine .title {
  color: #a270ee;
}

.side_bnrlist {
  background-color: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  padding: 4px;
}
.side_bnrlist li {
  padding: 4px;
}
.side_bnrlist li a img {
  width: 100%;
}

.labelitem_list > li {
  display: table;
  width: 100%;
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  margin-bottom: 16px;
}
.labelitem_list > li:last-child {
  margin-bottom: 0;
}
.labelitem_list > li .list_l {
  display: table-cell;
  width: 188px;
  background-color: #ffe4e9;
  -moz-border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px 0 0 3px;
  padding: 4px;
  vertical-align: top;
}
.labelitem_list > li .list_l .logo {
  width: 100%;
  background-color: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 8px;
  margin-bottom: 4px;
}
.labelitem_list > li .list_l .logo img {
  width: 100%;
}
.labelitem_list > li .list_l .descriotion {
  padding: 8px;
}
.labelitem_list > li .list_l .descriotion .descriotion_title {
  font-size: 18px;
  color: #ff6c88;
  font-weight: bold;
  margin-bottom: 8px;
}
.labelitem_list > li .list_r {
  display: table-cell;
  background-color: #ffffff;
  -moz-border-radius: 0 3px 3px 0;
  -webkit-border-radius: 0;
  border-radius: 0 3px 3px 0;
  vertical-align: top;
  position: relative;
  padding-bottom: 40px;
}
.labelitem_list > li .list_r.nobtn {
  padding-bottom: 0px;
}
.labelitem_list > li .list_r .item {
  padding: 12px 16px 12px 8px;
}
.labelitem_list > li .list_r .item a, .labelitem_list > li .list_r .item > div {
  display: table;
  width: 100%;
}
.labelitem_list > li .list_r .item a .itemimg, .labelitem_list > li .list_r .item > div .itemimg {
  width: 30%;
  display: table-cell;
}
.labelitem_list > li .list_r .item a .itemimg > div, .labelitem_list > li .list_r .item > div .itemimg > div {
  position: relative;
}
.labelitem_list > li .list_r .item a .itemimg > div::before, .labelitem_list > li .list_r .item > div .itemimg > div::before {
  content: "";
  display: block;
  padding-top: 120%;
}
.labelitem_list > li .list_r .item a .itemimg > div > div, .labelitem_list > li .list_r .item > div .itemimg > div > div {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.labelitem_list > li .list_r .item a .itemtextbox, .labelitem_list > li .list_r .item > div .itemtextbox {
  display: table-cell;
  vertical-align: middle;
}
.labelitem_list > li .list_r .item a .itemtextbox .label, .labelitem_list > li .list_r .item > div .itemtextbox .label {
  margin-bottom: 8px;
}
.labelitem_list > li .list_r .item a .itemtextbox .title, .labelitem_list > li .list_r .item > div .itemtextbox .title {
  color: #ff6c88;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px;
}
.labelitem_list > li .list_r .item a .itemtextbox .text, .labelitem_list > li .list_r .item > div .itemtextbox .text {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
}
.labelitem_list > li .list_r .item a .itemtextbox .data, .labelitem_list > li .list_r .item > div .itemtextbox .data {
  font-size: 12px;
}
.labelitem_list > li .list_r .btn {
  position: absolute;
  bottom: 0;
  width: 100%;
  border-top: 1px #cccccc solid;
}
.labelitem_list > li .list_r .btn a {
  text-align: center;
  display: block;
  padding: 12px 0;
  font-size: 12px;
}
.labelitem_list > li .list_r .btn a::before {
  content: "";
  width: 10px;
  height: 9px;
  background: url(/img/ico_arrow_r_bboy.svg) no-repeat center center;
  background-size: 10px auto;
  display: inline-block;
  margin-right: 3px;
}
.labelitem_list > li .list_r .btn a:hover {
  opacity: 1;
  background-color: #fff8f9;
  color: #ff6c88;
}
.labelitem_list > li .list_r .btn a[target="_blank"]::before {
  background: url(/img/ico_arrow_r_gr.svg) no-repeat center center !important;
  background-size: 10px auto !important;
}
.labelitem_list > li .list_r .btn a[target="_blank"]::after {
  content: "";
  width: 12px;
  height: 10px;
  background: url(/img/ico_blank.png) no-repeat center center;
  background-size: 12px auto;
  display: inline-block;
  margin-left: 4px;
}
.labelitem_list > li .list_r .btn a[target="_blank"]:hover {
  background-color: #f4f4f4 !important;
  color: #666 !important;
}
.labelitem_list > li a {
  text-decoration: none;
  color: #333333;
}

.label_list > li {
  display: table;
  width: 100%;
  margin-bottom: 16px;
}
.label_list > li:last-child {
  margin-bottom: 0;
}
.label_list > li a {
  display: block;
  text-decoration: none;
  color: #333333;
  position: relative;
  background-color: #ffe4e9;
  border: 1px #ffe4e9 solid;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  padding-right: 30px;
}
.label_list > li a::after {
  content: "";
  display: block;
  background: url(/img/ico_arrow_r_bboy.svg) no-repeat center center;
  background-size: contain;
  width: 20px;
  height: 20px;
  top: 50%;
  right: 14px;
  margin-top: -8px;
  position: absolute;
}
.label_list > li a:hover {
  opacity: 1;
  background-color: #fff8f9;
  border: 1px #ff6c88 solid;
}
.label_list > li .list_l {
  display: table-cell;
  width: 188px;
  padding: 4px;
  vertical-align: top;
}
.label_list > li .list_l .logo {
  width: 100%;
  height: 100%;
  display: table-cell;
  background-color: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 8px;
}
.label_list > li .list_l .logo img {
  width: 100%;
}
.label_list > li .list_r {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  padding: 12px 8px 16px 8px;
}
.label_list > li .list_r .descriotion .descriotion_title {
  font-size: 18px;
  color: #ff6c88;
  font-weight: bold;
  margin-bottom: 8px;
}

.schedule_textlist li {
  margin-bottom: 8px;
}
.schedule_textlist li .date {
  color: #999999;
  font-size: 12px;
  display: inline-block;
  margin-right: 8px;
}
.schedule_textlist li .title {
  display: inline-block;
}
.schedule_textlist li .person {
  display: inline-block;
  font-size: 12px;
  color: #999999;
}

.top_magazine_list_wrap {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: wrap;
  flex-flow: wrap;
}
.top_magazine_list_wrap .top_magazine_list {
  width: 100%;
}
.top_magazine_list_wrap .top_magazine_list h4 {
  vertical-align: middle;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  padding-top: 6px;
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.top_magazine_list_wrap .top_magazine_list ul {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: wrap;
  flex-flow: wrap;
  width: 100%;
}
.top_magazine_list_wrap .top_magazine_list ul li {
  text-align: center;
  margin: 0 0 12px;
  width: 25%;
}
.top_magazine_list_wrap .top_magazine_list ul li a {
  text-decoration: none;
  color: #333333;
  padding: 4px 0;
  display: block;
}
.top_magazine_list_wrap .top_magazine_list ul li a img {
  max-width: 140px;
  width: 96%;
  margin-bottom: 2px;
}
.top_magazine_list_wrap .top_magazine_list ul li a p {
  display: inline-block;
  padding-left: 16px;
  font-size: 12px;
  text-align: left;
  margin: 0 4px;
}
.top_magazine_list_wrap .top_magazine_list.bboy {
  width: 70%;
  margin-right: 5%;
}
.top_magazine_list_wrap .top_magazine_list.bboy h4 {
  color: #a270ee;
}
.top_magazine_list_wrap .top_magazine_list.bboy ul li {
  width: 33.3%;
}
.top_magazine_list_wrap .top_magazine_list.bboy ul li a p {
  background: url(/img/ico_link_magazine.svg) no-repeat left center;
  background-size: 12px auto;
}
.top_magazine_list_wrap .top_magazine_list.blank {
  width: 25%;
}
.top_magazine_list_wrap .top_magazine_list.blank h4 {
  color: #999999;
}
.top_magazine_list_wrap .top_magazine_list.blank ul li {
  width: 100%;
}
.top_magazine_list_wrap .top_magazine_list.blank ul li a p {
  background: url(/img/ico_link_blank.svg) no-repeat left center;
  background-size: 12px auto;
}
.top_magazine_list_wrap .top_magazine_list.comics ul li a p {
  background: url(/img/ico_link_comics.svg) no-repeat left center;
  background-size: 12px auto;
}
.top_magazine_list_wrap .top_magazine_list.novels ul li a p {
  background: url(/img/ico_link_novels.svg) no-repeat left center;
  background-size: 12px auto;
}
.top_magazine_list_wrap .top_magazine_list.ebook ul li a p {
  background: url(/img/ico_link_ebook.svg) no-repeat left center;
  background-size: 12px auto;
}
.top_magazine_list_wrap .top_magazine_list.cddvd ul li a p {
  background: url(/img/ico_link_cddvd.svg) no-repeat left center;
  background-size: 12px auto;
}

.movie_list > li {
  background-color: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  margin-bottom: 16px;
  padding: 12px;
  *zoom: 1;
}
.movie_list > li:after {
  content: "";
  display: table;
  clear: both;
}
.movie_list > li .movie_header {
  margin-bottom: 2px;
}
.movie_list > li .movie_header .date {
  display: inline-block;
  font-size: 12px;
  color: #999999;
  vertical-align: top;
}
.movie_list > li .movie {
  width: 50%;
  float: left;
}
.movie_list > li .movie .movie_tmb {
  position: relative;
  cursor: pointer;
}
.movie_list > li .movie .movie_tmb::after {
  content: "";
  display: block;
  width: 42px;
  height: 30px;
  background: url(/img/YouTube-icon-full_color.png) no-repeat center center;
  background-size: 42px auto;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -15px;
  margin-left: -21px;
}
.movie_list > li .movie .movie_tmb:hover::after {
  background: url(/img/YouTube-icon-dark.png) no-repeat center center;
  background-size: 42px auto;
}
.movie_list > li .movie .movie_tmb img {
  width: 100%;
}
.movie_list > li .movie_textbox {
  vertical-align: middle;
  margin-left: 52%;
}
.movie_list > li .movie_textbox .person {
  font-size: 12px;
  margin-bottom: 4px;
  color: #999999;
}
.movie_list > li .movie_textbox .title {
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: bold;
}
.movie_list > li .movie_textbox .text {
  margin-bottom: 4px;
}
.movie_list > li .movie_textbox .link {
  margin-bottom: 4px;
}
.movie_list > li .movie_textbox .associate_list {
  padding-top: 4px;
}

.movie_list_s {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: wrap;
  -webkit-flex-flow: wrap;
  flex-flow: wrap;
}
.movie_list_s > li {
  background-color: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  width: 49.5%;
  margin-right: 1%;
  margin-bottom: 8px;
  padding: 12px;
  *zoom: 1;
}
.movie_list_s > li:after {
  content: "";
  display: table;
  clear: both;
}
.movie_list_s > li:nth-child(2n) {
  margin-right: 0;
}
.movie_list_s > li .movie {
  width: 140px;
  float: left;
}
.movie_list_s > li .movie .movie_tmb {
  position: relative;
  cursor: pointer;
}
.movie_list_s > li .movie .movie_tmb::after {
  content: "";
  display: block;
  width: 28px;
  height: 20px;
  background: url(/img/YouTube-icon-full_color.png) no-repeat center center;
  background-size: 28px auto;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -14px;
}
.movie_list_s > li .movie .movie_tmb:hover::after {
  background: url(/img/YouTube-icon-dark.png) no-repeat center center;
  background-size: 28px auto;
}
.movie_list_s > li .movie .movie_tmb img {
  width: 100%;
}
.movie_list_s > li .movie_textbox {
  vertical-align: middle;
  margin-left: 148px;
}
.movie_list_s > li .movie_textbox .date {
  display: block;
  font-size: 12px;
  color: #999999;
  vertical-align: top;
  margin-bottom: 2px;
}

.specialpage_bnrlist {
  *zoom: 1;
  margin-bottom: 16px;
}
.specialpage_bnrlist:after {
  content: "";
  display: table;
  clear: both;
}
.specialpage_bnrlist li {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 16px;
  float: left;
}
.specialpage_bnrlist li:nth-child(2n) {
  margin-right: 0;
}
.specialpage_bnrlist li a {
  color: #333333;
  text-decoration: none;
}
.specialpage_bnrlist li a .bnrimg {
  background-color: #fff;
  margin-bottom: 4px;
}
.specialpage_bnrlist li a .bnrimg img {
  width: 100%;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
}
.specialpage_bnrlist li a p {
  font-size: 12px;
}
.specialpage_bnrlist li a:hover {
  opacity: 1;
}
.specialpage_bnrlist li a:hover .bnrimg img {
  opacity: 0.7;
}

.specialpage_none {
  color: #999999;
  margin: 40px 0;
}

.present_data, .event_data {
  margin-bottom: 24px;
  width: 100%;
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
}
.present_data tr th, .event_data tr th {
  background-color: #ffe4e9;
  color: #ff6c88;
  text-align: center;
  white-space: nowrap;
  padding: 16px 0;
  vertical-align: top;
  border-bottom: 1px #ff849b dotted;
  width: 7em;
}
.present_data tr td, .event_data tr td {
  background-color: #fff;
  border-bottom: 1px #ff849b dotted;
  padding: 16px;
}
.present_data tr td.event_title, .event_data tr td.event_title {
  font-size: 18px;
  font-weight: bold;
}
.present_data tr td.itemdatabox, .event_data tr td.itemdatabox {
  padding: 0 16px;
}
.present_data tr td.itemdatabox a, .event_data tr td.itemdatabox a {
  background: url(/img/ico_link_arrow.svg) no-repeat right center;
  text-decoration: none;
  color: #333333;
  display: block;
  padding: 16px 16px 16px 0;
  border-bottom: 1px #cccccc dotted;
}
.present_data tr td.itemdatabox a:last-child, .event_data tr td.itemdatabox a:last-child {
  border-bottom: none;
}
.present_data tr td.itemdatabox .itemdata, .event_data tr td.itemdatabox .itemdata {
  display: table;
  width: 100%;
}
.present_data tr td.itemdatabox .itemdata .itemimg, .event_data tr td.itemdatabox .itemdata .itemimg {
  display: table-cell;
  margin-bottom: 4px;
  width: 80px;
}
.present_data tr td.itemdatabox .itemdata .itemimg > div, .event_data tr td.itemdatabox .itemdata .itemimg > div {
  position: relative;
}
.present_data tr td.itemdatabox .itemdata .itemimg > div::before, .event_data tr td.itemdatabox .itemdata .itemimg > div::before {
  content: "";
  display: block;
  padding-top: 120%;
}
.present_data tr td.itemdatabox .itemdata .itemimg > div > div, .event_data tr td.itemdatabox .itemdata .itemimg > div > div {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.present_data tr td.itemdatabox .itemdata .itemtext, .event_data tr td.itemdatabox .itemdata .itemtext {
  display: table-cell;
  vertical-align: middle;
  padding-left: 16px;
}
.present_data tr td.itemdatabox .itemdata .itemtext .category, .event_data tr td.itemdatabox .itemdata .itemtext .category {
  width: 130px;
  margin-bottom: 4px;
}
.present_data tr td.itemdatabox .itemdata .itemtext p.title, .event_data tr td.itemdatabox .itemdata .itemtext p.title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 4px;
}
.present_data tr td.itemdatabox .itemdata .itemtext p.person, .event_data tr td.itemdatabox .itemdata .itemtext p.person {
  font-size: 12px;
  color: #999999;
  margin-bottom: 4px;
}
.present_data tr td.itemdatabox .itemdata .itemtext p.person span.h, .event_data tr td.itemdatabox .itemdata .itemtext p.person span.h {
  display: none;
}
.present_data tr td.itemdatabox .itemdata .itemtext p.date, .event_data tr td.itemdatabox .itemdata .itemtext p.date {
  font-size: 12px;
  color: #999999;
}
.present_data tr td.itemdatabox .itemdata .itemtext p.date span, .event_data tr td.itemdatabox .itemdata .itemtext p.date span {
  margin-right: 4px;
}
.present_data tr:last-child th, .present_data tr:last-child td, .event_data tr:last-child th, .event_data tr:last-child td {
  border-bottom: none;
}

.event_data tr th {
  background-color: #def1ff;
  color: #54a4e2;
  border-bottom: 1px #54a4e2 dotted;
}
.event_data tr td {
  border-bottom: 1px #54a4e2 dotted;
}

.present_detail {
  display: table;
  width: 100%;
}
.present_detail li {
  border-bottom: 1px #cccccc dotted;
  padding-bottom: 8px;
  margin-bottom: 8px;
}
.present_detail li:last-child {
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.present_detail li .present_img {
  display: table-cell;
  padding-right: 16px;
  width: 40%;
}
.present_detail li .present_img img {
  width: 100%;
}
.present_detail li .present_text {
  display: table-cell;
  vertical-align: middle;
}
.present_detail li .present_text .present_name {
  font-size: 16px;
  font-weight: bold;
}
.present_detail li .present_text .caution {
  font-size: 12px;
  color: #999999;
}

.genre_list {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: wrap;
  -webkit-flex-flow: wrap;
  flex-flow: wrap;
}
.genre_list li {
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 8px;
}
.genre_list li:nth-child(4n) {
  margin-right: 0;
}

.genre_result {
  text-align: center;
  background-color: #fdfdd7;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 12px;
}

.associate_list li {
  margin-bottom: 4px;
}
.associate_list li:last-child {
  margin-bottom: 0;
}
.associate_list li .category {
  float: left;
  width: 104px;
  font-size: 10px;
  display: inline-block;
}
.associate_list li p {
  margin-left: 108px;
  font-size: 12px;
  color: #999999;
}
.associate_list li p a {
  font-size: 12px;
  vertical-align: top;
}

.genre_noitem {
  text-align: center;
  padding: 120px 0;
}

/* parts-label */
.category {
  text-align: center;
  color: #fff;
  background-color: #ff6c88;
  font-size: 12px;
  padding: 1px 0 0 0;
  font-weight: bold;
  white-space: nowrap;
}
.category.magazine {
  background-color: #a270ee;
}
.category.comics {
  background-color: #fd70b6;
}
.category.novels {
  background-color: #f86e4e;
}
.category.cddvd {
  background-color: #e9b70a;
}
.category.ebook {
  background-color: #58c1b3;
}
.category.other {
  background-color: #929ca0;
}

.label li {
  display: inline-block;
  color: #fff;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background-color: #ff6c88;
  padding: 1px 12px 0 12px;
  font-weight: bold;
  font-size: 12px;
}
.label li.magazine {
  background-color: #a270ee;
}
.label li.comics {
  background-color: #fd70b6;
}
.label li.novels {
  background-color: #f86e4e;
}
.label li.cddvd {
  background-color: #e9b70a;
}
.label li.ebook {
  background-color: #58c1b3;
}
.label li.other {
  background-color: #929ca0;
}
.label li.reservation {
  background-color: #f84e4e;
}

/* parts-form */
input[type="text"] {
  outline: 0;
  background: transparent;
}

input[type="submit"], input[type="reset"], input[type="button"] {
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -webkit-appearance: none;
  border-radius: 0;
}

textarea:focus, input:focus, select:focus {
  outline: 0;
}

textarea:focus::-webkit-input-placeholder, input:focus::-webkit-input-placeholder, select:focus::-webkit-input-placeholder {
  color: transparent;
}

textarea:focus:-moz-placeholder, input:focus:-moz-placeholder, select:focus:-moz-placeholder {
  color: transparent;
}

textarea:focus::-moz-placeholder, input:focus::-moz-placeholder, select:focus::-moz-placeholder {
  color: transparent;
}

label.form_select {
  position: relative;
  vertical-align: top;
  display: block;
  margin-right: 1px;
}
label.form_select::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: -1px;
  pointer-events: none;
  background: #ff6c88 url(/img/ico_arrow_b_wh.svg) no-repeat center center;
  background-size: auto 12px;
  height: 36px;
  width: 36px;
  -moz-border-radius: 0 3px 3px 0;
  -webkit-border-radius: 0;
  border-radius: 0 3px 3px 0;
}
label.form_select select {
  font-size: 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 6px 56px 6px 6px;
  height: 36px;
  margin: 0px;
  cursor: pointer;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: none;
}
label.form_select select::-ms-expand {
  display: none;
}
label.form_select select:focus {
  outline: 0;
}
label.form_select select:focus::-webkit-input-placeholder {
  color: transparent;
}
label.form_select select:focus:-moz-placeholder {
  color: transparent;
}
label.form_select select:focus::-moz-placeholder {
  color: transparent;
}

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

.radio, .checkbox {
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: block;
  padding: 12px 12px 12px 38px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #fff;
  vertical-align: middle;
  cursor: pointer;
}
input[disabled="disabled"] + .radio, input[disabled="disabled"] + .checkbox {
  color: #cccccc;
  cursor: default;
}
input[disabled="disabled"] + .radio:hover, input[disabled="disabled"] + .checkbox:hover {
  background-color: #fff;
}
input[disabled="disabled"] + .radio:hover:after, input[disabled="disabled"] + .checkbox:hover:after {
  border-color: #cccccc;
}
input[disabled="disabled"] + .radio:after, input[disabled="disabled"] + .checkbox:after {
  border: 1px solid #cccccc;
  background-color: #f4f4f4;
}
.radio:hover, .checkbox:hover {
  background-color: #fff8f9;
}
.radio:hover:after, .checkbox:hover:after {
  border-color: #ff6c88;
}
.radio:after, .checkbox:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 15px;
  display: block;
  margin-top: -10px;
  width: 16px;
  height: 16px;
  border: 1px solid #999999;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  content: '';
  background-color: #fff;
}

input[type="checkbox"]:checked + .radio {
  background-color: #fdfdd7;
}
.radio:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 18px;
  display: block;
  margin-top: -7px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ff6c88;
  content: '';
  opacity: 0;
  z-index: 2;
}
input[type=radio]:checked + .radio:before {
  opacity: 1;
}

input[type="checkbox"]:checked + .checkbox {
  background-color: #fdfdd7;
}
.checkbox:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 21px;
  display: block;
  margin-top: -8px;
  width: 5px;
  height: 9px;
  border-right: 2px solid #ff6c88;
  border-bottom: 2px solid #ff6c88;
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 2;
}
input[type=checkbox]:checked + .checkbox:before {
  opacity: 1;
}

/* parts-pager */
.pager {
  width: 100%;
  position: relative;
  margin-top: 40px;
}
.pager ul {
  text-align: center;
  position: relative;
}
.pager ul li {
  display: inline-block;
  margin-right: 1px;
  margin-left: 1px;
  margin-bottom: 4px;
}
.pager ul li.pager_prev {
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.pager ul li.pager_prev a {
  background: #333333 url(/img/ico_arrow_l_wh.svg) no-repeat left 10px center;
  background-size: 12px auto;
  font-size: 14px;
  padding: 8px 10px 8px 32px;
}
.pager ul li.pager_next {
  position: absolute;
  bottom: 0px;
  right: 0px;
}
.pager ul li.pager_next a {
  background: #333333 url(/img/ico_arrow_r_wh.svg) no-repeat right 10px center;
  background-size: 12px auto;
  font-size: 14px;
  padding: 8px 32px 8px 10px;
}
.pager ul li a {
  color: #fff;
  background: #333333;
  display: block;
  padding: 8px 10px;
  line-height: 1em;
  text-decoration: none;
  font-size: 14px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.pager ul li a.active {
  background: #ff6c88;
  color: #FFF;
}

/* parts-calendar */
.calendar_wrap {
  background-color: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  position: relative;
}
.calendar_wrap .calendar_slider .calendar_monthbox {
  padding: 8px;
}
.calendar_wrap .calendar_slider .calendar_monthbox .calendar_month {
  text-align: center;
  margin-bottom: 5px;
}
.calendar_wrap .calendar_slider .calendar_monthbox table {
  width: 100%;
}
.calendar_wrap .calendar_slider .calendar_monthbox table tr th {
  font-size: 9px;
  text-align: center;
}
.calendar_wrap .calendar_slider .calendar_monthbox table tr th:first-child {
  color: #ff6c88;
}
.calendar_wrap .calendar_slider .calendar_monthbox table tr th:last-child {
  color: #54a4e2;
}
.calendar_wrap .calendar_slider .calendar_monthbox table tr td {
  text-align: center;
  width: 14.28%;
  padding: 1px;
}
.calendar_wrap .calendar_slider .calendar_monthbox table tr td:first-child {
  color: #ff6c88;
}
.calendar_wrap .calendar_slider .calendar_monthbox table tr td:last-child {
  color: #54a4e2;
}
.calendar_wrap .calendar_slider .calendar_monthbox table tr td a {
  background-color: #ff6c88;
  display: block;
  text-decoration: none;
  color: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.calendar_wrap .calendar_slider .calendar_monthbox table tr td.today {
  background-color: #dddddd;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-weight: bold;
}

/* category-magazine */
#magazine #pagetitle_area {
  background-color: #a270ee;
}
#magazine #special_contents h3 {
  background: url(/img/dot_magazine.png) center center;
  background-size: 20px auto;
}
#magazine .main_contents h3::before, #magazine .item_contents h3::before {
  background-color: #a270ee;
}
#magazine .btn_more a::before {
  background: url(/img/ico_arrow_r_magazine.svg) no-repeat center center;
  background-size: 10px auto;
}
#magazine .btn_more a:hover {
  background-color: #fbf8ff;
  border: 1px #a270ee solid;
  color: #a270ee;
}
#magazine .labelitem_list > li .list_l {
  background-color: #f2e9ff;
}
#magazine .labelitem_list > li .list_l .descriotion .descriotion_title {
  color: #a270ee;
}
#magazine .labelitem_list > li .list_r .btn a::before {
  background: url(/img/ico_arrow_r_magazine.svg) no-repeat center center;
  background-size: 10px auto;
}
#magazine .labelitem_list > li .list_r .btn a:hover {
  background-color: #fbf8ff;
  color: #a270ee;
}
#magazine .label_list > li a {
  background-color: #f2e9ff;
  border: 1px #f2e9ff solid;
}
#magazine .label_list > li a::after {
  background: url(/img/ico_arrow_r_magazine.svg) no-repeat center center;
  background-size: contain;
}
#magazine .label_list > li a:hover {
  background-color: #fbf8ff;
  border: 1px #a270ee solid;
}
#magazine .label_list > li .list_r .descriotion .descriotion_title {
  color: #a270ee;
}
#magazine .side_large_contents h3::before {
  background-color: #a270ee;
}
#magazine .side_large_contents h3.twitter {
  background: url(/img/ico_m_twitter_magazine.svg) no-repeat left center;
  background-size: 40px auto;
}

/* category-comics */
#comics #pagetitle_area {
  background-color: #fd70b6;
}
#comics #special_contents h3 {
  background: url(/img/dot_comics.png) center center;
  background-size: 20px auto;
}
#comics .main_contents h3::before, #comics .item_contents h3::before {
  background-color: #fd70b6;
}
#comics .btn_more a::before {
  background: url(/img/ico_arrow_r_comics.svg) no-repeat center center;
  background-size: 10px auto;
}
#comics .btn_more a:hover {
  background-color: #fff8fb;
  border: 1px #fd70b6 solid;
  color: #fd70b6;
}
#comics .labelitem_list > li .list_l {
  background-color: #ffe4f1;
}
#comics .labelitem_list > li .list_l .descriotion .descriotion_title {
  color: #fd70b6;
}
#comics .labelitem_list > li .list_r .btn a::before {
  background: url(/img/ico_arrow_r_comics.svg) no-repeat center center;
  background-size: 10px auto;
}
#comics .labelitem_list > li .list_r .btn a:hover {
  background-color: #fff8fb;
  color: #fd70b6;
}
#comics .label_list > li a {
  background-color: #ffe4f1;
  border: 1px #ffe4f1 solid;
}
#comics .label_list > li a::after {
  background: url(/img/ico_arrow_r_comics.svg) no-repeat center center;
  background-size: contain;
}
#comics .label_list > li a:hover {
  background-color: #fff8fb;
  border: 1px #fd70b6 solid;
}
#comics .label_list > li .list_r .descriotion .descriotion_title {
  color: #fd70b6;
}
#comics .side_large_contents h3::before {
  background-color: #fd70b6;
}
#comics .side_large_contents h3.twitter {
  background: url(/img/ico_m_twitter_comics.svg) no-repeat left center;
  background-size: 40px auto;
}

/* category-novels */
#novels #pagetitle_area {
  background-color: #f86e4e;
}
#novels #special_contents h3 {
  background: url(/img/dot_novels.png) center center;
  background-size: 20px auto;
}
#novels .main_contents h3::before, #novels .item_contents h3::before {
  background-color: #f86e4e;
}
#novels .btn_more a::before {
  background: url(/img/ico_arrow_r_novels.svg) no-repeat center center;
  background-size: 10px auto;
}
#novels .btn_more a:hover {
  background-color: #fff8f6;
  border: 1px #f86e4e solid;
  color: #f86e4e;
}
#novels .labelitem_list > li .list_l {
  background-color: #ffe6e0;
}
#novels .labelitem_list > li .list_l .descriotion .descriotion_title {
  color: #f86e4e;
}
#novels .labelitem_list > li .list_r .btn a::before {
  background: url(/img/ico_arrow_r_novels.svg) no-repeat center center;
  background-size: 10px auto;
}
#novels .labelitem_list > li .list_r .btn a:hover {
  background-color: #fff8f6;
  color: #f86e4e;
}
#novels .label_list > li a {
  background-color: #ffe6e0;
  border: 1px #ffe6e0 solid;
}
#novels .label_list > li a::after {
  background: url(/img/ico_arrow_r_novels.svg) no-repeat center center;
  background-size: contain;
}
#novels .label_list > li a:hover {
  background-color: #fff8f6;
  border: 1px #f86e4e solid;
}
#novels .label_list > li .list_r .descriotion .descriotion_title {
  color: #f86e4e;
}
#novels .side_large_contents h3::before {
  background-color: #f86e4e;
}
#novels .side_large_contents h3.twitter {
  background: url(/img/ico_m_twitter_novels.svg) no-repeat left center;
  background-size: 40px auto;
}

/* category-cddvd */
#cddvd #pagetitle_area {
  background-color: #e9b70a;
}
#cddvd #special_contents h3 {
  background: url(/img/dot_cddvd.png) center center;
  background-size: 20px auto;
}
#cddvd .main_contents h3::before, #cddvd .item_contents h3::before {
  background-color: #e9b70a;
}
#cddvd .btn_more a::before {
  background: url(/img/ico_arrow_r_cddvd.svg) no-repeat center center;
  background-size: 10px auto;
}
#cddvd .btn_more a:hover {
  background-color: #fefcf4;
  border: 1px #e9b70a solid;
  color: #e9b70a;
}
#cddvd .labelitem_list > li .list_l {
  background-color: #fff6d7;
}
#cddvd .labelitem_list > li .list_l .descriotion .descriotion_title {
  color: #e9b70a;
}
#cddvd .labelitem_list > li .list_r .btn a::before {
  background: url(/img/ico_arrow_r_cddvd.svg) no-repeat center center;
  background-size: 10px auto;
}
#cddvd .labelitem_list > li .list_r .btn a:hover {
  background-color: #fefcf4;
  color: #e9b70a;
}
#cddvd .label_list > li a {
  background-color: #fff6d7;
  border: 1px #fff6d7 solid;
}
#cddvd .label_list > li a::after {
  background: url(/img/ico_arrow_r_cddvd.svg) no-repeat center center;
  background-size: contain;
}
#cddvd .label_list > li a:hover {
  background-color: #fefcf4;
  border: 1px #e9b70a solid;
}
#cddvd .label_list > li .list_r .descriotion .descriotion_title {
  color: #e9b70a;
}
#cddvd .side_large_contents h3::before {
  background-color: #e9b70a;
}
#cddvd .side_large_contents h3.twitter {
  background: url(/img/ico_m_twitter_cddvd.svg) no-repeat left center;
  background-size: 40px auto;
}

/* category-ebook */
#ebook #pagetitle_area {
  background-color: #58c1b3;
}
#ebook #special_contents h3 {
  background: url(/img/dot_ebook.png) center center;
  background-size: 20px auto;
}
#ebook .main_contents h3::before, #ebook .item_contents h3::before {
  background-color: #58c1b3;
}
#ebook .btn_more a::before {
  background: url(/img/ico_arrow_r_ebook.svg) no-repeat center center;
  background-size: 10px auto;
}
#ebook .btn_more a:hover {
  background-color: #f4fffe;
  border: 1px #58c1b3 solid;
  color: #58c1b3;
}
#ebook .labelitem_list > li .list_l {
  background-color: #e8faf8;
}
#ebook .labelitem_list > li .list_l .descriotion .descriotion_title {
  color: #58c1b3;
}
#ebook .labelitem_list > li .list_r .btn a::before {
  background: url(/img/ico_arrow_r_ebook.svg) no-repeat center center;
  background-size: 10px auto;
}
#ebook .labelitem_list > li .list_r .btn a:hover {
  background-color: #f4fffe;
  color: #58c1b3;
}
#ebook .label_list > li a {
  background-color: #e8faf8;
  border: 1px #e8faf8 solid;
}
#ebook .label_list > li a::after {
  background: url(/img/ico_arrow_r_ebook.svg) no-repeat center center;
  background-size: contain;
}
#ebook .label_list > li a:hover {
  background-color: #f4fffe;
  border: 1px #58c1b3 solid;
}
#ebook .label_list > li .list_r .descriotion .descriotion_title {
  color: #58c1b3;
}
#ebook .side_large_contents h3::before {
  background-color: #58c1b3;
}
#ebook .side_large_contents h3.twitter {
  background: url(/img/ico_m_twitter_ebook.svg) no-repeat left center;
  background-size: 40px auto;
}

/* category-other */
#other #pagetitle_area {
  background-color: #929ca0;
}
#other #special_contents h3 {
  background: url(/img/dot_other.png) center center;
  background-size: 20px auto;
}
#other .main_contents h3::before, #other .item_contents h3::before {
  background-color: #929ca0;
}
#other .btn_more a::before {
  background: url(/img/ico_arrow_r_other.svg) no-repeat center center;
  background-size: 10px auto;
}
#other .btn_more a:hover {
  background-color: #f7fdff;
  border: 1px #929ca0 solid;
  color: #929ca0;
}
#other .labelitem_list > li .list_l {
  background-color: #ecf2f4;
}
#other .labelitem_list > li .list_l .descriotion .descriotion_title {
  color: #929ca0;
}
#other .labelitem_list > li .list_r .btn a::before {
  background: url(/img/ico_arrow_r_other.svg) no-repeat center center;
  background-size: 10px auto;
}
#other .labelitem_list > li .list_r .btn a:hover {
  background-color: #f7fdff;
  color: #929ca0;
}
#other .label_list > li a {
  background-color: #ecf2f4;
  border: 1px #ecf2f4 solid;
}
#other .label_list > li a::after {
  background: url(/img/ico_arrow_r_other.svg) no-repeat center center;
  background-size: contain;
}
#other .label_list > li a:hover {
  background-color: #f7fdff;
  border: 1px #929ca0 solid;
}
#other .label_list > li .list_r .descriotion .descriotion_title {
  color: #929ca0;
}
#other .side_large_contents h3::before {
  background-color: #929ca0;
}
#other .side_large_contents h3.twitter {
  background: url(/img/ico_m_twitter_other.svg) no-repeat left center;
  background-size: 40px auto;
}

/* search */
#search_inputbox {
  display: table;
  width: 100%;
  margin-bottom: 24px;
}
#search_inputbox .search_input_text {
  display: table-cell;
  vertical-align: top;
}
#search_inputbox .search_input_text input {
  border: 1px #999999 solid;
  background-color: #fff;
  font-size: 16px;
  width: 100%;
  height: 44px;
  padding-left: 8px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
#search_inputbox .search_input_btn {
  display: table-cell;
  width: 150px;
  padding-left: 8px;
  vertical-align: top;
}
#search_inputbox .search_input_btn button {
  display: block;
  border: none;
  width: 100%;
  height: 44px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #ff6c88;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  vertical-align: middle;
  cursor: pointer;
  padding: 6px 4px 6px 4px;
  line-height: 24px;
}
#search_inputbox .search_input_btn button::before {
  display: inline-block;
  content: "";
  background: url(/img/ico_search_wh.svg) no-repeat center center;
  background-size: 24px auto;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-right: 4px;
}
#search_inputbox .search_input_btn button.search_btn_item {
  background-color: #ff6c88;
}
#search_inputbox .search_input_btn button.search_btn_item:hover {
  background-color: #ff849b;
}
#search_inputbox .search_input_btn button.search_btn_site {
  background-color: #666666;
}
#search_inputbox .search_input_btn button.search_btn_site:hover {
  background-color: #777777;
}

#search_sortbox {
  *zoom: 1;
  position: relative;
  margin-bottom: 16px;
}
#search_sortbox:after {
  content: "";
  display: table;
  clear: both;
}
#search_sortbox .toggle_btn {
  display: none;
}
#search_sortbox .toggle_detail {
  position: relative;
}
#search_sortbox h5 {
  font-size: 12px;
  color: #999999;
  display: inline-block;
  font-weight: bold;
}
#search_sortbox .search_date_refine .search_date_refine_inputbox {
  display: inline-block;
}
#search_sortbox .search_date_refine .search_date_refine_inputbox input[type="text"] {
  border: 1px #999999 solid;
  background-color: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 4px 8px 5px 8px;
  margin-right: 4px;
  width: 94px;
  cursor: pointer;
  font-size: 14px;
}
#search_sortbox .search_date_refine .search_date_refine_inputbox img {
  vertical-align: middle;
  cursor: pointer;
}
#search_sortbox .search_date_refine .search_date_refine_inputbox img:hover {
  opacity: 0.7;
}
#search_sortbox .search_date_refine .search_date_refine_inputbox .refine_btn {
  border: none;
  background-color: #ff6c88;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  padding: 4px 12px 5px 12px;
  cursor: pointer;
}
#search_sortbox .search_date_refine .search_date_refine_inputbox .refine_btn:hover {
  background-color: #ff849b;
}
#search_sortbox .search_category_refine .btn_set {
  margin-bottom: 8px;
}
#search_sortbox .search_sort, #search_sortbox .search_listchange {
  margin-right: 16px;
  float: left;
}
#search_sortbox .search_sort .switchbtn_list, #search_sortbox .search_listchange .switchbtn_list {
  display: inline-block;
}
#search_sortbox .search_sort {
  margin-top: 2px;
}
#search_sortbox .search_reset {
  position: absolute;
  top: 0;
  right: 0;
}
#search_sortbox .search_reset a {
  text-decoration: none;
  display: block;
}
#search_sortbox .search_reset .reset_button {
  display: block;
  border: none;
  background-color: #f4f4f4;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #999999;
  font-weight: bold;
  font-size: 14px;
  padding: 4px 12px 4px 12px;
  cursor: pointer;
  border: 1px #999999 solid;
}
#search_sortbox .search_reset .reset_button:hover {
  background-color: #ddd;
}
#search_sortbox .search_result {
  text-align: right;
  float: right;
  padding-top: 8px;
}

/* author */
.author_list {
  *zoom: 1;
}
.author_list:after {
  content: "";
  display: table;
  clear: both;
}
.author_list li {
  width: 50%;
  float: left;
}
.author_list li a {
  text-decoration: none;
  color: #333333;
  padding: 4px 4px 4px 0;
  display: block;
}
.author_list li a::before {
  content: "";
  width: 10px;
  height: 9px;
  background: url(/img/ico_arrow_r_bboy.svg) no-repeat center center;
  background-size: 10px auto;
  display: inline-block;
  margin-right: 3px;
}
.author_list li a span {
  font-size: 12px;
  color: #999999;
}

.author_contents {
  margin-bottom: 24px;
  background-color: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  *zoom: 1;
  padding: 16px;
}
.author_contents:after {
  content: "";
  display: table;
  clear: both;
}
.author_contents h3 {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px #ff6c88 solid;
  padding-bottom: 6px;
  margin-bottom: 16px;
}
.author_contents h3 .kana {
  font-size: 14px;
  color: #999999;
  display: inline-block;
}
.author_contents .author_data {
  float: left;
  width: 78%;
}
.author_contents .author_data dt {
  width: 60px;
  float: left;
  margin-bottom: 8px;
  clear: both;
  font-size: 12px;
  color: #999999;
  padding-top: 1px;
}
.author_contents .author_data dd {
  margin-left: 60px;
  margin-bottom: 8px;
}
.author_contents .author_btn {
  float: right;
  width: 20%;
  margin-bottom: -8px;
}
.author_contents .author_btn li {
  margin-bottom: 8px;
}
.author_contents .author_btn li a {
  display: block;
  color: #ff6c88;
  background-color: #fff8f9;
  border: 1px #ff6c88 solid;
  text-align: center;
  text-decoration: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 8px 0;
}
.author_contents .author_btn li a::after {
  content: "";
  width: 12px;
  height: 10px;
  background: url(/img/ico_blank.png) no-repeat center center;
  background-size: 12px auto;
  display: inline-block;
  margin-left: 4px;
}
.author_contents .author_btn li.twitter a::before {
  display: inline-block;
  content: "";
  background: url(/img/ico_m_twitter.svg) no-repeat left center;
  background-size: 30px auto;
  width: 30px;
  height: 30px;
  vertical-align: -9px;
  margin-right: 4px;
  margin-top: -3px;
}
.author_contents .author_btn li.site a::before {
  display: inline-block;
  content: "";
  background: url(/img/ico_m_link.svg) no-repeat left center;
  background-size: 30px auto;
  width: 30px;
  height: 30px;
  vertical-align: -9px;
  margin-right: 4px;
  margin-top: -3px;
}

/* news */
.news_list {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: wrap;
  -webkit-flex-flow: wrap;
  flex-flow: wrap;
}
.news_list > li {
  width: 50%;
  border-right: 1px #cccccc solid;
  border-bottom: 1px #cccccc solid;
  background-color: #fff;
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
}
.news_list > li:nth-child(2n) {
  border-right: none;
}
.news_list > li:first-child {
  -moz-border-radius: 3px 0 0 0;
  -webkit-border-radius: 3px;
  border-radius: 3px 0 0 0;
}
.news_list > li:nth-child(2) {
  -moz-border-radius: 0 3px 0 0;
  -webkit-border-radius: 0;
  border-radius: 0 3px 0 0;
}
.news_list > li:nth-child(2n-1):nth-last-child(2) {
  -moz-border-radius: 0 0 0 3px;
  -webkit-border-radius: 0;
  border-radius: 0 0 0 3px;
}
.news_list > li:nth-child(2n):last-child {
  -moz-border-radius: 0 0 3px 0;
  -webkit-border-radius: 0;
  border-radius: 0 0 3px 0;
}
.news_list > li:nth-child(2n):nth-last-child(2) {
  -moz-border-radius: 0 0 3px 0;
  -webkit-border-radius: 0;
  border-radius: 0 0 3px 0;
}
.news_list > li:nth-child(2n-1):last-child {
  -moz-border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0;
  border-radius: 0 0 3px 3px;
}
.news_list > li:nth-child(2):nth-last-child(2), .news_list > li:nth-child(2):last-child {
  -moz-border-radius: 0 3px 3px 0;
  -webkit-border-radius: 0;
  border-radius: 0 3px 3px 0;
}
.news_list > li:first-child:last-child {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.news_list > li a {
  display: table;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #333333;
  padding: 12px 10% 12px 12px;
  background: url(/img/ico_link_arrow.svg) no-repeat 96% center;
  background-size: 10px auto;
}
.news_list > li a .newstmb {
  width: 100px;
  display: table-cell;
  vertical-align: top;
}
.news_list > li a .newstmb > div {
  height: 100px;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.news_list > li a .newstextbox {
  padding-left: 8px;
  display: table-cell;
  vertical-align: middle;
}
.news_list > li a .newstextbox .date {
  display: block;
  font-size: 12px;
  color: #999999;
  vertical-align: middle;
  margin-bottom: 2px;
}
.news_list > li a .newstextbox .title {
  margin-bottom: 2px;
}
.news_list > li a .newstextbox .associate_list li {
  margin-bottom: 2px;
}
.news_list > li a .newstextbox .associate_list li .category {
  float: none;
}
.news_list > li a .newstextbox .associate_list li p {
  margin-left: 0;
  display: inline-block;
}

.news_list_l > li {
  background-color: #fff;
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  border-bottom: 1px #cccccc solid;
}
.news_list_l > li:last-child {
  border-bottom: none;
}
.news_list_l > li a {
  display: table;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #333333;
  padding: 12px 6% 12px 12px;
  background: url(/img/ico_link_arrow.svg) no-repeat 98% center;
  background-size: 10px auto;
}
.news_list_l > li a .newstmb {
  width: 160px;
  display: table-cell;
  vertical-align: top;
}
.news_list_l > li a .newstmb > div {
  height: 160px;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.news_list_l > li a .newstextbox {
  padding-left: 12px;
  display: table-cell;
  vertical-align: middle;
}
.news_list_l > li a .newstextbox .date {
  display: inline-block;
  font-size: 12px;
  color: #999999;
  padding-top: 2px;
  vertical-align: middle;
}
.news_list_l > li a .newstextbox .title {
  padding-top: 4px;
  margin-bottom: 6px;
  font-size: 18px;
  font-weight: bold;
}
.news_list_l > li a .newstextbox .text {
  margin-bottom: 6px;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  max-height: 3.9em;
  position: relative;
}
.news_list_l > li a .newstextbox .associate {
  font-size: 12px;
  color: #999999;
}

.news_contents {
  background-color: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
}
.news_contents .news_contents_head {
  padding: 12px 16px 0 16px;
  border-top: 6px #ff6c88 solid;
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px;
  border-radius: 3px 3px 0 0;
}
.news_contents .news_contents_head .date {
  float: left;
  font-size: 12px;
  color: #999999;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 4px;
}
.news_contents .news_contents_head .news_contents_data {
  margin-bottom: 8px;
  float: right;
  display: inline-block;
}
.news_contents .news_contents_head .news_contents_data .category {
  width: 130px;
  display: inline-block;
}
.news_contents .news_contents_head .news_contents_data .associate {
  display: inline-block;
  margin-left: 8px;
  font-size: 12px;
}
.news_contents .news_contents_head .title {
  font-size: 20px;
  font-weight: bold;
  clear: both;
  border: none;
  padding: 0;
  margin: 0;
}
.news_contents .news_contents_kiji {
  padding: 16px 16px 24px 16px;
}
.news_contents .news_contents_kiji img {
  max-width: 100%;
  height: auto;
}
.news_contents .news_contents_kiji h1 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 16px;
  background: url(/img/slash_bboy_ll.png) repeat center center;
  background-size: 20px auto;
  padding: 12px 16px 12px 28px;
  position: relative;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.news_contents .news_contents_kiji h1::before {
  content: "";
  display: block;
  background-color: #ff6c88;
  width: 4px;
  height: 28px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  position: absolute;
  top: 50%;
  left: 14px;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.news_contents .news_contents_kiji h2 {
  font-size: 18px;
  font-weight: bold;
  padding: 4px;
  margin-bottom: 18px;
  border-bottom: 2px #ff6c88 dotted;
}
.news_contents .news_contents_kiji h3 {
  font-size: 16px;
  padding-left: 12px;
}
.news_contents .news_contents_kiji h5 {
  font-weight: bold;
  font-size: 16px;
  color: #ff6c88;
}
.news_contents .news_contents_kiji h6 {
  font-weight: bold;
  font-size: 16px;
}
.news_contents .news_contents_kiji b {
  font-weight: bold;
}
.news_contents .news_contents_kiji ul li {
  position: relative;
  padding-left: 8px;
  margin-bottom: 6px;
}
.news_contents .news_contents_kiji ul li::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background-color: #333333;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  position: absolute;
  top: .45em;
  left: 0;
}
.news_contents .news_contents_kiji ol li {
  list-style: decimal;
  margin-bottom: 6px;
  margin-left: 0;
  margin-left: 1.3em;
}
.news_contents .news_contents_kiji table tbody tr th, .news_contents .news_contents_kiji table tbody tr td {
  border: 1px #999999 solid;
  padding: 8px 14px;
}
.news_contents .news_contents_kiji table tbody tr th {
  background-color: #ffe4e9;
  font-weight: bold;
}
.news_contents .news_contents_footer {
  background-color: #f4f4f4;
  display: table;
  width: 100%;
}
.news_contents .news_contents_footer .news_contents_associate {
  display: table-cell;
  vertical-align: middle;
  padding: 8px 16px;
}
.news_contents .news_contents_footer .news_contents_associate h5 {
  color: #999999;
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 6px;
}
.news_contents .news_contents_footer .news_contents_sns {
  display: table-cell;
  vertical-align: top;
  padding: 8px 16px 8px 0;
  -moz-border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0;
  border-radius: 0 0 3px 3px;
}
.news_contents .news_contents_footer .news_contents_sns ul {
  text-align: right;
}
.news_contents .news_contents_footer .news_contents_sns ul li {
  display: inline-block;
  margin-left: 8px;
}
.news_contents .news_contents_footer .news_contents_sns ul li.line {
  display: none;
}
.news_contents .news_contents_footer .news_contents_sns ul li a img {
  width: 32px;
}

/* footer_contents */
#footer_contents_wrap {
  background-color: #fff;
  padding: 24px 0;
}
#footer_contents_wrap .footer_contents {
  width: 100%;
  display: table;
  margin-bottom: 32px;
}
#footer_contents_wrap .footer_contents .footer_h3_box {
  display: table-cell;
  width: 145px;
  vertical-align: middle;
}
#footer_contents_wrap .footer_contents .footer_h3_box .category_listpage {
  text-align: center;
}
#footer_contents_wrap .footer_contents .footer_h3_box .category_listpage a {
  background: url(/img/ico_link_bboy.svg) no-repeat left center;
  background-size: 12px auto;
  padding-left: 16px;
  text-decoration: none;
  color: #333333;
}
#footer_contents_wrap .footer_contents h3 {
  height: 80px;
  text-indent: -1000px;
  overflow: hidden;
  margin-bottom: 0px;
  vertical-align: middle;
}
#footer_contents_wrap .footer_contents h3.category {
  background: url(/img/ico_l_category.png) no-repeat center center;
}
#footer_contents_wrap .footer_contents h3.specialpage {
  background: url(/img/ico_l_specialpage.png) no-repeat center center;
}
#footer_contents_wrap .footer_contents .footer_contents_box {
  display: table-cell;
  vertical-align: middle;
}
#footer_contents_wrap .footer_contents .footer_contents_box .category_list {
  *zoom: 1;
  padding-top: 8px;
}
#footer_contents_wrap .footer_contents .footer_contents_box .category_list:after {
  content: "";
  display: table;
  clear: both;
}
#footer_contents_wrap .footer_contents .footer_contents_box .category_list li {
  border-right: 1px #fff solid;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  width: 16.6%;
  float: left;
}
#footer_contents_wrap .footer_contents .footer_contents_box .category_list li:first-child a {
  -moz-border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px 0 0 3px;
}
#footer_contents_wrap .footer_contents .footer_contents_box .category_list li:last-child {
  border-right: none;
}
#footer_contents_wrap .footer_contents .footer_contents_box .category_list li:last-child a {
  -moz-border-radius: 0 3px 3px 0;
  -webkit-border-radius: 0;
  border-radius: 0 3px 3px 0;
}
#footer_contents_wrap .footer_contents .footer_contents_box .category_list li a {
  display: block;
  padding: 12px 0;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  color: #fff;
}
#footer_contents_wrap .footer_contents .footer_contents_box .category_list li.magazine a {
  background-color: #a270ee;
}
#footer_contents_wrap .footer_contents .footer_contents_box .category_list li.comics a {
  background-color: #fd70b6;
}
#footer_contents_wrap .footer_contents .footer_contents_box .category_list li.novels a {
  background-color: #f86e4e;
}
#footer_contents_wrap .footer_contents .footer_contents_box .category_list li.cddvd a {
  background-color: #e9b70a;
}
#footer_contents_wrap .footer_contents .footer_contents_box .category_list li.ebook a {
  background-color: #58c1b3;
}
#footer_contents_wrap .footer_contents .footer_contents_box .category_list li.other a {
  background-color: #929ca0;
}
#footer_contents_wrap .footer_contents .footer_contents_box .footer_specialpage_list {
  padding: 0 28px;
}

/* pagetop */
#pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 18px;
  z-index: 20;
}
#pagetop::before {
  display: block;
  content: "";
  background: url(/img/btn_pagetop.svg) no-repeat center center;
  background-size: 68px auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: 0.7;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
}
#pagetop:hover::before {
  opacity: 1;
}
#pagetop a {
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  font-size: 18px;
  text-decoration: none;
  color: #fff;
  width: 68px;
  height: 46px;
  padding-top: 11px;
  text-align: center;
  display: block;
}
#pagetop a:hover {
  opacity: 1;
}

.pagetop_text {
  text-align: right;
  cursor: pointer;
  color: #999999;
  padding: 16px 0;
}
.pagetop_text::after {
  content: "";
  background: url(/img/ico_arrow_t_gr.svg) no-repeat center center;
  background-size: 20px auto;
  width: 20px;
  height: 12px;
  display: inline-block;
}
.pagetop_text:hover {
  opacity: 0.7;
}

/* footer */
footer {
  color: #fff;
  background-color: #e1e1e1;
}
footer #footer_nav {
  max-width: 1170px;
  width: 94%;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 0;
  *zoom: 1;
}
footer #footer_nav:after {
  content: "";
  display: table;
  clear: both;
}
footer #footer_nav #footer_nav_bboy {
  width: 58%;
  float: left;
}
footer #footer_nav #footer_nav_relation {
  width: 38%;
  float: right;
}
footer #footer_nav h3 {
  color: #333333;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px #999999 solid;
  margin-bottom: 12px;
  padding-bottom: 8px;
}
footer #footer_nav .footer_nav_wrap {
  display: table;
  width: 100%;
}
footer #footer_nav .footer_nav_wrap > div {
  display: table-cell;
}
footer #footer_nav .footer_nav_wrap > div.f_c2wrap {
  display: table;
  width: 100%;
}
footer #footer_nav .footer_nav_wrap > div ul {
  display: table-cell;
}
footer #footer_nav .footer_nav_wrap > div ul li a {
  color: #333333;
  text-decoration: none;
  display: block;
  padding: 2px 0;
}
footer #footer_nav .footer_nav_wrap > div ul li a[target="_blank"]::after {
  content: "";
  width: 12px;
  height: 10px;
  background: url(/img/ico_blank.png) no-repeat center center;
  background-size: 12px auto;
  display: inline-block;
  margin-left: 4px;
}
footer #footer_sub {
  background-color: #333333;
  text-align: center;
  padding: 40px 3%;
}
footer #footer_sub #footer_sub_sns {
  margin-bottom: 40px;
}
footer #footer_sub #footer_sub_sns ul li {
  display: inline-block;
  margin: 0 8px;
}
footer #footer_sub #footer_sub_sns ul li.line {
  display: none;
}
footer #footer_sub #footer_sub_sns ul li a img {
  width: 32px;
}
footer #footer_sub #footer_sub_nav ul {
  margin-bottom: 40px;
}
footer #footer_sub #footer_sub_nav ul li {
  display: inline-block;
}
footer #footer_sub #footer_sub_nav ul li a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 0 16px;
}
footer #footer_sub #footer_sub_nav ul li a[target="_blank"]::after {
  content: "";
  width: 12px;
  height: 10px;
  background: url(/img/ico_blank.png) no-repeat center center;
  background-size: 12px auto;
  display: inline-block;
  margin-left: 4px;
}
footer #footer_sub #footer_sub_nav #copy {
  font-size: 10px;
  color: #999999;
}

/* month_pager */
.month_pager {
  text-align: center;
  position: relative;
  *zoom: 1;
}
.month_pager:after {
  content: "";
  display: table;
  clear: both;
}
.month_pager .month_pager_prev, .month_pager .month_pager_next {
  width: 100px;
}
.month_pager .month_pager_prev a, .month_pager .month_pager_next a {
  text-decoration: none;
  color: #333333;
  background-color: #fff;
  display: block;
  border: 1px #cccccc solid;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  vertical-align: middle;
}
.month_pager .month_pager_prev a:hover, .month_pager .month_pager_next a:hover {
  opacity: 1;
  background-color: #fff8f9;
  border: 1px #ff6c88 solid;
  color: #ff6c88;
}
.month_pager .month_pager_prev {
  float: left;
  position: relative;
  z-index: 2;
}
.month_pager .month_pager_prev a {
  padding: 6px 4px 6px 0px;
}
.month_pager .month_pager_prev a::before {
  content: "";
  width: 10px;
  height: 11px;
  background: url(/img/ico_arrow_l_bboy.svg) no-repeat center center;
  background-size: 10px auto;
  display: inline-block;
  margin-right: 6px;
}
.month_pager .month_pager_next {
  float: right;
  position: relative;
  z-index: 2;
}
.month_pager .month_pager_next a {
  padding: 6px 0px 6px 4px;
}
.month_pager .month_pager_next a::after {
  content: "";
  width: 10px;
  height: 11px;
  background: url(/img/ico_arrow_r_bboy.svg) no-repeat center center;
  background-size: 10px auto;
  display: inline-block;
  margin-left: 6px;
}
.month_pager .month_data {
  width: 50%;
  margin: 0 auto;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  top: -4px;
  z-index: 1;
}
.month_pager .month_data span {
  font-size: 28px;
  margin-left: 4px;
  color: #ff6c88;
}

/* calendar_contents */
.calendar_contents {
  width: 100%;
  border-top: 1px solid #cccccc;
  background-color: #fff;
}
.calendar_contents tr th {
  width: 56px;
  font-size: 10px;
  font-weight: normal;
  text-align: center;
  border-bottom: 1px solid #cccccc;
  line-height: 1em;
  vertical-align: top;
  padding: 10px 0px 10px 0px;
}
.calendar_contents tr th.sun {
  color: #ff6c88;
}
.calendar_contents tr th.sat {
  color: #54a4e2;
}
.calendar_contents tr th.on {
  padding: 16px 0px 16px 0px;
}
.calendar_contents tr th.on span {
  font-size: 30px;
}
.calendar_contents tr th span {
  font-size: 20px;
  display: block;
  line-height: 1em;
  margin-bottom: 4px;
}
.calendar_contents tr td {
  border-bottom: 1px solid #cccccc;
  padding: 20px 8px 20px 0px;
  vertical-align: middle;
}
.calendar_contents tr td ul li {
  margin-bottom: 16px;
  *zoom: 1;
}
.calendar_contents tr td ul li:after {
  content: "";
  display: table;
  clear: both;
}
.calendar_contents tr td ul li:last-child {
  margin-bottom: 0px;
}
.calendar_contents tr td ul li .category {
  display: block;
  width: 130px;
  float: left;
}
.calendar_contents tr td ul li .data {
  margin-left: 140px;
}
.calendar_contents tr td ul li .data p {
  display: inline;
}
.calendar_contents tr td ul li .data p.title a {
  color: #333333;
}
.calendar_contents tr td ul li .data p.person {
  font-size: 12px;
  color: #999999;
}
.calendar_contents tr.today th, .calendar_contents tr.today td {
  background: #fdfdd7;
}

/* genre */
.genre_toggle .toggle_btn {
  border: 1px #cccccc solid;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #333333;
  background-color: #fff;
  padding: 12px 16px;
  cursor: pointer;
  position: relative;
  font-weight: bold;
}
.genre_toggle .toggle_btn::before {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background-color: #ff6c88;
  position: absolute;
  top: 50%;
  right: 16px;
  margin-top: -1px;
}
.genre_toggle .toggle_btn::after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background-color: #ff6c88;
  position: absolute;
  top: 50%;
  right: 16px;
  margin-top: -1px;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.genre_toggle .toggle_btn.open::before {
  background-color: #cccccc;
}
.genre_toggle .toggle_btn.open::after {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  background-color: #cccccc;
}
.genre_toggle .toggle_detail {
  display: none;
  padding-top: 16px;
}

/* movie_modal */
.movie_modal {
  display: none;
}
.movie_modal.on {
  display: block;
  position: relative;
  z-index: 10010;
}
.movie_modal.on .bg {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.movie_modal.on .movie_modal_cont {
  background-color: #fff;
  width: 94%;
  max-width: 600px;
  position: fixed;
  top: 50%;
  left: 50%;
  padding: 8px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}
.movie_modal.on .movie_modal_cont .youtube_img img {
  width: 100%;
}
.movie_modal.on .movie_modal_cont .youtube_movie {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}
.movie_modal.on .movie_modal_cont .youtube_movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
}

/* error_box */
.error_box {
  text-align: center;
  padding: 80px 0;
}
.error_box h3 {
  font-size: 24px;
  font-weight: bold;
  color: #ff6c88;
  margin-bottom: 40px;
}
.error_box .btn_area {
  margin-top: 80px;
}

/* r18 */
#r18_check {
  max-width: 400px;
}
#r18_check .modal-in-cont {
  padding: 16px;
  text-align: center;
}
#r18_check .modal-in-cont h3 {
  text-align: center;
  margin-bottom: 4px;
  padding-top: 10px;
}
#r18_check .modal-in-cont h3 img {
  width: 110px;
  margin-bottom: 4px;
}
#r18_check .modal-in-cont h3 span {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #ff6c88;
}
#r18_check .modal-in-cont p {
  font-size: 16px;
  margin-bottom: 24px;
}
#r18_check .modal-in-cont .btn_area .btn {
  max-width: 150px;
}

/* ellipsis */
.elp {
  display: block !important;
}

/* freeimg_modal */
#freeimg_modal {
  max-width: 750px;
}
#freeimg_modal img {
  width: 100%;
  display: block;
}

.list_more_btn {
  max-width: 300px;
  width: 90%;
  cursor: pointer;
  display: block;
  color: #333333;
  text-decoration: none;
  font-weight: bold;
  background-color: #fff;
  padding: 12px 16px;
  border: 1px #cccccc solid;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.list_more_btn::after {
  content: "";
  width: 12px;
  height: 12px;
  background: url(/img/ico_toggle_open.svg) no-repeat center center;
  background-size: 12px auto;
  display: inline-block;
  vertical-align: middle;
  margin-left: 12px;
}
.list_more_btn:hover {
  opacity: .7;
}
.list_more_btn.close::after {
  background: url(/img/ico_toggle_close.svg) no-repeat center center;
  background-size: 12px auto;
}

.kiji_movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.kiji_movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.recommend_bnr {
  margin: 60px 0;
  text-align: center;
}
.recommend_bnr img {
  max-width: 100%;
}

.tokuten_bnr {
  margin-bottom: 40px;
}
.tokuten_bnr img {
  max-width: 100%;
}

.tokuten_caution {
  margin-bottom: 30px;
  font-size: 12px;
  color: #666;
}

.item_bnr {
  margin-bottom: 20px;
}
.item_bnr img {
  max-width: 100%;
}

.author_link a {
  padding-top: 4px !important;
  font-weight: bold;
  display: block;
  text-align: left;
  background: url(/img/ico_arrow_r_bboy.svg) no-repeat left 0.4em;
  background-size: 10px auto;
  padding-left: 13px;
}
