@charset 'utf-8';
/*---------------------------------------------------
Default
-----------------------------------------------------*/

* {
  box-sizing: border-box;
}
html {
  margin: 0 auto;
  font-size: 62.5%;
  /* =10px */
  position: relative;
}
body {
  margin: 0 auto;
  color: #333;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  text-align: center;
  background-color: #fafafa;
  word-wrap: break-word;
}
nav {
  background-color: #fff;
}
a {
  text-decoration: none;
  color: inherit;
  font-weight: normal;
}
a:hover {
  opacity: 0.7;
  -webkit-transition: all .4s;
  transition: all .4s;
}
h1, h2, h3, h4, p, ul {
  margin: 0;
  font-weight: normal;
}
ul {
  padding-left: 0;
}
ul li {
  list-style-type: none;
}
h1, h2, h3, h4, p {
  color: #333;
  padding: 0.5rem 0;
}
p {
  line-height: 1.6;
}
small {
  font-size: 1.2rem;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
/*---------------------------------------------------
Common
-----------------------------------------------------*/


/*Layout*/

.global-navigation {
  min-width: 1129px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 15px;
  max-height: 82px;
}
.containerMain {
  width: 1280px;
  margin: 0 auto;
  background-color: #fafafa;
  padding: 5px 15px 60px 15px;
}
.containerViewer {
  display: inherit;
  background-color: #333;
}
.mainContent {
  float: left;
  width: 935px;
  height: 100%;
  margin: 0 15px 0 0;
  background-color: #fff;
}
.subContent {
  float: left;
  width: 300px;
  margin: 0;
}
footer {
  background-color: #545454;
}
.footer {
  min-width: 1129px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 15px;
}
.container {
  max-width: 100%;
  background-color: #fff;
  padding: 19px 0 0 0;
  margin-top: 45px;
}
.container2 {
  margin-top: 0px;
}
.container3 {
  background-color: #333;
}
.containerSubContent {
  margin-top: 0px;
  margin-bottom: 15px;
  padding: 0;
}
.inner {
  position: relative;
}
.potitionRelative {
  position: relative;
}
.positionAbusolute {
  position: absolute;
  top: 0;
  right: 0;
}
.margin0auto {
  margin: 0 auto;
}
.padding-inner {
  padding: 10px 0;
  position: relative;
}
.displayFlex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.displayFlexCenter {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.displayFlexColumn {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}
.clearfix {
  zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: block;
}
.clearfix:after {
  clear: both;
}
/*Column*/

.col {
  float: left;
}
.col-viewer {
  width: 960px;
}
.col-width-80 {
  width: 80%;
}
.col-width-75 {
  width: 75%;
}
.col-width-66 {
  width: 66.6666%;
}
.col-width-50 {
  width: 50%;
}
.col-width-33 {
  width: 33.3333%;
}
.col-width-25 {
  width: 25%;
}
.col-width-20 {
  width: 20%;
}
.align-center {
  text-align: center !important;
}
.align-left {
  text-align: left !important;
}
.align-right {
  text-align: right !important;
}
/*Link-Color*/

.linkClrBlue {
  color: #09F;
}
/*Background-Color*/

.bg-color-01 {
  background: #545454;
}
.bg-color-02 {
  background: #f0f0f0;
}
.bg-color-03 {
  background: #fcf0db;
}
.bg-color-04 {
  background-color: #FCEBE3;
}
.bg-color-05 {
  background-color: #A6A6A6;
}
/*Brand-Color*/

.clr-web-ace, .clr-webace, .clr-webace:before {
  color: #808080 !important;
}
.clr-shonen-ace, .clr-shonenace, .clr-shonenace:before {
  color: #E50012 !important;
}
.clr-young-ace, .clr-youngace, .clr-youngace:before {
  color: #E33665 !important;
}
.clr-young-ace-up, .clr-youngaceup, .clr-youngaceup:before {
  color: #FF5AB4 !important;
}
.clr-gundam-ace, .clr-gundamace, .clr-gundamace:before {
  color: #3694D6 !important;
}
.clr-comp-ace, .clr-compace, .clr-compace:before {
  color: #F6AA00 !important;
}
.clr-comptiq, .clr-comptiq:before {
  color: #00AB9F !important;
}
.clr-comicnewtype, .clr-comicnewtype:before {
  color: #417773 !important;
}
.clr-tmca, .clr-tmca:before {
  color: #016AB7 !important;
}
/*Brand-Background-Color*/

.bg-web-ace, .bg-webace {
  background: #808080 !important;
}
.bg-shonen-ace, .bg-shonenace {
  background: #E50012 !important;
}
.bg-young-ace, .bg-youngace {
  background: #E33665 !important;
}
.bg-young-ace-up, .bg-youngaceup {
  background: #FF5AB4 !important;
}
.bg-gundam-ace, .bg-gundamace {
  background: #3694D6 !important;
}
.bg-comp-ace, .bg-compace {
  background: #F6AA00 !important;
}
.bg-comptiq {
  background: #00AB9F !important;
}
.bg-comicnewtype {
  background-color: #417773 !important;
}
.bg-tmca {
  background-color: #016AB7 !important;
}
/*Button*/

.bg-btn-green {
  background: #4DB087;
}
.text-bold {
  font-weight: bold;
}
.display-none {
  display: none;
}
/*Ad*/

.ad-img {
  background-color: #fafafa;
}
.ad-img2 {
/*background-color: #fff;*/
}
/*---------------------------------------------------
Common Parts
-----------------------------------------------------*/


/*Heading-01 & Heading-02*/

.heading-01 {
/*margin-top: 50px;*/
}
.heading-01 h1, .heading-01 h2, .heading-01 h3, .heading-01 p, .heading-02 h1, .heading-02 h2, .heading-02 h3, .heading-02 p {
  text-align: left;
  color: #808080;
  font-size: 1.4rem;
  font-weight: bold;
  border-bottom: 3px solid #E0E0E0;
  line-height: 1.5;
  padding: 10px 15px 0 60px !important;
  background-color: #fff;
  text-align: justify;
  min-height: 40px;
}
.heading-01 i.fa {
  position: absolute;
  color: #fff;
  left: 1rem;
  bottom: -0.5rem;
  background: #ccc;
  font-size: 20px;
  padding: 10px;
  border-radius: 100%;
  width: 40px;
  height: 40px;
}
.mainContent .heading-01 h1, .mainContent .heading-01 h2, .mainContent .heading-01 p {
  font-size: 1.8rem;
  line-height: 1.5;
}
.mainContent .heading-02 h1, .mainContent .heading-02 h2, .mainContent .heading-02 p {
  font-size: 2rem;
  line-height: 1.5;
}
.heading-01-icon, .heading-02-icon {
  font-family: 'icomoon';
  font-size: 4rem;
  position: absolute;
  bottom: -0.5rem;
  left: 1rem;
  z-index: 1;
}
.heading-02 h1, .heading-02 h2, .heading-02 p {
  border-bottom: 2px solid #ffffff;
  font-size: 2rem;
}
/*Link Button*/

.btn {
  display: block;
  color: #4d4d4d;
  border: 2px solid #4d4d4d;
  -webkit-border-radius: 7;
  -moz-border-radius: 7;
  border-radius: 7px;
  box-sizing: border-box;
  margin: 10px 15px;
  background-color: #fff;
}
.btn>a {
  display: block;
  color: #4d4d4d;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 1.5rem 3rem;
  text-align: center;
}
.btn>a>i {
  font-family: 'FontAwesome';
  color: #4d4d4d;
  position: absolute;
  font-size: 1.4rem;
  right: 0;
  padding: 0.5rem;
  box-sizing: border-box;
  margin: -0.5rem 2.2rem 0 0.5rem;
  vertical-align: top;
}
.btn-bk {
  border: 2px solid #dbdbdb;
  background-color: #4d4d4d;
}
.btn-bk>a {
  color: #ffffff;
}
.btn-bk>a>i {
  color: #ffffff;
}
/*Link Button -Brand color-*/

.btn-shonenace {
  border: 2px solid #E50012;
  background-color: #fff;
}
.btn-shonenace>a, .btn-shonenace>a>i {
  color: #E50012;
  right: 7px;
}
.btn-youngace {
  border: 2px solid #E33665;
  background-color: #fff;
}
.btn-youngace>a, .btn-youngace>a>i {
  color: #E33665;
  right: 7px;
}
.btn-youngaceup {
  border: 2px solid #FF5AB4;
  background-color: #fff;
}
.btn-youngaceup>a, .btn-youngaceup>a>i {
  color: #FF5AB4;
  right: 7px;
}
.btn-gundamace {
  border: 2px solid #3694D6;
  background-color: #fff;
}
.btn-gundamace>a, .btn-gundamace>a>i {
  color: #3694D6;
  right: 7px;
}
.btn-compace {
  border: 2px solid #F6AA00;
  background-color: #fff;
}
.btn-compace>a, .btn-compace>a>i {
  color: #F6AA00;
  right: 7px;
}
.btn-comptiq {
  border: 2px solid #00AB9F;
  background-color: #fff;
}
.btn-comtiq>a, .btn-comptiq>a>i {
  color: #00AB9F;
  right: 7px;
}
.btn-comicnewtype {
  border: 2px solid #417773;
  background-color: #fff;
}
.btn-comicnewtype>a, .btn-comicnewtype>a>i {
  color: #417773;
  right: 7px;
}
/*Button book sales*/

li.button:hover {
  opacity: 0.5;
}
li.button a {
  display: block;
  width: 100%;
  height: 100%;
}
li.button a span {
  display: none;
}
.kadokawa {
  background: #fff url(/img/pc/kadokawa_logo.png) no-repeat center center;
  background-size: 70%;
}
.kadokawastore {
  background: #fff url(/img/pc/kadokawastore_logo.png) no-repeat center center;
  background-size: 80%;
}
.bookwalker-A {
  background: #fff url(/img/pc/bookwalker_logo-A.png) no-repeat center center;
  background-size: 80%;
}
.bookwalker-B {
  background: #fff url(/img/pc/bookwalker_logo-B.png) no-repeat center center;
  background-size: 80%;
}
.amazon {
  background: #fff url(/img/pc/amazon_logo.png) no-repeat center center;
  background-size: 70%;
}
.rakuten {
  background: #fff url(/img/pc/rakutenbooks_logo.png) no-repeat center center;
  background-size: 120%;
}
.sevennet {
  background: #fff url(/img/pc/7net_logo.png) no-repeat center center;
  background-size: 120%;
}
.container-button {
  display: flex;
  flex-wrap: wrap;
  /*justify-content: space-between;*/
}
.button {
  width: 31%;
  height: 46px;
  box-sizing: border-box;
  border: 1px solid #4d4d4d;
  border-radius: 5px;
  margin: 0 10px 10px 0;
}
/*Label*/

.label {
  color: #fff !important;
  font-size: 1rem;
  font-weight: bold;
  background-color: #F22;
  padding: 1px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 1rem;
  padding: 1px 8px;
}
span.label-sankaku {
  position: absolute;
  top: 0;
  left: 0;
  text-align: left;
}
span.label-sankaku img {
  width: 25%;
}
span.anime img {
  width: 40%;
}
/*Date*/

.date {
  font-size: 1rem;
  margin: 0 1rem 1rem 1rem;
}
/*icon*/

.icomoon-icon {
  font-size: 4rem;
}
/*pager*/

.pager {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
}
.pager a {
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: underline;
  margin: 0 0 0 15px;
  color: #09F;
}
.twitter-widget {
  margin: 0;
  padding: 0 0 0 3%;
  width: 100% !important;
}
.twitter-timeline {
  max-width: 100% !important;
  width: auto !important;
  box-sizing: border-box;
  margin: 0 !important;
}
.ad-img-main img {
  width: 300px;
  margin: 5rem 1.5rem 0.5rem 1.5rem;
}
.ad-img-sub img {
  margin-bottom: 1.5rem;
}
/*SNS share button*/

.contents-sns-PC {
}
/*---------------------------------------------------
Header
-----------------------------------------------------*/

.top-brand-logo {
  text-align: left;
  min-width: 1129px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 15px;
}
.top-brand-logo span {
  color: #666;
  font-size: 1.4rem;
  top: 30px;
  right: 15px;
}
.nav-btn {
  position: relative;
}
.nav-webace {
  width: 100px;
  padding-bottom: 10px;
  z-index: 1;
}
.nav-webace span {
  width: 97px;
  height: 62px;
  border: solid 1px #ddd;
  background-color: #fff;
  display: block;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.nav-active span {
  border: solid 1px #fff !important;
  border-bottom: none !important;
  border-bottom-left-radius: inherit !important;
  border-bottom-right-radius: inherit !important;
}
.nav-magazine {
  width: 135px;
  margin-left: 5px;
  padding-bottom: 10px;
  z-index: 1;
}
.nav-magazine span {
  width: 133px;
  height: 62px;
  border: solid 1px #ddd;
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  background-color: #fff;
  display: block;
}
.nav-youngaceup {
  width: 150px;
  margin-left: 5px;
  padding-bottom: 10px;
  z-index: 1;
  -webkit-border-top-left-radius: 8px !important;
  -webkit-border-top-right-radius: 8px !important;
  -moz-border-radius-topleft: 8px !important;
  -moz-border-radius-topright: 8px !important;
  border-top-left-radius: 8px !important;
  border-top-right-radius: 8px !important;
}
.nav-youngaceup span {
  width: 148px;
  height: 72px;
  border: solid 1px #ddd;
  -webkit-border-radius: 9;
  -moz-border-radius: 9;
  border-radius: 9px;
  background-color: #fff;
  display: block;
}
.nav-tmca {
  width: 150px;
  margin-left: 5px;
  padding-bottom: 10px;
  z-index: 1;
  -webkit-border-top-left-radius: 8px !important;
  -webkit-border-top-right-radius: 8px !important;
  -moz-border-radius-topleft: 8px !important;
  -moz-border-radius-topright: 8px !important;
  border-top-left-radius: 8px !important;
  border-top-right-radius: 8px !important;
}
.nav-tmca span {
  width: 148px;
  height: 72px;
  border: solid 1px #ddd;
  -webkit-border-radius: 9;
  -moz-border-radius: 9;
  border-radius: 9px;
  background-color: #fff;
  display: block;
}
.nav-active {
  background-color: #fff;
  background-color: #fff;
  border: solid 1px #808080;
  -webkit-border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-topright: 6px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom: none;
}
.nav-active:after {
  width: 98px;
  position: absolute;
  bottom: -3px;
  left: 0px;
  display: block;
  height: 4px;
  content: "";
  background: #fff;
  z-index: 999;
}
.nav-magazine.nav-active:after {
  width: 133px;
}
.nav-youngaceup.nav-active:after,
.nav-tmca.nav-active:after{
  width: 148px;
}
.nav-webace span:hover {
  border: solid 1px #808080;
}
.nav-shonenace.nav-active {
  border: solid 1px #E50012;
}
.nav-shonenace span:hover {
  border: solid 1px #E50012;
}
.nav-youngace.nav-active {
  border: solid 1px #E33665;
}
.nav-youngace span:hover {
  border: solid 1px #E33665;
}
.nav-gundamace.nav-active {
  border: solid 1px #3694D6;
}
.nav-gundamace span:hover {
  border: solid 1px #3694D6;
}
.nav-compace.nav-active {
  border: solid 1px #F6AA00;
}
.nav-compace span:hover {
  border: solid 1px #F6AA00;
}
.nav-comptiq.nav-active {
  border: solid 1px #00AB9F;
}
.nav-comptiq span:hover {
  border: solid 1px #00AB9F;
}
.nav-comicnewtype.nav-active {
  border: solid 1px #417773;
}
.nav-comicnewtype span:hover {
  border: solid 1px #417773;
}
.nav-youngaceup.nav-active {
  border: solid 1px #FF5AB4;
}
.nav-youngaceup span:hover {
  border: solid 1px #FF5AB4;
}
.nav-tmca.nav-active {
  border: solid 1px #016AB7;
}
.nav-tmca span:hover {
  border: solid 1px #016AB7;
}

.background-line {
  width: 100%;
  height: 47px;
  background-color: #fafafa;
  position: absolute;
  bottom: 0;
}
/*sub-navigation*/

#sub-navigation {
  background-color: #FFF;
  color: #333;
  width: 100%;
  z-index: 666;
  padding: 0 15px;
  border-bottom: 2px solid #e0e0e0;
}
.sub-navigation {
  text-align: left;
  font-size: 1.4rem;
  min-width: 1129px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 10px 15px;
  position: relative;
}
.sub-navigation li {
  padding: 10px 15px 10px 0;
  display: inline-block;
  font-weight: bold;
}
.sub-navigation li a {
  color: #808080;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: bold;
}
.sub-navigation li a:hover {
  opacity: 1;
  color: #000;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.subNav-webace {
  border-top: 1px solid #808080;
}
.subNav-webace .sub-navigation li a:hover, .subNav-webace .sub-navigation li.is-active {
  color: #000;
}
.subNav-shonenace {
  border-top: solid 1px #E50012;
}
.subNav-shonenace .sub-navigation li a:hover, .subNav-shonenace .sub-navigation li.is-active {
  color: #E50012;
}
.subNav-youngace {
  border-top: solid 1px #E33665;
}
.subNav-youngace .sub-navigation li a:hover, .subNav-youngace .sub-navigation li.is-active {
  color: #E33665;
}
.subNav-gundamace {
  border-top: solid 1px #3694D6;
}
.subNav-gundamace .sub-navigation li a:hover, .subNav-gundamace .sub-navigation li.is-active {
  color: #3694D6;
}
.subNav-compace {
  border-top: solid 1px #F6AA00;
}
.subNav-compace .sub-navigation li a:hover, .subNav-compace .sub-navigation li.is-active {
  color: #F6AA00;
}
.subNav-comptiq {
  border-top: solid 1px #00AB9F;
}
.subNav-comptiq .sub-navigation li a:hover, .subNav-comptiq .sub-navigation li.is-active {
  color: #00AB9F;
}
.subNav-comicnewtype {
  border-top: solid 1px #417773;
}
.subNav-comicnewtype .sub-navigation li a:hover, .subNav-comicnewtype .sub-navigation li.is-active {
  color: #417773;
}
.subNav-youngaceup {
  border-top: solid 1px #FF5AB4;
}
.subNav-youngaceup .sub-navigation li a:hover, .subNav-youngaceup .sub-navigation li.is-active {
  color: #FF5AB4;
}
.subNav-tmca {
  border-top: solid 1px #016AB7;
}
.subNav-tmca .sub-navigation li a:hover, .subNav-tmca .sub-navigation li.is-active {
  color: #016AB7;
}
.sub-navigation li.nav-mypage {
  position: absolute;
  top: 0;
  right: 26px;
  padding: 0;
}
.sub-navigation li.nav-mypage a {
  display: block;
  color: #FF5AB4;
  line-height: 30px;
  padding: 12px;
}
.sub-navigation li.nav-mypage a:hover {
  opacity: 0.7;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.sub-navigation li.nav-mypage a img {
  width: 30px;
  margin-right: 5px;
}
/*Breadcrumb*/

#breadcrumb {
  min-width: 1129px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 15px;
}
.breadcrumb {
  text-align: left;
  font-size: 1.4rem;
  padding-top: 5px;
  padding-left: 15px;
}
.breadcrumb li {
  padding: 8px;
  display: inline-block;
}
.breadcrumb li:after {
  font-family: fontAwesome;
  font-size: 1rem;
  content: '\f0da';
  color: #757575;
  margin: 0 0 0 12px;
  vertical-align: 1px;
}
.breadcrumb li:last-child:after {
  display: none;
}
.breadcrumb li a {
  text-decoration: none;
  color: #333;
  display: inline-block;
}
.breadcrumb li a:hover {
  opacity: 1;
}
.breadcrumb li a::after {
  content: "";
  display: block;
  width: 0;
  transition: width 0.2s;
  border-bottom: 1px solid #808080;
}
.breadcrumb li a:hover::after {
  width: 100%;
}
/*---------------------------------------------------
Header notice
-----------------------------------------------------*/

#header-notice {
  min-width: 1129px;
  max-width: 1280px;
  margin: 5px auto 2px;
  text-align: left;
  border-right: 15px solid #fafafa;
  border-left: 15px solid #fafafa;
}
.header-notice-inner {
  padding: 10px 15px;
  background-color: #fff;
  border-radius: 10px;
}
#header-notice p {
  font-size: 1.4rem;
  text-align: left;
  color: #666;
  padding: 0;
}
#header-notice p a {
  color: #09F;
  text-decoration: underline;
}
#header-notice p .icon {
  font-size: 1.3rem;
  margin-left: 0.5rem;
  color: #333;
}
/*---------------------------------------------------
Content
-----------------------------------------------------*/

#sb-site {
  margin-top: 64px;/*.header-fixed = height:64px*/
}
/*---------------------------------------------------
Main Banner PC
-----------------------------------------------------*/


/* Slider */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list a {
  display: block;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
  width: 500px;
  height: auto;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
/* Icons */

@font-face {
  font-family: "slick";
  src: url("/fonts/slick.eot");
  src: url("/fonts/slick.eot?#iefix") format("embedded-opentype"), url("/fonts/slick.woff") format("woff"), url("/fonts/slick.ttf") format("truetype"), url("/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */

.slick-prev, .slick-next {
  position: absolute;
  display: block;
  width: 217.5px;
  height: 100%;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  top: 0%;
  padding: 0;
  border: none;
  outline: none;
  padding: 0 20px;
  background-color: #000;
  opacity: 0.5;
}
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
  opacity: 1;
}
.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 8rem;
  line-height: 1;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  height: 102px;
}
[dir="rtl"] .slick-prev {
  left: auto;
}
.slick-prev:before {
  content: "<";
}
[dir="rtl"] .slick-prev:before {
  content: ">";
}
.slick-next {
}
[dir="rtl"] .slick-next {
  right: auto;
}
.slick-next:before {
  content: ">";
}
[dir="rtl"] .slick-next:before {
  content: "<";
}
/* Dots */

.slick-slider {
  margin-bottom: 50px;
}
.slick-dots {
  position: absolute;
  bottom: -30px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
.carousel-ui-text {
  width: 100%;
  text-align: left;
  position: absolute;
  padding: 6px 10px 10px;
  background-color: #545454;
  bottom: 0;
  height: 56px;
}
.carousel-ui img {
  padding-bottom: 56px;
}
.carousel-ui-text>p {
  color: #fff;
  line-height: 1.4;
  display: none;
  font-size: 1.4rem;
}
.slick-next {
  right: 0px;
}
.slick-prev {
  left: 0px;
}
.slick-center .carousel-ui-text p {
  color: #FFF;
  padding: 0;
  line-height: 1.6;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 40px;
}

/*---------------------------------------------------
 カルーセル追加
-----------------------------------------------------*/
header {
    position: relative;
    height: 403px;
  background-color: #f0f0f0;
}
.carousel-ui {
    opacity: 0;
    transition: opacity 0.8s linear;
}
.carousel-ui.slick-initialized {
    opacity: 1;
}
.loader {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 0;
}
.loader .circle {
    border: 5px solid #eee;
    border-radius: 50%;
    border-top: 3px solid #888;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 0.8s linear infinite;
    /* Safari */
    animation: spin 0.8s linear infinite;
}

/* Safari */

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/*---------------------------------------------------
WEBオリジナルコミックを読む
-----------------------------------------------------*/

.container-original-comic {
  padding: 10px 0;
}
#original-comic-PC {
  overflow: hidden;
  flex-wrap: nowrap;
}
#original-comic-PC .item {
  padding: 8px;
}
#original-comic-PC .btn {
  margin: 10px auto;
}
#original-comic-PC .btn img {
  top: 5px;
  left: 50px;
}
#original-comic-PC .btn {
  border: 2px solid #E0E0E0;
}
#original-comic-PC .btn a {
  padding: 0.8rem;
}
#original-comic-PC .btn span {
  line-height: 3;
}
#original-comic-PC .btn i.fa-chevron-right {
  top: 22px
}
#original-comic-PC .heading-01 {
  margin-top: 20px;
}
/*---------------------------------------------------
オフィシャル動画
-----------------------------------------------------*/

.inner-official-movie-PC {
  background-color: #333;
  padding: 5px 0;
}
/*---------------------------------------------------
コミックを探す
-----------------------------------------------------*/


/*Search-Box*/

.search-boxs {
  padding: 1.5rem;
  position: relative;
}
.search-boxs input[type="text"] {
  font-size: 14px;
  width: 100%;
  height: 30px;
  letter-spacing: 1px;
  padding: 0 50px 0 15px;
  border: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: solid 2px #dbdbdb;
}
.search-boxs button[type="submit"] {
  color: #ffffff;
  font-size: 16px;
  width: 40px;
  height: 30px;
  border: none;
  -moz-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0;
  border-radius: 0 4px 4px 0;
  background: #4d4d4d;
  position: absolute;
  top: 15px;
  right: 15px;
}
.search-boxs .off-left {
  position: absolute;
  left: -9999em;
}
/*Accodion-Menu*/

.accordion-menu {
}
.accordion-menu .accordion-menu-title a {
  display: block;
  position: relative;
  text-decoration: none;
}
.accordion-menu>dt>.accordion-menu-title.is-open>a::after, .accordion-menu>dt>.accordion-menu-title.is-close>a::after {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -8px;
  font-size: 16px;
  font-family: 'FontAwesome';
}
.accordion-menu>dt>.accordion-menu-title.is-open>a::after {
  content: "\f077";
}
.accordion-menu>dt>.accordion-menu-title.is-close>a::after {
  content: "\f078";
}
/*Accodion-Menu-Genre*/

.accordion-menu-button>dt>.accordion-menu-title>a {
  display: block;
  border: 2px solid #dbdbdb;
  -webkit-border-radius: 7;
  -moz-border-radius: 7;
  border-radius: 7px;
  box-sizing: border-box;
  margin: 10px 15px;
}
.accordion-menu-button>dt>.accordion-menu-title>a {
  display: block;
  color: #4d4d4d;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 1.5rem;
}
.accordion-menu-button dd {
  border-bottom: 2px solid #dbdbdb;
  -webkit-border-radius: 7;
  -moz-border-radius: 7;
  border-radius: 7px;
  box-sizing: border-box;
  padding: 15px 0;
  margin: 0px 15px;
}
.accordion-menu-button>dd>ul>li {
  color: #09F;
}
#search-comic .accordion-menu-button>dd>ul>li, #genre-search .accordion-menu-button>dd>ul>li {
  float: left;
  margin: 0px 0px 25px 5px;
}
#search-comic .accordion-menu-button>dd>ul>li>a, #genre-search .accordion-menu-button>dd>ul>li>a {
  font-weight: bold;
  padding-left: 3px;
  border: 2px solid #ddd;
  border-radius: 5px;
  padding: 5px;
  background-color: #fff;
}
.accordion-menu-button dd ul li {
  margin: 0px 0 10px 0;
}
.accordion-menu-button dd ul li a {
  font-size: 90%;
}
/*---------------------------------------------------
近日発売のコミックス
-----------------------------------------------------*/

.inner-coming-soon-comic {
  padding: 25px 5px 0 5px;
}
.inner-coming-soon-comic-title {
  padding-bottom: 25px;
}
.inner-coming-soon-comic .box {
  padding: 5px;
}
.inner-coming-soon-comic .box>h3, .inner-coming-soon-comic .box>h2 {
  display: none;
}
.inner-coming-soon-comic .box>span {
  position: absolute;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  background-color: #F22;
  padding: 1px 2px;
  top: -1px;
  left: -1px;
  width: auto;
  height: 20px;
  line-height: 1.5;
  /* box-shadow */
  box-shadow: rgba(51, 51, 51, 0.65098) 1px 2px 0px 1px;
  -webkit-box-shadow: rgba(51, 51, 51, 0.65098) 1px 2px 0px 1px;
  -moz-box-shadow: rgba(51, 51, 51, 0.65098) 1px 2px 0px 1px;
  z-index: 1;
}
.inner-coming-soon-comic-title-date .date {
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  background-color: #F22;
  padding: 1px;
  border: 1px solid #F22;
  -webkit-border-radius: 10%;
  -moz-border-radius: 10%;
  border-radius: 10%;
  display: block;
  width: 90px;
}
.inner-coming-soon-comic-title-date .box {
  margin: 25px 0;
}
.inner-coming-soon-comic-title-date a.title {
  font-weight: bold;
  border: 2px solid #ddd;
  border-radius: 5px;
  padding: 10px;
  background-color: #fff;
  float: left;
  /*margin-left: 10px;*/
  margin: 0 0 10px 10px;
  color: #09f;
}
.more-button-cmx {
  color: #999;
  font-weight: bold;
  display: inline-block;
  padding: 0;
}
.more-button-cmx a {
  display: block;
  padding: 5px;
  margin: 10px 0;
}
.more-button-cmx i {
  color: #bbb;
  margin-right: 5px;
}
/*---------------------------------------------------
ニュース
-----------------------------------------------------*/


/*Table-view*/

.table-view {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 15px;
  list-style: none;
  background-color: #fff;
}
.table-view .media, .table-view .media-body {
  overflow: hidden;
}
.media-body {
  display: inherit !important;
}
.table-view-cell {
  position: relative;
  padding: 11px 65px 11px 15px;
  overflow: hidden;
  border-bottom: 1px solid #ddd;
}
.table-view-cell>a:not(.btn) {
  position: relative;
  display: block;
  padding: inherit;
  margin: -11px -65px -11px -15px;
  overflow: hidden;
  color: inherit;
}
.navigate-right:after, .push-right:after {
  right: 15px;
  content: "\f054";
}
.navigate-link:after {
  content: "\f08e";
  font-weight: bold;
}
.navigate-left:after, .navigate-right:after, .push-left:after, .push-right:after {
  position: absolute;
  top: 50%;
  display: inline-block;
  font-family: Ratchicons;
  font-size: inherit;
  line-height: 1;
  color: #bbb;
  text-decoration: none;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-font-smoothing: antialiased;
  font-family: 'FontAwesome';
}
.table-view .media-object.pull-left {
  margin-right: 10px;
  padding: 2px;
  border: 1px solid #ddd;
}
.table-view-cell p {
  margin-bottom: 0;
  padding: 0;
}
.inner-news p {
  margin-top: 1rem;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.news-tag {
  top: inherit;
  right: inherit;
  bottom: 17px;
}
/*---------------------------------------------------
作品詳細
-----------------------------------------------------*/

.inner-sakuhin-info {
  text-align: left;
  /*margin: 1rem;*/
}
.inner-sakuhin-info .credit {
  margin: 1rem 1rem 2rem 1rem;
}
.inner-sakuhin-info .credit h1 {
  font-size: 2.2rem;
  font-weight: bold;
  margin: 0.5rem 0;
}
.inner-sakuhin-info .credit p.author {
  font-size: 1.4rem;
  color: #666;
}
.inner-sakuhin-info .credit p.genre {
  font-size: 1.4rem;
  color: #666;
  padding-left: 70px;
  text-indent: -70px;
}
.inner-sakuhin-info .credit a {
  color: #09F;
  padding: 1rem 0;
}
.inner-sakuhin-info .btn-mypage {
  margin: 20px auto 15px;
}
.inner-sakuhin-info a.favorite-btn {
  padding: 10px 5px;
  color: #FF5AB4;
}
.inner-sakuhin-info a.favorite-btn-active {
    background: #FF5AB4;
    color: #fff;
}
.inner-sakuhin-info p.title {
  font-size: 1.3rem;
  font-weight: bold;
}
.inner-sakuhin-info .description {
  background-color: #F5F5F5;
  padding: 1rem 1.8rem;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.inner-sakuhin-info .description p.subtitle {
  font-weight: bold;
  /* margin: 1rem 0; */
}
#sakuhin-info .btn>a>i {
  /*color: #4d4d4d;*/
  font-size: 1.4rem;
  position: absolute;
  /*top: 27px*/
  ;
  right: 0;
  /*margin-right: 1rem;*/
}
.bnr-sakuhin-info {
  margin: 1.5rem 0 2rem 0;
}
.label_day-of-the-week {
  font-size: 1.2rem;
  font-weight: bold;
  color: #FF5AB4;
  background-color: #f5f5f5;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  margin: 1rem 0 1.5rem;
  display: inline-block;
}
/*作品情報タブパネル部分*/

#sakuhin-info .theme-tabpanel li.tab {
  width: 48.5%;
}
#sakuhin-info .theme-tabpanel li.tab:last-child {
  float: right;
}
#sakuhin-info .theme-tabpanel li+li {
  border-left: none;
}
#sakuhin-info .tabpanel li.is-active {
  background: #F5F5F5;
}
#sakuhin-info .theme-tabpanel li a {
  color: #fff;
  padding: 15px;
}
#sakuhin-info .tabpanel li.is-active a {
  color: #FF5AB4;
}
#sakuhin-info .tabpanel li.is-active .tmca {
  color: #016AB7;
}
#sakuhin-info .theme-tabpanel div.tab {
  -webkit-border-top-right-radius: 0px;
  -moz-border-top-right-radius: 0px;
  border-top-right-radius: 0px;
}
#sakuhin-info .theme-tabpanel div p {
  padding: 7px;
  font-weight: normal;
  text-align: justify;
  width: 100%;
  line-height: 1.5;
}
#sakuhin-info .theme-tabpanel div p.subtitle {
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: 15px;
}
#sakuhin-info .tabpanel li.tab {
  display: inline-block;
}
#sakuhin-info #tab1s, #sakuhin-info #tab2s {
  background: #f5f5f5;
}
#sakuhin-info .character_list {
  margin: 0 0 3.333%;
  letter-spacing: -.4em;
  padding: 6.666% 3.333% 0;
}
#sakuhin-info .character_list .lists {
  letter-spacing: normal;
  text-align: center;
  display: inline-block;
  vertical-align: top;
}
#sakuhin-info .character_list .lists .thumb img {
  margin-bottom: 5%;
  border-radius: 50%;
}
#sakuhin-info .character_list .lists .name {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  padding: 5px;
}
#sakuhin-info .character_list.col_3 .lists {
  width: 33.333%;
  padding: 0 1rem;
  box-sizing: border-box;
  margin-bottom: 2.5rem;
}
/*---------------------------------------------------
 * 作品詳細誘導部分
 * -----------------------------------------------------*/

.yudo .inner-contents {
  margin: 0 2% 0 0;
  padding: 1.3rem 2% 1.3rem 2%;
  background-color: #fffff5;
  border: #dddddd 2px solid;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  width: 100%;
}
.yudo .inner-contents .right {
  padding: 2rem 5% 2rem 5%;
  height: 100%;
}
.yudo .inner-contents .right h3 {
  font-size: 1.5em;
  font-weight: bold;
}
.yudo .col-width-15 {
  width: 13%;
}
.yudo .col-width-15 img {
  border: 1px solid #dddddd;
}
.yudo .col-width-80 {
  width: 82%;
}
.yudo_wa {
  color: #888888;
  font-weight: bold;
}
.yudo_sec {
  color: #FF5AB4;
  font-weight: bold;
}
li.table-view-cell {
  display: block;
}
li.table-view-cell.yudo a .inner i, li.table-view-cell.media a .inner i {
  font-family: 'FontAwesome';
  color: #FF5AB4 !important;
  position: absolute;
  font-size: 1.8rem;
  right: 0;
  padding: 0.5rem;
  top: 50%;
  margin-top: -16px;
  margin-right: 5px;
}
li.table-view-cell.yudo a .inner .tmca, li.table-view-cell.media a .inner .tmca {
  color: #016AB7 !important;
}
/*---------------------------------------------------
雑誌情報
-----------------------------------------------------*/

.inner-magazine-information {
  margin: 0 15px;
}
.inner-magazine-information .inner {
  margin: 3px;
  border: 1px solid #ddd;
  padding: 2px;
}
.inner-magazine-information .inner h3, .inner-magazine-information .inner p {
  display: none;
}
.inner-magazine-information .inner span {
  display: block;
  color: #fff;
  line-height: 1.3;
  font-size: 1.1rem;
}
/*---------------------------------------------------
フッター広告バナー
-----------------------------------------------------*/

#footer-banner {
  padding: 15px 0;
  border-top: 1px solid #ddd;
}
#footer-banner .inner {
  padding: 5px;
}
.inner-footer-banner {
  margin: 0 1rem;
}
/*---------------------------------------------------
Footer
-----------------------------------------------------*/

.inner-footer {
  margin: 0rem 0 2.5rem 0;
}
.inner-footer-withSnsBtn {
  margin: 0rem 0 8rem 0;
}
/*TOPへ戻る*/

.go-to-top a:hover {
  opacity: 0.8;
}
.go-to-top .icon-go-to-top {
  font-family: 'icomoon';
  font-size: 6rem;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  left: 0;
  margin-top: -3rem;
}
/*Footer-Nav*/

.footer-nav {
  background-color: #545454;
  font-size: 1.2rem;
  padding: 10px;
  height: 196px;
}
.footer-nav>h2, .footer-nav>p {
  color: #aaaaaa;
  border-bottom: 1px solid #aaaaaa;
  text-align: left;
  font-weight: bold;
  line-height: 2.2;
}
.footer-nav ul li {
  text-align: left;
  color: #ffffff;
  font-weight: bold;
  float: left;
  width: 50%;
  padding: 1.5rem;
  box-sizing: border-box;
}
.footer-info {
  padding: 1rem 0;
}
.footer-info li {
  display: inline-block;
  text-align: center;
}
.footer-info li a {
  display: inline-block;
  padding: 1rem 1.5rem;
  font-size: 1.2rem;
  color: #888;
}
footer .footer-logo {
  display: block;
  width: 150px;
  height: 20px;
  background: url("/img/pc/kadokawa-logo.jpg") no-repeat top right;
  background-size: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  margin-top: 10px;
}
footer .footer-logo p {
  display: none;
}
.footer-copyright {
  color: #303375;
}
.footer-credit {
  background-color: #fff;
  padding: 5px 0;
}
.footer-abj {
  background-color: #fff;
  padding: 30px 15px;
  
}
.footer-abj img {
  display: inline-block;
  width: 80px;
  margin-right: 10px;
}
.footer-abj p {
  color: #888;
  display: inline-block;
  font-size: 1.2rem;
  text-align: justify;
  width: 800px;
  height: 66px;
  padding: 12px 0 0 0;
}
/*---------------------------------------------------
FooterSNS
-----------------------------------------------------*/

.footer-sns {
  text-align: center;
  float: left;
  width: 100%;
  max-width: 768px;
  margin: 0;
  padding: 0;
  clear: both;
  display: block;
  position: fixed;
  bottom: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.5);
}
ul.footer-snsin {
  list-style-type: none;
  padding-left: 0;
  margin: 30px 0 20px 0;
}
.inline-block {
  text-align: center;
}
.inline-block li {
  display: inline-block;
  margin: 20px 2% 20px 0px;
}
.footer-sns p {
  padding: 0;
  color: #fff;
  position: absolute;
  bottom: 0;
  width: 100%;
}
/*---------------------------------------------------
Header/Brand
-----------------------------------------------------*/


/*ShonenAce*/

header .brand-logo.shonenace {
  background: url("/img/sp/shonenace-logo.png") no-repeat top right;
  background-size: 100%;
}
.menu-icon-magazin-search.shonenace {
  background-color: #E50012;
  border: 1px solid #E50012;
}
/*YoungAce*/

header .brand-logo.youngace {
  background: url("/img/sp/youngace-logo.png") no-repeat top right;
  background-size: 100%;
}
.menu-icon-magazin-search.youngace {
  background-color: #E33665;
  border: 1px solid #E33665;
}
/*YoungAceUp*/

header .brand-logo.youngaceup {
  background: url("/img/sp/youngaceup-logo.png") no-repeat top right;
  background-size: 100%;
}
.menu-icon-magazin-search.youngaceup {
  background-color: #FF5AB4;
  border: 1px solid #FF5AB4;
}
/*GundamAce*/

header .brand-logo.gundamace {
  background: url("/img/sp/gundamace-logo.png") no-repeat top right;
  background-size: 100%;
}
.menu-icon-magazin-search.gundamace {
  background-color: #3694D6;
  border: 1px solid #3694D6;
}
/*CompAce*/

header .brand-logo.compace {
  background: url("/img/sp/compace-logo.png") no-repeat top right;
  background-size: 100%;
}
.menu-icon-magazin-search.compace {
  background-color: #F6AA00;
  border: 1px solid #F6AA00;
}
/*Comptiq*/

header .brand-logo.comptiq {
  background: url("/img/sp/comptiq-logo.png") no-repeat top right;
  background-size: 100%;
}
.menu-icon-magazin-search.comptiq {
  background-color: #00AB9F;
  border: 1px solid #00AB9F;
}
/*---------------------------------------------------
TOPオーバーレイ
-----------------------------------------------------*/

.layer_board_bg {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 2;
  top: 0;
  left: 0;
  display: none;
  cursor: pointer;
  background: #000;
}
.layer_board {
  width: 100%;
  display: none;
  position: fixed;
  top: 75px;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 999;
}
.layer_board .fa {
  color: #FFF;
}
/*---------------------------------------------------
応援ランキング(PC)
-----------------------------------------------------*/

.tabpanel ul.tab {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.tabpanel li.tab {
  background: #CDCDCD;
  width: 150px;
}
.tabpanel li.is-active {
  background: #fff;
}
.tabpanel li.is-active a {
  color: #FF5AB4;
}
.tabpanel div.tab:nth-of-type(n+2) {
  display: none;
}
/* theme-tabpanel */

.theme-tabpanel {
  margin: 10px;
}
.theme-tabpanel li {
  text-align: center;
  -webkit-border-top-left-radius: 7px;
  -webkit-border-top-right-radius: 7px;
  -moz-border-radius-topleft: 7px;
  -moz-border-radius-topright: 7px;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
.theme-tabpanel li+li {
  border-left: solid 2px #f5f5f5;
}
.theme-tabpanel li a {
  font-weight: bold;
  display: block;
  color: #FFF;
  padding: 10px;
  text-decoration: none;
}
.theme-tabpanel li.is-active a:hover {
  opacity: 1;
  cursor: default;
}
.theme-tabpanel div.tab {
  font-size: 14px;
  line-height: 1.5;
  background: #fff;
  overflow: hidden;
  -webkit-border-bottom-right-radius: 7px;
  -webkit-border-bottom-left-radius: 7px;
  -webkit-border-top-right-radius: 7px;
  -moz-border-radius-bottomright: 7px;
  -moz-border-radius-bottomleft: 7px;
  -moz-border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
  border-top-right-radius: 7px;
}
.theme-tabpanel div img {
  float: left;
}
.theme-tabpanel div p, .theme-tabpanel div h2 {
  font-weight: bold;
  text-align: left;
  padding-left: 10px;
  overflow: hidden;
  width: 60%;
}
#ouen-ranking .table-view-cell {
  border: none;
  border-bottom: 1px solid #ddd;
  padding: 15px 30px 15px 30px;
}
#ouen-ranking .table-view-cell:last-child {
  border: none;
}
#ouen-ranking .table-view .media-object.pull-left {
  margin: 0 0 0 10px;
}
.ranking-star {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 30px;
  height: 30px;
}
.ranking-star-gold {
  background-image: url(/img/pc/ranking-star-gold.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.ranking-star-silver {
  background-image: url(/img/pc/ranking-star-silver.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.ranking-star-bronze {
  background-image: url(/img/pc/ranking-star-bronze.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.ranking-star-gold .ranking-number, .ranking-star-silver .ranking-number, .ranking-star-bronze .ranking-number {
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  padding-top: 5px;
  display: block;
}
.ranking-star-small {
  top: 12px;
  left: 5px;
  width: 25px;
  height: 25px;
  background-image: url(/img/pc/ranking-star-green.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.ranking-star-small .ranking-number {
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  padding-top: 8px;
  display: block;
}
.ranking-star>.fa-arrow-right {
  color: #7A8700;
  font-size: 1.5rem;
  position: absolute;
  top: 30px;
  left: 8px;
}
.ranking-star>.fa-arrow-right-small {
  top: 23px;
  left: 5px;
}
.ranking-star>.fa-arrow-right-down {
  color: #0087D4;
  transform: rotate(45deg);
}
.ranking-star>.fa-arrow-right-up {
  color: #FF6980;
  transform: rotate(-45deg);
}
.ranking-star>.fa-arrow-new {
  color: #FF6980;
}
.ranking-star>.fa-arrow-new:before {
  margin: 0 0 0 -9px;
  content: " ";
  display: inline-block;
  width: 34px;
  height: 10px;
  background: url("/img/sp/rank_new.png");
  background-size: contain;
  vertical-align: middle;
}
.tab-btn {
  padding-top: 24px;
}
.tab-btn>.btn {
  margin: 5px 15px !important;
  background-color: #8e8e8e;
}
#ouen-ranking {
  background-color: #fff;
}
#ouen-ranking .tab .table-view span.information {
  color: #666;
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: left;
  display: block;
  padding: 10px;
  width: 60%;
}
#ouen-ranking .tab .table-view p.point {
  font-size: 1.4rem;
  font-weight: normal;
  color: #F22;
}
/* ランキング集計日 */

.theme-tabpanel .update_period {
  text-align: right !important;
  color: #333 !important;
  padding: 10px 20px 0 0 !important;
  font-size: 1.3rem !important;
  font-weight: normal !important;
  width: 100%;
}
/*---------------------------------------------------
応援ランキング(右カラム)
-----------------------------------------------------*/

.subContent .tabpanel ul.tab {
  display: table;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.subContent .tabpanel li.tab {
  display: table-cell;
  background: #CDCDCD;
}
.subContent .tabpanel li.is-active {
  background: #fff;
}
.subContent .tabpanel li.is-active a {
  color: #FF5AB4;
}
.subContent .tabpanel div.tab:nth-of-type(n+2) {
  display: none;
}
/* theme-tabpanel */

.subContent .theme-tabpanel {
  margin: 10px;
}
.subContent .theme-tabpanel li {
  text-align: center;
  -webkit-border-top-left-radius: 7px;
  -webkit-border-top-right-radius: 7px;
  -moz-border-radius-topleft: 7px;
  -moz-border-radius-topright: 7px;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
.subContent .theme-tabpanel li+li {
  border-left: solid 2px #f5f5f5;
}
.subContent .theme-tabpanel li a {
  font-weight: bold;
  display: block;
  color: #FFF;
  padding: 10px;
  text-decoration: none;
}
.subContent .theme-tabpanel div {
  font-size: 14px;
  line-height: 1.5;
  background: #fff;
  overflow: hidden;
  -webkit-border-bottom-right-radius: 7px;
  -webkit-border-bottom-left-radius: 7px;
  -webkit-border-top-right-radius: 0px;
  -moz-border-radius-bottomright: 7px;
  -moz-border-radius-bottomleft: 7px;
  -moz-border-top-right-radius: 0px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
  border-top-right-radius: 0px;
}
.subContent .theme-tabpanel div img {
  float: left;
}
.subContent .theme-tabpanel div p, .theme-tabpanel div h2 {
  font-weight: normal;
  text-align: left;
  padding-left: 10px;
  overflow: hidden;
  color: #09F;
  width: 100%;
}
.subContent #ouen-ranking .table-view-cell {
  border: none;
  border-bottom: 1px solid #ddd;
  padding: 11px 65px 11px 20px;
}
.subContent #ouen-ranking .table-view-cell:last-child {
  border: none;
}
.subContent #ouen-ranking .table-view .media-object.pull-left {
  margin: 0 0 0 10px;
}
.subContent .ranking-star {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 20px;
  height: 20px;
}
.subContent .ranking-star>.fa-arrow-right {
  color: #7A8700;
  font-size: 1.5rem;
  position: absolute;
  top: 20px;
  left: 3px;
}
.subContent .ranking-star>.fa-arrow-right-small {
  top: 20px;
  left: 3px;
}
.subContent .ranking-number {
  font-size: 1.1rem;
  padding-top: 4px;
}
.subContent .ranking-star>.fa-arrow-right-down {
  color: #0087D4;
  transform: rotate(45deg);
}
.subContent .ranking-star>.fa-arrow-right-up {
  color: #FF6980;
  transform: rotate(-45deg);
}
.subContent .ranking-star>.fa-arrow-new {
  color: #FF6980;
}
.subContent .ranking-star>.fa-arrow-new:before {
  margin: 0 0 0 -9px;
  content: " ";
  display: inline-block;
  width: 34px;
  height: 10px;
  background: url("/img/sp/rank_new.png");
  background-size: contain;
  vertical-align: middle;
}
/*---------------------------------------------------
配信作品 & 小説家になろう
-----------------------------------------------------*/

#delivery-contents .box, #became-novelist .box {
  margin: 0;
  width: 421px
}
.inner-became-novelist, .inner-delivery-contents {
  padding: 10px 5px 0 5px;
}
.inner-became-novelist-title, .inner-delivery-contents-title {
  padding-bottom: 25px;
}
.inner-became-novelist .box, #UpdateSchedule .inner-delivery-contents .box {
  padding: 5px;
  padding-bottom: 20px;
}
.inner-became-novelist .box, #delivery-contents .inner-delivery-contents .box {
  margin: 0 15px 30px 31.5px;
  position: relative;
  border: solid 1px #eee;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.05);
}
.inner-became-novelist .box:nth-child(2n), #delivery-contents .inner-delivery-contents .box:nth-child(2n) {
  margin: 0 31.5px 30px 15px;
}
.inner-delivery-contents p.list-new {
  font-size: 1.6rem;
  text-align: right;
  padding-left: 5px;
}
.inner-became-novelist .box h3, .inner-delivery-contents .box h3, .inner-became-novelist .box h2, .inner-delivery-contents .box h2 {
  display: none;
}
#delivery-contents .inner-became-novelist .box>a, #delivery-contents .inner-delivery-contents .box>a {
  display: block;
  height: 100%;
}
.inner-became-novelist .box p, .inner-delivery-contents .box p {
  padding: 10px;
  font-size: 1.4rem;
}
.inner-became-novelist .date, .inner-delivery-contents-title .date {
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  background-color: #F22;
  padding: 1px;
  border: 1px solid #F22;
  -webkit-border-radius: 10%;
  -moz-border-radius: 10%;
  border-radius: 10%;
}
#delivery-contents .heading-01 p {
  text-align: right;
  padding: 1rem 1rem 0 0;
}
#became-novelist .heading-01 h1 img {
  margin-top: -8px;
}
#became-novelist .btn>a>i {
  color: #4d4d4d;
  font-size: 1.8rem;
  position: absolute;
  top: 22px;
  right: 0;
  margin-right: 1rem;
}
#became-novelist span.icomoon-icon {
/*top: -0.2rem;*/
}
#became-novelist .btn span {
  line-height: 2;
}
#became-novelist h2 img {
  top: -0.7rem;
  left: 6rem;
}
.inner-became-novelist .box p>span.label-green, .inner-delivery-contents .box p>span.label-green {
  padding: 0 5px;
  font-size: 1.3rem;
  line-height: 21px;
  color: #fff;
  margin-right: 5px;
  border-radius: 10px;
  background: #45b33a;
  display: inline-block;
  float: left;
  border: 1px solid #45b33a;
  height: 21px;
  vertical-align: baseline;
}
.inner-became-novelist .box p>span.label-pink, .inner-delivery-contents .box p>span.label-pink {
  padding: 0 5px;
  font-size: 1.3rem;
  line-height: 21px;
  color: #fff;
  margin-right: 5px;
  border-radius: 10px;
  background: #FF5AB4;
  display: inline-block;
  float: left;
  border: 1px solid #FF5AB4;
  height: 21px;
  vertical-align: baseline;
}
.inner-became-novelist .box p>span.label-blue, .inner-delivery-contents .box p>span.label-blue {
  padding: 0 5px;
  font-size: 1.3rem;
  line-height: 21px;
  color: #fff;
  margin-right: 5px;
  border-radius: 10px;
  background: #016AB7;
  display: inline-block;
  float: left;
  border: 1px solid #016AB7;
  height: 21px;
  vertical-align: baseline;
}

.inner-became-novelist span.label-anime, .inner-delivery-contents span.label-anime {
  float: left;
  padding: 0 5px;
  font-size: 1.1rem;
  line-height: 21px;
  color: #fff;
  margin-right: 6px;
  background: #808080;
  display: inline-block;
  background-image: url(/img/pc/icon-anime.svg);
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: top 3px left 4px;
  padding-left: 22px;
  border-radius: 2px;
}
.inner-became-novelist span.label-movie, .inner-delivery-contents span.label-movie {
  float: left;
  padding: 0 5px;
  font-size: 1.1rem;
  line-height: 21px;
  color: #fff;
  margin-right: 6px;
  background: #808080;
  display: inline-block;
  background-image: url(/img/pc/icon-movie.svg);
  background-repeat: no-repeat;
  background-size: 13px;
  background-position: top 4px left 5px;
  padding-left: 23px;
  border-radius: 2px;
}
.inner-became-novelist img.label-new, .inner-delivery-contents img.label-new {
  position: absolute;
  top: 0;
  left: 0;
  width: 45px;
}
.inner-became-novelist .box p>span.label-novelist, .inner-delivery-contents .box p>span.label-novelist {
  padding: 0 5px;
  font-size: 1.3rem;
  line-height: 21px;
  color: #14b7cd;
  margin-right: 5px;
  border-radius: 10px;
  display: inline-block;
  border: 1px solid #14b7cd;
  float: left;
  height: 21px;
  vertical-align: baseline;
}
.inner-became-novelist span.label-youngaceup, .inner-delivery-contents span.label-youngaceup {
  display: inline-block;
  float: left;
  line-height: 21px;
  margin-right: 6px;
}
.inner-became-novelist span.label-youngaceup img, .inner-delivery-contents span.label-youngaceup img {
  height: 21px;
  width: auto;
}
.inner-became-novelist .box p>span.date, .inner-delivery-contents .box p>span.date {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 21px;
  color: #999;
  display: inline-block;
  float: right;
  height: 21px;
  vertical-align: baseline;
  margin: 0;
}
.inner-became-novelist .box p>span.date-new, .inner-delivery-contents .box p>span.date-new {
  color: #f22;
}
#delivery-contents .tabContent {
  margin: 3rem 0 0 0;
}
.tabList {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 75%;
  margin: 15px auto;
}
.tabList li {
  -ms-box-flex: 1;
  -webkit-box-flex: 1;
  box-flex: 1;
  width: 100%;
  font-size: 1.4rem;
  font-weight: bold;
  color: #999;
  padding: 15px 0;
  cursor: pointer;
  text-align: center;
  border-bottom: solid 3px #aeaeae;
  margin: 0 10px;
}
.tabList li:hover {
  color: #FF5AB4;
  border-bottom: solid 4px #FF5AB4;
  opacity: 1;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.tabList li.current {
  color: #FF5AB4;
  border-bottom: solid 4px #FF5AB4;
  opacity: 1;
}
.tabList.tmca li:hover, .tabList.tmca li.current {
    color: #016AB7;
    border-bottom: solid 4px #016AB7;
}
.tabInnerItem {
  position: relative;
  overflow: hidden;
  visibility: hidden;
  height: 0px;
  padding: 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.tabInnerItem.current {
  visibility: visible;
  height: auto;
}
/*曜日更新の表示*/

.day-of-the-week {
  margin: 0 0 2rem 0;
}
.tittleParts {
  display: block;
  height: 50px;
}
.tittleParts-01, .tittleParts-02 {
  display: inline-block;
  float: left;
  height: 50px;
}
.tittleParts-01 {
  width: 49px;
  line-height: 50px;
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  background-color: #4d4d4d;
}
.tittleParts-02 {
  line-height: 80px;
  color: #4d4d4d;
  font-size: 1.6rem;
  font-weight: bold;
  padding-left: 0.5rem;
  letter-spacing: 0.2rem;
}
/*---------------------------------------------------
最新号情報
-----------------------------------------------------*/

#new-comic-info .inner-new-comic-info {
  padding: 1.5rem 0;
  text-align: left;
  color: #333;
}
#new-comic-info .inner-contents {
  margin: 0 1.5rem;
  padding: 1.5rem 1.5rem 1.5rem 1.5rem;
  background-color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
#new-comic-info .inner-contents .right {
  padding: 0 2rem 2rem;
  height: 100%;
}
#new-comic-info .inner-contents h3 {
  font-size: 2.2rem;
  font-weight: bold;
}
#new-comic-info .inner-contents h4 {
  margin: 10px 0;
}
#new-comic-info .inner-contents h4 .fa {
  padding-right: 5px;
  font-size: 1.5em;
}
#new-comic-info .inner-contents span {
  color: #666;
  font-size: 1.4rem;
}
#new-comic-info .inner-contents p.price {
  padding-top: 2rem;
  color: #666;
  font-size: 1.4rem;
  line-height: 1.4;
}
#new-comic-info .inner-contents p.description {
  line-height: 1.8;
  font-size: 1.6rem;
  padding: 0.5rem 0;
}
#new-comic-info .accordion-menu-title>a {
  color: #fff;
  font-size: 1.2rem;
  margin: 0.5rem;
  text-align: center;
}
#new-comic-info .accordion-menu-button>dd>ul>li {
  text-align: center;
}
#new-comic-info .accordion-menu-title>a span {
  color: #fff;
  font-size: 3rem;
  position: absolute;
  left: 7px;
  top: 7px;
}
#new-comic-info .col .box img {
  border: 1px solid #333;
}
#new-comic-info .col .box a img {
  border: 1px solid #333;
}
ul.inline-block li a img {
  border: none !important;
}
/*リンクボタンの場合*/

#new-comic-info .btn {
  margin: 10px 5px;
  display: block;
}
#new-comic-info .btn a {
  font-size: 1.2rem;
}
#new-comic-info .btn>a>span {
  color: #fff;
  font-size: 3rem;
  position: absolute;
  left: 7px;
  top: 7px;
}
#new-comic-info .btn>a>i {
  margin: -0.5rem 0.5rem 0 0.5rem;
}
#new-comic-info .btn-box {
  width: 100%;
  float: left;
  /*margin-top: 1rem;*/
}
#new-comic-info .btn-box2 {
/*margin-top: 1.5rem;*/
}
/*---------------------------------------------------
連載中作品
-----------------------------------------------------*/

#series-comic-PC .inner-series-comic {
  padding: 2rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#series-comic-PC .col a {
  display: block;
}
#series-comic-PC .box {
  margin: 1rem 1rem 1.5rem;
}
#series-comic-PC .box img {
  border: solid 1px #eee;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}
#series-comic-PC h3 {
  color: #333;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.3;
  text-align: left;
  padding: 0;
  margin: 1.2rem 0.5rem 0.5rem;
}
#series-comic-PC .label-anime, #series-comic-PC .label-movie {
  display: inline-block;
  padding: 0 5px;
  font-size: 1.1rem;
  line-height: 21px;
  color: #fff;
  margin: 0 5px;
  background: #808080;
  float: left;
}
#series-comic-PC .label-movie {
  background: #99cc02;
  background-image: url(/img/pc/icon-movie.svg);
  background-repeat: no-repeat;
  background-size: 13px;
  background-position: top 4px left 5px;
  padding-left: 23px;
  border-radius: 2px;
}
#series-comic-PC .label-anime {
  background: #ff9902;
  background-image: url(/img/pc/icon-anime.svg);
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: top 3px left 4px;
  padding-left: 22px;
  border-radius: 2px;
}
/*---------------------------------------------------
次号情報
-----------------------------------------------------*/

#next-comic-info-PC .inner-next-comic-info {
  padding: 1.5rem 0;
  text-align: left;
  color: #333;
}
#next-comic-info-PC .inner-contents {
  margin: 0 1.5rem;
  padding: 2rem;
  background-color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
#next-comic-info-PC .inner-contents .right {
  padding: 0 1rem;
  line-height: 1.5;
  height: 100%;
}
#next-comic-info-PC .inner-contents h3 {
  font-weight: bold;
}
#next-comic-info-PC .inner-contents span {
  color: #666;
  font-size: 1.4rem;
  line-height: 1.5;
}
#next-comic-info-PC .inner-contents p.description {
  line-height: 1.3;
  position: static;
  bottom: 2rem;
  padding-right: 2rem;
}
/*---------------------------------------------------
発売中コミックス
-----------------------------------------------------*/

#on-sale-comic .inner-on-sale-comic {
  padding: 1.5rem 0;
  text-align: left;
  color: #333;
}
#on-sale-comic .inner-contents {
  padding: 1rem;
  background-color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
#on-sale-comic .inner-contents h3 {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0.5rem 0 0.5rem 1rem;
}
#on-sale-comic .inner-contents span {
  font-weight: bold;
  font-size: 1rem;
  margin: 0.5rem 0 0.5rem 1rem;
}
#on-sale-comic .inner-contents p.description {
  color: #666;
  font-size: 1.2rem;
  padding: 0 1rem 1rem 1rem;
  line-height: 1.4;
  text-align: justify;
  margin-bottom: 1rem;
}
#on-sale-comic .inner-on-sale-comic {
  padding: 1rem;
}
#on-sale-comic .box2 {
  margin: 1.5rem;
}
#on-sale-comic .box a {
  display: block;
}
#on-sale-comic .box img {
  border: 1px solid #333;
}
#on-sale-comic h3 {
  color: #333;
  font-weight: bold;
  font-size: 1.4rem;
  text-align: left;
  margin: 0.5rem 0;
}
#on-sale-comic p {
  color: #666;
  font-size: 1.2rem;
}
#on-sale-comic ul li:nth-child(odd) {
  text-align: left;
  padding: 1rem 1.25rem 1rem 2rem;
}
#on-sale-comic ul li:nth-child(even) {
  text-align: left;
  padding: 1rem 2rem 1rem 1.25rem;
}
/*---------------------------------------------------
同じジャンルのおすすめ作品
-----------------------------------------------------*/

#same-genre-comic {
  background: #fcf0db;
  padding: 1rem 0 5rem;
  margin: 6rem 1.5rem 1.5rem;
}
#same-genre-comic .col {
  padding: 0 2rem 2rem;
}
#same-genre-comic .col a {
  display: block;
}
#same-genre-comic p {
  font-size: 1.8rem;
  font-weight: bold;
  padding: 1rem 0 1.5rem;
  color: #E50012;
}
#same-genre-comic h3 {
  color: #333;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.4;
  text-align: left;
  margin: 0.5rem 0;
}
/*---------------------------------------------------
誘導コミック
-----------------------------------------------------*/

#yudo-comic .inner-coming-soon-comic .box {
  padding: 1rem;
}
#yudo-comic .inner-coming-soon-comic .box>span {
  margin: 0.5rem 0 0 1rem;
}
/*---------------------------------------------------
関連作品
-----------------------------------------------------*/

#kanren-sakuhin .box {
  margin: 1.5rem 0 1rem 1.5rem;
  text-align: left;
}
#kanren-sakuhin .box-text {
  margin: 1.5rem 1.5rem 1rem 1.5rem;
  text-align: left;
}
#kanren-sakuhin .box h3, #kanren-sakuhin .box-text h3 {
  font-size: 1.6rem;
  color: #09F;
  padding: 1rem 0;
}
#kanren-sakuhin .box h3 a, #kanren-sakuhin .box-text h3 a {
  font-weight: bold;
}
#kanren-sakuhin .box p.brand, #kanren-sakuhin .box-text p.brand {
  color: #09F;
}
#kanren-sakuhin .kanren-sakuhin-inner {
  display: flex;
  flex-wrap: wrap;
}
#kanren-sakuhin .kanren-sakuhin-inner .row {
  width: 50%;
  margin: 1.5rem 0;
}
/*---------------------------------------------------
コミックス詳細
-----------------------------------------------------*/

#comic-info {
  text-align: left;
}
#comic-info .inner-comic-info {
  padding: 1.5rem 0;
  text-align: left;
  color: #333;
}
#comic-info .inner-contents {
  margin: 0 1.5rem;
  padding: 1rem;
  background-color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
#comic-info .inner-contents .right {
  padding: 0.5rem;
  height: 100%;
}
#comic-info .inner-contents h1 {
  font-weight: bold;
  margin: 1rem 0;
}
#comic-info .inner-contents span {
  color: #666;
  font-size: 1.2rem;
}
#comic-info .inner-contents p.price {
  padding-top: 1.5rem;
  color: #666;
}
#comic-info .description {
  background-color: #F5F5F5;
  padding: 1rem;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 1rem;
  margin: 2rem 0;
  text-align: justify;
}
#comic-info .accordion-menu-title>a {
  color: #fff;
  font-size: 1.2rem;
  margin: 1rem;
  text-align: center;
}
#comic-info .accordion-menu-button>dd>ul>li {
  text-align: center;
  padding: 15px;
  font-size: 1.6rem;
}
#comic-info .accordion-menu-title>a span {
  color: #fff;
  font-size: 3rem;
  position: absolute;
  left: 7px;
  top: 7px;
}
#comic-info .btn i {
  color: #4d4d4d;
  font-size: 1.8rem;
  position: absolute;
  top: 29px;
  right: 0;
  margin-right: 1rem;
}
/*---------------------------------------------------
読む
-----------------------------------------------------*/

#read .table-view .media-object.pull-left {
  padding: 0;
  border: none;
  width: 110px;
  margin: 0 10px 0 20px;
}
#read span.label-sankaku {
  left: 20px;
}
#read span.updated-date {
  font-size: 1.2rem;
  font-weight: bold;
  color: red;
}
#read li:nth-child(n+2) span.updated-date {
  font-size: 1rem;
}
#read .navigate-right:after {
  display: none;
}
#read .table-view-cell {
  padding: 15px;
}
#read .col .btn {
  background-color: #4DB087;
  margin: 10px 10px 10px 0;
}
#read .col:nth-child(2) .btn {
  margin: 10px 0;
}
#read .table-view-cell>a:not(.btn) {
  display: block;
  padding: 0;
  margin: 0;
  line-height: 1.5;
}
#read-notice {
  text-align: left;
  padding: 0 15px 15px;
}
#read-notice p {
  text-align: left;
  padding: 10px 10px 10px 45px;
  border: 2px solid #FF5AB4;
  border-radius: 10px;
  position: relative;
}
#read-notice p a {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #09F;
  text-decoration: underline;
}
#read-notice p i {
  position: absolute;
  position: absolute;
  font-size: 3rem;
  top: 50%;
  left: 11px;
  margin-top: -1.5rem;
  color: #FF5AB4;
}
/*ログリー広告の上に入る余白を打ち消す*/
#read .table-view {
  margin-bottom: 0;
}
/*---------------------------------------------------
作品検索
-----------------------------------------------------*/

#genre-search, #title-search {
  margin: 1rem 0 6rem 0;
}
#genre-search>.search-kekka, #title-search>.search-kekka {
  text-align: left;
  font-size: 1.2rem;
  background-color: #F2F2F2;
  color: #333;
  padding: 5px 0 5px 10px;
  margin-top: 10px;
}
#genre-search p.author, #title-search p.author {
  font-size: 1.1rem;
  color: #666;
}
/*---------------------------------------------------
バックナンバー詳細
-----------------------------------------------------*/

#backnumber-info .inner-backnumber-info {
  padding: 1.5rem 0;
  text-align: left;
  color: #333;
}
#backnumber-info .inner-backnumber-info h1 {
  font-size: 1.6rem;
  font-weight: bold;
}
#backnumber-info .inner-contents {
  /*margin: 0 1.5rem;*/
  padding: 3rem;
  background-color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
#backnumber-info .inner-contents h3 {
  font-weight: bold;
}
#backnumber-info .inner-contents h4 {
  margin: 10px 0;
}
#backnumber-info .inner-contents h4 .fa {
  padding-right: 5px;
  font-size: 1.5em;
}
#backnumber-info .inner-contents span {
  color: #666;
  font-size: 1.2rem;
}
#backnumber-info .inner-contents p.price {
  padding-top: 1.5rem;
  color: #666;
  line-height: 1.4;
}
#backnumber-info .inner-contents p.description {
  bottom: 0;
  padding-bottom: 0.5rem;
  line-height: 1.3;
}
#backnumber-info .accordion-menu-title>a {
  color: #fff;
  font-size: 1.2rem;
  margin: 0.5rem;
  text-align: center;
}
#backnumber-info .accordion-menu-button>dd>ul>li {
  text-align: center;
  padding: 15px;
  font-size: 1.6rem;
}
#backnumber-info .accordion-menu-title>a span {
  color: #fff;
  font-size: 3rem;
  position: absolute;
  left: 7px;
  top: 7px;
}
#backnumber-info .btn-next, #backnumber-info .btn-back {
  background: #ccc;
  border: 2px solid #ddd;
}
#backnumber-info .btn>a {
  font-size: 1.2rem;
  color: #fff;
}
#series-comic-PC .btn-back>a>i.fa-chevron-left, #backnumber-info .btn-back>a>i.fa-chevron-left {
  font-family: 'FontAwesome';
  color: #fff;
  position: absolute;
  left: 0;
  padding: 0.5rem;
  margin: -0.5rem 0.5rem 0 0.5rem;
  vertical-align: top;
  text-align: left;
}
#series-comic-PC .btn-next>a>i.fa-chevron-right, #backnumber-info .btn-next>a>i.fa-chevron-right {
  font-family: 'FontAwesome';
  color: #fff;
  position: absolute;
  right: 0;
  padding: 0.5rem;
  margin: -0.5rem 0.5rem 0 0.5rem;
  vertical-align: top;
}
/*---------------------------------------------------
バックナンバー
-----------------------------------------------------*/

.inner-backnumber {
  padding: 0px 5px 0 5px;
}
.inner-backnumber h1 {
  display: none;
}
.inner-backnumber .box {
  padding: 5px;
}
.inner-backnumber .box>a>h3, .inner-backnumber .box>a>h2 {
  display: none;
}
.inner-backnumber .box>a>span {
  position: absolute;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  background-color: #F22;
  padding: 1px;
  top: -1px;
  left: -1px;
  width: 55px;
  height: 20px;
  line-height: 1.5;
  /* box-shadow */
  box-shadow: rgba(51, 51, 51, 0.65098) 1px 2px 0px 1px;
  -webkit-box-shadow: rgba(51, 51, 51, 0.65098) 1px 2px 0px 1px;
  -moz-box-shadow: rgba(51, 51, 51, 0.65098) 1px 2px 0px 1px;
}
.inner-backnumber .date {
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  background-color: #F22;
  padding: 1px;
  border: 1px solid #F22;
  -webkit-border-radius: 10%;
  -moz-border-radius: 10%;
  border-radius: 10%;
}
.inner-backnumber .btn {
  border: 1px solid;
}
#backnumber .btn>a>i.fa-chevron-left {
  font-family: 'FontAwesome';
  color: #666;
  position: absolute;
  left: 0;
  padding: 0.5rem;
  margin: -0.5rem 0.5rem 0 0.5rem;
  vertical-align: top;
  text-align: left;
}
#backnumber .btn>a>i.fa-chevron-right {
  font-family: 'FontAwesome';
  color: #666;
  position: absolute;
  right: 0;
  padding: 0.5rem;
  margin: -0.5rem 0.5rem 0 0.5rem;
  vertical-align: top;
}
#backnumber .inner-backnumber .box>a>span {
  width: 95px
}
/*---------------------------------------------------
モーダルウィンドウ（応援する）
-----------------------------------------------------*/

#modal-content {
  padding: 10px 20px;
  background: #4DB087;
  display: none;
  z-index: 999 !important;
  width: 300px;
  height: 130px;
  position: fixed;
  top: 300px;
  right: 0;
  left: 0;
  margin: 0 auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
#modal-content p {
  color: #FFF;
  font-size: 1.2rem;
}
#modal-content p.thanks {
  font-size: 1.8rem;
  font-weight: bold;
}
#modal-content p.close {
  text-decoration: underline;
}
#modal-overlay {
  z-index: 3;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba( 0, 0, 0, 0.75);
}
.button-link {
  color: #FFF;
}
.button-link:hover {
  cursor: pointer;
  color: #FFF;
}
/*---------------------------------------------------
 * ランキング
 * -----------------------------------------------------*/

.ouen-pt {
  color: #F22;
  padding: 8px 0 0 8px;
  bottom: 0;
  float: left;
  display: block;
}
.ouen-pt ul {
  position: absolute;
  bottom: 10px;
}
.ouen-pt ul li {
  list-style: none;
}
.ouen-pt li {
  /*font-size:0.8rem;*/
  font-size: 1.3rem;
  font-weight: bold;
  padding: 0 0 0 0px;
  margin: 0;
  border-left: none;
}
.theme-tabpanel .ouen-pt li {
  border-left: none;
  text-align: left;
}
.ouen-pt li.first {
  padding: 0 0 0 0px;
  margin: 0;
}
/*---------------------------------------------------
 * お知らせ 右カラム
 * -----------------------------------------------------*/

#notice span.date {
  margin: 0;
}
#notice .table-view-cell>a:not(.btn) {
  margin: -11px -15px -11px -15px;
}
#notice .table-view-cell {
  padding: 11px 15px 11px 15px;
  border-bottom: none;
}
#notice .inner-notice p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #09F;
  font-size: 1.4rem;
}
#notice .pdf {
  margin-top: 0.5rem;
}
#notice .pdf span {
  font-size: 1rem;
  padding: 0.2rem;
}
#notice p {
  padding: 0.5rem 0 0 0;
}
/*---------------------------------------------------
 * ヤングエースUP更新情報
 * -----------------------------------------------------*/

#news-youngaceup-PC .inner-news-youngaceup-PC {
  padding: 14px 7px;
}
#news-youngaceup-PC .box {
  background-color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 5px;
}
#news-youngaceup-PC .table-view-cell {
  border: none;
}
#news-youngaceup-PC .date {
  font-size: 1.3rem;
  font-weight: bold;
  border-bottom: solid 1px #ddd;
  margin: 2rem 1.5rem;
  padding-bottom: 0.5rem;
}
#news-youngaceup-PC .table-view-cell {
  padding: 11px 15px 11px 15px;
}
#news-youngaceup-PC .table-view-cell>a:not(.btn) {
  margin: -11px -15px -11px -15px;
}
#news-youngaceup-PC .inner-news p {
  margin-top: 1rem;
  line-height: 1.5;
  font-size: 1.3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
/*---------------------------------------------------
少年エース　過去の人気作品
-----------------------------------------------------*/

#ninkilist {
}
.table-view-b {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 15px;
  list-style: none;
  background-color: #FCEBE3;
}
.tabninki ul.tab {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.tabninki li.tab {
  background: #DDDDDD;
  width: 100px;
  padding: 10px 0;
}
.tabninki li.is-active {
  background: #FCEBE3;
}
.tabninki li.tab.is-active a {
  color: #E50012;
  font-size: 1.4em;
}
.tabninki li.tab a:hover {
  color: #E50012;
  font-size: 1.4em;
}
.tabninki div.tab:nth-of-type(n+2) {
  display: none;
}
/* theme-tabninki */

.theme-tabninki {
  margin: 10px;
}
.theme-tabninki li {
  text-align: center;
  -webkit-border-top-left-radius: 7px;
  -webkit-border-top-right-radius: 7px;
  -moz-border-radius-topleft: 7px;
  -moz-border-radius-topright: 7px;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
.theme-tabninki li+li {
  border-left: solid 2px #f5f5f5;
}
.theme-tabninki li.tab a {
  font-weight: bold;
  display: block;
  color: #555555;
  text-decoration: none;
}
.theme-tabninki li.tab.none {
  background: #eeeeee;
  color: #cccccc;
  font-weight: bold;
}
.theme-tabninki li.tab.none a {
  color: #cccccc;
}
.theme-tabninki .box img {
  padding: 1px;
  border: 1px solid #ddd;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.theme-tabninki div {
  font-size: 14px;
  line-height: 1.5;
  overflow: hidden;
}
/*20180124追記*/

.theme-tabninki div.row {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  align-content: stretch;
}
/*20180124追記ここまで*/

.theme-tabninki div img {
  float: left;
}
.theme-tabninki div p, .theme-tabninki div h2 {
  font-weight: bold;
  text-align: left;
  padding-left: 10px;
  overflow: hidden;
}
.theme-tabninki div p.none {
  font-weight: normal;
  text-align: left;
}
.theme-tabninki .ouen-pt li {
  border-left: none;
  text-align: left;
}
#ninkilist .tab .table-view-b span.information {
  color: #666;
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: left;
  display: block;
  padding: 10px;
}
#ninkilist .tab .table-view-b p.point {
  font-size: 1.4rem;
  font-weight: normal;
  color: #F22;
}
.table-view-ninki {
  position: relative;
  padding: 11px 65px 11px 65px;
  overflow: hidden;
}
.table-view-ninki h2 {
  font-weight: bold;
  font-size: 1.2em !important;
  color: #FFF;
  background: #F28A99;
  display: block;
}
.table-view-ninki h3 {
  color: #333;
  font-weight: bold;
  font-size: 1.2rem;
  text-align: left;
  margin: 0.5rem 0;
}
.ninki-list {
  padding: 10px 0 10px 65px;
  font-size: 1.5em !important;
  font-weight: bold;
  display: block;
  letter-spacing: 15px;
  text-align: left;
}
.ninki-list a {
  font-size: 1.1em !important;
  font-weight: bold;
  color: #17a5ff;
  padding: 5px 0px;
}
#ninkilist .box {
  margin: 1rem;
}
#ninkilist .tabpanel li.tabB {
  width: 10%;
}
.nodata {
  color: #eee;
}
/*---------------------------------------------------
ジャンルから漫画を探す
-----------------------------------------------------*/

#search-comic-genre.container {
  margin: 30px 0 60px;
}
#search-comic-genre .inner-serch-comic-genre {
  margin: 30px 20px 30px 20px;
}
/*Genre-Search*/

#search-comic-genre ul#genre-category>li {
  float: left;
  margin: 0px 0px 10px 10px;
  color: #09F;
}
#search-comic-genre ul#genre-category>li>a {
  font-weight: bold;
  padding-left: 3px;
  border: 2px solid #ddd;
  border-radius: 5px;
  padding: 10px;
  background-color: #fff;
  display: inline-block;
}
#search-comic-genre .row {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  align-content: stretch;
}
#search-comic-genre .comic-genre-thumbnail-area:first-child {
  margin: 2% 1% 1% 2%;
  width: 47%;
  background-color: #fff;
  -webkit-border-bottom-left-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
#search-comic-genre .comic-genre-thumbnail-area:last-child {
  margin: 2% 2% 1% 1%;
  width: 47%;
  background-color: #fff;
  -webkit-border-bottom-left-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
#search-comic-genre .comic-genre-thumbnail-area .header {
  background-color: #f0f0f0;
}
#search-comic-genre .comic-genre-thumbnail-area ul {
  background-color: #fff;
  -webkit-border-bottom-left-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
#search-comic-genre .comic-genre-thumbnail-area ul li {
  float: left;
  width: 42.5%;
  text-align: left;
  display: block
}
#search-comic-genre .comic-genre-thumbnail-area ul li:first-child {
  margin: 5% 2.5% 5% 5%;
}
#search-comic-genre .comic-genre-thumbnail-area ul li:last-child {
  margin: 5% 5% 5% 2.5%;
}
#search-comic-genre .comic-genre-thumbnail-area ul li a {
  display: block
}
#search-comic-genre .comic-genre-thumbnail-area ul li img {
  box-sizing: border-box;
  border: solid 1px #ddd;
}
#search-comic-genre .comic-genre-thumbnail-area h2.genre, #search-comic-genre .comic-genre-thumbnail-area p.more-link {
  display: inline-block;
  background-color: #fff;
  -webkit-border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-topright: 6px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  padding: 0 5%;
  line-height: 2.5;
}
#search-comic-genre .comic-genre-thumbnail-area h2.genre {
  float: left;
  font-weight: bold;
}
#search-comic-genre .comic-genre-thumbnail-area p.more-link {
  float: right;
}
#search-comic-genre .comic-genre-thumbnail-area p.more-link a {
  color: #09F;
  font-weight: bold;
  display: block;
}
#search-comic-genre .comic-genre-thumbnail-area p.more-link a>i.fa-chevron-right:before {
  color: #09F !important;
}
#search-comic-genre .comic-genre-thumbnail-area ul li p.label {
  text-align: left;
  display: inline-block;
  margin: 1.2rem 0 0.8rem;
}
#search-comic-genre .comic-genre-thumbnail-area ul li h3.comic-title {
  padding: 0;
  font-weight: bold;
  line-height: 1.3;
}
/*---------------------------------------------------
ジャンルから漫画を探す
-----------------------------------------------------*/

#search-comic-genre ul.search-results li {
  display: inline-block;
  width: 30%;
  margin: 20px 10px;
  padding: 10px;
  font-weight: bold;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
#search-comic-genre ul.search-results li p {
  display: inline-block;
  font-weight: bold;
  line-height: 2.5;
  padding: 0.5rem;
  color: #666;
}
#search-comic-genre ul.search-results li p span {
  line-height: 1;
  font-size: 2.5rem;
  vertical-align: sub;
  padding-right: 0.5rem;
  color: #333;
}
#search-comic-genre ul.search-results li p.float-left {
  float: left;
}
#search-comic-genre ul.search-results li p.float-right {
  float: right;
}
/*---------------------------------------------------
今すぐ読めるヤングエースUPの「○○○」の漫画
-----------------------------------------------------*/

#search-comic-genre-youngaceup ul {
  margin: 0 1rem 0rem 1rem;
}
#search-comic-genre-youngaceup p.lead, #search-comic-genre-other p.lead {
  text-align: justify;
  line-height: 1.8;
  color: #666;
  padding: 0;
  margin: 25px 20px;
}
#search-comic-genre-youngaceup>ul>li, #search-comic-genre-youngaceup>.accordion-content>ul>li {
  width: 50%;
  display: inline-block;
  float: left;
  padding: 0px 5px 0px 10px;
  margin-bottom: 10px;
  position: relative;
}
#search-comic-genre-youngaceup>ul>li:nth-child(even) {
  padding: 0px 10px 0px 5px;
}
#search-comic-genre-youngaceup>.accordion-content>ul>li:nth-child(even) {
  padding: 0px 10px 0px 5px;
}
#search-comic-genre-youngaceup ul li a {
  display: block;
}
#search-comic-genre-youngaceup>ul>li>a>h3, #search-comic-genre-youngaceup>.accordion-content>ul>li>a>h3 {
  display: none;
}
#search-comic-genre-youngaceup>ul>li>a>span, #search-comic-genre-youngaceup>.accordion-content>ul>li>a>span {
  position: absolute;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  background-color: #F22;
  padding: 1px;
  top: -1px;
  left: -1px;
  z-index: 2;
  box-shadow: rgba(51, 51, 51, 0.65098) 1px 2px 0px 1px;
  -webkit-box-shadow: rgba(51, 51, 51, 0.65098) 1px 2px 0px 1px;
}
#search-comic-genre .comic-genre-thumbnail-area ul li, #search-comic-genre-other ul li {
  float: left;
  width: 42.5%;
  text-align: left;
  display: block
}
#search-comic-genre-youngaceup a.accordion-button {
  display: inline-block;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 1.5rem 3rem;
  text-align: center;
  position: relative;
  line-height: 14px;
  border: 2px solid #dbdbdb;
  background: #FF5AB4;
  -webkit-border-radius: 7;
  -moz-border-radius: 7;
  border-radius: 7px;
  box-sizing: border-box;
  margin: 20px auto;
  width: 46%;
}
#search-comic-genre-youngaceup a.accordion-button:hover {
  cursor: pointer;
  cursor: hand;
}
#search-comic-genre-youngaceup a.accordion-button:after {
  content: "\f078";
  font-family: 'FontAwesome';
  color: #ffffff;
  position: absolute;
  font-size: 1.4rem;
  top: 50%;
  right: 0;
  box-sizing: border-box;
  margin: -0.8rem 1rem 0 0.5rem;
  vertical-align: top;
}
#search-comic-genre-youngaceup a.close:after {
  content: "\f077";
}
/*---------------------------------------------------
その他の「○○○」の漫画
-----------------------------------------------------*/

#search-comic-genre-other ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  align-content: stretch;
  margin: 0 10px;
}
#search-comic-genre-other ul li {
  float: left;
  width: 25%;
  text-align: left;
  display: block
}
#search-comic-genre-other ul li {
  padding: 1%;
}
#search-comic-genre-other ul li a {
  display: block
}
#search-comic-genre-other ul li img {
  box-sizing: border-box;
  border: solid 1px #ddd;
}
#search-comic-genre-other ul li p.label {
  text-align: left;
  display: inline-block;
  margin: 1rem 0;
}
#search-comic-genre-other ul li h3.comic-title {
  padding: 0;
  font-weight: bold;
  line-height: 1.3;
}
#search-comic-genre-other a.accordion-button {
  display: inline-block;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 1.5rem 3rem;
  text-align: center;
  position: relative;
  line-height: 14px;
  border: 2px solid #dbdbdb;
  background: #4d4d4d;
  -webkit-border-radius: 7;
  -moz-border-radius: 7;
  border-radius: 7px;
  box-sizing: border-box;
  margin: 20px auto;
  width: 46%;
}
#search-comic-genre-other a.accordion-button:hover {
  cursor: pointer;
  cursor: hand;
}
#search-comic-genre-other a.accordion-button:after {
  content: "\f078";
  font-family: 'FontAwesome';
  color: #ffffff;
  position: absolute;
  font-size: 1.4rem;
  top: 50%;
  right: 0;
  box-sizing: border-box;
  margin: -0.8rem 1rem 0 0.5rem;
  vertical-align: top;
}
#search-comic-genre-other a.close:after {
  content: "\f077";
}
/*---------------------------------------------------
お気に入り作品の更新情報
-----------------------------------------------------*/
.container#mypage-update {
  padding: 19px 0;
}
.mypage-catch {
  font-size: 2.2rem;
  font-weight: bold;
  margin: 30px 0 40px;
}
.mypage-lead {
  margin: 0 60px 20px;
  text-align: left;
}
.mypage-help {
  color: #09F;
  padding: 10px;
  margin: 20px 0;
  line-height: 1.4;
}
.mypage-help a {
  font-weight: bold;
}
.icon-question-circle, p .icon-backup {
  height: 18px;
  margin: 0 4px 2px 0;
}
#mypage-update .table-view {
  text-align: left;
  margin: 20px 0;
}
#mypage-update .table-view .media-object.pull-left {
  padding: 0;
  border: none;
  width: 110px;
  margin: 0 10px 0 20px;
  text-align: left;
}
#mypage-update .navigate-right:after {
  font-size: 1.8rem;
  padding: 0.5rem;
  margin-right: 5px;
  color: #FF5AB4 !important;
}
#mypage-update h2 {
  padding-bottom: 15px;
}
#mypage-update .date {
  position: absolute;
  bottom: 10px;
  color: #999;
  font-size: 1.4rem;
  margin: 0;
}
#mypage-update .date-new {
  color: #f22;
}
.more-button {
  color: #999;
  font-weight: bold;
  display: inline-block;
  padding: 0;
}
.more-button a {
  display: block;
  padding: 5px;
  margin: 0 0 20px;
}
.more-button i {
  color: #bbb;
  margin-right: 5px;
}
/*---------------------------------------------------
お気に入り作品のコミックス情報
-----------------------------------------------------*/
#mypage-comics ul {
    display: flex;
    flex-wrap: wrap;
}
#mypage-comics .col-width-33 {
  padding : 20px;
}
#mypage-comics .inner-mypage-comics .box2 {
  margin: 1rem;
}
#mypage-comics .inner-mypage-comics .box a {
  display: block;
}
#mypage-comics .inner-mypage-comics .box img {
  border: 1px solid #333;
}
#mypage-comics .inner-mypage-comics h3 {
  color: #333;
  font-weight: bold;
  font-size: 1.4rem;
  text-align: left;
  margin: 0.6rem 0 0.3rem;
}
/*---------------------------------------------------
お気に入り登録の編集
-----------------------------------------------------*/
.container#mypage-edit {
  padding: 19px 0;
}
#mypage-edit .heading-01 {
  margin: 0 0 20px;
}
#mypage-edit li.box {
  width: 421px;
  margin: 0 15px 30px 31.5px;
  position: relative;
  border: solid 1px #eee;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.05);
}
#mypage-edit li.box:nth-child(2n) {
  margin: 0 31.5px 30px 15px;
}
#mypage-edit li.box a {
  display: block;
}
#mypage-edit li.box h2 {
  padding: 0;
}
#mypage-edit .favorite {
  padding: 10px 5px;
  color: #FF5AB4;
  font-size: 1.2rem;
  display: flex;
  justify-content: center;
  text-align: left;
}
#mypage-edit .favorite-active {
  background: #FF5AB4;
  color: #fff;
}
#mypage-edit .favorite i {
  font-size: 2rem;
  margin-right: 5px;
}
/*---------------------------------------------------
お気に入り登録とは？
-----------------------------------------------------*/
#mypage-howto .heading-01 {
  margin: 0 0 20px;
}
#mypage-howto p.mypage-lead {
  text-align: left;
}
#mypage-howto p.mypage-catch {
  margin: 45px 0px 10px;
}
#mypage-howto .howto-image {
  border: solid 2px #E0E0E0;
  border-radius: 10px;
  padding: 20px;
  margin: 0 auto 20px;
  width: 560px;
}
.favorite-btn {
  width: 210px;
  padding: 10px 5px;
  background-color: #fff;
  color: #FF5AB4;
  font-size: 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.05);
}
#mypage-howto .favorite-btn {
  margin: 0 auto;
}
.favorite-btn-active {
  background: #FF5AB4;
  color: #fff;
}
.favorite-btn i {
  font-size: 2rem;
  margin-right: 5px;
}
.howto-image i.fa-chevron-down {
  color: #bbb;
  padding: 10px;
}
/*---------------------------------------------------
お気に入り登録のバックアップ
-----------------------------------------------------*/
.container#mypage-backup {
  padding: 19px 0;
}
#mypage-backup .heading-01 {
  margin: 0 0 20px;
}
#mypage-backup p.mypage-catch {
  margin: 40px 0 30px;
}
#mypage-backup p.mypage-lead {
  text-align: left;
}
#mypage-backup .backup-text {
  position: relative;
  width: 560px;
  margin: 0 auto 20px;
}
#mypage-backup textarea {
  width: 100%;
  max-width: 100%;
  height: 120px;
  resize: none;
  border: solid 2px #e0e0e0;
  margin: 0 0 20px;
}
#mypage-backup input {
  width: 49%;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  padding: 1.5rem 3rem;
  border: 2px solid #dbdbdb;
  border-radius: 7px;
  background-color: #4d4d4d;
}
#mypage-backup .paste input {
  background-color: #FF5AB4;
}
#mypage-backup ul {
  margin: 0 60px;
  text-align: left;
}
#mypage-backup ul li {
  border: solid 2px #999;
  border-radius: 5px;
  margin: 0 5px 10px 0;
  display: inline-block;
}
#mypage-backup ul li a {
  display: block;
  font-weight: bold;
  padding: 10px;
}
#modalWrap {
  display: none;
  background: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  overflow: hidden;
}
.modalBox {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0px;
  right: 0;
  left: 0;
  margin: 0 auto;
  overflow: hidden;
  opacity: 1;
  display: none;
  border-radius: 3px;
  z-index: 1000;
}
.modalInner {
  padding: 10px;
  text-align: center;
  box-sizing: border-box;
  background: #4d4d4d;
  color: #fff;
}
#paste .modalInner {
  background: #FF5AB4;
}
/*---------------------------------------------------
webエース　お知らせ　左カラム
-----------------------------------------------------*/

#noticeMain span.date {
  margin: 0;
}
#noticeMain .table-view-cell>a:not(.btn) {
  margin: -11px -15px -11px -15px;
}
#noticeMain .table-view-cell {
  padding: 11px 15px 11px 15px;
  border-bottom: none;
}
#noticeMain .inner-notice p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #09F;
  /*text-decoration: underline;*/
}
#noticeMain .pdf {
  margin-top: 0.5rem;
}
#noticeMain .pdf span {
  font-size: 1rem;
  padding: 0.2rem;
}
#noticeMain p {
  padding: 0.5rem 0 0 0;
}
#noticeMain .table-view-info {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 15px;
  list-style: none;
  background-color: #fff;
}
.table-view-info .media, .table-view .media-body {
  overflow: hidden;
}
.table-view-infomain {
  position: relative;
  margin: 11px 60px 11px 35px;
  padding: 11px 0px 11px 0px;
  overflow: hidden;
  border-bottom: 1px solid #eee;
}
.table-view-infomain .date {
  font-size: 1rem;
  margin: 0 1rem 1rem 0rem;
  line-height: 22px;
}
.bottom20 {
  padding-bottom: 20px;
}
#noticein .infotitle {
  font-weight: bold;
  font-size: 1.5em;
  padding: 15px 0;
}
.media-body-in .date {
  float: right;
  text-align: right;
  width: 100%;
  padding: 15px 0;
}
.media-body-in {
  padding: 30px;
}
#noticein .NoticeDetail-keyvisual {
  padding: 20px;
}
#noticein .NoticeDetail-carousel {
  background-color: #fff;
  max-height: 600px;
  overflow: hidden;
  text-align: center;
}
#noticein .NoticeDetail-carousel img {
  max-height: 600px;
  margin: 0 auto;
}
#noticein .NoticeDetail-links {
  border: 1px solid #e4e6e6;
  box-sizing: border-box;
  margin: 40px auto 0;
  padding: 30px;
  width: 580px;
  text-align: left;
  line-height: 1.6;
}
#noticein .NoticeDetail-links:before {
  background-color: #fff;
  color: #999;
  content: "LINK";
  display: block;
  margin: -43px auto 15px;
  text-align: center;
  width: 200px;
}
#noticein .NoticeDetail-links li {
  background: url(/img/pc/icon_gt_blue.svg) no-repeat left 7px;
  padding-left: 20px;
}
#noticein .NoticeDetail-links li:hover a {
  text-decoration: underline;
}
#noticein .NoticeDetail-links li+li {
  margin-top: 18px;
}
#noticein .NoticeDetail-links a {
  color: #09F;
  text-decoration: none;
}
/*---------------------------------------------------
 * 更新予定　左カラム
 * -----------------------------------------------------*/

#UpdateSchedule p.title {
  padding: 0;
  padding-left: 1rem;
  border-left: solid 3px;
  margin-left: 0.5rem;
  margin-bottom: 0.3rem;
}
#UpdateSchedule .inner-delivery-contents {
  padding: 20px 5px 60px 5px;
}
#UpdateSchedule p.title span {
  font-size: 2.4rem;
  line-height: 2.4rem;
}
/*---------------------------------------------------
ニュース一覧
-----------------------------------------------------*/

#newsList .news-filter {
  margin: 2rem 0 0 0;
}
#newsList .news-filter p {
  color: #aaa;
  padding: 0 2rem;
}
#newsList .news-filter p .fa {
  padding: 0.3rem;
  border: solid 3px;
  margin: 0.5rem;
}
#newsList .news-filter .news-filter-brand {
  margin-left: 3rem;
  margin-bottom: 0.5rem;
  height: 4rem;
}
#newsList .news-filter .news-filter-brand span a {
  font-weight: bold;
  border: 2px solid #ddd;
  border-radius: 5px;
  padding: 5px;
  background-color: #fff;
  margin-left: 10px;
  display: inline-block;
  width: 150px;
  text-align: center;
}
#newsList .news-filter .news-filter-brand span.is-focus a {
  color: #fff;
  background-color: #ddd;
}
#newsList .accordion-menu-button>dt>.accordion-menu-title>a {
  border: none;
  margin: 0;
}
#newsList .accordion-menu-button dd {
  border-bottom: none;
  margin: 0;
}
#newsList .accordion-menu>dt>.accordion-menu-title.is-close>a::after {
  content: "";
}
#newsList .accordion-menu>dt>.accordion-menu-title.is-open>a::after {
  content: "";
}
/*---------------------------------------------------
ニュース詳細
-----------------------------------------------------*/

#newsMain .container {
  max-width: 100%;
  margin: 10px 0;
}
#newsMain .container.newstop {
  max-width: 100%;
  margin: 30px 0;
}
#newsMain .heading-01 {
  clear: both;
}
#newsMain .media-object.pull-left {
  margin-right: 10px;
  padding: 2px;
  border: 1px solid #ddd;
}
#newsMain .news-title {
  text-align: left;
  padding: 10px 2%;
}
#newsMain .news-title h1 {
  font-size: 2.2rem;
}
#newsMain .news-haishin {
  text-align: right;
  padding: 10px 2%;
}
#newsMain .news-p {
  text-align: left;
  box-sizing: border-box;
  padding: 15px 5%;
  margin: 10px 5% 30px 5%;
}
#newsMain .news-img-caption {
  padding-left: 1rem;
}
#newsMain .news-sub {
  text-align: left;
  border: 1px solid #cccccc;
  -webkit-border-radius: 7;
  -moz-border-radius: 7;
  border-radius: 7px;
  box-sizing: border-box;
  background: #f5f5f5;
  padding: 15px 5%;
  margin: 10px 5% 30px 5%;
}
#newsMain .news-sub a {
  color: #0070D9;
  font-weight: bold;
}
#newsMain .news-imgbox {
  text-align: center;
  width: 95%;
  padding: 0 0% 0 5%;
  margin: 15px 0 30px 0;
  float: left;
  clear: both;
}
#newsMain .news-imgbox ul {
  margin: 0 auto;
}
#newsMain .news-imgbox ul li {
  list-style: none;
  float: left;
}
#newsMain .news-imgbox li {
  width: 31%;
  list-style: none;
  float: left;
  margin: 1% 1% 0 1%;
}
.news-imgbox a:hover img {
  opacity: 0.6;
  -webkit-transition: all .4s;
  transition: all .4s;
}
/*Link Button*/

.newsbtn {
  display: block;
  color: #4d4d4d;
  border: 2px solid #4d4d4d;
  -webkit-border-radius: 7;
  -moz-border-radius: 7;
  border-radius: 7px;
  box-sizing: border-box;
  margin: 10px 15px;
  background-color: #fff;
}
.newsbtn>a {
  display: block;
  color: #4d4d4d;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 1.5rem;
  text-align: center;
}
.newsbtn>a>i {
  font-family: 'FontAwesome';
  color: #4d4d4d;
  position: absolute;
  font-size: 1.4rem;
  right: 0;
  padding: 0.5rem;
  box-sizing: border-box;
  margin: -0.5rem 2.2rem 0 0.5rem;
  vertical-align: top;
}
.newsbtn-bk {
  border: 2px solid #dbdbdb;
  background-color: #4d4d4d;
}
.newsbtn-bk>a {
  color: #ffffff;
}
.newsbtn-bk>a>i {
  color: #ffffff;
}
.newsbtn.short {
  width: 100%;
  margin: 10px auto;
  max-width: 280px;
}
.newsbtn.short>a {
  padding: 1.2rem;
  text-align: center;
}
i.fa-chevron-right {
  font-family: 'FontAwesome';
  color: #777;
  position: inherit;
  right: inherit;
  padding: 0;
  margin: 0 0 0 0;
}
.newsbtn_center {
  text-align: center;
  float: left;
  width: 71%;
  margin: 0 1%;
}
.newsbtn_prev {
  background: url(/img/news_arr1.png) no-repeat;
  background-position: 0 0;
  color: #FFFFFF;
  float: left;
  margin: 10px 0;
  padding: 1.4rem 1.4rem 1.4rem 1.8rem;
  width: 12%;
  text-align: left;
}
.newsbtn_next {
  background: url(/img/news_arr2.png)no-repeat;
  background-position: right;
  color: #FFFFFF;
  float: right;
  margin: 10px 0;
  padding: 1.4rem 1.8rem 1.4rem 1.4rem;
  width: 12%;
  text-align: right;
}
.newsbtn_box {
  width: 99%;
  float: left;
  text-align: center;
  padding: 0 0 1.4rem 1%;
}
.newsbtn_box {
  width: 99%;
}
.newsbtn_center {
  text-align: center;
  float: left;
  width: 58%;
  margin: 0 1%;
}
.newsbtn_prev {
  width: 20%;
  font-size: 0.8em;
  padding: 1.4rem 0.2rem 1.4rem 1.4rem;
}
.newsbtn_next {
  width: 20%;
  font-size: 0.8em;
  padding: 1.4rem 1.4rem 1.4rem 0.2rem;
}
/*---------------------------------------------------
持ち込み募集　左カラム
-----------------------------------------------------*/

.subContent .mochikomitext {
  font-size: 14px;
  line-height: 1.5;
  padding: 2px;
  margin: 8px;
}
.subContent .mochikomitext span img {
  padding: 0 0 10px 0;
  margin: 0px;
}
.subContent .mochikomitext a {
  color: #16a1ff;
}
.subContent .mochikomitext .maplink {
  text-align: right;
}
.subContent .mochikomiinfo {
  font-size: 14px;
  line-height: 1.5;
  background: #f5f5f5;
  padding: 10px;
  margin: 8px;
  -webkit-border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -moz-border-radius: 7px;
  border-bottom-radius: 7px;
  border-bottom-radius: 7px;
}
.subContent .mochikomiinfo p.tel {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  padding: 0.5rem 0;
}
.subContent .mochikomiinfo p.tel .telno {
  margin-left: 5px;
}
.subContent .mochikomiinfo p {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #333;
}
.subContent .mochikomiinfo .small {
  font-size: 0.8em;
}
/*---------------------------------------------------
 AD
-----------------------------------------------------*/

.ad_fbb {
  margin-bottom: 50px;
}
.ad_rect_1, .ad_rect_2 {
  margin-bottom: 15px;
}

/*---------------------------------------------------
 YouTube
-----------------------------------------------------*/
.youtube_embed {
    position: relative;
    height: 0;
    padding: 30px 0 56.25% 0;
    overflow: hidden;
    margin: 20px 0 0 0;
}
.youtube_embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
