@charset "utf-8";

/* 共通 */

html {
  font-size: 0.625em;
  /* 10 / 16 */
}

@font-face {
  font-family: '游ゴシック';
  src: local('Yu Gothic Medium');
  font-weight: 100;
}

@font-face {
  font-family: '游ゴシック';
  src: local('Yu Gothic Medium');
  font-weight: 200;
}

@font-face {
  font-family: '游ゴシック';
  src: local('Yu Gothic Medium');
  font-weight: 300;
}

@font-face {
  font-family: '游ゴシック';
  src: local('Yu Gothic Medium');
  font-weight: 400;
}

@font-face {
  font-family: '游ゴシック';
  src: local('Yu Gothic Bold');
  font-weight: bold;
}

body {
  background-color: #fff;
  min-width: 320px;
  margin: 0 auto;
  font-family: "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "游ゴシック", YuGothic, "Noto Sans CJK JP", Meiryo, Roboto, sans-serif;
  font-size: 1.4rem;
  width: 100%;
  color: #333;
  overflow: auto;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
}

@media screen and (min-width: 770px) {
  body {}
}

@media screen and (min-width: 772px) {
  body {}
}

a {
  text-decoration: none;
  color: #e83820;
}

a:hover {
  color: #db4545;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

strong {
  font-weight: bold;
}

em {
  color: #f93;
  font-weight: bold;
}

.main_wrap {
  clear: both;
  max-width: 1420px;
  padding: 10px;
  margin: auto;
  overflow: auto;
}

@media screen and (max-width:840px) {
  .main_wrap {
    padding-top: 0;
    border-top: 1px solid #ccc;
  }
}

#side_bar {
  width: 20.2%;
  float: left;
}

@media screen and (max-width:840px) {
  #side_bar {
    display: none;
  }
}

#main_contents {
  width: 79.8%;
  float: left;
}

@media screen and (max-width: 840px) {
  #main_contents {
    width: 100%;
    float: none;
    margin: 0;
    padding-left: 0;
    overflow: hidden;
  }
}

.main_wrap section {
  padding: 10px 0px 23px 10px !important;
  background-position: bottom;
  margin: 0 10px 10px 0;
}

.main_wrap article {
  padding: 10px 0px 23px 10px !important;
  background-position: bottom;
  margin: 0 10px 10px 0;
}

.main_wrap .sub_sec {
  padding: 10px 0px 23px 10px !important;
  background-position: bottom;
  margin: 0 10px 10px 0;
}

@media screen and (max-width: 840px) {
  .main_wrap section {
    padding: 10px 0px 8px !important;
    background-position: bottom;
    margin: 0 0 10px;
  }
  .main_wrap article {
    padding: 10px 0px 8px !important;
    background-position: bottom;
    margin: 0 0 10px;
  }
  .main_wrap .sub_sec {
    padding: 10px 0px 8px !important;
    background-position: bottom;
    margin: 0 0 10px;
  }
}

.main_wrap h2 {
  border-left: 3px solid #333;
  font-size: 2rem;
  line-height: 20px;
  padding-left: 10px;
}

#side_bar h2 {
  border-left: 3px solid #333;
  font-size: 2rem;
  line-height: 20px;
  padding-left: 10px;
}

#lb_login ul li {
  padding-left: 21px;
  line-height: 1.6rem;
  border-top: 1px solid #ccc;
}

#lb_login ul li:first-child {
  border-top: none;
}

#lb_login ul li.lb_loguin_point div span {
  color: #ff9021;
  font-weight: bold;
}

#lb_login ul li a {
  color: #333;
}

#lb_login ul li a:hover {
  color: #666;
}

#lb_dezital_mag {
  overflow: auto;
}

#lb_dezital_mag li {
  margin-top: 10px;
  width: 48.5%;
  float: left;
}

#lb_dezital_mag li:nth-child(1) {
  margin-right: 3%;
}

#lb_dezital_mag li img {
  width: 100%;
}

#lb_dezital_mag a:hover {
  opacity: 0.8;
}

#lb_find_comic a {
  color: #333;
}

#lb_find_comic .find_link {
  font-size: 1.3rem;
  padding-left: 21px;
  line-height: 38px;
  cursor: pointer;
  background: url(/images2/global//left_menu_icon0.gif) no-repeat left center;
}

#lb_find_comic .find_link:hover {
  background-position: 2px center;
}

#lb_find_comic a:hover {
  color: #666;
}

#lb_find_comic dt {
  font-size: 1.3rem;
  padding-left: 21px;
  line-height: 38px;
  cursor: pointer;
  border-top: 1px solid #ccc;
}

#lb_find_comic dt:hover {
  color: #666;
}

#lb_find_comic dd {
  display: none;
}

#lb_find_comic dd ul {
  padding-bottom: 10px;
}

#lb_find_comic dd li {
  line-height: 28px;
  margin-left: 21px;
  padding-left: 10px;
  background: url(/images2/global//left_menu_arrow.gif) no-repeat left center;
}

#lb_find_comic dd li:hover {
  background-position: 2px center;
}

#lb_find_comic dt {
  position: relative;
}

#lb_find_comic dt:after {
  content: url("/images2/global/left_menu_arrow1.gif");
  float: right;
}

#lb_find_comic dt.active:after {
  content: url("/images2/global/left_menu_arrow2.gif");
}

#lb_find_novel {}

#lb_find_novel a {
  color: #333;
}

#lb_find_novel a:hover {
  color: #666;
}

#lb_find_novel li {
  line-height: 28px;
  margin-left: 21px;
  padding-left: 10px;
  background: url(/images2/global//left_menu_arrow.gif) no-repeat left center;
}

#lb_find_novel li:hover {
  background-position: 2px center;
}

#lb_label {
  overflow: auto;
}

#lb_label ul::after {
  content: '';
  display: block;
  clear: left;
  padding-bottom: 16px;
}

#lb_label li {
  width: 46%;
  margin-right: 4%;
  margin-top: 10px;
  float: left;
}

#lb_label li:nth-child(2n + 2) {
  margin-right: 0;
}

#lb_label li a:hover {
  opacity: 0.8;
}

#lb_label li img {
  width: 100%;
}

#lb_foot_bnr {
  padding: 10px 10px 23px;
  /* background:url(/images2/global//section_line.gif) repeat-x;*/
  background-position: bottom;
  margin-bottom: 10px;
}

#lb_foot_bnr li {
  width: 100%;
  margin-bottom: 10px;
}

#lb_foot_bnr li img {
  width: 100%;
}

#lb_foot_bnr li a:hover {
  opacity: 0.8;
}

@media screen and (min-width:841px) {
  #lb_foot_bnr_sp {
    display: none;
  }
}

#lb_foot_bnr_sp {
  padding: 10px 10px 23px;
  /* background:url(/images2/global//section_line.gif) repeat-x;*/
  background-position: bottom;
  margin-bottom: 10px;
  overflow: auto;
}

#lb_foot_bnr_sp li {
  width: 50%;
  margin-bottom: 10px;
  float: left;
}

#lb_foot_bnr_sp li img {
  width: 95%;
  display: block;
  margin: auto;
}

#lb_foot_bnr_sp li a:hover {
  opacity: 0.8;
}

.big {
  padding: 10px 10px 10px 25px;
  margin: 1rem auto;
  width: 20rem;
  border-radius: 0.8rem;
  font-size: 1.4rem;
  font-weight: bold;
  border-style: solid;
  border-width: 0.2rem;
  line-height: 1.5;
}


/* responsive style */

@media only screen and (max-width: 599px) {
  .tablet_only {
    display: none;
  }
  .pc_only {
    display: none;
  }
  .tablet_pc_only {
    display: none;
  }
}

@media only screen and (min-width: 600px) and (max-width: 767px) {
  .mobile_only {
    display: none;
  }
  .pc_only {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .mobile_only {
    display: none;
  }
  .tablet_only {
    display: none;
  }
  .mobile_tablet_only {
    display: none;
  }
}


/* 特定のデバイスで非表示 */

.not_mobile_display_none {
  display: none;
}

#global_header {
  padding: 10px 0;
}

@media only screen and (max-width: 840px) {
  #global_header {
    padding: 10px 0 0;
  }
}

@media only screen and (max-width: 414px) {
  #global_header {
    padding: 3px 0 0;
  }
}


/* グローバルナビゲーション */

.global_nav {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  height: 50px;
  max-width: 100%;
  min-width: 320px;
}

.global_nav_link_list {
  max-width: 1440px;
  min-width: 320px;
  margin: auto;
  padding: 0 px;
}

.global_nav_link_list {
  width: 100%;
}

.global_nav_link_list::after {
  clear: both;
  content: '';
  display: block;
}

.global_nav_link_list > li {
  float: left;
}

.gn2_ecs_icon {
  padding-left: 10px;
  max-width: 240px;
  width: 62.5%;
}

@media only screen and (max-width: 840px) {
  .global_nav {
    border-bottom: none;
    height: 46px;
  }
}

@media only screen and (max-width: 414px) {
  .global_nav {
    height: 40px;
  }
  .gn2_ecs_icon {
    padding-left: 10px;
    width: 170px;
  }
}

.gn2_ecs_icon a {
  height: 40px;
  display: flex !important;
  align-items: center;
}

.gn2_ecs_icon img {
  width: 100%;
  height: auto;
}

.global_nav_link_list > li.gn_right_side_links {
  box-sizing: border-box;
  border-left: 1px solid rgb(234, 224, 176);
  float: none;
}

@media only screen and (max-width: 840px) {
  .global_nav_link_list > li.gn_right_side_links {
    display: none
  }
}

.global_nav_link_list > li > a,
.global_nav_link_list > li > a > img {
  display: block;
  width: 100%;
}

.global_nav_link_list > .gn_icon_link {
  max-width: 80px;
  width: 12.5%;
  /* 80 / 640 */
}

.gn2_csb_icon {
  max-width: 80px;
  width: 12.5%;
  /* 80 / 640 */
}

.global_nav_link_list > .gn2_csb_title {
  max-width: 200px;
  width: 31.25%;
  /* 200 / 640 */
}

.global_nav_link_list > .gn2_csb_title > a,
.global_nav_link_list > .gn2_csb_title > a > img {
  width: 100%;
}

.global_nav #gn2_search {
  position: relative;
}

.gn_search_container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 40%;
}

.global_nav form {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  border-radius: 0.4rem;
  background-color: #fff;
  justify-content: center;
}

.global_nav form input {
  display: block;
}

.global_nav input[type="search"] {
  -webkit-box-flex: 1;
  box-flex: 1;
  border: 1px solid #ccc;
  padding: 0.5rem 0.2rem 0.6rem 1rem;
  height: 2.2rem;
  font-size: 1.4rem;
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  width: 25rem;
  margin-top: 3px;
}

.global_nav input[type="search"]::-webkit-search-decoration {
  display: none;
}

.global_nav input[type="submit"] {
  margin: 0.2rem;
  border: none;
  border-radius: 0.4rem;
  width: 4rem;
  height: 3.6rem;
  background: transparent url(/images2/global/search_btn.png);
  background-size: cover;
}

.gn_point {
  position: relative;
}

.gn_point_num {
  position: absolute;
  top: 0;
  text-align: center;
  width: 100%;
}

.gn_point_char {
  width: 15%;
  /* 12 / 80 */
}

#global_nav {
  padding: 0.4rem 0;
  border-bottom: 1px solid #ffe060;
  background-color: #fcf6bb;
}

#global_nav > ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  width: 100%;
}

#gn_csb_icon > a,
#gn_mypage > a {
  display: block;
}

#gn_mypage {
  position: relative;
}

#gn_csb_icon > a > img,
#gn_mypage > a > img {
  max-width: 100%;
}

#gn_search {
  -webkit-box-flex: 1;
  box-flex: 1;
  margin: 0.3rem 0.5rem 0.3rem 0;
  border: 1px solid #ffe060;
  border-radius: 0.4rem;
  height: 4rem;
}

#csb_title {
  -webkit-box-flex: 1;
  box-flex: 1;
  height: 4.8rem;
}

#global_nav form,
.search_container form {
  display: flex;
  display: -webkit-flex;
  display: -webkit-box;
  width: 100%;
  border-radius: 0.4rem;
  background-color: #fff;
}

#global_nav form input,
.search_container form input {
  display: block;
}

#global_nav input[type="search"],
.search_container input[type="search"] {
  -webkit-box-flex: 1;
  box-flex: 1;
  border: none;
  margin: 0.9rem 0.2rem 0.9rem 1rem;
  height: 2.2rem;
  font-size: 1.4rem;
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
}

#global_nav input[type="search"]::-webkit-search-decoration,
.search_container input[type="search"]::-webkit-search-decoration {
  display: none;
}

#global_nav input[type="submit"],
.search_container input[type="submit"] {
  margin: 0.2rem;
  border: none;
  border-radius: 0.4rem;
  width: 4rem;
  height: 3.6rem;
  background: transparent url(/images2/global/search_btn.png);
  background-size: cover;
}

@media screen and (min-width: 600px) {
  #global_nav {
    padding-top: 0.75rem;
    padding-bottom: 0.6rem;
    height: 7.2rem;
  }
  #gn_csb_icon > a,
  #gn_mypage > a {
    width: 9rem;
  }
  #gn_csb_icon > a > img,
  #gn_mypage > a > img {
    width: 100%;
  }
  #gn_search {
    margin-top: 2.4rem;
    margin-right: 0.5rem;
  }
  #csb_title {
    position: relative;
    width: 24rem;
    height: 7.2rem;
    margin-right: 0.5rem;
  }
  #csb_title > a > img {
    position: absolute;
    bottom: 0;
    width: 24rem;
  }
}


/* サイト全体の通知 */

#global_information {
  background-color: #fcf6bb;
  border-bottom: 1px solid #ffe060;
  font-weight: bold;
  text-align: center;
}

#global_information > p:first-child {
  margin-top: 0;
  padding-top: 0.4rem;
}

.global_notification_list {
  display: table;
  width: 100%;
}

.global_notification_list > li {
  display: table-row;
}

.gn_item_all_link {
  background: transparent url(/images2/global/arrow_right.png) no-repeat right center;
}

.gn_item_normal,
.gn_item_all_link > a {
  border-bottom: 1px solid #ffe060;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  width: 100%;
}

.gn_item_all_link > a {
  text-decoration: none;
}

.gn_item_normal > .img_container,
.gn_item_all_link > a > .img_container {
  padding: 0.8rem 0.5rem 0.4rem 1rem;
  width: 1.2rem;
}

.gn_item_normal > .text_container,
.gn_item_all_link > a > .text_container {
  padding: 0.6rem 2.4rem 0.4rem 0.5rem;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
}

.gn_item_normal > .text_container {
  padding-right: 1rem;
}

.gn_item_normal > .text_container > dl > dd > nav {
  margin: 1rem 1rem 0.4rem;
  text-align: center;
}

.global_notification_list dt {
  font-size: 14px;
  font-weight: bold;
}

.gn_item_menu {
  padding: 0.4rem 1rem;
  text-align: center;
}

#gn2_mypage {
  position: relative;
}


/* サイトからのお知らせヘッドライン */

#announcement_headlines {
  background-color: #fff;
  border: 1px solid #ccc;
  padding-bottom: 4px;
  padding-top: 4px;
  text-align: center;
}

@media screen and (max-width: 840px) {
  #announcement_headlines {
    margin-top: 10px;
  }
}

#announcement_headlines a {
  color: #db3d36;
  font-weight: bold;
}


/* マイメニュー */

.global_nav #mymenu {
  max-width: 320px;
  width: 100%;
}

.global_nav #mymenu {
  top: 113.333333333333%;
  /* 102 / 90 */
}

@media screen and (min-width: 640px) {
  .global_nav #mymenu {
    top: 0;
    margin-top: 98px;
  }
}

#gm {
  background: #f6f6f6;
  width: 100%;
  clear: both;
}

@media screen and (max-width: 840px) {
  #gm {
    display: none;
  }
}

#gm ul {
  margin: auto;
  max-width: 1420px;
  padding: 10px;
  overflow: auto;
}

#gm ul li {
  float: left;
  margin: 0 40px 0 0;
}

#gm ul li a {
  font-size: 1.8rem;
  color: #333;
}

#gm ul li a:hover {
  opacity: 0.8;
}

#gm ul li a:last-child {
  margin-right: 0;
}

#mymenu_button {
  cursor: pointer;
}

#mymenu {
  position: absolute;
  top: 5.3rem;
  right: 0;
  width: 32rem;
  background: #fff;
  display: none;
  z-index: 2;
  border-radius: 0 0 0.8rem 0.8rem;
  -moz-box-shadow: 1rem 1rem 1rem rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: -1rem 1rem 1rem rgba(0, 0, 0, 0.4);
  -o-box-shadow: 1rem 1rem 1rem rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 1rem 1rem 1rem rgba(0, 0, 0, 0.4);
  box-shadow: -1rem 1rem 1rem rgba(0, 0, 0, 0.4);
}

#triangle {
  position: absolute;
  top: -0.7rem;
  right: 2.2rem;
  width: 0;
  height: 0;
  border-left: 0.7rem solid transparent;
  border-right: 0.7rem solid transparent;
  border-bottom: 0.8rem solid #ffe060;
}

#mymenu .heading {
  padding: 0.4rem 1rem;
  background-color: #ffe060;
  color: #333;
  font-weight: bold;
}

#mymenu .menu_with_indicator,
#mymenu .single_col_menu {
  display: block !important;
}

.mymenu_footer {
  display: block;
  height: 4.4rem;
  text-align: center;
  border-radius: 0 0 0.8rem 0.8rem;
  border-top: 1px solid #ffe060;
  background: #643 url(/images2/global/popup_close_btn.png) no-repeat center;
  background-size: 3.6rem 3.6rem;
}

@media screen and (min-width: 600px) {
  #mymenu {
    top: 7.7rem;
    right: 0;
  }
  #triangle {
    top: -0.7rem;
    right: 4.5rem;
  }
  #mymenu > ul.menu_with_indicator > li {
    border-bottom-width: 1px;
    /* IEのボーダーバグ対策 */
  }
}


/* コンテンツナビゲーション */

.content_nav {
  padding: 1.25%;
  /* 4 / 320 */
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
}

.content_nav ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  width: 100%;
}

.content_nav > ul:nth-child(2) {
  margin-top: 0.8rem;
}

.content_nav li {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
}

.content_nav li a {
  display: block;
  padding: 0.4rem;
  min-width: 6rem;
  text-align: center;
  background-color: #fff;
  color: #333;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.4rem;
  border: 1px solid #ccc;
}

.content_nav ul li:first-child a {
  border-radius: 0.4rem 0 0 0.4rem / 0.4rem 0 0 0.4rem;
}

.content_nav ul li:last-child a {
  border-radius: 0 0.4rem 0.4rem 0 / 0 0.4rem 0.4rem 0;
}

.content_nav .selected a {
  background-color: #c5c5c5;
  color: #fff;
}


/* コンテンツ本体 */

#main_heading,
.sub_heading {
  border-left: 3px solid #333;
  font-size: 2rem;
  line-height: 20px;
  padding-left: 10px;
  word-wrap: break-word;
}

.error_messages {
  background-color: #fff;
  color: #f93;
  font-weight: bold;
  font-size: 1.4rem;
  margin: 1rem;
  word-break: break-all;
}


/* グローバルフッター */

#global_footer {
  background-color: #fff;
  color: #333;
  padding: 1rem 0;
  text-align: center;
  border-top: 1px solid #ebebeb;
  margin-top: -1px;
  clear: both;
}

@media screen and (max-width: 840px) {
  #global_footer {
    padding-bottom: 64px;
  }
}

#copyright small {
  font-size: 1.2rem;
}


/* ログインポップアップ */

#login_popup {
  display: none;
  position: absolute;
  top: 2rem;
  left: 50% !important;
  margin-left: -15rem;
  width: 30rem;
  border-radius: 0.8rem;
  border: 0.2rem solid #ffe060;
  background: #fff;
}

#login_popup > h1 {
  font-size: 1.6rem;
  padding: 1rem;
  text-align: center;
}

#login_popup p {
  margin: 0.4rem 1rem;
}

#login_popup ul {
  display: block !important;
}

.login_help {
  text-align: right;
}

#login_methods .btn_read,
#joining_methods .btn_read {
  display: block;
  margin: 1rem auto;
  width: 20rem;
  border-radius: 0.8rem;
}

#login_popup > footer,
#login_popup > footer > a {
  border-radius: 0 0 0.8rem 0.8rem;
}

#login_popup > footer > a {
  display: block;
  height: 4.4rem;
  text-align: center;
  border-top: 1px solid #ffe060;
  background: #643 url(/images2/global/popup_close_btn.png) no-repeat center;
  background-size: 3.6rem 3.6rem;
}


/* ページ送り */

.pages {
  background-color: #fff;
  text-align: center;
  padding: 1rem;
}

.pages li {
  display: inline-block;
  min-width: 2.6rem;
  margin: 0 0.2rem;
}

.pages li a {
  display: block;
  background-color: #ffffff;
  padding: 0.7rem 0;
  color: #333;
  text-decoration: none;
  border: 1px solid #ccc;
  font-weight: bold;
  font-size: 1.4rem;
}

.pages li.off a {
  background-color: #c5c5c5;
  color: #fff;
  border: 1px solid #ccc;
}

.pages li.shift a {
  padding: 0.7rem 1.2rem;
}


/* 共通ボタン */

.btn_buy,
.btn_read,
.btn_buy2,
.btn_disable,
.btn_count,
.btn_label,
.btn_label_disable {
  font-size: 1.4rem;
  font-weight: bold;
  border-style: solid;
  border-width: 1px;
  line-height: 1.5;
  border-radius: 0.4rem;
  padding: 0.2rem 0.4rem;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}

.btn_read {
  padding: 5px 10px 5px 25px;
  color: #333;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 5px;
  background: url(/images2/global/more_btn_arrow.gif) no-repeat 10px center #fff;
  background-size: 10px 11px;
}

.btn_read:hover {
  color: #666;
  background-position: 12px center;
}

.btn_buy {
  padding: 5px 10px 5px 25px;
  color: #fff !important;
  display: inline-block;
  border: 1px solid #e83820;
  border-radius: 5px;
  background: url(/images2/global/buy_btn_arrow.gif) no-repeat 10px center #e83820;
  background-size: 10px 11px;
}

.btn_buy:hover {
  color: #ffd2d2;
}

.btn_buy2 {
  padding: 5px 10px 5px 25px;
  color: #fff !important;
  display: inline-block;
  border: 1px solid #e83820;
  border-radius: 5px;
  background: url(/images2/global/buy_btn_arrow.gif) no-repeat 10px center #e83820;
  background-size: 10px 11px;
}

.btn_buy2:hover {
  color: #ffd2d2;
}

.btn_disable {
  border-color: #eee;
  background-color: #eee;
  color: #999;
  margin-top: 10px;
}

.btn_label {
  margin-top: 10px;
  border-color: #ccc;
  background-color: #fff;
  color: #333;
}

.btn_label_disable {
  border-color: #eee;
  background-color: #eee;
  color: #999;
}

.multiple_rows_button {
  text-align: left;
}


/* コミックリスト */

.comic_li,
.comic_list > li,
.multi_col_comic_list > div {
  width: 100%;
  border-bottom: 1px solid #ccc;
}

.comic_li > a,
.comic_list > li > a,
.multi_col_comic_list > div > a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  position: relative;
  padding: 0;
  width: 100%;
  text-decoration: none;
}

.comic_li > a > div,
.comic_list > li > a > div,
.multi_col_comic_list > div > a > div,
.comic_li p,
.comic_list > li p,
.multi_col_comic_list > div p,
.comic_li ul,
.comic_list > li ul,
.multi_col_comic_list > div ul,
.comic_li li,
.comic_list > li li,
.multi_col_comic_list > div li {
  line-height: 1.5;
}

.comic_li > a > .img_container,
.comic_list > li > a > .img_container,
.multi_col_comic_list > div > a > .img_container {
  margin: 1rem 0.5rem 1rem 1rem;
}

.comic_li > a > .img_container,
.comic_list > li > a > .img_container,
.multi_col_comic_list > div > a > .img_container,
.comic_li > a > .img_container > img,
.comic_list > li > a > .img_container > img,
.multi_col_comic_list > div > a > .img_container > img {
  width: 14rem;
}

.comic_li > a > .text_container,
.comic_list > li > a > .text_container,
.multi_col_comic_list > div > a > .text_container {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  margin: 1rem 1rem 1rem 0.5rem;
  color: #333;
}

.comic_li h1,
.comic_list > li h1,
.multi_col_comic_list > div h1 {
  padding: 0 0 0.4rem;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.25;
}

.comic_li h2,
.comic_list > li h2,
.multi_col_comic_list > div h2 {
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.25;
}

.comic_li p,
.comic_list > li p,
.multi_col_comic_list > div p {
  margin: 1rem 0 0;
  font-size: 1.2rem;
}

.comic_li ul,
.comic_list > li ul,
.multi_col_comic_list > div ul {
  margin: 1rem 0 0;
}

.comic_li li,
.comic_list > li li,
.multi_col_comic_list > div li {
  font-weight: bold;
  font-size: 1rem;
}

.comic_description > span {
  color: #f93 !important;
}


/* 複数列の表示 */

@media screen and (min-width: 600px) {
  .tablet_multi_col_table {
    display: table;
    width: 100%;
  }
  .multi_col_container {
    display: table-row;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
  }
  .multi_col_container > section,
  .multi_col_container > div {
    border-right: 1px solid #ccc;
  }
  .multi_col_container > section:last-child,
  .multi_col_container > div:last-child {
    border-right: none;
  }
  .multi_col_container > .comic_li,
  .multi_col_comic_list > div,
  .one_half_li {
    border-bottom: 1px solid #ccc;
    display: table-cell;
    width: 50%;
    vertical-align: top;
  }
}


/* メニュー全体共通 */

ul.single_col_menu,
ul.double_col_menu,
ul.triple_col_menu,
ul.quadruple_col_menu,
ul.menu_with_indicator,
ul.menu_with_image,
ul.menu_with_dl {
  width: 100%;
  margin-top: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

ul.single_col_menu > li,
ul.double_col_menu > li,
ul.triple_col_menu > li,
ul.quadruple_col_menu > li,
ul.menu_with_indicator > li,
ul.menu_with_image > li,
ul.menu_with_dl > li {
  font-size: 1.4rem;
  background-color: #fff;
}

ul.single_col_menu li a {
  line-height: 28px;
  padding-left: 10px;
  background: url(/images2/global//left_menu_arrow.gif) no-repeat left center;
}

ul.single_col_menu li a:hover {
  background-position: 2px center;
  color: #666;
}

ul.single_col_menu > li:last-child,
ul.double_col_menu > li:last-child,
ul.triple_col_menu > li:last-child,
ul.quadruple_col_menu > li:last-child,
ul.menu_with_indicator > li:last-child,
ul.menu_with_image > li:last-child,
ul.menu_with_dl > li:last-child {
  border-bottom: none;
  padding-bottom: 10px;
}

ul.single_col_menu > li > a,
ul.double_col_menu > li > a,
ul.triple_col_menu > li > a,
ul.quadruple_col_menu > li > a,
ul.menu_with_indicator > li > a,
ul.menu_with_image > li > a,
ul.menu_with_dl > li > a {
  text-decoration: none;
  color: #333;
}


/* メニュー部分共通 */

ul.single_col_menu > li,
ul.menu_with_indicator > li,
ul.menu_with_image > li,
ul.menu_with_dl {
  width: 100%;
}

ul.double_col_menu:after,
ul.triple_col_menu:after,
ul.quadruple_col_menu:after {
  content: '';
  display: block;
  clear: left;
}

ul.double_col_menu > li,
ul.triple_col_menu > li,
ul.quadruple_col_menu > li {
  float: left;
}

ul.double_col_menu > li a,
ul.triple_col_menu > li a,
ul.quadruple_col_menu > li a {
  line-height: 28px;
  margin-left: 21px;
  padding-left: 10px;
  background: url(/images2/global//left_menu_arrow.gif) no-repeat left center;
}

ul.double_col_menu > li:nth-child(2n) > a,
ul.triple_col_menu > li:nth-child(3n) > a,
ul.quadruple_col_menu > li:nth-child(4n) > a {
  border-right: none;
}

ul.menu_with_indicator > li,
ul.menu_with_image > li {
  overflow: auto;
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
}

ul.menu_with_indicator > li > a > img,
ul.menu_with_image > li > a > img {
  padding: 0;
}


/* 一行1アイテムのメニュー */

ul.single_col_menu > li > a > img {
  margin-right: 1rem;
  width: 3.6rem;
}


/* 一行2アイテムのメニュー */

ul.double_col_menu > li {
  width: 50%;
  /* 160 / 320 */
}

ul.double_col_menu > li.col_span_double {
  width: 100%;
}


/* 一行3アイテムのメニュー */

ul.triple_col_menu > li {
  width: 33.3333333%;
  /* 106.6666667 / 320 */
}


/* 一行4アイテムのメニュー */

ul.quadruple_col_menu > li {
  width: 25%;
  /* 80 / 320 */
}


/* 画像付きメニュー */

ul.menu_with_indicator > li > a {
  padding-left: 3.6rem;
}

ul.menu_with_indicator > li > a > img {
  left: 0;
}

ul.menu_with_image > li > a > img {
  left: 0.6rem;
  float: left;
  margin-right: 10px;
}

.menu_with_image a {
  display: flex;
  align-items: center;
}


/* メニューアイテム内追加要素 */

li.menu_item_with_paragraph > a,
li.menu_item_with_dl > a,
ul.menu_with_image > li.menu_item_with_paragraph > a,
ul.menu_with_image > li.menu_item_with_dl > a,
ul.menu_with_indicator > li.menu_item_with_paragraph > a,
ul.menu_with_indicator > li.menu_item_with_dl > a,
ul.menu_with_dl > li > a {
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  min-height: 4rem;
}

li.menu_item_with_dl dt,
ul.menu_with_dl dt {
  padding-top: 0.3rem;
}

li.menu_item_with_dl dd,
ul.menu_with_dl dd {
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.25;
}

@media screen and (min-width: 600px) {
  ul.tablet_double_col_menu > li > a,
  ul.tablet_triple_col_menu > li > a,
  ul.tablet_quadruple_col_menu > li > a {
    padding-right: 2.4rem;
    padding-left: 1rem;
  }
  ul.tablet_double_col_menu:after,
  ul.tablet_triple_col_menu:after,
  ul.tablet_quadruple_col_menu:after {
    content: '';
    display: block;
    clear: left;
  }
  ul.tablet_double_col_menu > li,
  ul.tablet_triple_col_menu > li,
  ul.tablet_quadruple_col_menu > li {
    float: left;
  }
  ul.tablet_double_col_menu > li > a,
  ul.tablet_triple_col_menu > li > a,
  ul.tablet_quadruple_col_menu > li > a,
  ul.double_col_menu.tablet_triple_col_menu > li > a,
  ul.double_col_menu.tablet_quadruple_col_menu > li > a {
    border-right: 1px solid #ffe060;
  }
  ul.tablet_double_col_menu > li:nth-child(2n) > a,
  ul.tablet_triple_col_menu > li:nth-child(3n) > a,
  ul.tablet_quadruple_col_menu > li:nth-child(4n) > a {
    border-right: none;
  }
  /* 一行2アイテムのメニュー */
  ul.tablet_double_col_menu > li {
    width: 50%;
    /* 300 / 600 */
  }
  /* 一行3アイテムのメニュー */
  ul.tablet_triple_col_menu > li,
  ul.double_col_menu.tablet_triple_col_menu > li.col_span_double {
    width: 33.3333333%;
    /* 200 / 600 */
  }
  /* 一行4アイテムのメニュー */
  ul.tablet_quadruple_col_menu > li {
    width: 25%;
    /* 150 / 600 */
  }
  /* 画像付きメニュー */
  ul.tablet_double_col_menu.menu_with_image > li > a {
    padding-left: 4.8rem;
  }
  ul.tablet_double_col_menu.menu_with_image > li > a > img {
    left: 0.6rem;
  }
  /* メニューアイテム内追加要素 */
  ul.tablet_double_col_menu.menu_with_dl > li > a {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    min-height: 4rem;
  }
}

ul.single_col_menu.with_border_top > li:first-child {
  border-top: 1px solid #ccc;
}


/* 高さ2行分の要素 */

.double_height_menu > li {
  line-height: 1.5;
}

.double_height_menu > li.double_height_item {
  line-height: 3;
}

@media screen and (min-width: 600px) {
  .tablet_single_height_menu > li.double_height_item {
    line-height: 1.5;
  }
}


/* リンクリスト */

.quadruple_link_list {
  margin-left: auto;
  margin-right: auto;
  width: 96.875%;
  /* 620 / 640 */
}

.quadruple_link_list.book_title_list {
  max-width: 57.6rem;
  /* 480 + 96 */
}

.quadruple_link_list::after {
  clear: left;
  content: '';
  display: block;
}

.quadruple_link_list > li {
  float: left;
  text-align: center;
  margin-bottom: 0.6rem;
  margin-left: 1.612903225806%;
  /* 10 / 620 */
  margin-right: 1.612903225806%;
  /* 10 / 620 */
  margin-top: 0.8rem;
  width: 21.774193548387%;
  /*  135 / 620 */
}

.quadruple_link_list > li:nth-child(4n + 1) {
  clear: left;
}


/* 決済方法メニュー */

.settlement_method_ul_container ul.menu_with_image > li > a {
  min-height: 5rem;
}

.settlement_method_ul_container ul.menu_with_dl > a {
  min-height: 4.4rem
}

.settlement_method_ul_container ul.menu_with_dl dt {
  padding: 0 1.4rem 0 0;
  line-height: 1.5;
}

.settlement_method_ul_container ul.menu_with_dl dd {
  padding: 0 1.4rem 0 0;
  font-size: 1rem;
  line-height: 1.25;
}


/* 共通タイトル */

#page_title,
.page_title,
.section_title {
  border-left: 3px solid #333;
  font-size: 2rem;
  line-height: 20px;
  padding-left: 10px;
}

.subsection_title {
  background: #f6f6f6;
  padding-left: 13px;
  font-size: 1.8rem;
  margin: 10px 0;
}


/* 共通クラス */

.common_paragraph,
.common_end_paragraph,
.common_ul,
.common_ol {
  margin: 0.4rem 0;
  padding: 0 1rem;
  border-bottom: 0;
}

.common_end_paragraph {
  border-bottom: 1px solid #ffe060;
  padding: 0 1rem 0.4rem;
}

.common_em {
  color: #f93;
  font-weight: bold;
}

.common_ul > li,
.common_ol > li {
  margin: 0 0 0 2rem;
}

.common_ul > li {
  list-style-type: disc;
}

.common_ol > li {
  list-style-type: decimal;
}

.common_hr {
  border-width: 0 0 1px 0;
  border-bottom: 1px solid #ffe060;
}


/* 注意書き */

.big_note {
  margin-top: 10px;
  padding: 1.4rem;
  background: #fff;
  border: 1px solid #ccc;
}

.note {
  padding: 1.4rem;
  background: #fff;
  border: 1px solid #ccc;
  margin: 0 10px !important;
}

.snote {
  font-size: 1.2rem;
  padding: 1.4rem;
  background: #fff;
  border: 1px solid #ccc;
}

.note-gray {
  background-color: #eee;
}

.note > h1 {
  font-weight: bold;
}

.note > p.common_paragraph {
  padding: 0;
}

.note > p.common_paragraph:first-child {
  margin-top: 0;
}

.note > p.common_paragraph:last-child {
  margin-bottom: 0;
}


/* ナビゲーション用ボタン。btn_readなどと組み合わせて使用 */

.btn_nav {
  display: block;
  margin: 1rem auto;
  width: 20rem;
  border-radius: 0.8rem;
}


/* フォーム共通 */

.common_form {
  margin: 0 2rem 1rem 2rem;
}

.common_form input[type="text"],
.common_form input[type="email"],
.common_form input[type="password"] {
  display: block;
  margin: 1rem auto;
  height: 3rem;
  width: 100%;
  font-size: 1.6rem;
  -webkit-appearance: textfield;
}

.common_form input[type="submit"],
.common_form input[type="button"] {
  width: auto;
  display: block;
  margin: 1rem auto;
  font-size: 1.6rem;
  -webkit-appearance: none;
}


/* テーブル共通 */

.common_table {
  border: 1px solid #ccc;
  font-size: 1.2rem;
  margin: 1rem auto;
  width: 90%;
}

.common_table th,
.common_table td {
  border: 1px solid #ccc;
}

.common_table th,
.common_table td {
  padding: 0.3rem;
}

.common_table th {
  background-color: #f5f5f5;
  font-weight: bold;
  text-align: center;
  width: auto;
}

.common_table caption {
  font-weight: bold;
  margin: 0.2rem;
}


/* 入会後ページともっと楽しく ご利用ガイドページ共通 */

.guide_section {
  font-size: 1.2rem;
}

.guide_section > p,
#regist .guide_section > p {
  margin: 0.4rem 1rem;
  padding: 0;
}

.guide_section > p > em {
  color: #f93;
  font-weight: bold;
}

.guide_account {
  margin: 0.4rem 1rem;
}

.guide_account li {
  margin: 0.4rem 0 1.6rem;
}

#guide_mf_title,
.guide_section > nav > ul.single_col_menu:first-child {}

.guide_section > .guide_banner {
  margin: 0.4rem 1rem;
}

.guide_buying > h2 {
  margin-top: 1.6rem;
  border-top: 1px solid #ffe060;
}


/* 共通キャンペーン情報 */

.common_campaign_info_container {
  width: 100%;
  border-bottom: 1px solid #ccc;
}

.common_campaign_info {
  margin: 1rem;
  border: 0.2rem solid #ccc;
  border-radius: 0.6rem;
  font-size: 1.2rem;
}

.common_campaign_info > h1 {
  padding: 0.4rem 1rem;
  border-bottom: 1px solid #ccc;
  border-radius: 0.4rem 0.4rem 0 0;
  background: #ccc;
  font-weight: bold;
  font-size: 1.4rem;
}

.common_campaign_info > nav > a {
  display: block;
  padding: 1rem;
  border-radius: 0 0 0.6rem 0.6rem;
  background: #fff url(/images2/global/arrow_right.png) no-repeat right center;
  text-decoration: none;
}

.common_campaign_info > nav h1 {
  font-weight: bold;
  font-size: 1.4rem;
}

.common_campaign_info_period {
  font-weight: bold;
  color: #f93;
}

.common_campaign_note {
  margin: 1rem;
  padding: 0.4rem 1rem;
  font-weight: bold;
  font-size: 1.2rem;
}

.common_section {
  overflow: auto;
  border: none !important;
  margin-bottom: 10px;
}

.quadruple_link_list {
  display: flex;
  align-items: flex-end;
}


/* resetting weird style */

.main_wrap section.campaign_info {
  margin: 1rem;
  padding: 0 !important;
}

#sec1 .campaign_info h1 {
  border-bottom: 1px solid #ccc;
  color: #333;
  font-size: 1.4rem;
  line-height: inherit;
  margin-bottom: 0;
  padding: 0.4rem 1rem;
}

#sec1 .campaign_info dl {
  margin-bottom: 0;
}

#sec1 .campaign_info p {
  font-size: inherit;
  margin-top: 0;
}


/* 共通バナー */

.campaign_banner {
  display: block;
  height: auto;
  margin: 1rem auto;
  max-width: 100%;
  max-width: 640px;
  float: none !important;
  width: 100% !important;
}

.one_over_one_banner_list,
.one_half_banner_list,
.tablet_one_half_banner_list,
.tablet_one_third_banner_list,
.pc_one_half_banner_list,
.pc_one_third_banner_list {
  letter-spacing: -5px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}

.one_over_one_banner_list > li > a,
.one_half_banner_list > li > a,
.one_third_banner_list > li > a,
.tablet_one_half_banner_list > li > a,
.tablet_one_third_banner_list > li > a,
.pc_one_half_banner_list > li > a,
.pc_one_third_banner_list > li > a {
  display: block;
  text-align: center;
  width: 100%;
}

.one_over_one_banner_list > li > a > img,
.one_half_banner_list > li > a > img,
.one_third_banner_list > li > a > img,
.tablet_one_half_banner_list > li > a > img,
.tablet_one_third_banner_list > li > a > img,
.pc_one_half_banner_list > li > a > img,
.pc_one_third_banner_list > li > a > img {
  display: block;
  width: 100%;
}

.one_over_one_banner_list > li {
  width: 97.435897435897%;
  /* (624 - 16) / 624 */
  margin-top: 10px;
}

.one_half_banner_list li {
  width: 23.5%;
  display: inline-block;
  letter-spacing: normal;
  margin-top: 10px;
  margin-right: 2%;
}

@media screen and (max-width: 640px) {
  .one_half_banner_list li {
    width: 49%;
  }
  .one_half_banner_list li:nth-child(2n) {
    margin-right: 0;
  }
}

.one_half_banner_list li:last-child {
  margin-right: 0;
}

.one_third_banner_list > li {
  width: 30.769230769231%;
  /* (624 - 16 * 3) / 3 / 624 */
}

@media screen and (min-width: 600px) {
  .tablet_one_half_banner_list > li:nth-child(-n + 2),
  .tablet_one_third_banner_list > li:nth-child(-n + 3) {
    margin-top: 0;
  }
  .tablet_one_half_banner_list > li {
    width: 47.435897435897%;
    /* (624 - 16 * 2) / 2 / 624 */
  }
  .tablet_one_third_banner_list > li {
    width: 30.769230769231%;
    /* (624 - 16 * 3) / 3 / 624 */
  }
}

@media only screen and (min-width: 768px) {
  .pc_one_half_banner_list > li:nth-child(-n + 2),
  .pc_one_third_banner_list > li:nth-child(-n + 3) {
    margin-top: 0;
  }
  .pc_one_half_banner_list > li {
    width: 47.435897435897%;
    /* (624 - 16 * 2) / 2 / 624 */
  }
  .pc_one_third_banner_list > li {
    width: 30.769230769231%;
    /* (624 - 16 * 3) / 3 / 624 */
  }
}


/* お知らせメールバナー */

#newsletter_banner_container img {
  display: block;
  margin: 0.4rem auto;
}


/* IE9用ハック 非対応ページでタイトロゴが下に回り込み文章を隠すのを回避 */

#gn_csb_icon:not(:target) {
  float: left\9;
}


/* キャンペーン情報 */

.campaign_info_container {
  line-height: 1.6;
  width: 100%;
}

#book_index .campaign_info_container {
  border-bottom: 1px solid #ccc;
}

.campaign_info {
  margin: 1rem;
  border: 0.2rem solid #ccc;
  border-radius: 0.6rem;
  font-size: 1.2rem;
}

.campaign_info > h1 {
  padding: 0.4rem 1rem;
  border-bottom: 1px solid #ccc;
  border-radius: 0.4rem 0.4rem 0 0;
  font-weight: bold;
  font-size: 1.4rem;
  background: #f6f6f6;
}

.campaign_info > div {
  padding: 1rem;
}

.campaign_info p,
#my .campaign_info p {
  padding: 0;
}

.campaign_info dl {
  font-weight: bold;
}

.campaign_info dl#before {
  font-weight: normal;
}

.campaign_info dl:after {
  content: "";
  display: block;
  clear: left;
}

.campaign_info dt {
  clear: left;
  float: left;
}

.campaign_note_major {
  font-weight: bold;
}

.campaign_note_minor > a {
  font-weight: normal;
}

.campaign_info > div > nav a {
  font-weight: bold;
}

.campaign_info > div > nav a#noweight {
  font-weight: normal;
}


/* 雑誌無料試し読み用 */

#sp_magazine_sample,
.sp_magazine_sample {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  width: 100%;
}

li.sp_magazine_sample {
  width: 31rem;
  margin: 0.4rem auto !important;
  padding-right: 0;
  padding-left: 0;
  border-bottom: 0;
}

li.sp_magazine_sample > .text_container {
  margin-top: 0.6rem;
}

li.sp_magazine_sample > .text_container > nav > ul > li:nth-child(2) {
  margin: 1rem 0 0.4rem;
}

#sp_magazine_sample > .img_container,
.sp_magazine_sample > .img_container {
  margin: 1rem;
  width: 14rem;
  height: auto;
  border: 0;
}

#sp_magazine_sample > .text_container,
.sp_magazine_sample > .text_container {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  margin: 1rem 1rem 1rem 0;
  font-size: 1.2rem;
}

.sp_magazine_sample > .img_container,
.sp_magazine_sample > .text_container {
  margin-top: 0;
  margin-bottom: 0;
}

#sp_magazine_sample > .text_container > p,
.sp_magazine_sample > .text_container > p {
  margin: 1rem 0 1rem;
}

#sp_magazine_sample h1,
.sp_magazine_sample h1 {
  margin-bottom: 1rem;
  font-weight: bold;
  font-size: 1.6rem;
  /* 16 / 12 */
  line-height: 1.25;
}


/* バナー */

.full-size_banner_list,
.half-size_banner_list {
  width: 100%;
}

.full-size_banner_list::after,
.half-size_banner_list::after {
  clear: left;
  content: '';
  display: block;
}

.full-size_banner_list > li,
.half-size_banner_list > li {
  float: left;
}

.full-size_banner_list > li > a,
.half-size_banner_list > li > a,
.full-size_banner_list > li > a > img,
.half-size_banner_list > li > a > img {
  width: 100%;
}

.full-size_banner_list > li {
  width: 100%;
}

.half-size_banner_list > li {
  width: 50%;
}

@media screen and (min-width: 600px) {
  .full-size_banner_list > li {
    width: 50%;
  }
  .half-size_banner_list > li {
    width: 25%;
  }
}

#login_popup,
#mymenu {
  font-size: 12px;
}

#login_popup {
  width: 300px;
  margin-left: -150px;
}

#login_popup > h1,
#login_popup input {
  font-size: 16px;
}

#login_popup .common_form input[type="text"],
#login_popup .common_form input[type="email"],
#login_popup .common_form input[type="password"] {
  margin: 10px auto;
  height: 30px;
  font-size: 16px;
}

#login_popup .btn_read,
#login_popup .btn_nav {
  padding: 5px 10px 5px 25px;
  color: #333;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 5px;
  background: url(/images2/global/more_btn_arrow.gif) no-repeat 10px center #fff;
  background-size: 10px 11px;
}

#login_popup .btn_read:hover,
#login_popup .btn_nav:hover {
  color: #666;
  background-position: 12px center;
}

#login_popup > footer > a,
.mymenu_footer {
  min-height: 44px;
  background-size: 36px 36px;
}

#login_popup .section_title,
#login_popup .subsection_title,
#mymenu .section_title,
#mymenu .subsection_title {
  border-bottom: 1px solid #ffe060;
  font-size: 14px;
  padding: 4px 10px;
}

#login_popup .common_section,
#mymenu .common_section {
  border-bottom-width: 1px;
}

#login_popup .common_form {
  margin: 0 20px 10px 20px;
}

#login_popup p {
  margin: 4px 10px;
}

#mymenu {
  top: 53px;
}

#triangle {
  top: -7px;
  right: 22px;
  border-left-width: 7px;
  border-right-width: 7px;
  border-bottom-width: 8px;
}

#mymenu ul.single_col_menu > li,
#mymenu ul.double_col_menu > li {
  min-height: 44px;
  border-bottom: 1px solid #ffe060;
  font-size: 14px;
}

#mymenu ul.single_col_menu > li > a,
#mymenu ul.double_col_menu > li > a {
  padding: 12px 24px 11px 10px;
}

.search_container input[type="search"] {
  margin: 9px 2px 9px 10px;
  height: 22px;
  flex: 1;
}

.search_container input[type="submit"] {
  margin: 2px;
  border-radius: 4px;
  width: 40px;
  height: 36px;
}

.clear_log {
  text-align: right;
  padding: 0.4rem;
  border-bottom: 1px solid #ffe060;
}

.comic_cover {
  box-shadow: 0 2px 5px 0 rgba(70, 70, 70, 0.26);
}

.comic_title {
  word-wrap: break-word;
  color: #61a411;
}

.comic_title a {
  word-wrap: break-word;
  color: #61a411;
}

#csb_main_menu > ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  width: 100%;
}

#csb_main_menu > ul > li {
  border-color: #ffe060;
  border-style: solid;
  border-width: 1px 1px 1px 0;
  box-sizing: border-box;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  width: 20%;
  /* for old browser */
}

#csb_main_menu > ul > li:last-child {
  border-right-width: 0;
}

#csb_main_menu > ul > li > a {
  color: rgb(106, 106, 106);
  display: block;
  font-weight: bold;
  line-height: 1.2;
  padding-bottom: 5.03937007874%;
  /* 8 / ((640 - 5) / 4) */
  padding-top: 5.03937007874%;
  /* 8 / ((640 - 5) / 4) */
  position: relative;
  text-decoration: none;
  width: 100%;
}

#csb_main_menu > ul > li > a > img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 240px;
  padding-bottom: 2.51968503937%;
  /* 4 / ((640 - 5) / 4) */
  width: 25.196850393701%;
  /* 40 / ((640 - 5) / 4) */
}

#csb_main_menu > ul > li > a > .update_icon {
  position: absolute;
  top: 6%;
  left: 55%;
}

@media only screen and (min-width: 768px) {
  #csb_main_menu > ul > li > a > .update_icon {
    top: 22%;
    left: 6%;
    width: 21.052631578947%;
    /* 40 / 190 */
    height: auto;
  }
}

@media only screen and (min-width: 768px) {
  #csb_main_menu > ul > li > a:hover {
    background-color: #fcf6bb;
  }
  #csb_main_menu > ul > li > a > img,
  #csb_main_menu > ul > li > a > div {
    font-size: 1.8rem;
    display: inline;
  }
  #csb_main_menu > ul > li > a > img {
    height: 1.8rem;
    margin-top: -0.5rem;
    width: auto;
    padding-bottom: 0;
  }
}

#aside_menu .search_container {
  padding: 0.4rem 1rem;
  background-color: #fcf6bb;
  border-bottom: 0;
}

#aside_menu .search_container form {
  border: 1px solid #ffe060;
  border-radius: 0.4rem;
}

.cover_with_badge_wrapper {
  position: relative;
  width: 100%;
}

.one_over_one_banner_list .cover_with_badge_wrapper,
.one_half_banner_list .cover_with_badge_wrapper,
.one_third_banner_list .cover_with_badge_wrapper,
.tablet_one_half_banner_list .cover_with_badge_wrapper,
.tablet_one_third_banner_list .cover_with_badge_wrapper,
.pc_one_half_banner_list .cover_with_badge_wrapper,
.pc_one_third_banner_list .cover_with_badge_wrapper {
  margin: 0 auto;
  max-width: 140px;
}

.badge,
.novel_badge {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.6;
  padding: 2px 5px;
  border: #ccc 1px solid;
  text-align: center;
  position: absolute;
  bottom: 0;
}


/* 2つめのラベルを横に並べる。ラベルが増えたら追加が必要 */

.badge:nth-of-type(2) {
  left: 38px;
}

.novel_badge {
  background-color: rgba(255, 255, 255, 0.9);
  color: #333;
  position: absolute !important;
  bottom: 0;
  width: auto !important;
  font-size: 1rem !important;
}

.privilege_badge {
  background-color: rgba(255, 255, 255, 0.9);
  color: #333;
}


/* ラベル */

.label {
  border: 1px solid;
  border-radius: 2px;
  font-size: 1.4rem;
  font-weight: normal !important;
  padding: 0.1rem 0.6rem;
  position: relative;
  white-space: nowrap;
  color: #333;
  background-color: #fff;
  border-color: #ccc;
  display: inline-block;
}


/* ラノベ用ラベル */

.novel_label {
  background-color: #fff;
  border-color: #ccc;
}


/* キャンペーン用ラベル */

.camp_label {
  background-color: #fff;
  border-color: #ff9021;
  color: #ff9021;
}


/* ポイントバックキャンペーン用ラベル */

.reward_label {
  background-color: #fff;
  border-color: #e83820;
  color: #e83820;
}


/* 購入特典用ラベル */

.privilege_label {
  background-color: #fff;
  border-color: #ccc;
}

.sample_label {
  background-color: #fff;
  border-color: #ccc;
}


/* 完結フラグ用ラベル */

.completed_label {
  background-color: #f5f5f5;
  color: #333;
}


/* SNS共有ボタン共通 */

.sns_buttons_container .sns_buttons {
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
}

.sns_buttons td {
  padding: 4px 8px;
}

.line_button img {
  display: block;
  margin-top: -3px;
}

.fb-like > span,
.fb-share-button > span {
  vertical-align: inherit !important;
}


/* 最近チェックしたコミック */

#recently_access_nav.four_items_recently_access > h1 {
  position: relative;
}

#recently_access_nav.four_items_recently_access > h1 > .more_link_container {
  position: absolute;
  margin-right: 0;
  padding-bottom: 0;
  top: 50%;
  right: 1rem;
  margin-top: -1rem;
}

#recently_access_nav.four_items_recently_access #access_list > li:nth-child(n + 5) {
  display: none !important;
}

.hm_menu_check {
  /* チェックボックスを隠す */
  display: none;
}

@media only screen and (min-width: 841px) {
  .hm_wrap {
    display: none !important;
  }
}

.hm_wrap {
  display: inline-block;
  padding: 10px;
  background: #fff;
  float: right !important;
}

.hm_wrap .loguin {
  font-size: 1.8rem;
  padding: 20px 10px;
  background: #f6f6f6;
}

.hm_wrap h2 {
  border-left: 3px solid #333;
  font-size: 1.6rem;
  line-height: 18px;
  padding-left: 10px;
  margin: 10px;
  clear: both;
}

.hm_title {
  /* ハンバーガーメニューオープン時の見出し */
  position: relative;
  color: #999;
  display: inline-block;
  float: left;
  font-weight: 100;
  line-height: 30px;
  margin: 0 0 0 15px;
  opacity: 0;
  -webkit-transform: translate3d(0, -15px, 0);
  transform: translate3d(0, -15px, 0);
  -webkit-transition: -webkit-transform 0.6s, opacity 0.5s;
  transition: transform 0.6s, opacity 0.5s;
  z-index: 2;
}


/* ▽▽メニューボタン▽▽ */

.hm_btn {
  position: relative;
  width: 30px;
  height: 30px;
  cursor: pointer;
  display: block;
  float: left;
  z-index: 2;
  margin-right: 10px;
}

.hm_btn::before {
  -webkit-box-shadow: #000 0 12px 0;
}

.hm_btn::after {
  bottom: 0;
}

.hm_btn::before,
.hm_btn::after {
  width: 30px;
  height: 6px;
  background: #000;
  display: block;
  content: '';
  position: absolute;
  -webkit-transition: -webkit-box-shadow 0.2s linear, -webkit-transform 0.2s 0.2s;
  transition: box-shadow 0.2s linear, transform 0.2s 0.2s;
}


/* △△メニューボタン△△ */

.hm_menu_wrap {
  width: 100%;
  height: auto;
  background: #fff;
  position: absolute;
  top: -120%;
  left: 0;
  -webkit-transition: top 0.4s;
  transition: top 0.4s;
  z-index: 10;
}


/* ▽▽開閉時のアニメーション▽▽ */

.hm_menu_check:checked ~ .hm_title {
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.hm_menu_check:checked ~ .hm_btn::before {
  -webkit-box-shadow: transparent 0 0 0;
  box-shadow: transparent 0 0 0;
  -webkit-transform: rotate(45deg) translate3d(6px, 11px, 0);
  transform: rotate(45deg) translate3d(6px, 11px, 0);
}

.hm_menu_check:checked ~ .hm_btn::after {
  -webkit-transform: rotate(-45deg) translate3d(6px, -11px, 0);
  transform: rotate(-45deg) translate3d(6px, -11px, 0);
}

.hm_menu_check:checked ~ .hm_menu_wrap {
  top: 0;
  left: 0;
}


/* △△開閉時のアニメーション△△ */


/* ▽▽メニュー内のリストスタイル▽▽ */

.hm_list {
  margin-bottom: 30px;
  overflow: auto;
}

.hm_list li {
  border-bottom: 1px solid #ccc;
  width: 100%;
  float: left;
}

.hm_list li a {
  color: #333;
  display: block;
  overflow: hidden;
  padding: 2px 10px 2px 32px;
  position: relative;
  text-decoration: none;
  z-index: 1;
}

.hm_menu_wrap #close_box {
  width: 100%;
  height: 50px;
  background: #ccc url(/images2/global/popup_close_btn.png) no-repeat center;
  background-size: 36px 36px;
}

.hm_menu_wrap #close_box .hm_btn {
  width: 100%;
  height: 100%;
}

.hm_menu_wrap #close_box .hm_btn::before {
  background: #ccc;
  -webkit-box-shadow: #ccc 0 12px 0;
}

.hm_menu_wrap #close_box .hm_btn::after {
  background: #ccc;
}

@media only screen and (min-width: 841px) {
  .foot_gn {
    display: none;
  }
}

@media only screen and (max-width: 840px) {
  footer {
    padding-bottom: 60px;
  }
}

.foot_gn ul {
  height: 50px;
  font-size: 1rem;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: inline-flex;
  align-items: flex-end;
  border-top: 1px solid #ccc;
}

.foot_gn li {
  float: left;
  width: 25%;
  text-align: center;
  height: 50px;
  background-color: rgba( 255, 255, 255, 0.9);
}

.foot_gn li img {
  height: 100%;
  width: auto;
}

.foot_gn li a {
  display: block;
  width: 100%;
  height: 40px;
  border-left: 1px solid #ccc;
  color: #333;
  padding: 2px 0 5px;
}

.slider li img {
  border: none !important;
}

#announcement_nav {
  overflow: auto;
}


/* 広告効果測定用タグによる表示崩れ抑制 */

script + img[src*="r2.snva.jp"] {
  display: none;
  ;
}

script + img[src*="googleads.g.doubleclick.net"] {
  display: none;
}

.item_nav {
  width: 100%;
  overflow: auto;
}

.item_nav dl dt {
  float: left;
  display: flex;
  align-items: center;
  margin-right: 5px;
  padding: 10px 0;
  clear: both;
  line-height: 2.4rem;
}

.item_nav dl dt::after {
  content: '：';
}

.item_nav dl dd {
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
}

.item_nav dl dd li {
  display: inline-block;
  line-height: 2.4rem;
  background: transparent url(/images2/global/left_menu_arrow.gif) no-repeat left center;
  padding: 0 5px 0 10px;
}

.item_nav dl dd li::after {
  content: '/';
  display: inline-block;
  color: #dedede;
  padding: 0 10px;
}

@media only screen and (max-width: 640px) {
  .item_nav dl dd li {
    padding: 0 0 0 10px;
  }
  .item_nav dl dd li::after {
    padding: 0 0 0 5px;
  }
}

.item_nav dl dd li:last-child:after {
  content: '';
  display: none;
}

.item_nav dl dd a {
  color: #333;
}

.item_nav input {
  border: 1px solid #ccc;
  padding: 0.2rem;
  background: #fff;
  font-size: 1.2rem;
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
}

.js_clear_search {
  padding: 0.1rem 0.2rem !important;
  cursor: pointer;
}

.js_clear_search:hover {
  color: #e83820;
}

.item_nav .selected {
  font-weight: bold;
}

.item_nav select {
  border: 1px solid #ccc;
  padding: 0.2rem;
  font-size: 1.2rem;
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
}

@media only screen and (max-width: 640px) {
  .item_nav input {
    width: 70%;
  }
}


/* 件数のバッジ */

.count_badge {
  display: inline-block;
  min-width: 2rem;
  padding: 0.5rem 0.3rem;
  font-size: 1.0rem;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #f03;
  border-radius: 3px;
  box-shadow: -1px 1px rgba(0, 0, 0, 0.5);
}


/* 通知バッジ 開始 */

.count_badge:empty {
  display: none;
}

.js_notice_badge_parent {
  position: relative;
}

.js_notice_badge {
  box-shadow: none;
}


/* 本棚ページ等の新刊通知バッジの配置 */

#bookshelf_page_list .js_notice_badge {
  position: absolute;
  top: -5px;
  right: 0;
}


/* PCのサイドメニュー項目に出すバッジ */

#side_bar .js_notice_badge {
  margin-left: 0.5rem;
}


/* スマホのハンバーガメニュー項目に出すバッジ */

#user_menu .js_notice_badge {
  position: absolute;
  top: 1rem;
  left: 9.5rem;
}


/* スマホのハンバーガメニューのボタンの右肩に出すバッジ */

#global_header > .js_notice_badge {
  position: absolute;
  top: 6px;
  right: 5px;
  z-index: 10;
  pointer-events: none;
}

@media only screen and (min-width: 841px) {
  /* PCではハンバーガメニュー右肩のバッジは隠す */
  #global_header > .js_notice_badge {
    display: none !important;
  }
}


/* スマホのハンバーガメニューを開いたらボタン右肩のバッジは隠す */

.drawer-open > #global_header > .js_notice_badge {
  display: none;
}

.notice-badge {
  position: relative;
}

.notice-badge-on-hamburger-icon {
  /* このクラスを指定する要素には、既に「position: absolute;」が指定されています。そのため、「position: relative;」は定義しないようにします。 */
}

.notice-badge-icon {
  height: 8px;
  width: 8px;
  background-color: #f03;
  border-radius: 50%;
  position: absolute;
  display: block;
}

.notice-badge-on-side-menu > .notice-badge-icon {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  /* 「新入荷」などに表示されている「>」と位置を合わせました。 */
}

.notice-badge-on-hamburger-icon > .notice-badge-icon {
  top: calc(50% - 10px);
  /* (50% + translateY(-50%)): 縦位置を中央にしています。(-10px): 横棒ひとつ分と少々、上にずらしています */
  left: calc(50% + 2rem / 2);
  /* (50% + translateX(-50%)): 横位置を中央にしています。(-2rem / 2): アイコンの半分のサイズ分、右ずらしています。 */
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.drawer-open > #global_header .notice-badge-on-hamburger-icon > .notice-badge-icon {
  display: none;
  /* ハンバーガーメニューを開いている最中は、通知バッジが非表示になるようにしました。 */
}

.notice-badge-on-hamburger-menu-item > .notice-badge-icon {
  top: 50%;
  /* (50% + translateY(-50%)): 縦位置を中央にしています。 */
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
  /* 左にあるアイコンと同じ分だけの余白を設定しています。 */
}

.notice-badge-on-footer-menu > .notice-badge-icon {
  top: calc(50% - 40px / 2);
  /* (50% + translateY(-50%)): 縦位置を中央にしています。(-40px / 2): アイコンサイズの半分、上にずらしています。 */
  left: calc(50% + 40px / 2);
  /* (50% + translateX(-50%)): 横位置を中央にしています。(40px / 2): アイコンサイズの半分、右にずらしています。 */
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.notice-badge-on-button > .notice-badge-icon {
  top: 0;
  right: 0;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  /* ボタンの角に重なるように移動します。 */
}


/* 通知バッジ 終了 */

.item_slider {
  display: inline-flex;
  align-items: flex-end;
}

.rb_slider_item ul {
  margin-top: 10px;
  width: 100%;
}

.rb_slider_item ul li div {
  position: relative;
}

.rb_slider_item ul li div .lnovel_badge {
  position: absolute;
  bottom: 5px;
  left: 0;
  background-color: rgba(255, 255, 255, 0.9);
  border: #ccc 1px solid;
  padding: 2px 5px;
  width: auto;
  color: #333;
}

.rb_slider_item li a:hover {
  opacity: 0.8;
}

.rb_slider_item li img {
  width: 90%;
  height: auto;
  vertical-align: bottom;
}

.rb_slider_item li img:hover {
  opacity: 0.8;
}

.rb_slider_item li p {
  font-size: 1.2rem;
  width: 95%;
  margin: auto;
  line-height: 1.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 5px;
  color: #61a411;
}

.rb_slider_item li div {
  font-size: 1.4rem;
  width: 95%;
  margin: auto;
  line-height: 1.6rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
}

.rb_slider_item li span {
  display: block;
  font-size: 1.2rem;
  width: 95%;
  margin: auto;
  line-height: 1.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media screen and (min-width: 641px) {
  .rb_slider_item .slick-list {
    width: 100%;
  }
}

.rb_slider_item .slick-track {
  display: inline-flex;
  align-items: flex-end;
}

.link_list > li {
  background: transparent url(/images2/global/left_menu_arrow.gif) no-repeat left center;
  padding: 0 5px 0 10px;
}

.link_list > li:hover {
  background-position: 2px center;
}

.link_list > li a {
  color: #333;
}

.link_list.link_list_horizontal > li {
  display: inline-block;
  line-height: 2.4rem;
}

.link_list.link_list_horizontal > li::after {
  content: '/';
  display: inline-block;
  color: #dedede;
  padding: 0 10px;
}

.link_list.link_list_horizontal > li:last-child:after {
  content: '';
  display: none;
}

#gagaga_recommendations {}

#gagaga_recommendations h2 {
  border: none;
  padding: 0;
}

#gagaga_recommendations img {
  display: block;
  margin: auto;
}

#gagaga_recommendations ul {
  display: flex;
  max-width: 768px;
  align-items: flex-end;
  justify-content: center;
  font-size: 1.2rem;
  margin: auto;
}

.gagaga_recommendation_catchy_phrase {
  display: none;
}

#gagaga_recommendations h3 {
  color: #61a411;
  font-size: 1.4rem;
  width: 95%;
  margin: auto;
  line-height: 1.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 5px;
}

@media screen and (min-width: 481px) {
  #gagaga_recommendations li {
    width: 20%;
    margin: 10px
  }
}

@media screen and (max-width: 480px) {
  #gagaga_recommendations li {
    width: 48%;
    margin: 2%
  }
}


/* メニュー用アイコン */

.hm_list .menu_icon {
  background-position: 10px center;
  line-height: 38px;
  background-size: 16px;
}

#side_bar .menu_icon {
  background-position: left center;
  line-height: 38px;
  background-size: 16px;
}

#side_bar .menu_icon:hover {
  background-position: 2px center;
  line-height: 38px;
}

.menu_icon_point {
  line-height: 1.2 !important;
  margin-top: 10px;
  background: url(/images2/global/menu_icon_point.gif) no-repeat;
}

.menu_icon_point > a > span {
  color: #ff9021;
}

.menu_icon_account {
  line-height: 38px;
  background: url(/images2/global/menu_icon_account.gif) no-repeat;
}

.menu_icon_bookshelf {
  line-height: 38px;
  background: url(/images2/global/menu_icon_bookshelf.gif) no-repeat;
}

.menu_icon_notice {
  line-height: 38px;
  background: url(/images2/global/menu_icon_notice.png) no-repeat;
}

.menu_icon_welcome_point {
  line-height: 38px;
  background: url(/images2/global/menu_icon_welcome_point.png) no-repeat;
}

.menu_icon_join {
  line-height: 38px;
  background: url(/images2/global/menu_icon_join.gif) no-repeat;
}

.menu_icon_login {
  line-height: 38px;
  background: url(/images2/global/menu_icon_login.gif) no-repeat;
}

.menu_icon_search {
  line-height: 38px;
  background: url(/images2/global/menu_icon_search.png) no-repeat;
}

.menu_icon_web_comic {
  line-height: 38px;
  background: url(/images2/global/menu_icon_web_comic.gif) no-repeat;
}

.menu_icon_new_arrival {
  background: url(/images2/global/menu_icon_new_arrival.png) no-repeat;
}

.menu_icon_free_content {
  background: url(/images2/global/menu_icon_free_content.png) no-repeat;
}

.menu_icon_sp {
  background: url(/images2/global/menu_icon_sp.gif) no-repeat;
}

.menu_icon_ranking {
  background: url(/images2/global/menu_icon_ranking.gif) no-repeat;
}

.menu_icon_recently_access {
  background: url(/images2/global/menu_icon_recently_access.gif) no-repeat;
  border-top: 1px solid #ccc !important;
}

.menu_icon_serialcode {
  background: url(/images2/global/menu_icon_serialcode.png) no-repeat;
}

@media only screen and (max-width: 840px) {
  .menu_icon_recently_access {
    border-top: none !important;
  }
}

.link_line {
  color: #333;
  text-decoration: underline;
}

.link_line_wrap a {
  color: #333;
  text-decoration: underline;
}


/* フッターメインメニュー */

@media only screen and (min-width: 641px) {
  #footer_main_menu_search {
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
  }
}

#footer_main_menu_search {
  width: 96%;
  margin: 0 auto;
}

#footer_main_menu_search .search_container form {
  margin-top: 10px;
  border: 0.1rem solid #333;
  border-radius: 0.4rem;
}

.footer_main_menu_list {
  margin: 10px 0;
}

.footer_main_menu_list::after {
  clear: both;
  display: block;
  content: '';
}

.footer_main_menu_list li {
  float: left;
  margin: 2px 10px;
  line-height: 1.8;
  font-size: 120%;
}

.footer_main_menu_list li a {
  padding-left: 10px;
  color: #000;
  background: url(/images2/global/left_menu_arrow.gif) no-repeat left center;
}

.footer_main_menu_list li a:hover {
  opacity: 0.8;
}


/* 共通パーツ：ボタン */

.button {
  padding: 5px 10px 5px 25px;
  color: #333;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 5px;
  background: url(/images/global/more_btn_arrow.png) no-repeat 10px center #fff;
  background-size: 10px 11px;
}

.button:hover {
  color: #666;
  background-position: 12px center;
}

.button.buy {
  border: 1px solid #e83820;
  color: #fff !important;
  background: url(/images/global/buy_btn_arrow.png) no-repeat 10px center #e83820;
  background-size: 10px 11px;
}

.button.buy:hover {
  color: #ffd2d2;
}

.button.button_em {
  color: #f93;
  font-weight: bold;
}

.menu_with_image .button {
  margin-top: 10px;
}

.rb_slider_item .slick-dots li button::before {
  font-size: 12px;
}

.rb_slider_item li.slick-active button::before {
  color: #e83820 !important;
  opacity: 1 !important;
}

.rb_slider_item .button {
  float: right;
  margin-left: 10px;
}

.rb_slider_item .button:last-child {
  margin-left: 0;
}

.pages_container {
  padding: 0 !important;
}

dl.dl-horizontal > dt {
  clear: left;
  float: left;
}

dl.dl-horizontal:after {
  content: "";
  display: block;
  clear: left;
}

button.pointer_cursor {
  cursor: pointer;
}


/* 最近チェックしたコミック */

.recently-access-comics {
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.recently-access-comics::after {
  clear: right;
  content: '';
  display: block;
}

.recently-access-comics__list {
  align-items: flex-end;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  width: 96.25%;
  /* 616 / 640 */
}

.recently-access-comics__list > li {
  margin-bottom: 1rem;
  margin-top: 1rem;
  width: 25%;
}

.recently-access-comics__list > li > a {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 89.61038961038961%;
  /* 138 / 154 */
}

@media only screen and (min-width: 841px) {
  .recently-access-comics__list {
    width: 97.5%;
    /* 624 / 640 */
  }
  .recently-access-comics__list > li {
    width: 12.5%;
  }
}

.recently-access-comics__list + .button {
  clear: left;
  display: block;
  float: right;
}

.point_balance_dl {
  display: none;
}

.point_balance_dl > dt::after {
  content: '：';
  display: inline;
}

.point_balance_dl > dt,
.point_balance_dl > dd {
  display: inline-block;
}


/*共通パーツ：ヘッダー*/


/* グローバルヘッダー */

#global-header {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1440px;
  margin: 0 auto;
}

#global-header__logo {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: block;
  max-width: 240px;
  padding-bottom: 1.2rem;
  padding-left: 1.2rem;
  padding-right: 0.5rem;
  padding-top: 1.2rem;
  width: 62.5%;
  /* 200 / 320 */
}

#global-header__metamorphic-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}

#global-header__metamorphic-content > .notice-badge__main {
  position: absolute;
  right: 5px;
  top: 6px;
  z-index: 4;
}

.drawer-open #global-header__metamorphic-content > .notice-badge__main {
  display: none;
}

#global-header__search-container {
  position: absolute;
  margin-top: -2.4rem;
  top: 50%;
  right: 0;
}

#global-header__search-container {
  display: none;
}

#global-header-point {
  position: absolute;
  right: 54px;
  top: 2px;
}

#global-header-point__button {
  height: 27px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#global-header-point__button-count {
  font-size: 1.7rem;
  font-weight: 1000;
  color: #f0a024;
  margin-left: auto;
}

#global-header-point__button-count span {
  font-size: 2.2rem;
  margin-right: 1px;
}

#global-header-point__buy-button {
  height: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#global-header-point__buy-button-img {
  margin-left: auto;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 3px;
}

#global-header-point__buy-button-img img {
  width: 12px;
  vertical-align: 0;
}

#global-header-point__buy-button-text {
  font-size: 1.3rem;
  color: #333;
  -webkit-text-decorations-in-effect: underline;
  text-decoration: underline;
}

@media only screen and (min-width: 841px) {
  #hamburger-menu {
    display: none;
  }
  #global-header__metamorphic-content > .notice-badge__main {
    display: none;
  }
  #global-header__search-container {
    display: block;
  }
  #global-header-point {
    display: none;
  }
}

@media only screen and (max-width: 414px) {
  #global-header__logo {
    max-width: 170px;
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 0.5rem;
    padding-top: 1rem;
  }
  #global-header-point {
    right: 46px;
    top: 1px;
  }
  #global-header-point__button {
    height: 23px;
  }
  #global-header-point__button-count {
    font-size: 1.6rem;
  }
  #global-header-point__button-count span {
    font-size: 1.8rem;
  }
  #global-header-point__buy-button {
    height: 18px;
  }
  #global-header-point__buy-button-img img {
    width: 10px;
  }
  #global-header-point__buy-button-text {
    font-size: 1.1rem;
  }
}

@media only screen and (max-width: 375px) {
  #global-header-point {
    -webkit-transform: scale(.85);
    -moz-transform: scale(.85);
    transform: scale(.85);
  }
}

#global-header__search-container input[type=search] {
  width: 32rem;
}

.user-menu .title {
  margin-left: 1rem;
  margin-right: 1rem;
}
