@charset "utf-8";

a {
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

a:link {
  text-decoration: underline;
  color: #e63556;
}

a:visited {
  text-decoration: underline;
  color: #e63556;
}

a:hover {
  text-decoration: underline;
  color: #000;
}

a.btn__link:link {
  text-decoration: none;
  color: #fff;
}

a.btn__link:visited {
  text-decoration: none;
  color: #fff;
}

a.btn__link:hover {
  text-decoration: none;
  color: #fff;
}

/*
a.hd__link:link {
  text-decoration: none;
  color: #fff;
}

a.hd__link:visited {
  text-decoration: none;
  color: #fff;
}

a.hd__link:hover {
  text-decoration: none;
  color: #fff79e;
}
*/
a.hd__link:link {
  text-decoration: none;
  color: #565757;
}

a.hd__link:visited {
  text-decoration: none;
  color: #565757;
}

a.hd__link:hover {
  text-decoration: none;
  color: #ff28a5;
}
a.ft__link:link {
  text-decoration: underline;
  color: #fff;
}

a.ft__link:visited {
  text-decoration: underline;
  color: #fff;
}

a.ft__link:hover {
  text-decoration: underline;
  color: #fff79e;
}

a.read__link:link {
  text-decoration: none;
  color: #000;
}

a.read__link:visited {
  text-decoration: none;
  color: #000;
}

a.read__link:hover {
  text-decoration: none;
  color: #000;
}

a.toggle__link:link {
  text-decoration: none;
  color: #fff79e;
}

a.toggle__link:visited {
  text-decoration: none;
  color: #fff79e;
}

a.toggle__link:hover {
  text-decoration: none;
  color: #fff;
}

a.toggle__link__comics:link {
  text-decoration: none;
  color: #485fcf;
}

a.toggle__link__comics:visited {
  text-decoration: none;
  color: #485fcf;
}

a.toggle__link__comics:hover {
  text-decoration: none;
  color: #fff;
}

/* ヘッダー */
.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  /*background: #485fcf;*/
  background: #fff;
  border-bottom: #000 solid 3px;
  z-index: 888;
}

.header__inner {
  padding-bottom: 0;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.header__logo {
  /*width: 55%;*/
  width: 48%;
}

.header__logo li {
  position: relative;
  display: inline-block;
  /*width: 24%;*/
  width: 38%;
  margin-right: 5%;
  vertical-align: middle;
  line-height: 0;
}

.header__logo li:nth-child(2) {
  /*width: 40%;*/
  width: 38%;
}

.nav {
  width: 100%;
  margin-left: auto;
  gap: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav li {
  /*margin-left: 25px;*/
  font-size: 22px;
  font-weight: 500;
}

/* 基本 */
.wrap {
  width: 100%;
  margin: 0 auto;
}

.container {
  padding: 103px 0;
}

a.anker {
  display: block;
  margin-top: -103px;
  padding-top: 103px;
}

.other_container {
  padding: 103px 0;
}

.content {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.bg__dash {
  position: absolute;
  width: 200px;
  height: auto;
  top: -50px;
  right: 0;
  z-index: -1;
}

.section {
  margin: 0 auto;
  padding: 60px 0 60px;
}

.section__bottom {
  margin: 0 auto;
  padding: 60px 0 0;
}

h2 {
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 5px;
  font-size: 28px;
  font-weight: 500;
  border-bottom: #000 solid 5px;
  z-index: 77;
}


a.list__l:link {
  text-decoration: none;
  color: #e63556;
}

a.list__l:visited {
  text-decoration: none;
  color: #e63556;
}

a.list__l:hover {
  text-decoration: none;
  color: #000;
}

.list__link {
  position: absolute;
  width: 50%;
  bottom: 5px;
  right: 0;
  text-align: right;
  font-size: 20px;
  font-weight: 400;
}

.arrow {
  position: relative;
  display: inline-block;
  padding: 0 14px 0 0;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
}

.arrow::before,
.arrow::after {
  position: absolute;
  top: 2px;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.arrow__right::before {
  right: 0;
  width: 10px;
  height: 10px;
  border-top: 2px solid #e63556;
  border-right: 2px solid #e63556;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

h2:after {
  position: absolute;
  width: 30%;
  content: " ";
  display: block;
  margin-bottom: 40px;
  padding-bottom: 5px;
  font-size: 28px;
  font-weight: 500;
  border-bottom: green solid 5px;
  z-index: 77;
}
 
/* ボタン */
.btn_basic a {
  display: block;
  width: 312px;
  padding: .8em 0;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  background-color: #000;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20222.03%20407.29%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23e63556%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%2218.39%20407.29%200%20388.91%20185.26%20203.65%200%2018.39%2018.39%200%20222.03%20203.65%2018.39%20407.29%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-size: 5%;
  background-position: center right 10%;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.btn_basic a:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: 'alpha(opacity=70)';
}

.btn_basic_top {
  margin-top: 40px;
}

.btn_back a {
  display: block;
  width: 312px;
  padding: .8em 0;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  background-color: #000;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20222.03%20407.29%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23e63556%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%22203.65%200%20222.03%2018.39%2036.77%20203.65%20222.03%20388.91%20203.65%20407.29%200%20203.65%20203.65%200%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-size: 5%;
  background-position: center left 10%;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

/* カルーセル */
.swiper__bg {
  background-color: #000;
  border-bottom: #000 solid 3px;
}

.main__carousel {
  width: 100%; /* 20221107追加 */
  line-height: 0;
}

/* お知らせ */
.news__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  z-index: 999;
}

.news__inner {
  width: 60%;
}

.news__innertop {
  width: 100%;
}

.news__thumb {
  padding: 18px 0;
  border-bottom: #ccc solid 1px;
}

.news__thumb li {
  display: inline-block;
  vertical-align: top;
}

.news__thumb li.thumb {
  position: relative;
  width: 20%;
  border: #ccc solid 1px;
  background-color: #fff;
}

.news__thumb li.thumb:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.news__thumb li.thumb img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.news__thumb li:nth-child(2) {
  width: 75%;
  margin-left: 5%;
}

.news__contents {
  width: 100%;
}

.news__contents li {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  border: 0;
}

.news__contents li:nth-child(1) {
  width: auto;
  text-align: center;
  padding: .2em .4rem;
  font-size: 11px;
  color: #fff;
}

.news__thumb li .news__contents li:nth-child(2) {
  width: 50%;
  margin-left: 1em;
  font-size: 14px;
}

.news__contents li:nth-child(2) span {
  color: #ff0000;
  font-size: 12px;
}

.news__contents li:last-child {
  width: 100%;
  padding-top: .6em;
  font-size: 16px;
  font-weight: 400;
}

.news__nothumb {
  padding: 18px 0;
  border-bottom: #ccc solid 1px;
}

.news__nothumb li {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  border: 0;
}

.news__nothumb li:nth-child(1) {
  width: auto;
  text-align: center;
  padding: .2em .4rem;
  font-size: 11px;
  color: #fff;
}

.news__nothumb li:nth-child(2) {
  width: 60%;
  margin-left: 1em;
  font-size: 14px;
}

.news__nothumb li:nth-child(2) span {
  color: #ff0000;
  font-size: 12px;
}

.news__nothumb li:last-child {
  width: 100%;
  padding-top: .6em;
  font-size: 16px;
  font-weight: 400;
}

.read__outer a {
  position: relative;
  width: 100%;
  display: block;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.read__outer a:hover {
  background-color: #fbdfe4;
}

/* お知らせ */
.manga__news__area {
  position: relative;
  z-index: 88;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
}

/* ページャー */
.pager {
  width: 100%;
  margin: 60px 0 40px;
}

.pager ul.pagination {
  text-align: center;
  margin: 0;
  padding: 0;
}

.pager .pagination li {
  display: inline;
  margin: 0 6px;
  padding: 0;
  display: inline-block;
  background: #000;
  width: 50px;
  height: 50px;
  text-align: center;
  position: relative;
}

.pager .pagination li a {
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: table;
  color: #fff;
  text-decoration: none;
}

.pager .pagination li a span {
  display: table-cell;
  vertical-align: middle;
}

.pager .pagination li a:hover,
.pager .pagination li a.active {
  color: #fff;
  background: #e63556;
}

@media only screen and (max-width: 767px) {
  .pager .pagination li {
    display: none;
  }

  .pager .pagination li.pre,
  .pager .pagination li.next {
    display: inline-block;
    width: 40%;
    height: 50px;
    text-align: center;
  }

  .pager .pagination li.pre a,
  .pager .pagination li.next a {
    width: 100%;
    text-align: center;
  }

  .pager .pagination li.pre span::after {
    content: "　前の10件へ";
  }

  .pager .pagination li.next span::before {
    content: "次の10件へ　";
  }
}

.manga__news__item {
  width: calc((100% - 40px) / 2);
  z-index: 999;
}

.cat__book {
  background-color: #f354b9;
}

.cat__media {
  background-color: #41b518;
}

.cat__news {
  background-color: #2184e9;
}

.cat__update {
  background-color: #ff0068;
}

.cat__cp {
  background-color: #f1a80c;
}

.cat__event {
  background-color: #90afc5;
}
.tl__inner {
  position: relative;
  width: 35%;
  margin: 0 0 20px 5%;
  overflow: hidden;
  z-index: 1;
}

/* イチオシ作品 */
.recommend__carousel {
  padding: 20px 0;
  line-height: 1.4;
}

.slide__bg {
  background-color: #fff;
}

/* 20221107追加 */
.swiper-slide img {
  width: 100%;
  height: auto;
}
.recommend__carousel p {
  color: #fff;
  font-size: 14px;
}

.recommend__carousel p span {
  display: block;
  margin-top: 10px;
  font-size: 16px;
}

/* 新着作品・最新コミックス */
.manga_area {
  position: relative;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 1;
}

.manga_area_top {
  padding-top: 20px;
}

.manga_area::before {
  content: "";
  display: block;
  width: 23%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.manga_area::after {
  content: "";
  display: block;
  width: 23%;
}

.manga_item {
  position: relative;
  margin-bottom: 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 23%;
}

.manga_item img {
  width: 100%;
  line-height: 0;
  margin: 0;
  border: #ccc solid 1px;
}

.update__outer {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.story__number {
  width: 40%;
  padding: .3em 0;
  color: #fff;
  font-size: 12px;
  background-color: #000;
  vertical-align: middle;
  text-align: center;
}

.update {
  width: 36%;
  padding: .3em 0;
  color: #fff;
  font-size: 12px;
  background-color: #e63556;
  vertical-align: middle;
  text-align: center;
}

.tag__outer li {
  display: inline-block;
  vertical-align: middle;
  margin: 6px 6px 0 0;
}

.like__cnt {
  color: #000;
  font-size: 18px;
  padding: 0 6px 0 1.6em;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20447.66%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%234b4b4b%3B%7D.cls-2%7Bfill%3A%23e63556%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M485%2C568.46c-78%2C1.5-116.16%2C56.7-124.63%2C106.88C351.93%2C625.16%2C313.77%2C570%2C235.77%2C568.46c-71.9-1.38-131.37%2C53.93-131.37%2C154.88%2C0%2C129.59%2C146.59%2C189.45%2C246.82%2C286.25%2C3.49%2C3.37%2C2.67%2C3.29%2C2.67%2C3.29a8.39%2C8.39%2C0%2C0%2C0%2C6.5%2C3.2v0h0v0a8.41%2C8.41%2C0%2C0%2C0%2C6.5-3.2s-.82.08%2C2.67-3.29C469.82%2C912.79%2C616.4%2C852.93%2C616.4%2C723.34%2C616.4%2C622.39%2C556.94%2C567.08%2C485%2C568.46Z%22%20transform%3D%22translate(-104.4%20-568.44)%22%2F%3E%3Cpath%20class%3D%22cls-2%22%20d%3D%22M485%2C568.46c-78%2C1.5-116.16%2C56.7-124.63%2C106.88C351.93%2C625.16%2C313.77%2C570%2C235.77%2C568.46c-71.9-1.38-131.37%2C53.93-131.37%2C154.88%2C0%2C129.59%2C146.59%2C189.45%2C246.82%2C286.25%2C3.49%2C3.37%2C2.67%2C3.29%2C2.67%2C3.29a8.39%2C8.39%2C0%2C0%2C0%2C6.5%2C3.2v0h0v0a8.41%2C8.41%2C0%2C0%2C0%2C6.5-3.2s-.82.08%2C2.67-3.29C469.82%2C912.79%2C616.4%2C852.93%2C616.4%2C723.34%2C616.4%2C622.39%2C556.94%2C567.08%2C485%2C568.46Z%22%20transform%3D%22translate(-104.4%20-568.44)%22%2F%3E%3C%2Fsvg%3E');
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto 80%;
}

.tag {
  color: #e63556;
  font-size: 12px;
  padding: .2rem .4em;
  border: #e63556 solid 2px;
}

.manga_catch {
  width: 100%;
  margin-top: .6em;
  font-size: 14px;
  color: #888;
}

.manga_title {
  margin-top: .2em;
  font-size: 18px;
  font-weight: 500;
}

.manga_author {
  margin-top: .2em;
  font-size: 14px;
}

.booktype_outer {
  width: 100%;
  height: 1.6em;
  display: flex;
  justify-content: space-between;
}

.booktype {
  width: 32%;
  padding: .3em 0;
  color: #fff;
  font-size: 12px;
  background-color: #000;
  vertical-align: middle;
  text-align: center;
}

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

.book_cover img {
  width: 100%;
  line-height: 0;
  margin: 0;
  border: #ccc solid 1px;
}

.release {
  position: absolute;
  display: inline-block;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #e63556;
  text-align: center;
  color: #fff;
  font-size: 12px;
  line-height: 70px;
  bottom: 3%;
  right: 2%;
}

.release__season li {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 40px;
  line-height: 1;
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  color: #333;
}

.release__season li:first-child {
  font-size: 28px;
  margin-right: 10px;
}

.release__season li:last-child {
  font-size: 46px;
  font-weight: bold;
}

/* 20220513バナー調整 */

.bnr__area_1 {
  width: 660px;
  margin: 0 auto 20px;
}

.bnr__area_1 img {
  width: 100%;
}

.bnr__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 660px;
  margin: 0 auto;
}

.bnr__item {
  width: 48%;
}

.bnr__item img {
  width: 100%;
}

.bnr__section {
  margin: 0 auto;
  padding: 30px 0 30px;
}

.bnr__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 580px;
  margin: 0 auto;
}

/* 20220513バナー調整ここまで */

/* フッター */
.footer {
  width: 100%;
  padding: 40px 0 60px;
  background: #000;
}

.footer p {
  color: #fff;
  font-size: 14px;
}

.ft__share__outer {
  margin: 40px 0;
}

.ft__share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ft__share div {
  width: 44px;
  margin-right: 24px;
}

.ft__link li {
  display: inline-block;
  color: #fff;
  font-size: 16px;
}

.acj {
  margin: 20px 0;
  padding-left: 10%;
  background-image: url('../img/common/abj.svg');
  background-position: left center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 14px;
}

#page-top {
  position: relative;
  width: 80px;
  height: auto;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 888;
  line-height: 0;
  background-color: #fff;
}

.cookie {
  display: block;
  width: 100px;
  height: auto;
  position: fixed;
  bottom: 10px;
  left: 10px;
  z-index: 9999;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .pc_display {
    display: none;
  }

/* 20231107 */
.header {
  padding: 4px 0;
  border-bottom: #ccc solid 3px;
}
  .header__inner {
    width: 96%;
    height: 100%;
    margin: 0 auto;
  }

  .header__logo {
    width: 100%;
    display: flex;
    align-items: center;
  }

  .h__text {
    width: 40%;
    margin-right: 4%;
    line-height: 0
  }

  .h__logo {
    width: 28%;
    padding: 3px 0;
    line-height: 0
  }

  /* 基本 */
    /* 20231107 */
  .container {
    /*padding-top: 55px;*/
    padding-top: 61px;
  }
  /* 基本
  .container {
    padding-top: 70px;
  }
 */
  a.anker {
    display: block;
    margin-top: -68px;
    padding-top: 68px;
  }

  .other_container {
    padding: 68px 0 0;
  }

  .content {
    width: 90%;
  }

  .bg__dash {
    width: 140px;
    top: -30px;
    right: -10px;
  }

  .section {
    padding: 40px 0 40px;
  }

  .section__bottom {
    /*padding: 40px 0 0;*/
    padding: 5px 0 0;
  }

  h2 {
    margin-bottom: 30px;
    padding-bottom: 5px;
    font-size: 16px;
  }

    /* 20231107 */
.list__link {
  position: absolute;
  width: 50%;
  bottom: 5px;
  right: 0;
  text-align: right;
  font-size: 14px;
  font-weight: 400;
}
  /* ボタン */
  .btn_basic a {
    width: 80%;
    padding: 1em 0;
    font-size: 18px;
  }

  .btn_basic_top {
    margin-top: 20px;
  }

  .btn_back a {
    width: 80%;
    padding: 1em 0;
    font-size: 18px;
  }

  /* カルーセル */
    /* 20231107 */
  .swiper__bg {
  border-bottom: #ccc solid 3px;
}
  .main__carousel {
    padding-top: 0;
    line-height: 0;
  }

  /* お知らせ */
  .news__area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .news__inner {
    width: 100%;
  }

  .news__thumb {
    padding: 16px 0;
  }

  .news__thumb li.thumb {
    width: 30%;
  }

  .news__thumb li:nth-child(2) {
    width: 65%;
    margin-left: 5%;
  }

  .news__contents li:last-child {
    font-size: 14px;
  }

  .news__nothumb {
    padding: 16px 0;
  }

  .news__nothumb li:last-child {
    font-size: 14px;
  }

  /* 作品詳細 お知らせ */
  .manga__news__area {
    position: relative;
    z-index: 99;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px;
  }

  .manga__news__item {
    width: 100%;
    z-index: 999;
  }

  .tl__inner {
    width: 100%;
    margin: 20px auto 0;
  }

  /* イチオシ作品 */
  .recommend__carousel p {
    width: 90%;
    margin: 0 auto;
    font-size: 14px;
  }

  .recommend__carousel p span {
    font-size: 16px;
  }

  /* 新着作品・最新コミックス */
  .manga_area::before {
    width: 47%;
  }

  .manga_area::after {
    width: 47%;
  }

.manga_area_top {
  padding-top: 2px;
}
  .manga_item {
    /*margin-bottom: 40px;*/
    margin-bottom: 10px;
    width: 47%;
  }

  .story__number {
    width: 50%;
  }

  .update {
    width: 40%;
  }

  .booktype {
    width: 42%;
  }

  .like__cnt {
    font-size: 14px;
  }

  .manga_catch {
    font-size: 12px;
  }

  .manga_title {
    font-size: 16px;
  }

  .manga_author {
    font-size: 12px;
  }

  .release {
    bottom: 3%;
  }

  .release__season li:first-child {
    font-size: 24px;
    margin-right: 5px;
  }

  .release__season li:last-child {
    font-size: 40px;
  }

  /* 20220513バナー調整 */

  .bnr__area_1 {
    width: 100%;
    margin: 0 auto 10px;
  }

  .bnr__area {
    width: 100%;
  }

  .bnr__item {
    width: 100%;
    margin-bottom: 10px;
  }

  .bnr__item:last-child {
    margin-bottom: 0;
  }

  .bnr__section {
    padding: 0 0 40px;
  }

  .bnr__content {
    width: 90%;
    margin: 0 auto;
  }

  /* 20220513バナー調整ここまで */

  /* フッター */
  .footer {
    padding: 30px 0 80px;
  }

  .footer p {
    color: #fff;
    font-size: 12px;
  }

  .ft__share__outer {
    margin: 40px 0 20px;
  }

  .ft__share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .ft__share div {
    width: 50px;
    margin: 0 12px;
  }

  .ft__link {
    text-align: center;
  }

  .ft__link li {
    margin-bottom: 10px;
    font-size: 14px;
    text-align: center;
  }

  .ft__link li:last-child {
    margin-bottom: 0;
  }

  .acj {
    margin: 15px 0;
    padding-left: 40%;
    background-size: 36% auto;
  }

  #page-top {
    width: 60px;
    bottom: 10px;
    right: 10px;
  }
  /* 2022年9月12日追加 */
  #rensao_list_btn {
    position: fixed;
    width: 90px;
    bottom: 10px;
    right: 80px;
    z-index: 888;
    background: #fff;
    line-height: 0;
  }

  .footer_inner {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 20px;
  }
  /* 2022年9月12日追加ここまで */
}

@media screen and (min-width: 768px) and (max-width: 1180px) and (orientation:portrait) {
  .sp_display {
    display: none;
  }

  /* ヘッダー */
  .header__inner {
    width: 96%;
    height: 103px;
  }

  .header__logo {
    /*width: 48%;*/
    width: 28%;
      }

  .header__logo li:nth-child(1) {
     /*width: 28%;*/
    width: 38%;
      }

  .header__logo li:nth-child(2) {
    width: 50%;
  }

  .nav li {
    font-size: 20px;
  }

  .content {
    width: 90%;
  }

  .bnr__content {
    width: 90%;
  }

  .manga_area::before {
    width: 31%;
  }

  .manga_area::after {
    width: 31%;
  }

  .manga_item {
    width: 31%;
  }

  .like__cnt {
    font-size: 14px;
  }

  .release {
    width: 64px;
    height: 64px;
    line-height: 64px;
    top: 64%;
    right: 2%;
  }

  /* 20220513バナー調整 */

  .bnr__area_1 {
    width: 60%;
  }

  /* 20220513バナー調整ここまで */

  .bnr__area {
    width: 60%;
    margin: 0 auto;
  }

  .bnr__content {
    width: 90%;
  }
  /* 2022年9月12日追加 */
  #rensao_list_btn {
    position: fixed;
    width: 120px;
    bottom: 20px;
    right: 110px;
    z-index: 888;
    background: #fff;
    line-height: 0;
  }

}

@media screen and (min-width: 768px) and (max-width: 1180px) and (orientation: landscape) {
  .sp_display {
    display: none;
  }

  /* ヘッダー */
  .header__inner {
    width: 96%;
    height: 103px;
  }

  .header__logo {
    width: 60%;
  }

  .header__logo li:nth-child(1) {
    width: 20%;
  }

  .header__logo li:nth-child(2) {
    width: 40%;
  }

  .nav li {
    font-size: 20px;
  }
  /* 2022年9月12日追加 */
  .footer_inner {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 60px;
  }
  /* 2022年9月12日追加ここまで */
  .content {
    width: 80%;
  }

  .bnr__content {
    width: 80%;
  }
  /* 2022年9月12日追加 */
  #rensao_list_btn {
    position: fixed;
    width: 118px;
    bottom: 20px;
    right: 120px;
    z-index: 888;
    background: #fff;
    line-height: 0;
  }
  /* 2022年9月12日追加ここまで */
}

@media screen and (min-width: 1181px) {
  .sp_display {
    display: none;
  }

  .header__inner {
    width: 1050px;
    height: 103px;
  }

  .content {
    width: 1050px;
  }

  .btn_back a:hover {
    text-decoration: none;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: 'alpha(opacity=70)';
  }

  .btn_back a:hover {
    text-decoration: none;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: 'alpha(opacity=70)';
  }
  /* 2022年9月12日追加 */
  #rensao_list_btn {
    position: fixed;
    width: 120px;
    bottom: 20px;
    right: 120px;
    z-index: 888;
    background: #fff;
    line-height: 0;
  }
  /* 2022年9月12日追加ここまで */
  .alpha img {
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }

  .alpha img:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
  }

  a.btn__over img {
    -webkit-transition: -weblit-transform 0.3s;
    -o-transition: -o-transform 0.3s;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }

  a.btn__over img:hover {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
}