@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0; }

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/ }

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0; }

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0; }

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none; }

/* Lists (definition) */
/* ============================================ */
/*dt {
  font-weight: bold;
}*/
dd {
  margin-left: 0; }

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */ }

address {
  font-style: inherit; }

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom; }

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit; }

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox; }

[type="radio"] {
  -webkit-appearance: radio;
  appearance: radio; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none; }

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none; }

/**
 * Remove padding
 */
option {
  padding: 0; }

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px;
  /* 1 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer; }

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none; }

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0; }

caption {
  text-align: left; }

td,
th {
  vertical-align: top;
  padding: 0; }

th {
  text-align: left;
  font-weight: bold; }

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

@media (min-width: calc(767px + 1px)) {
  .sp_only {
    display: none; }

  .pctb_only {
    display: block; } }
@media (max-width: 767px) {
  .sp_only {
    display: block; }

  .pctb_only {
    display: none; } }
.btn {
  border: #FFE0A1 solid 2px;
  border-radius: 3px;
  position: relative;
  overflow: hidden; }
  .btn a {
    display: block;
    padding: 10px 12px;
    position: relative;
    text-align: center; }
    @media (min-width: calc(767px + 1px)) {
      .btn a {
        padding: 0.9vw 2vw;
        padding-right: 2.5vw; } }
    @media (min-width: calc(1280px + 1px)) {
      .btn a {
        padding: 12px 25px;
        padding-right: 32px; } }
    @media (max-width: 767px) {
      .btn a {
        font-size: 3.6vw; } }
  @media (min-width: calc(767px + 1px)) {
    .btn:after {
      content: '';
      position: absolute;
      top: 12px;
      right: 12px;
      width: 10px;
      height: 10px;
      margin-top: 5px;
      border-right: 2px solid #FFE0A1;
      border-bottom: 2px solid #FFE0A1;
      transform: rotate(-45deg); } }
  .btn.trial {
    background-color: #0D0D0D; }
  .btn.buy {
    background-color: #DC0000; }
    .btn.buy a {
      padding-left: 45px; }
      @media (min-width: calc(767px + 1px)) {
        .btn.buy a {
          padding-right: 45px;
          padding-left: 60px; } }
    @media (min-width: calc(767px + 1px)) {
      .btn.buy:after {
        right: 20px; } }
    .btn.buy:before {
      content: "";
      position: absolute;
      top: 5px;
      left: 8px;
      width: 28px;
      height: 28px;
      background-image: url("../img/cart.png");
      background-size: contain;
      vertical-align: middle; }
      @media (min-width: calc(767px + 1px)) {
        .btn.buy:before {
          left: 23px;
          top: 8px; } }
      @media (max-width: 767px) {
        .btn.buy:before {
          top: 1.7vw; } }

.btn a:after, a#topBtn:after, .hover li:after {
  background: #fff;
  content: "";
  height: 155px;
  left: -71px;
  opacity: .2;
  position: absolute;
  top: -63px;
  -webkit-transform: rotate(41deg);
  transform: rotate(41deg);
  -webkit-transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
  z-index: 1; }
.btn a:hover:after, a#topBtn:hover:after, .hover li:hover:after {
  left: 120%;
  -webkit-transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1); }

a#topBtn:after {
  top: -33px;
  width: 20px;
  opacity: .3; }
a#topBtn:hover:after {
  left: 180%; }

btn.buy a:after {
  opacity: .3; }

/*.slide-arrow {
    &:after {top: -33px;width: 20px;opacity: .1;}
    &:hover:after {left: 200%;} 
}*/
.hover li {
  overflow: hidden;
  position: relative; }
  .hover li:hover a {
    background: rgba(0, 0, 0, 0.2); }

a {
  display: block; }

a:link {
  color: #FFE0A1; }

a:visited {
  color: #FFE0A1; }

html {
  font-family: "Meiryo","メイリオ","ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif; }

body {
  background-color: #5a0505;
  color: #FFE0A1;
  font-size: 16px; }

#spNav {
  display: none; }

#container {
  z-index: 1;
  position: relative; }
  @media (max-width: 767px) {
    #container {
      padding-top: 64px; } }

header #gNav {
  background-color: #0D0D0D;
  height: 7.4vw;
  display: flex;
  justify-content: space-between; }
  @media (min-width: calc(1280px + 1px)) {
    header #gNav {
      height: 95px; } }
  @media (max-width: 767px) {
    header #gNav {
      height: 64px;
      width: 100%;
      position: fixed;
      top: 0;
      left: 0;
      z-index: 100; } }
  header #gNav h1 {
    margin: 0 2.7vw;
    width: auto;
    height: 100%; }
    @media (min-width: calc(1280px + 1px)) {
      header #gNav h1 {
        margin: 0 35px; } }
    @media (max-width: 767px) {
      header #gNav h1 {
        margin: 0 0 0 calc(50% - 54px);
        /*画像の半分の幅を引く*/ } }
    header #gNav h1 a {
      height: 100%; }
    header #gNav h1 img {
      max-width: auto;
      height: 100%; }
  header #gNav nav {
    flex: 1;
    position: relative;
    padding: 0 1.6vw; }
    @media (min-width: calc(1280px + 1px)) {
      header #gNav nav {
        padding: 20px; } }
    @media (max-width: 767px) {
      header #gNav nav {
        display: none; } }
    header #gNav nav ul {
      height: 100%;
      max-width: 600px;
      margin: 0 auto;
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-size: 1.8vw;
      font-weight: 900; }
      @media (min-width: calc(1280px + 1px)) {
        header #gNav nav ul {
          font-size: 21px; } }
      header #gNav nav ul a {
        display: block;
        padding: 1.6vw; }
        @media (min-width: calc(1280px + 1px)) {
          header #gNav nav ul a {
            padding: 20px; } }
    header #gNav nav #slide-line {
      position: absolute;
      bottom: 0;
      height: 5px;
      background-color: #FFE0A1;
      -webkit-transition: all .3s ease;
      transition: all .3s ease; }
  header #gNav .bnr {
    display: flex;
    align-items: center;
    margin: 0 3.9vw;
    width: 12.5vw; }
    @media (min-width: calc(1280px + 1px)) {
      header #gNav .bnr {
        margin: 0 50px;
        width: 160px; } }
    @media (max-width: 767px) {
      header #gNav .bnr {
        width: 80px;
        margin: 0 15px; } }
    header #gNav .bnr img {
      max-width: 100%;
      height: auto; }

@media (max-width: 767px) {
  .menuButton,
  .menuButton span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box; }

  .menuButton {
    width: 22px;
    height: 19px;
    position: fixed;
    top: 19px;
    left: 18px;
    z-index: 4; }
    .menuButton span {
      position: absolute;
      left: 0;
      width: 100%;
      height: 3px;
      background-color: #FFE0A1;
      border-radius: 4px; }
      .menuButton span:nth-of-type(1) {
        top: 0; }
      .menuButton span:nth-of-type(2) {
        top: 8px; }
      .menuButton span:nth-of-type(3) {
        bottom: 0; }
    .menu-open .menuButton span:nth-of-type(1) {
      -webkit-transform: translateY(8px) rotate(-315deg);
      transform: translateY(8px) rotate(-315deg); }
    .menu-open .menuButton span:nth-of-type(2) {
      opacity: 0; }
    .menu-open .menuButton span:nth-of-type(3) {
      -webkit-transform: translateY(-8px) rotate(315deg);
      transform: translateY(-8px) rotate(315deg); }

  #spNav {
    display: block;
    position: fixed;
    top: 64px;
    left: 0;
    background-color: #0D0D0D;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    z-index: 100;
    margin-left: -100%;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; }
    #spNav ul {
      margin-bottom: 5vw;
      padding: 0 9vw; }
      #spNav ul li {
        text-align: center; }
      #spNav ul.sNav {
        margin-top: 9vw; }
        #spNav ul.sNav li {
          font-weight: bold;
          border-bottom: #FFE0A1 solid 1px;
          padding: 0;
          margin: 0; }
          #spNav ul.sNav li:last-child {
            border-bottom: none; }
      #spNav ul.bnr {
        display: flex;
        flex-wrap: wrap;
        align-items: center; }
        #spNav ul.bnr li {
          width: 48%;
          margin-bottom: 5%; }
          #spNav ul.bnr li:nth-child(even) {
            margin-left: 4%; }
          #spNav ul.bnr li a {
            padding: 0; }
            #spNav ul.bnr li a img {
              max-width: 100%;
              height: auto;
              margin: 0 auto 3vw; }
    #spNav a {
      display: block;
      padding: 13px 30px 13px 10px;
      font-size: 1.4rem; }

  .menu-open #spNav {
    margin-left: 0; } }
.slider-container {
  width: 1280px;
  margin: auto; }
  @media (max-width: 1280px) {
    .slider-container {
      width: 100%; } }
  .slider-container img {
    max-width: 100%;
    height: auto; }

.slick-dots {
  bottom: -35px; }
  @media (max-width: 767px) {
    .slick-dots {
      bottom: -30px; } }
  .slick-dots li button:before {
    font-size: 40px;
    color: #FFE0A1; }
    @media (max-width: 767px) {
      .slick-dots li button:before {
        font-size: 27px; } }
  .slick-dots li.slick-active button:before {
    color: #FFE0A1; }

.slide-arrow {
  position: absolute;
  overflow: hidden;
  top: calc(50% - 50px);
  z-index: 99;
  width: 50px;
  height: 100px;
  background: rgba(0, 0, 0, 0.5); }
  @media (max-width: 767px) {
    #history .slide-arrow {
      height: 56px;
      margin-top: 0;
      top: 0;
      background: none; }
    #home .slide-arrow {
      width: 30px;
      height: 60px;
      top: calc(50% - 30px); } }
  .slide-arrow:before {
    content: "";
    position: absolute;
    top: calc(50% - 10px);
    width: 0;
    height: 0; }

.prev-arrow {
  left: 0;
  border-radius: 0 50px 50px 0; }
  .prev-arrow:before {
    right: 45%;
    border-left: 0 solid transparent;
    border-right: 15px solid #FFE0A1;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent; }

.next-arrow {
  right: 0;
  border-radius: 50px 0 0 50px; }
  .next-arrow:before {
    left: 45%;
    border-right: 0 solid transparent;
    border-left: 15px solid #FFE0A1;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent; }

main #top_lead {
  width: 1280px;
  margin: auto;
  padding: 36px 0 36px;
  font-size: 18px;
  line-height: 140%;
  text-align: center;
  text-shadow: 0 -2px 1px #000; }
  @media (max-width: 1280px) {
    main #top_lead {
      width: 100%; } }
  @media (max-width: 767px) {
    main #top_lead {
      font-size: 15px; } }
  @media (max-width: 1024px) {
    main #top_lead {
      padding-left: 5vw;
      padding-right: 5vw; } }
main #top_news {
  background-color: #0D0D0D;
  padding: 40px 0 30px;
  margin-bottom: 40px;
  position: relative; }
  main #top_news .news_waku:before,
  main #top_news .news_waku:after,
  main #top_news .news_waku_bottom:before,
  main #top_news .news_waku_bottom:after {
    position: absolute;
    content: "";
    width: 48px;
    height: 48px;
    border: #FFE0A1 solid 4px;
    background-color: #0D0D0D;
    border-radius: 24px;
    z-index: 10; }
  main #top_news .news_waku2_top:before,
  main #top_news .news_waku2_top:after,
  main #top_news .news_waku2_bottom:before,
  main #top_news .news_waku2_bottom:after {
    position: absolute;
    content: "";
    width: 46px;
    height: 46px;
    border: #FFE0A1 solid 1px;
    background-color: #0D0D0D;
    border-radius: 23px;
    z-index: 9; }
  main #top_news .news_waku {
    width: calc(1280px - (35px*2));
    margin: auto;
    position: relative;
    overflow: hidden; }
    @media (max-width: 1280px) {
      main #top_news .news_waku {
        width: 94%; } }
    main #top_news .news_waku:before {
      top: -25px;
      left: -25px; }
    main #top_news .news_waku:after {
      top: -25px;
      right: -25px; }
    main #top_news .news_waku .news_waku_bottom:before {
      bottom: -25px;
      left: -25px; }
    main #top_news .news_waku .news_waku_bottom:after {
      bottom: -25px;
      right: -25px; }
    main #top_news .news_waku .news_waku2 {
      border: #FFE0A1 solid 3px;
      padding: 2px; }
      main #top_news .news_waku .news_waku2 .news_waku2_top {
        overflow: hidden;
        position: relative; }
        main #top_news .news_waku .news_waku2 .news_waku2_top:before {
          top: -26px;
          left: -24px; }
        main #top_news .news_waku .news_waku2 .news_waku2_top:after {
          top: -26px;
          right: -24px; }
      main #top_news .news_waku .news_waku2 .news_waku2_bottom:before {
        bottom: -26px;
        left: -24px; }
      main #top_news .news_waku .news_waku2 .news_waku2_bottom:after {
        bottom: -26px;
        right: -24px; }
      main #top_news .news_waku .news_waku2 .news_inner {
        padding: 35px 110px 15px;
        border: #FFE0A1 solid 1px; }
        @media (max-width: 1280px) {
          main #top_news .news_waku .news_waku2 .news_inner {
            padding: 35px 4.3vw 15px; } }
  main #top_news h2 {
    border: none;
    position: absolute;
    top: 35px;
    left: 50%;
    transform: translate(-50%, 0);
    background-color: #0D0D0D;
    z-index: 11;
    font-size: 1.25rem;
    padding: 0 15px; }
  main #top_news dl {
    display: flex;
    flex-wrap: wrap; }
    @media (max-width: 767px) {
      main #top_news dl {
        display: block; } }
    main #top_news dl dt {
      width: 120px; }
      @media (max-width: 767px) {
        main #top_news dl dt {
          width: auto;
          margin-bottom: 3px; } }
    main #top_news dl dd {
      width: calc(100% - 120px);
      margin-bottom: 20px; }
      @media (max-width: 767px) {
        main #top_news dl dd {
          width: auto; } }
      main #top_news dl dd a {
        text-decoration: underline; }

h2 {
  background-color: #0D0D0D;
  font-size: 24px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 30px;
  padding: 12px 24px;
  border: #FFE0A1 solid 2px;
  vertical-align: middle; }

#comic {
  padding: 24px; }
  @media (max-width: 767px) {
    #comic {
      padding: 5vw;
      padding-top: calc(5vw + 64px);
      margin-top: -64px; }
      #comic #spin_area {
        padding-top: calc(5vw + 64px);
        margin-top: -64px; } }

.comic_list {
  width: 920px;
  margin: auto; }
  @media (max-width: 1280px) {
    .comic_list {
      width: calc(100% - 10vw); } }
  @media (max-width: 767px) {
    .comic_list {
      width: 100%; } }
  .comic_list .list_area {
    margin-bottom: 60px; }
  .comic_list .entry {
    margin-bottom: 60px; }
    .comic_list .entry h3 {
      font-size: 24px;
      font-weight: 900;
      border-bottom: #FFE0A1 solid 3px;
      margin-bottom: 20px;
      padding-bottom: 3px;
      position: relative;
      display: flex; }
      @media (max-width: 767px) {
        .comic_list .entry h3 {
          font-size: 20px; } }
      @media (max-width: 767px) {
        .comic_list .entry h3 {
          border-bottom-width: 2px; } }
      .comic_list .entry h3 span {
        display: block; }
        .comic_list .entry h3 span.title {
          flex: 1;
          display: flex;
          /*align-items: center;*/ }
      .comic_list .entry h3:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        border-bottom: #FFE0A1 solid 1px;
        bottom: -7px;
        left: 0; }
        @media (max-width: 767px) {
          .comic_list .entry h3:after {
            bottom: -5px; } }
    .comic_list .entry .entry-body .image {
      width: 260px;
      margin: 0 auto; }
      @media (max-width: 767px) {
        .comic_list .entry .entry-body .image {
          width: 54vw; } }
      .comic_list .entry .entry-body .image img {
        width: 100%;
        height: auto; }
    .comic_list .entry .entry-body .text {
      text-shadow: 0 1px 1px #000;
      line-height: 1.375; }
      .comic_list .entry .entry-body .text .auther {
        font-size: 20px;
        font-weight: 900;
        margin-bottom: 1em;
        margin-top: 18px; }
        @media (max-width: 767px) {
          .comic_list .entry .entry-body .text .auther {
            font-size: 16px; } }
      .comic_list .entry .entry-body .text .book_description {
        margin-bottom: 1em; }
      .comic_list .entry .entry-body .text .point {
        background-color: #B05A22;
        border: #FFE0A1 solid 2px;
        border-radius: 5px;
        padding: 8px;
        display: table;
        position: relative; }
        .comic_list .entry .entry-body .text .point:before {
          content: '';
          position: absolute;
          display: block;
          width: 0;
          height: 0;
          left: 12px;
          bottom: -20px;
          border-top: 20px solid #FFE0A1;
          border-right: 12px solid transparent;
          border-left: 12px solid transparent; }
        .comic_list .entry .entry-body .text .point:after {
          content: '';
          position: absolute;
          display: block;
          width: 0;
          height: 0;
          left: 12px;
          bottom: -17px;
          border-top: 20px solid #B05A22;
          border-right: 12px solid transparent;
          border-left: 12px solid transparent; }
      .comic_list .entry .entry-body .text .point_text {
        border: #FFE0A1 solid 2px;
        border-radius: 5px;
        padding: 24px 8px 22px;
        margin-top: -2px; }
      .comic_list .entry .entry-body .text .btn_box {
        margin-top: 24px;
        display: flex;
        /*a { text-align: center;}*/ }
        .comic_list .entry .entry-body .text .btn_box .btn {
          flex: 1; }
        .comic_list .entry .entry-body .text .btn_box .btn + .btn {
          margin-left: 20px; }
        @media (max-width: 767px) {
          .comic_list .entry .entry-body .text .btn_box {
            justify-content: center; } }

.list_crown h3 .title {
  padding-top: 5px;
  align-items: center; }
.list_crown h3 .rank img {
  width: 74px;
  height: 51px;
  margin: 3px 14px 3px 0; }
  .list_crown h3 .rank img include sp {
    width: 8vw;
    height: 5.512vw; }
@media (min-width: calc(1024px + 1px)) {
  .list_crown .entry-body {
    display: flex;
    align-items: flex-start; } }
.list_crown .entry-body .image {
  width: 340px;
  background: url("../img/frame.png") no-repeat 0 0;
  background-size: 100% 100%;
  padding: 35px; }
  @media (max-width: 767px) {
    .list_crown .entry-body .image {
      width: 68vw;
      padding: 7vw; } }
@media (min-width: calc(1024px + 1px)) {
  .list_crown .entry-body .text {
    margin-left: 24px;
    flex: 1; } }
.list_crown.row3 .entry .entry-body {
  display: block; }
  @media (min-width: calc(767px + 1px)) {
    .list_crown.row3 .entry .entry-body .image {
      height: 28vw; } }
  @media (min-width: calc(1024px + 1px)) {
    .list_crown.row3 .entry .entry-body .image {
      height: 320px; } }

.list_row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media (max-width: 767px) {
    .list_row {
      display: block; } }
  .list_row .entry .entry-body .image {
    text-align: center; }
    @media (min-width: calc(767px + 1px)) {
      .list_row .entry .entry-body .image {
        width: auto;
        height: 300px; }
        .list_row .entry .entry-body .image img {
          width: auto;
          height: 100%; } }
    @media (min-width: calc(1024px + 1px)) {
      .list_row .entry .entry-body .image {
        width: auto;
        height: 320px; } }
  @media (min-width: calc(1024px + 1px)) {
    .list_row.row2 .entry {
      width: calc((100% - 40px) / 2);
      margin-bottom: 80px; } }
  @media (max-width: 1024px) {
    .list_row.row2 .entry {
      width: 100%; } }
  @media screen and (min-width: calc(1024px + 1px)) and (max-width: 1280px) {
    .list_row.row2 .entry .btn a {
      padding: 0.9vw 1.8vw 0.9vw 1vw; }
    .list_row.row2 .entry .btn.buy:before {
      left: 12px; } }
  @media (min-width: calc(767px + 1px)) {
    .list_row.row2 .entry h3 {
      margin-bottom: 24px; }
    .list_row.row2 .entry .entry-body .text .auther {
      margin-top: 24px; } }
  @media (max-width: 767px) {
    .list_row.row4 {
      display: flex; } }
  .list_row.row4 .entry h3 {
    display: block;
    font-size: 20px; }
    .list_row.row4 .entry h3 .rank {
      text-align: center; }
  @media (min-width: calc(1024px + 1px)) {
    .list_row.row4 .entry {
      width: calc((100% - 90px) / 4); } }
  @media screen and (min-width: calc(767px + 1px)) and (max-width: 1024px) {
    .list_row.row4 .entry {
      width: calc((100% - 40px) / 3); } }
  @media (max-width: 767px) {
    .list_row.row4 .entry {
      width: calc((100% - 20px) / 2); } }
  @media (min-width: calc(1024px + 1px)) {
    .list_row.row4 .entry .entry-body .image {
      width: auto;
      height: 220px; } }
  @media screen and (min-width: calc(767px + 1px)) and (max-width: 1024px) {
    .list_row.row4 .entry .entry-body .image {
      width: auto;
      height: 24vw; } }
  @media (max-width: 767px) {
    .list_row.row4 .entry .entry-body .image {
      width: auto;
      height: 44vw; }
      .list_row.row4 .entry .entry-body .image img {
        width: auto;
        height: 100%; } }
  @media (min-width: calc(767px + 1px)) {
    .list_row.row3 .entry {
      width: calc((100% - 40px) / 3); }
      .list_row.row3 .entry h3 {
        display: block;
        font-size: 20px; }
        .list_row.row3 .entry h3 .rank {
          text-align: center; } }
  .list_row.row3 .entry .entry-body {
    text-align: center; }
    .list_row.row3 .entry .entry-body .text {
      text-align: left; }
    @media (min-width: calc(767px + 1px)) {
      .list_row.row3 .entry .entry-body .image {
        padding: 22px;
        display: inline-block; } }
    @media (min-width: calc(1024px + 1px)) {
      .list_row.row3 .entry .entry-body .image {
        padding: 28px; } }
  .list_row.row3 .entry .entry-body .text .auther, .list_row.row4 .entry .entry-body .text .auther {
    font-size: 16px; }
  .list_row.row3 .btn a, .list_row.row4 .btn a {
    padding-right: 35px;
    padding-left: 50px; }
  .list_row.row3 .btn_box, .list_row.row4 .btn_box {
    justify-content: center; }
  .list_row.row3 .btn.buy, .list_row.row4 .btn.buy {
    max-width: 200px;
    /*&:before {
    left: 18px;
    top: 4px;
}*/ }

#history #pageTitle {
  width: 1280px;
  margin: auto;
  height: 288px;
  background: url("../img/history_title_bg.jpg?0119") no-repeat center center;
  background-size: auto 100%;
  font-size: 32px;
  font-weight: 900;
  line-height: 1.4;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center; }
  @media (max-width: 1280px) {
    #history #pageTitle {
      width: 100%; } }
  @media (max-width: 767px) {
    #history #pageTitle {
      height: 40vw;
      font-size: 24px; } }
@media (max-width: 767px) {
  #history #comic {
    margin-top: calc(-60px);
    padding-top: 140px; } }
#history .pageNav {
  /*display: flex;
  justify-content: center;*/
  width: 920px;
  margin: auto;
  box-sizing: border-box;
  padding: 20px; }
  #history .pageNav .item {
    width: calc(880px / 6); }
  @media (max-width: 1280px) {
    #history .pageNav {
      width: calc(100% - 10vw - 40px); }
      #history .pageNav .item {
        width: calc((90vw - 80px) / 6); } }
  @media screen and (min-width: calc(767px + 1px)) and (max-width: 1024px) {
    #history .pageNav .item {
      width: calc((90vw - 90px) / 5); } }
  @media (max-width: 767px) {
    #history .pageNav {
      position: absolute;
      width: 100%;
      background-color: #0D0D0D; }
      #history .pageNav .item {
        width: auto; } }
  #history .pageNav a {
    text-align: center; }
  #history .pageNav .text {
    text-align: center;
    font-weight: 900; }
  #history .pageNav .image {
    height: 172px;
    display: inline-block;
    background: url("../img/frame.png") no-repeat 0 0;
    background-size: 100% 100%;
    padding: 15px;
    margin: auto; }
    @media screen and (min-width: calc(767px + 1px)) and (max-width: 1024px) {
      #history .pageNav .image {
        height: 17vw; } }
    #history .pageNav .image img {
      width: auto;
      height: 100%; }
  @media (max-width: 767px) {
    #history .pageNav.fixed {
      position: fixed;
      top: 64px;
      z-index: 98; } }
  @media (max-width: 767px) {
    #history .pageNav {
      max-width: 100%;
      overflow: hidden;
      padding: 20px 40px;
      background-color: #0D0D0D;
      position: absolute; }
      #history .pageNav .image {
        display: none; } }
#history .item a {
  padding: 0 10px; }

#news_area {
  width: 1280px;
  margin: auto;
  padding: 50px 120px; }
  @media (max-width: 1280px) {
    #news_area {
      width: 100%; } }
  @media (max-width: 1024px) {
    #news_area {
      padding: 3vw 4vw 5vw; } }
  @media (max-width: 767px) {
    #news_area .news-entry-container {
      padding-top: 70px;
      margin-top: -70px; } }
  #news_area .news-entry {
    background-color: #3B0000;
    padding: 25px 110px;
    margin-bottom: 30px; }
    @media (max-width: 1024px) {
      #news_area .news-entry {
        padding: 4vw 7vw; } }
    #news_area .news-entry h3 {
      font-size: 24px;
      line-height: 1.3;
      font-weight: bold;
      border-bottom: #FFE0A1 solid 1px;
      padding-bottom: 2px;
      margin-bottom: 1em; }
    #news_area .news-entry .news-body img {
      max-width: 100%;
      height: auto; }
    #news_area .news-entry .news-body p {
      line-height: 1.5;
      margin-bottom: 1.5em; }
      @media (min-width: calc(767px + 1px)) {
        #news_area .news-entry .news-body p + ul {
          margin-top: -0.5em; } }
    #news_area .news-entry .news-body figcaption {
      margin: 0.8em 0; }
    #news_area .news-entry .news-body h2, #news_area .news-entry .news-body h3 {
      font-size: initial;
      border: none;
      padding: 0;
      background-color: transparent;
      text-align: left; }
    #news_area .news-entry .news-body h1, #news_area .news-entry .news-body h2, #news_area .news-entry .news-body h3, #news_area .news-entry .news-body h4 {
      font-size: 1.2em;
      font-weight: 900;
      line-height: 1.2;
      margin: 2rem 0; }
    #news_area .news-entry .news-body h5 {
      font-size: 1.1em;
      font-weight: 900;
      margin: 2rem 0; }
    #news_area .news-entry .news-body h6 {
      font-weight: 900;
      margin: 2rem 0; }
    #news_area .news-entry .news-body hr {
      margin: 2em 0; }
    #news_area .news-entry .news-body ul li {
      line-height: 1.5;
      list-style-type: disc;
      margin-left: 1em; }
      @media (min-width: calc(767px + 1px)) {
        #news_area .news-entry .news-body ul li {
          margin-bottom: 0.5em; } }
      @media (max-width: 767px) {
        #news_area .news-entry .news-body ul li {
          margin-bottom: 1.5em; } }
    #news_area .news-entry .news-body .youtube {
      position: relative;
      max-width: 100%;
      padding-top: 56.25%; }
      #news_area .news-entry .news-body .youtube iframe {
        position: absolute;
        top: 0;
        right: 0;
        width: 100% !important;
        height: 100% !important; }
    #news_area .news-entry .news-body a {
      color: #FFAB00;
      display: inline; }

.pagenate {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 80px; }
  .pagenate ul {
    display: flex;
    justify-content: center; }
  .pagenate li + li {
    margin-left: 20px; }
  .pagenate li a, .pagenate li > span {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border: #FFE0A1 solid 1px; }
  @media (min-width: calc(767px + 1px)) {
    .pagenate.number li a, .pagenate.number li > span {
      width: 60px;
      height: 40px; }
    .pagenate.number.link_before, .pagenate.number.link_next {
      border: none;
      width: 30px; }
    .pagenate.number li > span {
      background-color: #3B0000; }
    .pagenate.number li a:after {
      content: none; } }
  @media (max-width: 767px) {
    .pagenate.number li {
      display: none; }
    .pagenate.number li:first-child, .pagenate.number li:last-child {
      display: block; }
    .pagenate.number li a {
      font-size: 3.6vw;
      width: 35vw; } }
  .pagenate li a {
    position: relative;
    width: 300px;
    height: 60px;
    border-radius: 3px;
    border-width: 2px; }
    @media (max-width: 767px) {
      .pagenate li a {
        width: 42vw;
        font-weight: bold;
        font-size: 3vw; } }
  .pagenate li a:after {
    content: '';
    position: absolute;
    top: calc(50% - 7px);
    width: 12px;
    height: 12px;
    transform: rotate(-45deg); }
  .pagenate li a.link_before:after {
    left: 15px;
    border-left: 2px solid #FFE0A1;
    border-top: 2px solid #FFE0A1; }
  .pagenate li a.link_next:after {
    right: 15px;
    border-right: 2px solid #FFE0A1;
    border-bottom: 2px solid #FFE0A1; }

#footer {
  background-color: #0D0D0D;
  padding: 50px 0 52px; }
  #footer ul {
    margin-bottom: 57px;
    display: flex;
    justify-content: center; }
    @media (max-width: 767px) {
      #footer ul.fnav {
        flex-wrap: wrap; } }
  #footer .bnr {
    align-items: center; }
    #footer .bnr li + li {
      margin-left: 74px; }
      @media (max-width: 1280px) {
        #footer .bnr li + li {
          margin-left: 30px; } }
    #footer .bnr.pcbnr {
      max-width: 1280px;
      padding: 0 20px;
      margin-left: auto;
      margin-right: auto; }
      #footer .bnr.pcbnr li a img {
        max-width: 100%;
        height: auto; }
      @media (min-width: calc(767px + 1px)) {
        #footer .bnr.pcbnr li + li {
          margin-left: 30px; } }
    @media (max-width: 1024px) {
      #footer .bnr {
        padding: 0 5%;
        flex-wrap: wrap;
        align-items: center; }
        #footer .bnr li + li {
          margin-left: 5%; }
        #footer .bnr li {
          width: 40%;
          margin: 0 5%; }
          #footer .bnr li a img {
            width: 40vw;
            max-width: 300px;
            height: auto;
            margin: 0 auto 3vw; } }
  #footer .copyright {
    font-size: 20px;
    font-weight: 900;
    text-align: center; }
    @media (max-width: 767px) {
      #footer .copyright {
        font-size: 3vw; } }
  #footer .accessibility {
    max-width: 1280px;
    margin: 0 auto 60px;
    padding: 0 20px;
    font-size: 12px;
    line-height: 1.6; }
    #footer .accessibility dt {
      font-weight: bold; }
    #footer .accessibility dd {
      margin-top: 0.2em; }
    #footer .accessibility dd + dt {
      margin-top: 0.8em; }
    @media (min-width: calc(767px + 1px)) {
      #footer .accessibility {
        font-size: 14px; } }

#topBtn {
  display: none;
  position: fixed;
  overflow: hidden;
  z-index: 100;
  padding-top: 38px;
  bottom: 3vw;
  right: 3vw;
  width: 60px;
  height: 60px;
  font-size: 10px;
  text-align: center;
  background-color: #0D0D0D;
  /*#5a0505*/
  border: #FFE0A1 solid 2px;
  border-radius: 5px; }
  #topBtn:before {
    content: "";
    position: absolute;
    top: -5px;
    right: 18px;
    border-top: 15px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 15px solid #FFE0A1;
    border-left: 10px solid transparent; }

.slick-slide {
  outline: none; }

/* youtube */
#top_youtube {
  margin-top: 10px;
  margin-bottom: 50px; }

.youtube {
  max-width: 640px;
  margin: auto; }
  .youtube > div {
    position: relative;
    padding-top: 56.25%; }
    .youtube > div > iframe {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0px; }
