@charset "utf-8";
/* common */
body {
  background: #fff;
  color: #333;
  font: 16px/1.6 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, sans-serif;
}
a {
  color: #333;
}
hr {
  border: 0;
  height: 1px;
  background-color: #000;
  color: #000;
}
input, button, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}
input[type='search'], input[type='text'] {
  border: 1px solid #333;
  padding: 5px;
}
input:-webkit-autofill {
  box-shadow: 0 0 0px 999px #fff inset;
}
textarea {
  resize: vertical;
}
input[type='checkbox'], input[type='radio'] {
  display: none;
}
select::-ms-expand {
  display: none;
}
.wrapper {
  max-width: 1015px;
  margin: 0 auto;
}
.hide {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
/* header */
.header-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 34px 0 36px;
}
.logo a {
  width: 240px;
  height: 44px;
  background: url(../img/logo.png) no-repeat;
  display: block;
}
.header-nav-right {
  display: flex;
  align-items: center;
}
.share-btn {
  display: flex;
}
.share-btn li {
  margin: 0 5px;
}
.share-btn li a {
  display: block;
  width: 45px;
  height: 45px;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.share-btn li.twitter a {
  background-image: url(../img/square-tw.png);
}
.share-btn li.facebook a {
  background-image: url(../img/square-fb.png);
}
.share-btn li.line a {
  background-image: url(../img/square-line.png);
}
.search-box {
  margin: 0 10px 0 5px;
}
.search-box .searchform {
  position: relative;
}
.search-box input[type='search'].searchfield {
  width: 12rem;
  padding: 10px 30px 10px 5px;
  font-size: .875rem;
}
.search-box .searchsubmit {
  height: 16px;
  width: 16px;
  border: 2px solid #333;
  border-radius: 8px;
  position: absolute;
  top: 12px;
  right: 12px;
}
.search-box .searchsubmit:after {
  display: block;
  content: '';
  position: absolute;
  right: -4px;
  bottom: -6px;
  height: 8px;
  width: 3px;
  transform: rotate(-45deg);
  background: #333;
}
.main-nav {
  transition: .2s;
  position: fixed;
  right: -90%;
  width: 90%;
  height: 100vh;
  top: 0;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 200;
}
.nav-btn {
  padding: 13px 10px;
  border: 1px solid #333;
  border-radius: 10px;
  z-index: 200;
}
.nav-btn span {
  display: block;
  height: 3px;
  width: 23px;
  background: #333;
}
.nav-btn span:last-of-type {
  margin-top: 11px;
}
.nav-bg {
  opacity: 0;
  transition: .2s;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  top: 0;
  left: 0;
  visibility: hidden;
  background-color: #000;
  position: fixed;
}
html.is-fixed {
  overflow: hidden;
}
.nav-open .nav-bg {
  opacity: .8;
  visibility: visible;
}
.nav-open .nav-btn {
  padding: 13px 10px 19px;
}
.nav-open .nav-btn span:first-of-type {
  transform: rotate(45deg);
  margin-top: 8px;
}
.nav-open .nav-btn span:last-of-type {
  transform: rotate(-45deg);
  margin-top: -3px;
}
.nav-open .main-nav {
  right: 0;
}
.nav-open .main-nav > li {
  margin: 2em 0;
}
.nav-open .main-nav li a {
  font-weight: bold;
}
#top-slider {
  display: none;
}
#top-slider.slick-initialized {
  display: block;
}
#top-slider img {
  width: 100%;
  height: auto;
}
.slick-dots {
  bottom: -35px;
}
/* main */
#content-inner {
  padding-top: 40px;
  padding-bottom: 20px;
  display: flex;
}
#alpha {
  width: calc(100% - 212px);
}
.alpha-inner {
  margin-right: 2rem;
}
.asset-box {
  display: flex;
  margin-bottom: 3rem;
}
.asset-box .asset-meta {
  width: 115px;
}
.other-author .asset-meta {
  width: 40px;
}
.asset-meta {
  margin-right: 20px;
  text-align: right;
}
.asset-meta .number {
  font-family: freight-sans-pro-lights, sans-serif;
  font-weight: 300;
  color: #B5B5B5;
  line-height: 1;
}
.asset-box .asset-meta .number {
  font-size: 120px;
  margin-top: -35px;
}
.other-author .asset-meta .number {
  font-size: 40px;
  margin-top: -5px;
}
.asset-meta .stamp {
  text-align: right;
  margin-top: 12px;
  font-size: .75rem;
  color: #fff;
  background: #666;
  display: inline-block;
  padding: 0 6px;
}
.asset-img .stamp_sp {
  display: none;
  text-align: right;
  margin-top: 12px;
  font-size: .75rem;
  color: #fff;
  background: #666;
  display: inline-block;
  padding: 0 6px;
}
.asset-content {
  width: calc(100% - 135px);
}
.asset-content a {
  display: block;
}
.asset-link {
  display: flex;
}
.asset-img {
  height: 180px;
  width: 180px;
  margin-right: 16px;
  text-align: center;
}
.asset-img img {
  height: auto;
  width: 100%;
}
.asset-info {
  width: calc(100% - 200px);
}
.asset-info .entry-author, .comic-title {
  font-size: 6vmin;
  font-weight: normal;
  line-height: 1.2;
  margin-bottom: 10px;
}
.asset-info .entry-title, .comic-author {
  font-size: 4vmin;
  font-weight: normal;
  line-height: 1.2;
}
.asset-footer {
  display: flex;
  line-height: 1.2;
}
.asset-info p, .asset-footer .genre, .asset-footer p {
  padding: 3px 0 5px;
  font-size: .875rem;
}
.asset-footer .genre {
  font-weight: normal;
  margin-right: 4px;
}
.asset-info p.entry-lead, .comic-lead {
  /*font-size: 19px;*/
  font-size: .875rem;
}
.comic-lead {
  margin-top: 2rem;
}
.asset-footer .publishednew {
  color: #ff1a00;
  padding-left: 22px;
  background: transparent url(../img/update.png) 0 0 no-repeat;
}
.entry-body{word-break: break-all;}

.entry-body a, .backnumber-list a, .link-list a, #beta .widget-authordescription .widget-content p a, .textwidget a, a.text-link {
  color: #006400;
  text-decoration: underline;
}
.textwidget{word-break: break-all;}
li#text-3 .textwidget div {font-size: 13px;}
.entry-body p, .backnumber-list p, .link-list p, #beta .widget-authordescription p .widget-content p, .textwidget p, .text-link p {
  margin-bottom: 1em;
}
#beta .widget-nettai {
  margin-bottom: 30px;
  border: 1px solid #9d9c9a;
}
.widget-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget-content li {
  margin-top: 5px;
  margin-bottom: 5px;
}
#beta a:link {
  color: #000;
  text-decoration: none;
}
#beta li#text-8 {
    font-size: 13px;
}
#serial-renewal .entry-body .renewal_contents img {
  margin-left: auto !important;
  margin-right: auto !important;
}
#serial-renewal .entry-body .book-block img {
  margin: 0 auto !important;
}
#serial-old .entry-body {
  font-size: 10px;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}
#serial-old .entry-body img {
  max-width: 640px;
/*  width: 100%;*/
  height: auto;
  margin: 0 auto !important;
/*  display: unset;*/
}
#serial-old .entry-footer {
  max-width: 640px;
  margin-right: auto;
  margin-left: auto;
}

.entry-body .entry-title {
  font-size: 6.5vmin;
  font-weight: normal;
  line-height: 1.2;
}
.entry-body .entry-author {
  font-size: 4vmin;
  font-weight: normal;
  line-height: 1.2;
  margin: .5rem 0 2rem;
}
.entry-body div {
  max-width: 770px;
  width: 100% !important;
}
.entry-body img {
  max-width: 100% !important;
  height: auto;
}
.entry-body .youtube {
    text-align: center;
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    margin-bottom: 50px;
    text-align: center;
}
.entry-body .youtube iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.entry-summary {
  padding-bottom: 2rem;
}
.entry-summary + .entry-episode {
  margin-top: 2rem;
}
.entry-episode {
  font-weight: bold;
  font-size: 1.75rem;
  text-align: center;
  margin-bottom: 2rem;
}
.entry-img, .asset-body /* .asset-bodyは旧MT記事 */ {
  max-width: 640px;
}
.entry-img {
  margin: 0 auto 6rem;
}
.entry-img img, .asset-body img {
  height: auto;
  width: 100%;
}
.popup-link img {
  border: 1px solid #9D9C9A;
  margin-top: 10px;
}
.popup-caption {
  font-size: 10px;
  margin-top: 4px;
  text-align: right;
  color: #999;
}
.continued {
  font-family: 'ヒラギノ明朝 Pro W3', 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', serif;
  font-weight: bold;
  font-size: 1.375rem;
  margin-bottom: 1rem;
}
.widget_custom_html {
  list-style: none;
}
.next-update {
  margin-bottom: 1rem;
}
.related-info, .related-info2, .related-info3, .related-info-l, .related-info2-l, .related-info3-l {
  margin: 1rem 0;
}
.related-info, .related-info2, .related-info3 {
  text-align: center;
}
.related-info, .related-info-l {
  font-weight: bold;
}
.related-info, .related-info2, .related-info-l, .related-info2-l {
  font-size: 1.5rem;
}
.related-info3, .related-info3-l {
  font-size: 1.25rem;
}
.entry-heading {
  font-size: 1.125rem;
  font-weight: bold;
  height: 2rem;
  margin: 3rem 0 1rem;
  color: #146ABF;
  line-height: 30px;
  border: 1px solid #146ABF;
  padding-left: 1rem;
}
.profile-author {
  margin-bottom: 1rem;
}
.amazon-book + .amazon-book {
  margin-top: 2rem;
}
.amazon-link {
  text-align: center;
}
.amazon-link img {
  display: inline;
}
.amazon-cover {
  box-shadow: 1px 1px 4px #aaa;
}
.amazon-btn {
  margin-top: 1rem;
}
.amazon-release, .amazon-title {
  font-size: 1.25rem;
  margin: .5rem 0;
}
.amazon-title {
  font-weight: bold;
}
.amazon-summary {
  margin-top: 2rem;
}
.google-ads-block {
  text-align: center;
  margin-top: 3rem;
  width: 100%;
}
.google-auto-placed {
  display: none;
}
.backnumber-list li {
  margin-bottom: .5rem;
}
#alpha .link-list {
  margin: 2rem 0;
  padding: 20px 0;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  display: flex;
}
#alpha .entry-block + .link-list {
  margin-top: 3rem;
}
/*#alpha .entry-body .link-list {
 border-top: none;
}*/
#alpha .link-list > div {
  width: 33%;
  text-align: center;
}
.aligncenter {margin-left: auto;margin-right: auto;}
#sitetop {
  text-align: center;
  margin-bottom: 4rem;
}
#sitetoplink {
  display: inline-block;
  font-size: .875rem;
  color: #006400;
  text-decoration: underline;
}
#sitetoplink img {
  display: inline;
}
#beta {
  width: 212px;
}
#beta > li {
  margin-bottom: 30px;
}

/*#beta .widget-entry-adsense,*/ #beta .pickup, #beta .widget-ranking, #beta .widget-news, #beta .nextupdate {
  border: 1px solid #9d9c9a;
}
#beta .widget-entry-adsense {text-align: center;}
#beta .sidebar > .widget {
  margin-bottom: 0;
}
#beta .widget .widget-header {
  margin: 0 0 5px 0;
  background-color: #F0EFEC;
  font-size: 1.125rem;
  font-weight: normal;
  text-align: center;
  padding: 8px;
}
#beta .widget-news .widget-content {
  padding-bottom: 10px;
}
#beta .widget-news .widget-content p {
  font-size: .75rem;
  margin: 10px 22px;
}
#beta .widget-entry-amazon .widget-content, #beta .widget-authordescription .widget-content, #beta .widget-serialformurl .widget-content {
  border-top: 1px dotted #000;
  padding-top: 2rem;
}
#beta .widget-entry-amazon .widget-content .widget-heading {
  font-weight: normal;
  font-size: 1.25rem;
  margin-bottom: 2rem;
}
#beta .widget-entry-amazon .widget-content img {
  margin-top: 2rem;
}
#beta .widget-entry-amazon .widget-content .related-book img {
  border: 1px solid #9D9C9A;
}
#beta .widget-entry-amazon .widget-content .related-book .related-book-title {
  font-size: 10px;
  margin-top: .5rem;
}
#beta .widget-entry-amazon .widget-content .character {
  font-size: .875rem;
  font-weight: bold;
  margin-top: .5rem;
}
#beta .widget-entry-amazon .widget-content p, #beta .widget-authordescription .widget-content p {
  font-size: 0.75rem;
}
#beta .widget-authordescription .widget-content .widget-author {
  font-weight: normal;
  font-size: .875rem;
  margin-bottom: 1rem;
}
#beta .widget-authordescription .widget-content .widget-author .author-kana {
  font-size: 10px;
}
#beta .nextupdate p {
  margin: 20px;
  font-size: 10px;
}
#beta .nextupdate p .updateday {
  font-size: 1.25rem;
  margin-bottom: 6px;
  display: block;
  line-height: 1;
}
#beta .widget-footer a {
  background-color: #f7f7f5;
  font-size: .75rem;
  display: block;
  text-align: center;
  text-decoration: underline;
  padding: 6px 0;
}
#beta .widget-serialformurl p a {
  width: 210px;
  height: 171px;
  background: url(../img/beta_serialformurl_btn.png) 0 0 no-repeat;
  display: block;
}
#brief {
  border-top: 1px dotted #000;
}
.other-author-list {
  margin: 2rem 0;
}
.other-author {
  display: flex;
  margin-bottom: 1rem;
}
.category-list {
  font-weight: normal;
  font-size: 1.75rem;
  line-height: 1.2;
}
.category-title {
  font-size: 1.125rem;
  margin-left: .25rem;
}
.recommend-container {
  display: flex;
}
.recommend-box {
  width: 33%;
  max-width: 180px;
  margin: 0 1%;
  font-size: .75rem;
  text-align: center;
}
.recommend-img {
  border: 1px solid #9D9C9A;
  background-color: #eee;
  margin-bottom: 8px;
  width: 100%;
  height: 0;
  padding-top: 100%;
  background-size: cover;
}
.free-img {
  margin: 1rem auto;
}
.free-img a img {
  display: inline;
}
.caption {
  font-size: .875rem;
  margin-top: .5rem;
}
.free-img-colum {
  overflow: hidden;
}
.free-img-colum .free-img {
  float: left;
  margin-right: 2rem;
}
.free-img-colum .colum-text {
  overflow: hidden;
  margin: 1rem 0 2rem;
}
/* 固定ページ */
.page-title {
  font-size: 1.25rem;
  font-weight: normal;
  margin-bottom: 1rem;
}
.header-img {
  margin: 1rem auto 3rem;
}
.page-subtitle {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: .5rem;
}
.page-text {
  margin-bottom: 2rem;
}
#page-about .header-img {
  max-width: 600px;
}
#page-manga_b .header-img {
  max-width: 700px;
}
#page-comic .header-img {
  max-width: 620px;
}
.page-info {
  margin-top: 6rem;
}
#page-privacy, #page-privacy .page-subtitle, #page-guide, #page-guide .page-subtitle {
  font-size: .75rem;
}
.privacy-info {
  text-align: right;
  margin-bottom: 1rem;
}
.manga_b-cut {
  margin: 3rem auto;
  width: 52px;
}
.manga_b-list li {
  padding-left: 1.25rem;
  position: relative;
  margin-bottom: 1.5rem;
}
.manga_b-list li:before {
  content: '';
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
  background: url("../manga_b/img/ashiato.jpg");
  height: 14px;
  width: 14px;
  background-size: cover;
}
.manga_b-analog {
  color: #f00;
}
.manga_b-footer {
  margin: 3rem auto;
  width: 91px;
}
.em {
  font-weight: bold;
}
.comic-essay-intro {
  display: flex;
  max-width: 620px;
  margin: 0 auto 4rem;
}
.comic-essay-pig {
  margin-right: 3rem;
}
.comic-essay-text {
  width: calc(100% - 176px);
}
.comic-essay-em {
  font-weight: bold;
  margin-top: 1.5rem;
}
.comic-content {
  border-top: 1px solid #a8a8a8;
  padding: 2rem 0;
}
.comic-content > a {
  display: block;
}
.comic-link {
  display: flex;
}
.comic-img {
  margin-right: 1.25rem;
}
.comic-img img {
  box-shadow: 1px 1px 3px #ccc;
}
.comic-info {
  width: calc(100% - 190px);
}
.comic-subtitle {
  font-size: .75em;
}
#beta .widget-ranking .widget-header {
  padding-left: 2rem;
  position: relative;
}
#beta .widget-ranking .widget-header:before {
  content: '';
  display: block;
  background-image: url(http://matogrosso.jp/body/body_comic_rank_cr.png);
  height: 20px;
  width: 25px;
  position: absolute;
  left: 8px;
  top: 0;
  bottom: 0;
  margin: auto;
}
#beta .widget-ranking .widget-content {
  padding: 0 1rem;
}
.ranking-box {
  display: flex;
  align-items: center;
  margin: 2rem 0;
}
.ranking-number {
  margin-right: .75rem;
}
.ranking-cover img {
  box-shadow: 1px 1px 4px #aaa;
}
/*編集部より*/
.news-link {
  display: flex;
  align-items: center;
  margin-bottom: .5rem;
}
.news-link .news-title {
  margin-left: 1rem;
  font-size: 1rem;
}
.news-title {
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: .5rem;
}
.news-date {
  font-size: .875rem;
  margin-bottom: .5rem;
}
#news-single big {
  display: block;
  font-size: 1.125rem;
  margin: 3rem 0 .5rem;
}
#news-single a img {
  margin: .5rem 0 2.5rem;
}
.widget-news big {
  display: block;
  font-size: .875rem;
}
.widget-news a img {
  margin: 0 0 2rem;
}
.widget-news a + big {
  margin-top: 2rem;
}
/*検索結果*/
.search-list li {
  margin-top: .5rem;
}
/* footer */
.footer {
  border-top: 1px solid #999;
  padding: 24px 0 30px;
}
.footer .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.copyright {
  font-size: 11px;
  line-height: 1;
}
.footer-nav {
  display: flex;
  font-size: 10px;
  line-height: 1;
}
.footer-nav li {
  margin-left: 27px;
}
.totop {
  position: fixed;
  right: 0;
  bottom: 15%;
}
.totop a {
  display: block;
  height: 50px;
  width: 50px;
  background: #333;
  opacity: .8;
  position: relative;
}
.totop a:after {
  content: '';
  display: block;
  position: absolute;
  height: 20px;
  width: 20px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(-45deg);
  top: 20px;
  left: 15px;
}
/* pagenavi */
.wp-pagenavi{
}
.wp-pagenavi a,.wp-pagenavi span{
	display: inline-block;
	padding: 0.5em;
}
.wp-pagenavi .current{
	font-weight: bold;
}
/* form1 */
.form1{}
.form1 .ex{
	background: #e53935;
	color: #ffffff;
	padding: .25rem .35rem;
	border-radius: 0.35rem;
	font-size: .65rem;
	margin-left: .5rem;
	vertical-align: 3px;
	white-space: nowrap;
}
.form1 .op {
    background: #f5f5f5;
    color: #9e9e9e;
    padding: .25rem .35rem;
    border-radius: 0.35rem;
    font-size: .65rem;
    margin-left: .5rem;
    vertical-align: baseline;
    white-space: nowrap;
}
.form1 .horizontal-item {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 0.25rem;
    padding-left: 0.25rem;
}
.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left:0px !important;
}
.form1 label {
    padding: .4rem .5rem;
    margin-bottom: .5rem;
    background: transparent;
    border: #cfcfcf solid 1px;
    border-radius: 0.35rem;
    color: #424242;
    cursor: pointer;
    display: inline-block;
    width: 100%;
  }
.form1 dt{
	margin-top: 0.5em;
	font-weight: bold;
}
.form1 dd{
	margin-top: 0.5em;
}
.form1 .text,.form1 .textarea{
	width: 100%;
	border: 1px solid #cecece;
	padding: 5px;
  border-radius: 0.35rem;
}
.submit{
	margin-top: 1em;
	width: 100%;
	color: #fff;
	background-color: #1e88e5;
	border-color: #1e88e5;
	text-align: center;
	font-size: 1.15rem;
	padding: 1rem 4rem;
	line-height: 1.25;
	border-radius: 0.35rem;
	cursor: pointer;
}
.back{
	margin-top: 1em;
	width: 100%;
	color: #fff;
	background-color: #333;
	border-color: #333;
	text-align: center;
	font-size: 1.15rem;
	padding: 1rem 4rem;
	line-height: 1.25;
	border-radius: 0.35rem;
	cursor: pointer;
}
.mw_wp_form_preview .form1 dd{
	border-bottom: solid 1px #ddd;
	padding-bottom: 0.5em;
}
.form1 input[type='radio']{
	display: inline;
	-webkit-appearance: radio;
	-moz-appearance: radio;
	appearance: radio;
  height: 22px;
  width: 22px;
  border: 1px solid #e01313 !important;
  vertical-align: middle;
}

/* -------------- 768px以上　PCのみ -------------- */
@media screen and (min-width: 769px) {
  .nav-btn, .totop, .page-top, input[type='submit'], input[type='button'], label, button, select {
    cursor: pointer;
  }
  .main-nav .search-box, .main-nav .share-btn {
    display: none;
  }
  .asset-info .entry-author, .comic-title {
    font-size: 5vmin;
  }
  .asset-img .stamp_sp {
    display: none;
  }
}

/* -------------- 1015px以下　調整 -------------- */
@media screen and (max-width: 1015px) {
  .wrapper {
    padding: 0 1rem;
  }
}
/* -------------- 768px以下　タブレット・スマホ -------------- */
@media screen and (max-width: 768px) {
  /* 共通 */
  /* ヘッダー */
  /* グローバルナビ */
  .nav .wrapper {
    padding: 0 6px 0 1rem;
  }
  .header-nav {
    padding: 8px 0;
  }
  .logo a {
    width: 120px;
    height: 22px;
    background-size: cover;
  }
  .header-nav-right .search-box, .header-nav-right .share-btn {
    display: none;
  }
  .nav-btn {
    padding: 12px 10px;
    border: none;
  }
  .nav-btn span {
    height: 2px;
    width: 16px;
  }
  .nav-btn span:last-of-type {
    margin-top: 8px;
  }
  .nav-open .nav-btn span {
    width: 20px;
  }
  .nav-open .nav-btn span:first-of-type {
    margin-top: 6px;
  }
  .nav-open .nav-btn span:last-of-type {
    margin-top: -2px;
  }
  .nav-open .main-nav li a {
    font-size: .875rem;
  }
  .main-nav .search-box {
    display: block;
    margin: 0;
  }
  .search-box input[type='search'].searchfield {
    width: 100%;
    font-size: 1rem;
    padding: 3px 30px 3px 3px;
  }
  .search-box .searchsubmit {
    top: 6px;
    right: 10px;
  }
  .main-nav .share-btn {
    display: flex;
  }
  .share-btn li a {
    width: 22px;
    height: 22px;
    background-size: cover;
  }
  /* メイン */
  #beta, .asset-box .asset-meta {
    display: none;
  }
  #alpha, .asset-content {
    width: 100%;
  }
  .alpha-inner {
    margin-right: 0;
  }
  .asset-box .asset-meta .number {
    font-size: 20vmin;
  }
  .asset-img {
    height: 25vw;
    width: 25%;
    margin-right: 12px;
  }
  .asset-info {
    width: calc(75% - 12px);
  }
  .asset-info p.entry-lead, .comic-lead {
    font-size: 2.5vmin;
  }
  .category-list {
    font-size: 1.125rem;
  }
  .entry-episode, .continued {
    font-size: 1.25rem;
  }
  .related-info, .related-info2, .related-info-l, .related-info2-l {
    font-size: 1.125rem;
  }
  .related-info3, .related-info3-l {
    font-size: 1rem;
  }
  .category-title {
    font-size: .875rem;
  }
  .other-author .asset-meta {
    width: 20px;
  }
  .asset-meta {
    margin-right: 10px;
  }
  .other-author .asset-meta .number {
    font-size: 20px;
    margin-top: 0;
  }
  .amazon-release, .amazon-title {
    font-size: 1rem;
  }
  .free-img img {
    height: auto;
    width: 100%;
  }
  .caption {
    font-size: 10px;
  }
  /* 固定ページ */
  .header-img img, .manga_b-cut img {
    height: auto;
    width: 100%;
  }
  .page-title {
    font-size: 1.125rem;
  }
  .manga_b-cut {
    margin: 2rem auto;
    width: 26px;
  }
  /*編集部より*/
  .news-link {
    align-items: start;
  }
  .news-link .news-title {
    margin-left: 1rem;
    font-size: .875rem;
  }
  .news-title {
    font-size: 1rem;
  }
  /* フッター */
  .totop a {
    height: 40px;
    width: 40px;
  }
  .totop a:after {
    height: 16px;
    width: 16px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    top: 16px;
    left: 12px;
  }
}
.scroll-table {
  overflow: auto;
  white-space: nowrap;
  }
/* -------------- 601px以下　スマホ -------------- */
@media screen and (max-width: 601px) {
.entry-body table {width: 100%;margin-left: 1px !important;}
.entry-body td div, .entry-body td div img {margin-left: 5px !important;padding: 5px !important;}
.entry-body .other_wa span{display: flex;}
}
/* -------------- 480px以下　スマホ -------------- */
@media screen and (max-width: 480px) {
  /* 共通 */
  body {
    font-size: .75rem;
  }
  /* ヘッダー */
  /* グローバルナビ */
  /* メイン */
  .asset-footer {
    flex-direction: column;
  }
  .asset-info p, .asset-footer .genre, .asset-footer p {
    font-size: .75rem;
  }
  .asset-box {
    margin-bottom: 2rem;
  }
  .asset-box .asset-meta .number {
    margin-top: -20px;
  }
  .entry-episode, .continued {
    font-size: 1rem;
  }
  #alpha .link-list {
    padding: 10px 0;
  }
  .related-info, .related-info2, .related-info3, .related-info-l, .related-info2-l, .related-info3-l, .entry-heading {
    font-size: .875rem;
  }
  .entry-heading {
    height: 1.5rem;
    line-height: 22px;
    padding-left: .5rem;
    margin: 2rem 0 1rem;
  }
  .other-author .asset-meta {
    width: 16px;
  }
  .asset-meta {
    margin-right: 10px;
  }
  .other-author .asset-meta .number {
    font-size: 16px;
  }
  .category-list {
    font-size: .875rem;
  }
  .category-title {
    font-size: .75rem;
  }
  .amazon-release, .amazon-title {
    font-size: .75rem;
  }
  .amazon-summary {
    margin-top: 1rem;
  }
  .free-img-colum .free-img {
    margin-right: 1.25rem;
  }
  /* 固定ページ */
  .header-img {
    margin: 1rem auto 2rem;
  }
  .page-subtitle {
    font-size: .875rem;
  }
  .page-text {
    margin-bottom: 1.5rem;
  }
  .page-info {
    margin-top: 3rem;
  }
  .comic-essay-intro {
    margin: 0 auto 3rem;
  }
  .comic-essay-pig {
    width: 64px;
    margin-right: .75rem;
  }
  .comic-essay-pig img {
    height: auto;
    width: 100%;
  }
  .comic-essay-text {
    width: calc(100% - 76px);
  }
  .comic-essay-em {
    margin-top: 1rem;
  }
  .comic-img {
    margin-right: .75rem;
    width: 85px;
  }
  .comic-img img {
    height: auto;
    width: 100%;
  }
  .comic-info {
    width: calc(100% - 97px);
  }
  /* フッター */
  .footer {
    padding: 16px 0;
  }
  .footer .wrapper {
    flex-direction: column;
  }
  .footer-nav {
    margin: 10px 27px 0 0;
  }
}