/* //////////////////////////////////////
- reset
////////////////////////////////////// */
@import url("https://fonts.googleapis.com/css2?family=Fredericka+the+Great&family=Noto+Sans+JP:wght@100;300;500&display=swap");
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, main, menu, nav, section, summary, time, mark, audio, video {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  font-weight: normal;
  text-decoration: none;
  vertical-align: baseline;
}

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

ul,
ol {
  list-style: none;
  list-style-position: inside;
}

blockquote,
q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

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

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

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;
}

hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #cccccc;
}

input,
select {
  vertical-align: middle;
}

img {
  vertical-align: top;
}

/* //////////////////////////////////////
- common
////////////////////////////////////// */
body {
  -webkit-text-size-adjust: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  overflow-y: none;
  color: #696969;
  font-weight: 100;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  font-family: "Noto Sans JP";
}

a {
  user-drag: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  color: #696969;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

img {
  user-drag: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
}

input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 40px;
  padding: 0 8px;
  border-radius: 4px;
  background-color: #fff;
  font-weight: bold;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

input::-webkit-input-placeholder {
  color: #ccc;
}

input::-moz-placeholder {
  color: #ccc;
}

input:-ms-input-placeholder {
  color: #ccc;
}

input::-ms-input-placeholder {
  color: #ccc;
}

input::placeholder {
  color: #ccc;
}

textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 180px;
  padding: 8px;
}

p.page404 {
  margin: 160px auto;
  color: #ccc;
  font-size: 50px;
  font-size: 3.125rem;
  text-align: center;
}

.wrap {
  width: 100%;
  max-width: 640px;
  margin: 80px auto;
  padding: 0 20px;
}

header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

header figure {
  width: 60px;
  height: 60px;
  border-radius: 100px;
}

header figure img {
  width: 100%;
  height: auto;
}

header h1 {
  margin: 0 auto 0 20px;
  font-size: 18px;
}

nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

nav li {
  margin-left: 16px;
  font-size: 12px;
}

nav li a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  height: 24px;
  padding: 4px 4px;
  border-radius: 4px;
}

nav li.x {
  width: 24px;
  height: 24px;
}

nav li.x a {
  background-color: #000;
}

nav li.x img {
  width: 100%;
  height: auto;
}

nav li.crepu a {
  border: 2px solid #ffc107;
  background-color: #fff;
  color: #ffc107;
}

nav li.crepu a:hover {
  background-color: #ffc107;
  color: #fff;
}

nav li img {
  width: 20px;
  height: auto;
}

main h2 {
  padding: 8px 16px;
  background: #f1f1f1;
  background: linear-gradient(45deg, #f1f1f1 0%, #fbfbfb 100%);
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.1em;
}

main h2 small {
  font-size: 12px;
}

main h3.stmy {
  margin-top: 28px;
  padding: 8px 16px;
  background: #cbecff;
  background: linear-gradient(45deg, rgba(50, 163, 197, 0.05) 0%, rgba(50, 163, 197, 0.3) 100%);
  color: #32a3c5;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.1em;
}

main h3.stmy small {
  font-size: 12px;
}

main h3.ymkr {
  margin-top: 28px;
  padding: 8px 16px;
  background: rgba(230, 90, 136, 0.3);
  background: linear-gradient(45deg, rgba(230, 90, 136, 0.05) 0%, rgba(230, 90, 136, 0.3) 100%);
  color: #e65a88;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.1em;
}

main h3.ymkr small {
  font-size: 12px;
}

main h3.other {
  margin-top: 28px;
  padding: 8px 16px;
  background: rgba(156, 156, 156, 0.3);
  background: linear-gradient(45deg, rgba(156, 156, 156, 0.05) 0%, rgba(156, 156, 156, 0.3) 100%);
  color: #9c9c9c;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.1em;
}

main h3.other small {
  font-size: 12px;
}

main section {
  margin: 32px 0;
}

main section > div {
  padding: 8px 16px;
}

main section p {
  font-size: 14px;
  line-height: 1.6;
}

main section p a {
  border-bottom: 1px dashed #58b0cb;
  color: #58b0cb;
}

main .comics_list {
  margin: 16px 0;
}

main .comics_list li {
  margin-bottom: 16px;
}

main .comics_list .poipiku_link > a::before {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-image: url(../img/poipiku_icon_512x512_2.png);
  background-position: 50% 50%;
  background-size: 80% 80%;
  background-repeat: no-repeat;
  content: "";
}

main .comics_list .crepu_link > a::before {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url(../img/ico_crepu.png);
  background-position: 50% 50%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  content: "";
}

main .comics_list .not_link {
  background-color: #eee;
  pointer-events: none;
}

main .comics_list li > a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px;
  border: 1px solid #acafae;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

main .comics_list li > a:hover {
  padding: 15px 15px;
  border: 1px solid #fffcf0;
  background-color: #fffcf0;
}

main .comics_list div {
  width: calc(100% - 55px);
}

main .comics_list h3 {
  margin-bottom: 8px;
  font-weight: bold;
  font-size: 14px;
}

main .comics_list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
}

main .comics_list dt {
  font-size: 12px;
}

main .comics_list dd {
  margin-right: 4px;
  padding: 4px;
  border: 1px solid #696969;
  border-radius: 4px;
  background-color: #fff;
  color: #fff;
  color: #696969;
  font-size: 10px;
}

main .comics_list dd.cat_all {
  border: 1px solid #6fb7d5;
  background-color: #6fb7d5;
  color: #fff;
}

main .comics_list dd.cat_r18 {
  border: 1px solid #f3a3a3;
  background-color: #f3a3a3;
  color: #fff;
}

main .fanart_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

main .fanart_list::before, main .fanart_list::after {
  display: block;
  width: 21%;
  content: "";
}

main .fanart_list::before {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

main .fanart_list li {
  width: 21%;
  margin: 10px 0 0;
}

main .fanart_list li a {
  display: block;
  overflow: hidden;
  border-radius: 100px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

main .fanart_list li a:hover {
  opacity: 0.7;
}

main .fanart_list li img {
  width: 100%;
  height: auto;
}

main.sub_pages section > div {
  padding: 8px 0px;
}

main.sub_pages figure {
  display: block;
  position: relative;
  margin-top: 12px;
  pointer-events: none;
}

main.sub_pages figure::after {
  z-index: 5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/blank.gif);
  background-repeat: repeat;
  content: "";
}

main.sub_pages figure img {
  width: 100%;
  height: auto;
}

main.sub_pages p.back_btn {
  margin-top: 32px;
  text-align: center;
}

main.sub_pages p.back_btn a {
  display: inline-block;
  padding: 4px 32px;
  border: 1px solid #58b0cb;
  border-radius: 5px;
  color: #58b0cb;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

main.sub_pages p.back_btn a:hover {
  background-color: #58b0cb;
  color: #fff;
}

footer {
  margin: 40px auto 24px;
  padding: 8px 0 0;
  font-size: 12px;
  line-height: 1;
  text-align: center;
}

footer address {
  font-style: normal;
}

@media screen and (max-width: 680px) {
  .wrap {
    margin: 32px auto 40px;
  }
}

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