@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

html {
  overflow-y: scroll; }

blockquote, q {
  quotes: none; }

input, textarea {
  margin: 0;
  padding: 0; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th {
  text-align: left; }

a:focus {
  outline: none; }

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; }

.clearfix {
  min-height: 1px; }

* html .clearfix {
  height: 1px;
  /*¥*/
     /*/
height: auto;
overflow: hidden;
/**/ }

.both {
  clear: both; }

.inline_block {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

html {
  word-break: break-all;
  font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, Segoe UI, Hiragino Kaku Gothic ProN, Hiragino Sans, ヒラギノ角ゴ ProN W3, Arial, メイリオ, Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased; }

.fw-normal {
  font-weight: normal !important; }

body {
  background: #fff; }
  body .scale_off {
    display: none !important; }
  body.expand header {
    display: none; }
  body.expand .scale_off {
    display: flex !important; }
  body.expand .scale_on {
    display: none !important; }
  body.expand #viewer {
    height: 96vh; }
    body.expand #viewer .zao-page {
      height: 100vh; }
      body.expand #viewer .zao-page .zao-image-container {
        height: 100vh; }
        body.expand #viewer .zao-page .zao-image-container .zao-image {
          height: 100vh !important; }

#viewer_message {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -100px;
  margin-top: -100px;
  z-index: 99999; }
  #viewer_message p {
    width: 200px; }

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

a {
  display: block;
  margin: 0;
  padding: 0;
  text-decoration: none; }

h1 {
  color: #323232; }

p {
  font-size: 14px;
  color: #323232; }

span {
  display: block; }

li {
  display: inline-block; }

.row {
  width: 94%;
  margin: 0 auto; }

.tournament-image-list {
  width: 100%;
  margin: 0 auto; }

.tournament p {
  font-size: 14px;
  margin-bottom: 5vw; }
  .tournament p a {
    display: inline-block;
    color: #e93037;
    font-weight: bold; }

#viewer {
  background: #000;
  height: 70vh; }

.last-page {
  width: 100%; }

.zao-html-container > div {
  width: 94% !important; }

i {
  color: #ffd403;
  margin-right: 1.2vw; }

.button-new, .title-list .title-banner li div span {
  display: inline-block;
  font-size: 8px;
  background: #e93037;
  color: #fff;
  border-radius: 2px;
  font-weight: bold;
  padding: 0 2px;
  line-height: 12px; }

.sun .date {
  color: #d778ff; }

.mon .date {
  color: #ffd700 !important; }

.tue .date {
  color: #ff4500 !important; }

.wed .date {
  color: #00bfff !important; }

.thu .date {
  color: #32cd32 !important; }

.fri .date {
  color: #ffc0cb !important; }

.sat .date {
  color: #ffc0cb !important; }

header {
  width: 100%;
  position: relative; }
  header > a {
    display: inline-block; }
    header > a img {
      height: 10vw;
      width: auto;
      margin: 1.2vw 0; }
  header ul {
    display: none; }
    header ul.active {
      display: block;
      width: 100%;
      background: rgba(45, 45, 45, 0.9);
      position: absolute;
      top: 0;
      right: 0;
      z-index: 100;
      height: 100vh;
      padding-top: 12vw; }
    header ul li {
      display: flex;
      flex-flow: column; }
      header ul li a {
        color: #fff;
        font-size: 5vw;
        padding: 3vw 0;
        text-align: center; }
    header ul div {
      position: absolute;
      top: 2vw;
      right: 3vw;
      color: #fff;
      font-size: 8vw; }
  header > img {
    width: 20px;
    position: absolute;
    top: 4vw;
    right: 3%; }

@media (min-width: 800px) {
  header {
    height: 100px;
    padding: 0 3%;
    display: flex;
    align-items: center;
    box-sizing: border-box; }
    header > a img {
      height: 64px;
      margin: 0; }
    header ul {
      display: flex;
      align-items: center;
      margin: 0 0 0 auto;
      position: initial;
      width: auto;
      background: none; }
      header ul li {
        margin-left: 20px; }
        header ul li a {
          text-align: center;
          color: #2d2d2d;
          font-weight: bold;
          font-size: 14px; }
      header ul div {
        display: none; }
    header > img {
      display: none; } }
.title-list .title-list-label {
  display: flex;
  justify-content: space-between; }
  .title-list .title-list-label .title-list-label-more {
    margin: 23px 3% 10px; }
    .title-list .title-list-label .title-list-label-more a {
      color: #424242;
      font-size: 12px;
      font-weight: bold; }
      .title-list .title-list-label .title-list-label-more a .fa-angle-right {
        margin-left: 2px; }
      .title-list .title-list-label .title-list-label-more a .fa-angle-right:before {
        color: #424242; }
.title-list h1 {
  font-size: 16px;
  font-weight: bold;
  margin: 20px 0 10px 3%;
  overflow-x: auto;
  white-space: nowrap;
  padding-bottom: 4px; }
.title-list span {
  background: #e93037;
  color: #fff;
  width: auto;
  font-size: 2.5vw;
  font-weight: bold;
  padding: 0.2vw 0.5vw;
  display: table-cell;
  float: left;
  margin: 2.2vw 1vw 0 0;
  border-radius: 0.5vw; }
.title-list .title-banner {
  padding: 3%;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  padding-right: 20px;
  -webkit-overflow-scrolling: touch; }
  .title-list .title-banner li {
    width: 40%;
    display: inline-block;
    margin-right: 2.4vw; }
    .title-list .title-banner li img {
      border: 1px solid #e9e9e9;
      box-sizing: border-box; }
    .title-list .title-banner li div {
      color: #424242;
      font-size: 13px;
      text-align: left;
      margin-top: 2vw;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      line-height: 16px; }
      .title-list .title-banner li div span {
        margin-right: 4px; }
    .title-list .title-banner li .date {
      background: #323232;
      text-align: center;
      font-weight: bold;
      font-size: 11px;
      margin-top: 0;
      color: #ffd403;
      padding: 0.25vw; }
.title-list .comic li {
  width: 30%; }

@media (min-width: 800px) {
  .title-list .title-list-label .title-list-label-more {
    margin: 1.8vw 1vw -0.4vw 0; }
    .title-list .title-list-label .title-list-label-more a {
      font-size: 13px; }
  .title-list h1 {
    font-size: 22px;
    margin: 1vw 0 -0.4vw 3vw;
    padding: 0; }
  .title-list .title-banner {
    margin: 0;
    padding: 1.8vw 3vw;
    font-size: 0; }
    .title-list .title-banner li {
      width: 16.6%;
      transition-duration: 0.3s;
      margin-right: 1.4%; }
      .title-list .title-banner li:hover {
        transform: scale(1.3, 1.3);
        transition-duration: 0.3s;
        z-index: 100;
        overflow: visible; }
      .title-list .title-banner li div {
        text-align: left;
        margin-top: 0.5vw;
        font-size: 12px;
        font-weight: bold;
        line-height: 1.2vw; }
        .title-list .title-banner li div:first-child {
          color: #d6033d; }
      .title-list .title-banner li span {
        font-size: 8px;
        border-radius: 2px;
        margin: 0.6vw 0.5vw 0 0.4vw; }
  .title-list .comic li {
    width: 12vw;
    margin-right: 1.4%; }
    .title-list .comic li:hover {
      transform: none !important; } }
.ranking li a > div:first-of-type {
  float: left;
  margin-top: 2vw;
  font-weight: bold; }
.ranking li a > div:nth-last-of-type(2) {
  float: left;
  margin-left: 1vw;
  margin-top: 2vw; }
.ranking li a > div:last-child {
  clear: both;
  padding-top: 1vw; }
.ranking li:first-of-type a > div:first-of-type {
  color: #fff;
  background: #D7C03F;
  padding: 0.1vw 2vw;
  line-height: 4vw;
  align-self: center;
  border-radius: 0.4vw;
  font-weight: bold;
  margin-top: 1.6vw; }
.ranking li:nth-of-type(2) a > div:first-of-type {
  color: #fff;
  background: #A3B3C0;
  padding: 0 2vw;
  line-height: 4vw;
  align-self: center;
  border-radius: 0.4vw;
  font-weight: bold;
  margin-top: 1.6vw;
  margin-left: 1vw; }
.ranking li:nth-of-type(3) a > div:first-of-type {
  color: #fff;
  background: #B98281;
  padding: 0 2vw;
  line-height: 4vw;
  align-self: center;
  border-radius: 0.4vw;
  font-weight: bold;
  margin-top: 1.6vw;
  margin-left: 1vw; }

@media (min-width: 800px) {
  .ranking li a > div:first-of-type {
    margin-top: 0.5vw; }
  .ranking li a > div:nth-last-of-type(2) {
    margin-left: 10px;
    margin-top: 0.5vw; }
  .ranking li a > div:last-child {
    padding-top: 0.5vw; }
  .ranking li:first-of-type a > div:first-of-type {
    line-height: 1vw;
    border-radius: 0.2vw;
    margin-top: 0.5vw; }
  .ranking li:nth-of-type(2) a > div:first-of-type {
    padding: 0.1vw 1vw;
    line-height: 1vw;
    align-self: center;
    border-radius: 0.2vw;
    font-weight: bold;
    margin-top: 0.5vw;
    margin-left: 0; }
  .ranking li:nth-of-type(3) a > div:first-of-type {
    padding: 0.1vw 1vw;
    line-height: 1vw;
    border-radius: 0.2vw;
    margin-top: 0.5vw;
    margin-left: 0; } }
footer {
  background: #333333;
  width: 100%;
  padding: 5vw 5vw 8vw;
  box-sizing: border-box;
  margin-top: 60px; }
  footer > div > a img {
    width: 30%;
    height: auto; }
  footer .abj {
    display: flex;
    align-items: center;
    margin-top: 3vw; }
    footer .abj img {
      width: 14%;
      margin-right: 3%;
      height: auto; }
    footer .abj p {
      font-size: 10px;
      line-height: 15px;
      color: #fff;
      margin-left: 1vw; }
  footer .recommend {
    font-size: 12px;
    color: #ccc; }

@media (min-width: 800px) {
  footer {
    padding: 2% 0;
    clear: both; }
    footer > div {
      width: 960px;
      margin: 0 auto; }
      footer > div a img {
        width: 160px; }
    footer .abj {
      margin-top: 20px; }
      footer .abj img {
        width: 60px;
        margin-right: 9px; }
    footer .recommend {
      margin-top: 20px; } }
.index-title-action-btn {
  width: 13%; }

@media (min-width: 800px) {
  .index-title-action-btn {
    width: 5.5%; } }
.swiper-slide img {
  box-sizing: border-box;
  border-radius: 0;
  border: 0;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9; }

.swiper-container {
  opacity: 0;
  padding-bottom: 7vw !important; }
  .swiper-container.completed {
    opacity: 1; }
  .swiper-container .swiper-pagination-bullet-active {
    background: #000; }

body .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 6px; }
  body .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px; }

@media (min-width: 800px) {
  .swiper-container {
    max-height: 16vw;
    padding: 3.3vw 0 6.6vw !important; }
    .swiper-container.completed .swiper-slide-active {
      transform: scale(1.4);
      transition: all 500ms 0s ease;
      z-index: 2000; }
    .swiper-container .swiper-slide img {
      border-radius: 6px;
      border: 1px solid #e9e9e9;
      box-sizing: border-box; } }

/*# sourceMappingURL=main_v2.css.map */
