@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* CSS Document */
@media screen and (max-width: 750px) {
  html {
    font-size: 2.667vw;
  }
}

body {
  color: #555;
  font: 14px/1.7 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, sans-serif;
  -webkit-text-size-adjust: none;
  min-width: 1160px;
}
@media screen and (max-width: 750px) {
  body {
    min-width: 0;
  }
}

img {
  border: 0;
  vertical-align: top;
}

sup {
  vertical-align: super;
  font-size: 0.6em;
}

/**
 * ANCHOR
 */
a,
.text-link {
  color: #1183c0;
}

.mr a,
a.mr,
a:hover {
  text-decoration: none;
}

.mr a:hover,
a.mr:hover {
  text-decoration: underline;
}

/**
 * ALIGN
 */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/**
 * FLOAT
 */
.float-left {
  float: left;
}

.float-right {
  float: right;
}

.clear {
  clear: both;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

@media screen and (max-width: 750px) {
  .is-pc {
    display: none !important;
  }
}

@media screen and (min-width: 751px) {
  .is-sp {
    display: none !important;
  }
}

/**
 * LAYOUT
 */
.block {
  min-width: 1060px;
}
@media screen and (max-width: 750px) {
  .block {
    min-width: 0;
  }
}

.layout {
  width: 1060px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .layout {
    width: 100%;
    padding: 0 1.5rem;
    box-sizing: border-box;
  }
}

.dt {
  display: flex;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .dt {
    flex-direction: column;
  }
}

.dtc {
  flex-grow: 1;
}

/**
 * HEADER
 */
header {
  position: relative;
}
@media screen and (max-width: 750px) {
  header {
    overflow: hidden;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 101;
    background: #fff;
  }
}
header > .wrapper {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 750px) {
  header > .wrapper {
    height: 5.3rem;
    padding: 0 1.5rem;
    box-sizing: border-box;
  }
}
header h1 {
  float: left;
  padding: 15px 0;
}
@media screen and (max-width: 750px) {
  header h1 {
    padding: 0;
    margin-right: 1rem;
  }
}
header h1 span {
  color: #333;
  font-size: 1.286em;
  display: inline-block;
  line-height: 53px;
  margin: 0 0.9em;
}
@media screen and (max-width: 750px) {
  header h1 a img {
    display: block;
    width: 9.238rem;
  }
}
@media screen and (max-width: 750px) {
  header .manga-marketing img {
    width: 20.6rem;
    margin: 0 !important;
  }
}
header .nav-burger {
  display: none;
}
@media screen and (max-width: 750px) {
  header .nav-burger {
    display: block;
    position: absolute;
    right: 1.5rem;
    top: 2.1rem;
    z-index: 999;
  }
}
header .nav-burger .wrapper {
  position: relative;
  width: 1.6rem;
  height: 1.5rem;
}
header .nav-burger .wrapper .line {
  width: 1.6rem;
  height: 0.3rem;
  background-color: #333333;
  position: absolute;
  left: 0;
}
.nav-view header .nav-burger .wrapper .line {
  bottom: 50% !important;
  margin: auto;
  top: 50% !important;
  transition: all 0.3s;
}
header .nav-burger .wrapper .line:nth-child(1) {
  top: 0;
  transition: all 0.3s;
}
.nav-view header .nav-burger .wrapper .line:nth-child(1) {
  transform: rotate(45deg);
}
header .nav-burger .wrapper .line:nth-child(2) {
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transition: right 0.3s;
}
.nav-view header .nav-burger .wrapper .line:nth-child(2) {
  right: -500%;
  transition: right 0.3s;
}
header .nav-burger .wrapper .line:nth-child(3) {
  bottom: 0;
  transition: all 0.3s;
}
.nav-view header .nav-burger .wrapper .line:nth-child(3) {
  transform: rotate(-45deg);
}
header nav {
  display: flex;
  margin-left: auto;
}
@media screen and (max-width: 750px) {
  header nav {
    position: fixed;
    top: 0;
    left: 0;
    margin-right: 0;
    float: none;
    display: block;
    height: 100vh;
    width: 100%;
    z-index: 99;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    overflow: hidden;
  }
  .nav-view header nav {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
    pointer-events: auto;
    background-color: #00000099;
  }
}
header nav ul {
  display: flex;
  align-items: center;
  gap: 1em;
}
@media screen and (max-width: 750px) {
  header nav ul {
    display: block;
    position: absolute;
    top: 0;
    right: -100%;
    transition: right 0.3s;
    width: 22.4rem;
    background-color: #fff;
    height: 100%;
    padding-top: 5.6rem;
  }
  .nav-view header nav ul {
    right: 0;
    transition: right 0.3s;
  }
}
header nav li {
  display: table-cell;
  vertical-align: middle;
}
@media screen and (max-width: 750px) {
  header nav li {
    display: block;
    height: 4.6rem;
    width: 100%;
    position: relative;
  }
  header nav li::before {
    content: "";
    display: block;
    height: 100%;
    width: 0.5rem;
    position: absolute;
    left: 0;
    top: 0;
  }
  header nav li.is-archive::before {
    background-color: #d0000e;
  }
  header nav li.is-manga::before {
    background-color: #1457a7;
  }
  header nav li.is-success::before {
    background-color: #157f1f;
  }
  header nav li.is-manage::before {
    background-color: #666666;
  }
  header nav li:not(:last-child) {
    border-bottom: 1px solid #b7b7b7;
  }
}
header nav li a {
  font-size: 1.1428em;
  text-decoration: none;
  color: #333;
  padding: 0.5em 1em;
  display: block;
  text-align: center;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
  border-radius: 0.3em;
}
@media screen and (max-width: 750px) {
  header nav li a {
    font-size: 1.6rem;
    line-height: 4.6rem;
    padding: 0 1.5rem;
    text-align: left;
    width: auto;
  }
}
@media screen and (min-width: 751px) {
  header nav li a:hover, header nav li a.active {
    color: #fff;
  }
}
header nav li a.l_arch {
  border: 1px solid #d0000e;
  box-shadow: 3px 3px 0 #6a0007;
  font-weight: bold;
}
@media screen and (min-width: 751px) {
  header nav li a.l_arch.active, header nav li a.l_arch:hover {
    background: #d0000e;
  }
}
header nav li a.l_arch:active {
  transform: translate(2px, 2px);
  box-shadow: 1px 1px 0 #6a0007;
}
.l_search-view header nav li a.l_arch {
  display: none;
}
header nav li a.l_mang {
  border: 1px solid #1457a7;
  box-shadow: 3px 3px 0 #04101e;
  font-weight: bold;
}
@media screen and (min-width: 751px) {
  header nav li a.l_mang.active, header nav li a.l_mang:hover {
    background: #1457a7;
  }
}
header nav li a.l_mang:active {
  transform: translate(2px, 2px);
  box-shadow: 1px 1px 0 #09284c;
}
.l_search-view header nav li a.l_mang {
  display: none;
}
header nav li a.l_succ {
  border: 1px solid #157f1f;
  box-shadow: 3px 3px 0 #07270a;
  font-weight: bold;
}
@media screen and (min-width: 751px) {
  header nav li a.l_succ.active, header nav li a.l_succ:hover {
    background: #157f1f;
  }
}
header nav li a.l_succ:active {
  transform: translate(2px, 2px);
  box-shadow: 1px 1px 0 #07270a;
}
.l_search-view header nav li a.l_succ {
  display: none;
}
header nav li a.l_search {
  width: 45px;
  text-align: right;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (min-width: 751px) {
  header nav li a.l_search:hover {
    transform: scale(1.1);
  }
}
header nav li.sub {
  padding-left: 1em;
  position: absolute;
  right: 0;
  top: 0;
}
header nav li.sub a {
  padding: 0.4em 1em;
  width: auto;
  vertical-align: middle;
  font-size: 0.8em;
  display: inline-block;
  background: #666;
  color: #fff;
}
header nav li.sub a:hover {
  color: #fff;
  background: #999;
}
header nav li form {
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  width: 0;
}
.l_search-view header nav li form {
  width: 180px;
}
header nav li form input {
  font-size: 16px;
  padding: 5px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  width: 180px;
  border: none;
  border-bottom: 1px solid #000;
  outline: none;
}

/**
 * FOOTER
 */
footer {
  margin-top: 80px;
}
@media screen and (max-width: 750px) {
  footer {
    margin-top: 0;
  }
}
footer .inner {
  padding: 30px 0;
  background: #000;
}
footer .layout {
  position: relative;
}
footer .layout .to-top {
  position: fixed;
  bottom: -60px;
  right: 50px;
  transition: bottom 0.3s;
}
.pin footer .layout .to-top {
  bottom: 50px;
}
footer p.copyright {
  text-align: center;
  font-size: 12px;
  color: #fff;
}
footer p.copyright span {
  float: right;
}
footer p.copyright span a {
  color: #fff;
}

/**
 * Fixed banner
 */
.fixed-banner {
  position: fixed;
  right: 0;
  top: 50%;
  margin-top: -109px;
  z-index: 100;
}
@media screen and (max-width: 750px) {
  .fixed-banner {
    text-align: center;
  }
}
.fixed-banner a {
  text-decoration: none;
}
@media screen and (min-width: 751px) {
  .fixed-banner a {
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .fixed-banner a:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 750px) {
  .fixed-banner {
    top: auto;
    bottom: 0;
    left: 0;
    margin: auto;
    background-color: #bf2820;
  }
}
.fixed-banner span.is-sp {
  text-align: center;
  color: #fff;
  font-size: 2.2rem;
  font-family: "Noto Sans";
  font-weight: 700;
  line-height: 5.6rem;
}
.fixed-banner span.is-sp img {
  display: inline-block;
  margin-right: 1rem;
  vertical-align: middle;
  transform: translateY(-0.3rem);
}
.fixed-banner.is-sp {
  position: sticky;
  bottom: 0;
  left: 0;
}

/**
 * CONTENTS
 */
._page-header {
  border-top: 5px;
  border-style: solid;
  border-bottom: 1px solid #b7b7b7 !important;
  position: relative;
  z-index: 1;
  background: #fff;
}
@media screen and (max-width: 750px) {
  ._page-header {
    margin-top: 5.3rem;
    border-top: 0.3rem solid #d0000e;
  }
}
._page-header h1 {
  line-height: 120px;
  font-size: 36px;
  color: #333;
}
@media screen and (max-width: 750px) {
  ._page-header h1 {
    font-size: 2rem;
    line-height: 1;
    padding: 1.25rem 0;
  }
}
._page-header h1 p {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.2;
  margin-left: 20px;
}
@media screen and (max-width: 750px) {
  ._page-header h1 p {
    margin-left: 1.5rem;
  }
}
._page-header h1 .disp-result {
  display: inline-block;
  border: 1px solid #b7b7b7;
  font-size: 16px;
  font-weight: normal;
  color: #333;
  line-height: 25px;
  padding: 0 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  vertical-align: middle;
}
@media screen and (max-width: 750px) {
  ._page-header h1 .disp-result {
    box-sizing: border-box;
    padding: 0 1rem;
    font-size: 1.1rem;
  }
}
._page-header h1 .disp-result strong {
  color: #c60000;
  font-size: 1.2em;
  margin-right: 0.2em;
}
@media screen and (max-width: 750px) {
  ._page-header h1 .disp-result strong {
    font-size: 1.5rem;
  }
}
._page-header h1 .disp-note {
  display: block;
  font-size: 12px;
  font-weight: normal;
}
@media screen and (max-width: 750px) {
  ._page-header h1 .disp-note {
    font-size: 0.8rem;
    padding-top: 0.4rem;
  }
}
._page-header.arch {
  border-color: #d0000e;
}
._page-header.manga {
  border-color: #1457a7;
}
@media screen and (max-width: 750px) {
  ._page-header.manga .detail-info {
    padding: 1.5rem 1.5rem 2.5rem;
  }
}
@media screen and (max-width: 750px) {
  ._page-header.manga .detail-info figure img {
    height: 6.4rem;
    width: 6.4rem;
  }
}
._page-header.succ {
  border-color: #157f1f;
}
._page-header.succ .detail-info:not(.is-login) {
  min-height: 180px;
}
@media screen and (max-width: 750px) {
  ._page-header.succ .detail-info:not(.is-login) {
    min-height: 10.5rem;
  }
}
@media screen and (max-width: 750px) {
  ._page-header.succ .detail-info {
    padding: 1.5rem 1.5rem 2.5rem;
  }
}
@media screen and (max-width: 750px) {
  ._page-header.succ .detail-info figure img {
    height: 6.4rem;
    width: 6.4rem;
  }
}

.push-button {
  -webkit-appearance: none;
  appearance: none;
  font-size: 14px;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  outline: none;
  border: none;
  padding: 5px 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  box-shadow: 0 5px #ccc;
  border: 1px solid #ddd;
  background-color: #eee;
  color: #333;
}
.push-button:hover {
  background: #e6e6e6;
}
.push-button:active {
  transform: translateY(4px);
  box-shadow: 0 3px #bebdbd;
}
.push-button-small {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 3px 5px;
  font-size: 12px;
}
.push-button-big {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 12px 22px;
  font-size: 16px;
}
@media screen and (max-width: 750px) {
  .push-button-big {
    min-height: 3.4rem;
    font-size: 1.4rem;
    padding: 0 1.4rem;
    text-align: center;
    line-height: 3.4rem;
    box-shadow: 0 0.3rem #ccc;
    border-radius: 0.3rem;
  }
}
.push-button-primary {
  color: #fff;
  background-color: #c60000;
  box-shadow: 0 5px #7a0000;
  border-color: #7a0000;
  -webkit-text-shadow: 1px 1px rgba(0, 0, 0, 0.6);
  -moz-text-shadow: 1px 1px rgba(0, 0, 0, 0.6);
  -ms-text-shadow: 1px 1px rgba(0, 0, 0, 0.6);
  -o-text-shadow: 1px 1px rgba(0, 0, 0, 0.6);
  text-shadow: 1px 1px rgba(0, 0, 0, 0.6);
}
.push-button-primary:hover {
  background: #b70000;
}
.push-button-primary:active {
  background-color: #af0606;
  box-shadow: 0 3px #7a0f0f;
}
.push-button-primary[disabled] {
  background-color: #7a7a7a;
  box-shadow: 0 0 #2e2e2e;
  border-color: #2e2e2e;
  cursor: not-allowed;
}
.push-button-relate {
  color: #fff;
  background-color: #003d99;
  box-shadow: 0 5px #001b44;
  border-color: #001b44;
  -webkit-text-shadow: 1px 1px rgba(0, 0, 0, 0.6);
  -moz-text-shadow: 1px 1px rgba(0, 0, 0, 0.6);
  -ms-text-shadow: 1px 1px rgba(0, 0, 0, 0.6);
  -o-text-shadow: 1px 1px rgba(0, 0, 0, 0.6);
  text-shadow: 1px 1px rgba(0, 0, 0, 0.6);
}
.push-button-relate:hover {
  background: #00378a;
}
.push-button-relate:active {
  box-shadow: 0 3px #00193e;
}

/**
 * Form
 */
main {
  position: relative;
}
main input[type=text],
main input[type=number] {
  border: 1px solid #acacac;
  font-size: 16px;
  outline: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 8px;
  -webkit-appearance: none;
  appearance: none;
  -moz-box-shadow: inset 0 0 3px #acacac;
  -webkit-box-shadow: inset 0 0 3px #acacac;
  box-shadow: inset 0 0 3px #acacac;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
main input[type=text]:focus,
main input[type=number]:focus {
  background: #fafafa;
}
main select.select {
  background: #fff;
  border: 1px solid #aaa;
  width: 100%;
  height: 36px;
  padding: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: inherit;
  font-weight: inherit;
}

/**
 * ToolTip
 */
.tips-wrap {
  position: relative;
}
.tips-wrap .tips {
  display: none;
  position: absolute;
  padding: 15px;
  border: 1px solid #d7d7d7;
  background-color: #f9f9f9;
  box-shadow: 0px 1px 6.79px 0.21px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  margin-top: 10px;
  z-index: 2;
}
.tips-wrap .tips::before, .tips-wrap .tips::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  border-style: solid;
  border-width: 0 5px 10px 5px;
  left: 20px;
}
.tips-wrap .tips::before {
  border-color: transparent transparent #d7d7d7 transparent;
  top: -12px;
}
.tips-wrap .tips::after {
  border-color: transparent transparent #f9f9f9 transparent;
  top: -10px;
}
.tips-wrap .tips ul {
  margin: -0.5em 0 0;
}
.tips-wrap .tips ul li {
  margin: 0.5em 0;
}
.tips-wrap.tips-wrap-visible .tips {
  display: block;
}
.tips-wrap.tips-wrap-hover:hover .tips {
  display: block;
}
.tips-wrap.tips-wrap-hover-right .tips {
  right: 0;
}
.tips-wrap.tips-wrap-hover-right .tips::before, .tips-wrap.tips-wrap-hover-right .tips::after {
  right: 20px;
  left: auto;
}
.tips-wrap .tips-form {
  min-width: 200px;
}
.tips-wrap .tips-form dt {
  display: block;
  font-size: 0.8em;
}
.tips-wrap .tips-form dt ~ dt {
  margin-top: 0.6em;
}
.tips-wrap .tips-form dd input[type=text] {
  width: 100%;
}
.tips-wrap .tips-form label {
  cursor: pointer;
}
.tips-wrap .tips-form .btn-holder {
  margin-top: 10px;
  text-align: right;
}

/**
 * Search Panel Style
 */
@media screen and (max-width: 750px) {
  .search-wrap {
    height: auto !important;
    display: none;
  }
  .search-view .search-wrap {
    display: block;
  }
}
.search-wrap-btn {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  box-shadow: none;
  background-color: #fff;
  width: 100%;
  text-align: left;
  position: relative;
  border-top: 1px solid #b7b7b7;
  border-bottom: 1px solid #b7b7b7;
  font-size: 1.6rem;
  line-height: 1;
  padding: 1.5rem;
  z-index: 1;
}
.search-wrap-btn::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 1.5rem;
  width: 1.343rem;
  height: 0.671rem;
  background: url("../img/page/archive/arrow-search.svg") no-repeat center center/cover;
  transition: all 0.3s;
  transform: rotate(180deg);
}
.search-view .search-wrap-btn::after {
  transform: rotate(0deg);
  transition: all 0.3s;
}

.search-panel {
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.search-panel .search-panel-inner {
  padding: 40px 0 50px;
}
@media screen and (max-width: 750px) {
  .search-panel .search-panel-inner {
    padding: 1.5rem 0 0.9rem;
  }
}
.search-panel .check-trigger-wrap {
  position: relative;
}
@media screen and (max-width: 750px) {
  .search-panel .check-trigger-wrap h2 {
    font-size: 1.6rem;
    font-weight: bold;
    color: #333333;
    line-height: 1;
    margin-top: 1.2rem;
    margin-bottom: 0.8rem;
  }
}
.search-panel .check-trigger-wrap label {
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .search-panel .check-trigger-wrap label {
    color: #333333;
  }
}
.search-panel .check-trigger-wrap .check-trigger-layout {
  position: absolute;
  right: 10px;
  top: 5px;
}
@media screen and (max-width: 750px) {
  .search-panel .check-trigger-wrap .check-trigger-layout {
    top: 0;
    right: 0;
  }
}
@media screen and (max-width: 750px) {
  .search-panel .check-trigger-wrap .check-trigger-layout input {
    transform: translateY(-0.2rem);
  }
}
@media screen and (max-width: 750px) {
  .search-panel .check-trigger-wrap {
    padding-bottom: 1.5rem;
    position: relative;
  }
  .search-panel .check-trigger-wrap:not(:last-child) {
    margin-bottom: 1.5rem;
  }
  .search-panel .check-trigger-wrap::after {
    content: "";
    width: calc(100% + 3rem);
    height: 1px;
    background-color: #b7b7b7;
    position: absolute;
    bottom: -1px;
    left: -1.5rem;
  }
}
@media screen and (min-width: 751px) {
  .search-panel dl dd {
    padding-left: 20px;
    padding-right: 20px;
  }
  .search-panel dl dd + dd {
    border-left: 1px solid #898989;
  }
  .search-panel dl dd:first-child {
    padding-left: 0;
  }
  .search-panel dl dd:last-child {
    padding-right: 0;
  }
  .search-panel dl dd:nth-child(3) label h2 {
    margin-top: 10px;
    margin-bottom: 3px;
  }
  .search-panel dl dd h2 {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .search-panel dl dd h2.small {
    font-size: 14px;
  }
  .search-panel dl dd input[type=text] {
    height: 32px;
    width: 100%;
    font-size: 16px;
  }
}
.search-panel ul li {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.search-panel ul li i {
  font-style: normal;
}
@media screen and (max-width: 750px) {
  .search-panel ul li {
    display: block;
  }
  .search-panel ul li:not(:last-child) {
    margin-bottom: 1rem;
  }
}
.search-panel ul li label {
  display: block;
  position: relative;
  padding-left: 22px;
  line-height: 1.5;
  margin-bottom: 3px;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .search-panel ul li label {
    font-size: 1.4rem;
    color: #333333;
    padding-left: 1.6rem;
    line-height: 1;
    margin-bottom: 0;
  }
}
.search-panel ul li label input {
  position: absolute;
  top: 2px;
  left: 0;
}
@media screen and (max-width: 750px) {
  .search-panel ul li label input {
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
.search-panel ul li ul {
  display: none;
  background: #eee;
  padding: 0.5em 1em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 10px;
}
.search-panel ul li.view-child {
  float: none;
  width: 100%;
}
.search-panel ul li.view-child ul {
  display: block;
}
.search-panel ul.half li {
  min-width: 50%;
  float: left;
}
@media screen and (min-width: 751px) {
  .search-panel ul.cubic li {
    min-width: 33%;
    float: left;
    padding-right: 1.5em;
  }
}
.search-panel ul.cc-panel-list li {
  min-width: 50%;
}
.search-panel ul.cc-panel-list li.view-child li {
  min-width: 15em;
}
.search-panel .announce {
  font-size: 0.9em;
  padding: 5px 8px;
  background: #f5f5f5;
  border: 1px solid #ccc;
  line-height: 1.3;
  margin-bottom: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.search-panel .tag-list-button {
  text-align: right;
  margin-top: 10px;
}
.search-panel .tag-list-button button {
  background: none;
  border: none;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  color: inherit;
  text-decoration: underline;
  cursor: pointer;
  outline: none;
}
.search-panel .tag-list-button button:hover {
  text-decoration: none;
}
.search-panel .input-search {
  margin-top: 25px;
}
@media screen and (max-width: 750px) {
  .search-panel .input-search {
    margin-top: 1.5rem;
  }
}
@media screen and (min-width: 751px) {
  .search-panel .input-search .s-box {
    float: left;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.search-panel .input-search .s-box label span {
  font-size: 16px;
}
@media screen and (max-width: 750px) {
  .search-panel .input-search .s-box label span {
    font-size: 1.6rem;
    color: #333;
    font-weight: 700;
  }
}
.search-panel .input-search .s-box label input[type=text] {
  height: 36px;
  width: 300px;
  margin-left: 30px;
}
@media screen and (max-width: 750px) {
  .search-panel .input-search .s-box label input[type=text] {
    height: 4.7rem;
    width: 100%;
    margin-left: 0;
    box-shadow: none;
  }
}
.search-panel .input-search .s-box .page {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  margin-left: 30px;
}
@media screen and (max-width: 750px) {
  .search-panel .input-search .s-box .page {
    display: flex;
    flex-wrap: wrap;
    margin-left: 0;
    margin-top: 15px;
  }
}
.search-panel .input-search .s-box .page__label {
  margin-right: 10px;
}
@media screen and (max-width: 750px) {
  .search-panel .input-search .s-box .page__label {
    width: 100%;
    margin-right: 0;
    font-size: 1.6rem;
    color: #333;
    font-weight: 700;
  }
}
.search-panel .input-search .s-box .page__divider {
  margin: 0 10px;
}
.search-panel .input-search .s-box .page input[type=number] {
  height: 36px;
  width: calc(2em + 16px);
  appearance: textfield;
  -moz-appearance: textfield;
}
.search-panel .input-search .s-box .page input[type=number]::-webkit-inner-spin-button, .search-panel .input-search .s-box .page input[type=number]::-webkit-outer-spin-button {
  appearance: textfield;
  -webkit-appearance: none;
  margin: 0;
  -moz-appearance: textfield;
}
@media screen and (max-width: 750px) {
  .search-panel .input-search .s-box .page input[type=number] {
    height: 4.7rem;
    width: calc(2em + 2rem);
    margin-left: 0;
    box-shadow: none;
  }
}
.search-panel .input-search .s-box .page__example {
  margin-top: 10px;
  font-size: 0.8em;
  margin-left: 30px;
}
@media screen and (max-width: 750px) {
  .search-panel .input-search .s-box .page__example {
    font-size: 1rem;
    margin-left: 0;
    margin-bottom: 15px;
  }
}
.search-panel .input-search .submit {
  float: left;
  margin-left: 30px;
}
@media screen and (max-width: 750px) {
  .search-panel .input-search .submit {
    float: none;
    width: 100%;
    margin-left: 0;
  }
}
.search-panel .input-search .submit .txt-result {
  vertical-align: middle;
}
.search-panel .input-action {
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 750px) {
  .search-panel .input-action .submit {
    width: 100%;
  }
}
.search-panel .input-action .submit .txt-result {
  vertical-align: middle;
}
.display-trigger .search-panel {
  position: fixed;
  z-index: 3;
  left: 0;
  right: 0;
  transition: 0.3s;
}
@media screen and (max-width: 750px) {
  .display-trigger .search-panel {
    position: static !important;
  }
}
.display-trigger.display-panel .search-panel {
  top: 0 !important;
  max-height: 100%;
  max-height: calc(100% - 60px);
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  overflow: auto;
}
.search-panel #mylist-select {
  margin-left: 5px;
  background: #fff;
  border: 1px solid #aaa;
  max-width: 200px;
  height: 36px;
  padding: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: inherit;
  font-weight: inherit;
}

.search-panel-trigger {
  text-align: center;
}
.search-panel-trigger button {
  margin: 0 auto;
  display: inline-block;
  width: 14em;
  height: 46px;
  text-align: center;
  background: #fff;
  border: 1px solid #999;
  border-top: none;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 20px;
  cursor: pointer;
  outline: none;
}
.search-panel-trigger button:hover {
  background: #eee;
}
.search-panel-trigger-open {
  position: fixed;
  left: 0;
  right: 0;
  top: -55px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  z-index: 2;
  background: rgba(255, 255, 255, 0.8);
}
.display-trigger .search-panel-trigger-open {
  top: 0;
}
.display-trigger.display-panel .search-panel-trigger-open {
  top: -55px;
}
.search-panel-trigger-close {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: auto;
  display: none;
}
.search-panel-trigger-close button {
  border-radius: 10px 10px 0 0;
}
.display-panel .search-panel-trigger-close {
  display: block;
}

/**
 * List Style
 */
.post-list {
  padding-bottom: 100px;
}
@media screen and (max-width: 750px) {
  .post-list {
    padding-bottom: 3rem;
  }
}
.post-list .disp-sort {
  padding: 50px 0 35px;
}
@media screen and (max-width: 750px) {
  .post-list .disp-sort {
    padding: 20px 0;
  }
}
.post-list .disp-sort ul li {
  float: left;
  line-height: 1.6;
}
.post-list .disp-sort ul.sort-list {
  float: left;
}
.post-list .disp-sort ul.sort-list li {
  padding: 0 1em;
}
.post-list .disp-sort ul.sort-list li + li {
  border-left: 1px solid #aaa;
}
.post-list .disp-sort ul.sort-list li.switch a,
.post-list .disp-sort ul.sort-list li.switch span {
  color: #333;
  text-decoration: none;
  cursor: pointer;
}
.post-list .disp-sort ul.sort-list li.switch a i,
.post-list .disp-sort ul.sort-list li.switch span i {
  vertical-align: middle;
  display: inline-block;
  padding: 1px;
  width: 32px;
  height: 16px;
  background-color: #dddddd;
  border-radius: 16px;
  position: relative;
}
.post-list .disp-sort ul.sort-list li.switch a i::before, .post-list .disp-sort ul.sort-list li.switch a i::after,
.post-list .disp-sort ul.sort-list li.switch span i::before,
.post-list .disp-sort ul.sort-list li.switch span i::after {
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  bottom: 1px;
  content: "";
}
.post-list .disp-sort ul.sort-list li.switch a i::before,
.post-list .disp-sort ul.sort-list li.switch span i::before {
  right: 1px;
  background-color: #f1f1f1;
  border-radius: 60px;
  transition: background 0.4s;
}
.post-list .disp-sort ul.sort-list li.switch a i::after,
.post-list .disp-sort ul.sort-list li.switch span i::after {
  width: 16px;
  background-color: #fff;
  border-radius: 100%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  transition: margin 0.4s;
}
.post-list .disp-sort ul.sort-list li.switch a.on i::before,
.post-list .disp-sort ul.sort-list li.switch span.on i::before {
  background-color: #8ce196;
}
.post-list .disp-sort ul.sort-list li.switch a.on i::after,
.post-list .disp-sort ul.sort-list li.switch span.on i::after {
  margin-left: 16px;
}
.post-list .disp-sort ul.size-list {
  float: right;
}
.post-list .disp-sort ul.size-list li {
  padding: 0 0.4em;
}
.post-list .disp-sort ul.size-list a.trigger,
.post-list .disp-sort ul.size-list span {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  display: inline-block;
  color: #333;
  border: 1px solid #333;
  line-height: 1.6em;
  width: 1.6em;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
}
.post-list .disp-sort ul.size-list a.trigger:hover,
.post-list .disp-sort ul.size-list span {
  background: #eee;
}
.post-list .post-items-message {
  margin: 0 0 35px;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .post-list .post-items-message {
    margin-bottom: 20px;
  }
}
.post-list .post-items-message__label {
  text-align: center;
}
@media screen and (max-width: 750px) {
  .post-list .post-items-message__label {
    text-align: left;
    margin-bottom: 0.2em;
  }
}
.post-list .post-items-message__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.2em 1em;
}
@media screen and (max-width: 750px) {
  .post-list .post-items-message__list {
    justify-content: flex-start;
  }
}
.post-list .post-items-message__list li {
  list-style: none inside;
  margin: 0;
}
.post-list .post-items {
  margin: 0;
}
@media screen and (max-width: 750px) {
  .post-list .post-items {
    margin: 0;
    width: 100%;
  }
}
.post-list .post-items .items-wrapper li {
  margin: 0 0 20px;
  width: calc((100% / 4) - (14px * 3) / 4);
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  -webkit-transition-duration: 0.15s;
  -moz-transition-duration: 0.15s;
  -ms-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
  position: relative;
}
@media screen and (max-width: 750px) {
  .post-list .post-items .items-wrapper li {
    width: calc((100% / 2) - (14px) / 2);
    margin: 0 0 2rem;
  }
}
.post-list .post-items .items-wrapper li:nth-child(4n+1) {
  clear: both;
}
.post-list .post-items .items-wrapper li:hover {
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
  transform: scale(1.03);
  z-index: 1;
}
.post-list .post-items .items-wrapper li:hover figure > img {
  opacity: 0.6;
}
.post-list .post-items .items-wrapper li a.anchor,
.post-list .post-items .items-wrapper li div.anchor {
  color: #333;
  text-decoration: none;
  display: block;
  padding: 10px;
}
.post-list .post-items .items-wrapper li a.anchor .border-box,
.post-list .post-items .items-wrapper li div.anchor .border-box {
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  box-sizing: border-box;
  border-style: solid;
  border-width: 4px;
  border-color: transparent;
}
.hide-border-box .post-list .post-items .items-wrapper li a.anchor .border-box,
.hide-border-box .post-list .post-items .items-wrapper li div.anchor .border-box {
  display: none;
}
.post-list .post-items .items-wrapper li a.anchor figure > img,
.post-list .post-items .items-wrapper li div.anchor figure > img {
  -webkit-transition-duration: 0.15s;
  -moz-transition-duration: 0.15s;
  -ms-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
}
@media screen and (max-width: 750px) {
  .post-list .post-items .items-wrapper li a.anchor figure > img,
.post-list .post-items .items-wrapper li div.anchor figure > img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
}
.post-list .post-items .items-wrapper li a.anchor .hidden-post__figure,
.post-list .post-items .items-wrapper li div.anchor .hidden-post__figure {
  aspect-ratio: 4/3;
  background-color: #999;
  display: grid;
  place-content: center;
  color: #fff;
}
.post-list .post-items .items-wrapper li a.anchor .hidden-post__figure__label,
.post-list .post-items .items-wrapper li div.anchor .hidden-post__figure__label {
  padding: 15px;
}
@media screen and (max-width: 750px) {
  .post-list .post-items .items-wrapper li a.anchor .hidden-post__figure__label,
.post-list .post-items .items-wrapper li div.anchor .hidden-post__figure__label {
    padding: 1rem;
  }
}
.post-list .post-items .items-wrapper li a.anchor .hidden-post__figure__note,
.post-list .post-items .items-wrapper li div.anchor .hidden-post__figure__note {
  font-size: 1.4em;
  font-weight: bold;
  text-align: center;
}
.post-list .post-items .items-wrapper li a.anchor .hidden-post__figure__name,
.post-list .post-items .items-wrapper li div.anchor .hidden-post__figure__name {
  margin-top: 1em;
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.post-list .post-items .items-wrapper li a.anchor .hidden-post__announce,
.post-list .post-items .items-wrapper li div.anchor .hidden-post__announce {
  margin: 10px 0 0;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .post-list .post-items .items-wrapper li a.anchor .hidden-post__announce,
.post-list .post-items .items-wrapper li div.anchor .hidden-post__announce {
    margin-top: 1rem;
    font-size: 0.8em;
  }
}
.post-list .post-items .items-wrapper li.p {
  background: #ffe1e1;
}
.post-list .post-items .items-wrapper li.g {
  background: #f0f0f0;
}
.post-list .post-items .items-wrapper li figure {
  position: relative;
}
.post-list .post-items .items-wrapper li figure img {
  width: 100%;
}
.post-list .post-items .items-wrapper li figure .marking {
  position: absolute;
  top: -14px;
  right: -5px;
}
.post-list .post-items .items-wrapper li figure .marking span.trigger {
  cursor: pointer;
}
.post-list .post-items .items-wrapper li figure .marking span.trigger img {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.post-list .post-items .items-wrapper li figure .marking span.trigger img:first-child {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.post-list .post-items .items-wrapper li figure .marking span.trigger:hover img:first-child {
  opacity: 1;
}
.post-list .post-items .items-wrapper li figure .marking.on span.trigger img:first-child {
  opacity: 1;
}
.post-list .post-items .items-wrapper li figure .marking .group-wrap {
  font-size: 0.9em;
  display: none;
  position: absolute;
  top: 55px;
  right: -7px;
  width: 128px;
  background: #fff;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
}
.post-list .post-items .items-wrapper li figure .marking .group-wrap button {
  line-height: 1.2;
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 5px;
  margin: 0;
  width: 100%;
  border: none;
  text-align: left;
  cursor: pointer;
  font-family: inherit;
  font-size: inherit;
}
.post-list .post-items .items-wrapper li figure .marking .group-wrap button:hover {
  background: #eee;
}
.post-list .post-items .items-wrapper li figure .marking .group-wrap button.on {
  background: #fff200;
}
.post-list .post-items .items-wrapper li figure .marking .group-wrap button.on:hover {
  background: #fffccc;
}
.post-list .post-items .items-wrapper li figure .marking .group-wrap li {
  margin: 0;
  float: none;
  width: auto;
}
.post-list .post-items .items-wrapper li figure .marking .group-wrap p {
  padding-top: 5px;
  margin-top: 5px;
  border-top: 1px solid #eee;
}
.post-list .post-items .items-wrapper li figure .marking.group-view .group-wrap {
  display: block;
}
.post-list .post-items .items-wrapper li figure .counter {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: #fff;
  display: inline-block;
  border: 1px solid #555;
  font-size: 12px;
  line-height: 16px;
  width: 38px;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.post-list .post-items .items-wrapper li figcaption {
  margin-top: 10px;
  position: relative;
}
.post-list .post-items .items-wrapper li figcaption .hided {
  display: inline-block;
  line-height: 1.2;
  background: #f00;
  color: #fff;
  padding: 2px 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 0.7rem;
  font-weight: normal;
}
.post-list .post-items .items-wrapper li figcaption .title {
  font-size: 16px;
  height: 1.7em;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.post-list .post-items .items-wrapper li figcaption .title-center {
  text-align: center;
}
.post-list .post-items .items-wrapper li figcaption .category {
  clear: both;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.post-list .post-items .items-wrapper li figcaption .type {
  float: right;
}
.post-list .post-items .items-wrapper li figcaption .type span {
  font-size: 12px;
  margin-left: 1px;
  display: inline-block;
  background: #bbdeff;
  padding: 0.02em 1em;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.post-list .post-items .items-wrapper li .tooltip {
  display: block;
  border: 1px solid #d7d7d7;
  border-radius: 5px;
  padding: 8px 14px;
  background: #f9f9f9;
  position: absolute;
  bottom: -50px;
  left: 0;
  line-height: 1.2;
  width: 100%;
  box-sizing: border-box;
}
.post-list .post-items .items-wrapper li .tooltip:after {
  content: "";
  background: url("../img/page/manga/img_tip.png") no-repeat left top;
  display: inline-block;
  width: 15px;
  height: 11px;
  background-size: 15px 11px;
  position: absolute;
  bottom: 100%;
  left: 20px;
}
.post-list .post-items .items-wrapper li .sub-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 0 10px 15px;
  margin-top: -10px;
}
.post-list .post-items .items-wrapper li .sub-nav a.push-button {
  margin: 10px 2.5px 0;
}
.post-list .post-items-small .items-wrapper li {
  margin: 0 0 20px;
  width: calc((100% / 8) - (10px * 7) / 8);
}
@media screen and (max-width: 750px) {
  .post-list .post-items-small .items-wrapper li {
    width: calc((100% / 2) - (10px) / 2);
  }
}
.post-list .post-items-small .items-wrapper li:nth-child(n) {
  clear: none;
}
.post-list .post-items-small .items-wrapper li:nth-child(8n+1) {
  clear: both;
}
.post-list .post-items-small .items-wrapper li a.anchor {
  padding: 5px;
}
.post-list .post-items-small .items-wrapper li figure .marking {
  top: -9px;
  right: -2px;
}
.post-list .post-items-small .items-wrapper li figure .marking span.trigger img {
  width: 34px;
  height: auto;
}
.post-list .post-items-small .items-wrapper li figure .marking .group-wrap {
  top: 45px;
}
.post-list .post-items-small .items-wrapper li figcaption {
  font-size: 0.8em;
}
.post-list .post-items-small .items-wrapper li figcaption .type {
  position: static;
  text-align: left;
}
.post-list .post-items-small .items-wrapper li figcaption .title {
  white-space: normal;
  height: 3.4em;
  overflow: hidden;
}
.post-list .post-items-small .items-wrapper li figcaption .title-center {
  height: auto;
}
.post-list .post-items-small .items-wrapper li figcaption .category {
  white-space: normal;
  height: 3.4em;
  overflow: hidden;
}
.post-list.post-list-archive .post-items .items-wrapper li:hover {
  -webkit-box-shadow: 0 0 15px #d0000e;
  -moz-box-shadow: 0 0 15px #d0000e;
  box-shadow: 0 0 15px #d0000e;
}
.post-list.post-list-manga .post-items .items-wrapper li:hover {
  -webkit-box-shadow: 0 0 15px #1457a7;
  -moz-box-shadow: 0 0 15px #1457a7;
  box-shadow: 0 0 15px #1457a7;
}
.post-list.post-list-success .post-items .items-wrapper li:hover {
  -webkit-box-shadow: 0 0 15px #157f1f;
  -moz-box-shadow: 0 0 15px #157f1f;
  box-shadow: 0 0 15px #157f1f;
}

/**
 * Alert
 */
.alert {
  padding: 10px 15px;
  border-radius: 10px;
  margin-bottom: 10px;
}
.alert-success {
  background: #e1eee1;
  border: 1px solid #c1dcc0;
  color: #396438;
}
.alert-default {
  border: 1px solid #aaa;
  background: #eee;
}

/**
 * Modal
 */
.modal-wrapper {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 50px;
  background: rgba(0, 0, 0, 0.6);
  z-index: 100;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: auto;
}
.modal-wrapper .modal-inner {
  background: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 30px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
}
.modal-wrapper .modal-inner-small {
  width: 600px;
  margin: 0 auto;
}
.modal-wrapper .modal-close {
  text-align: center;
}

#tag-all {
  text-align: center;
}
#tag-all .announce {
  font-size: 1.1em;
  padding: 15px 0;
  margin-bottom: 20px;
}
#tag-all ul {
  font-size: 0;
  margin-bottom: 30px;
}
#tag-all li {
  display: inline-block;
  margin: 1px 3px;
  vertical-align: middle;
  position: relative;
  line-height: 1.2;
}
#tag-all li input {
  position: static;
  vertical-align: middle;
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 1;
}
#tag-all li input:checked + label {
  background: #eee;
}
#tag-all li label {
  display: inline-block;
  padding: 5px 10px 5px 30px;
}

.not-found {
  padding-top: 100px;
  text-align: center;
}
.not-found h2 {
  font-size: 1.6em;
  margin-bottom: 1em;
}

/* 追加CSS */
.mt100 {
  margin-top: 100px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt4 {
  margin-top: 4px !important;
}

.mt3 {
  margin-top: 3px !important;
}

.mt2 {
  margin-top: 2px !important;
}

.mt1 {
  margin-top: 1px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.w100 {
  width: 100% !important;
}

.w90 {
  width: 90% !important;
}

.w80 {
  width: 80% !important;
}

.w70 {
  width: 70% !important;
}

.w60 {
  width: 60% !important;
}

.w50 {
  width: 50% !important;
}

.w40 {
  width: 40% !important;
}

.w30 {
  width: 30% !important;
}

.w20 {
  width: 20% !important;
}

.w10 {
  width: 10% !important;
}

.font-size-bigger {
  font-size: 1.5em;
}

.font-weight-bold {
  font-weight: bold;
}

.d-inline-block {
  display: inline-block;
}

.c-success-header {
  padding: 30px 0;
}
@media screen and (max-width: 750px) {
  .c-success-header {
    padding: 3rem 0;
  }
}
@media screen and (max-width: 750px) {
  .c-success-header__category {
    font-size: 0.8rem;
  }
}
.c-success-header__category__hided {
  display: inline-block;
  line-height: 1.2;
  background: #f00;
  color: #fff;
  padding: 3px 8px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 0.8rem;
  font-weight: normal;
}
.c-success-header__name {
  font-size: 36px;
}
@media screen and (max-width: 750px) {
  .c-success-header__name {
    font-size: 2.4rem;
  }
}
.c-success-header__figure {
  margin-bottom: 15px;
}
.c-success-header__figure__image {
  width: 100%;
}
.c-success-header__client {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 10px;
}
@media screen and (max-width: 750px) {
  .c-success-header__client {
    margin-top: 1rem;
  }
}
.c-success-header__client__figure {
  max-width: 120px;
  margin-right: 20px;
}
@media screen and (max-width: 750px) {
  .c-success-header__client__figure {
    max-width: 8rem;
    margin-right: 1rem;
  }
}
.c-success-header__client__figure__image {
  max-width: 100%;
  max-height: 80px;
}
@media screen and (max-width: 750px) {
  .c-success-header__client__figure__image {
    max-height: 6rem;
  }
}
.c-success-header__client__name {
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .c-success-header__client__name {
    font-size: 1.6rem;
  }
}
.c-success-header__client__name.is-agent {
  font-size: inherit;
  font-weight: normal;
}
@media screen and (max-width: 750px) {
  .c-success-header__client__name.is-agent {
    font-size: 0.8em;
  }
}
@media screen and (max-width: 750px) {
  .c-success-header__client__divider {
    font-size: 0.8em;
  }
}

.c-success-detail {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  align-items: flex-start;
}
@media screen and (max-width: 750px) {
  .c-success-detail {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.c-success-detail__list {
  display: grid;
  grid-template-columns: 8.6em 1fr;
  align-items: flex-start;
  gap: 10px;
}
@media screen and (max-width: 750px) {
  .c-success-detail__list {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }
}
.c-success-detail__list__title {
  background: #000;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
.c-success-detail__list__title.is-blue {
  background: #1457a7;
}
.c-success-detail__list__title.is-red {
  background: #d0000e;
}
.c-success-detail__list__title.is-strong {
  align-self: center;
}
.c-success-detail__list__title__image {
  width: 100%;
}
@media screen and (max-width: 750px) {
  .c-success-detail__list__description {
    margin-bottom: 2rem;
  }
}
.c-success-detail__list__description.is-strong {
  font-weight: bold;
  font-size: 1.4em;
  align-self: center;
}

.c-success-point__head {
  margin-bottom: 1rem;
  font-size: 1.4em;
  font-weight: bold;
}

.c-no-contract {
  display: inline-block;
  padding: 0.2em 1em;
  background-color: #d0000e;
  color: #fff;
}

.c-loader {
  display: grid;
  place-content: center;
  height: 320px;
}
.c-loader:not(.is-active) {
  display: none;
}

.c-loader-animation {
  width: 50px;
  padding: 8px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #1457a7;
  --_m:
    conic-gradient(#0000 10%,#000),
    linear-gradient(#000 0 0) content-box;
  -webkit-mask: var(--_m);
  mask: var(--_m);
  -webkit-mask-composite: source-out;
  mask-composite: subtract;
  animation: l3 0.6s infinite linear;
}

@keyframes l3 {
  to {
    transform: rotate(1turn);
  }
}
.c-search-banner {
  padding-top: 30px;
}
@media screen and (max-width: 750px) {
  .c-search-banner {
    padding-bottom: 30px;
  }
}
.c-search-banner__image {
  width: 100%;
}

.c-badge {
  display: inline-block !important;
  font-size: 1px !important;
  line-height: 1;
  vertical-align: middle;
}

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