@charset "utf-8";
/*
Theme Name: 4koma
Description: ずっこけ4コマ革命軍 テンプレート
Version: 1.0
Author: Granzella
*/
/*
* base
*/

body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  line-height: 1;
  word-break: break-all;
}

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, input, textarea {
  margin: 0;
  padding: 0;
  border: none;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  vertical-align: baseline;
  background: transparent;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

article, aside, details, figcaption, figure, footer, header, menu, nav, section, div, address, iframe, canvas, hr, textarea {
  display: block;
  line-height: 1;
}

iframe {
  max-width: 100% !important;
}

a, label {
  cursor: pointer;
}

blockquote {
  padding: 0;
  margin: 0;
  display: block;
}

address, em {
  font-style: normal;
}

hr {
  border: 0;
  margin: 0;
  padding: 0;
}

ul, ol, li {
  list-style: none;
}

textarea {
  resize: vertical;
  overflow: hidden;
  -webkit-appearance: none;
  border: none;
}

input, button, select {
  vertical-align: middle;
  border-radius: 0px;
  border: none;
  background: transparent;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-appearance: none;
}

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

*:before,
*:after {
  padding: 0;
  margin: 0;
  line-height: 1;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  height: 100%;
  min-height: 100%;
}

body {
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro" ,Osaka ,arial ,verdana ,sans-serif;
  font-size: 14px;
  height: 100%;
  line-height: 1;
  overflow-y: scroll;
}

.container {
  background-color: #fff;
  color: #000;
  height: auto !important;
  height: 100%;
  min-height: 100%;
  position: relative;
  width: 100%;
  min-width: 320px;
}

.header-nav, .header-nav-wrapper, .contents, .list-topics-item, .list-topics-inner, .list-comic-item, .card .list-comic-inner, .square, .list-author, .list-author-item, .form-search, .author-stamp-wrap, .column-main, .description-author, .author {
  zoom: 1;
}

.header-nav:after, .header-nav-wrapper:after, .contents:after, .list-topics-item:after, .list-topics-inner:after, .list-comic-item:after, .card .list-comic-inner:after, .square:after, .list-author:after, .list-author-item:after, .form-search:after, .author-stamp-wrap:after, .column-main:after, .description-author:after, .author:after {
  content: "";
  display: block;
  clear: both;
}

.header-inner, .contents {
  margin: auto;
  max-width: 980px;
}

/*
* layout
*/
.header {
  background-color: #000;
  color: #fff;
  font-size: 16px;
  height: 50px;
  position: relative;
  width: 100%;
}

.header-inner {
  position: relative;
}

.header-logo {
  height: 40px;
  position: absolute;
  top: 5px;
  right: 5px;
}

.header-logo img {
  height: 100%;
  width: auto;
}

.header-nav-wrapper {
  /*background-color: $header-back;*/
  background-color: #2F3131;
  display: none;
  position: absolute;
  left: 0;
  top: 50px;
  width: 100%;
  z-index: 100;
}

.header-nav-icon {
  height: 32px;
  position: absolute;
  top: 9px;
  left: 5px;
  width: 45px;
}

.header-nav-item {
  border-bottom: solid 1px #000;
  font-weight: bold;
  height: 50px;
  line-height: 50px;
  position: relative;
  text-align: center;
  z-index: 0;
}

.header-nav-item > a {
  color: #fff;
  display: block;
  text-decoration: none;
}

.logo-gz {
  color: #fff;
  /*background-color: $header-back;*/
  background-color: #2F3131;
  display: block;
  height: 50px;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
}

.logo-gz > img {
  vertical-align: middle;
  width: 30px;
}

.logo-gz > p {
  display: inline-block;
  font-weight: bold;
}

.balloon {
  background-color: #fff;
  border-radius: 50px;
  /*color: $header-back;*/
  color: #2F3131;
  font-weight: bold;
  margin-right: 0.1em;
  padding: 0.2em 0.3em 0.1em;
  position: relative;
}

.balloon:before, .balloon:after {
  border-radius: 50px;
  content: "";
  display: inline-block;
  height: 10px;
  position: absolute;
  width: 10px;
  z-index: -1;
}

.balloon:before {
  background-color: #fff;
  bottom: -2.5px;
  left: 50%;
}

.balloon:after {
  /*background-color: $header-back;*/
  background-color: #2F3131;
  bottom: -4px;
  left: 70%;
}

.current-nav-item {
  background-color: #e47b18;
}

.current-nav-item .balloon {
  /*background-color: $header-nav-hover;

    &:before {
      background-color: $header-nav-hover;
    }*/
}

.current-nav-item .balloon:after {
  background-color: #e47b18;
}

.current-nav-item > a {
  pointer-events: none;
}

@media screen and (min-width: 980px) {
  .header-logo {
    left: 5px;
  }
  .header-nav {
    float: left;
  }
  .header-nav-wrapper {
    background-color: #000;
    display: block;
    left: auto;
    right: 5px;
    top: 0;
    width: auto;
  }
  .header-nav-item {
    border-bottom: solid 5px #2F3131;
    float: left;
    width: 140px;
  }
  .header-nav-item:hover, .current-nav-item {
    border-bottom-color: #e47b18;
  }
  .header-nav-item:hover .balloon, .current-nav-item .balloon {
    background-color: #e47b18;
  }
  .header-nav-item:hover .balloon:before, .current-nav-item .balloon:before {
    background-color: #e47b18;
  }
  .header-nav-icon {
    display: none;
  }
  .logo-gz {
    background-color: #000;
    float: right;
    margin-left: 30px;
  }
  .logo-gz > img {
    width: 40px;
  }
  .logo-gz > p {
    display: none;
  }
  .balloon {
    /*color: $header-back;*/
    color: #000;
    padding: 0.2em 0.3em 0.1em;
    transition: background-color 0.3s ease-out;
  }
  .balloon:before {
    transition: background-color 0.3s ease-out;
  }
  .balloon:after {
    background-color: #000;
  }
  .current-nav-item {
    background-color: #000;
  }
  .current-nav-item .balloon:after {
    background-color: #000;
  }
}

.footer {
  background-color: #000;
  color: #6d6d6d;
  font-size: 12px;
  height: 90px;
  padding: 27px 0;
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
}

.footer-nav-item {
  border-left: solid 1px #fff;
  display: inline-block;
  margin-bottom: 1em;
  padding: 0 1em;
}

.footer-nav-item > a {
  color: #fff;
}

.footer-nav-item > a:hover {
  color: #6d6d6d;
}

.footer-nav-item:first-child {
  border-left: none;
}

.footer .current-nav-item {
  background-color: #000;
  text-decoration: none;
}

.footer .current-nav-item > a {
  color: #6d6d6d;
}

.contents {
  padding-top: 30px;
  padding-bottom: 120px;
  position: relative;
  width: 90%;
}

/*
* module
*/
.heading-primary {
  border-bottom: solid 2px #2b1713;
  border-left: solid 2px #2b1713;
  color: #2b1713;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 50px;
  margin-left: 1.5em;
  padding-left: 0.3em;
  position: relative;
}

.heading-primary:before {
  background-color: #2b1713;
  content: "";
  display: inline-block;
  height: 1.8em;
  position: absolute;
  left: -1.5em;
  width: 1em;
}

.heading-secondary {
  border-bottom: solid 2px rgba(4, 0, 0, 0.7);
  color: #231815;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 20px;
}

.heading-secondary.none-border {
  border: none;
  margin-bottom: 0;
}

.heading-secondary.red {
  color: #97202B;
}

.heading-secondary.blue {
  color: #5570A0;
}

.heading-secondary.green {
  color: #00c300;
}

.heading-thirdly {
  color: #828282;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 0.2em;
}

.heading-img {
  margin-bottom: 30px;
}

.heading-icon {
  display: inline-block;
  vertical-align: middle;
}

.heading-comic {
  line-height: 0;
  margin-bottom: 5px;
}

.heading-comic > span {
  color: #777878;
  display: block;
  font-size: 18px;
  line-height: 1.5;
}

.heading-author {
  border-bottom: dotted 2px #675d58;
  color: #000;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 0.5em;
}

.heading-author > a {
  color: #000;
  text-decoration: none;
}

.heading-author > a:hover {
  color: #1c4da0;
}

.heading-author.marker:before {
  background-color: #000;
  content: "";
  display: inline-block;
  height: 0.8em;
  margin-left: 0.2em;
  margin-right: 0.5em;
  transform: rotate(45deg);
  width: 0.8em;
}

.btn {
  border-radius: 3px;
  display: inline-block;
  font-size: 16px;
  height: 40px;
  letter-spacing: 1px;
  line-height: 40px;
  padding: 0 32px;
  text-align: center;
  text-decoration: none;
}

.btn.large {
  height: 50px;
  line-height: 50px;
  font-size: 18px;
}

.btn.small {
  height: 30px;
  line-height: 30px;
  font-size: 12px;
}

.btn.square {
  border-radius: 0;
}

.btn.circle {
  border-radius: 50px;
}

.btn.arrow:after {
  content: "";
  display: inline-block;
  border-bottom: solid 0.5em transparent;
  border-left: solid 0.5em #fff;
  border-right: solid 0.5em transparent;
  border-top: solid 0.5em transparent;
  position: relative;
  left: 0.5em;
  /*border-rightの分右にずらす*/
  top: 2px;
}

.btn-submit {
  background-color: #2b1713;
  color: #fff;
}

.btn-back {
  background-color: #828282;
  color: #000;
}

.btn-primary {
  background-color: #e47b18;
  color: #fff;
}

.btn-secondary {
  background-color: #462620;
  color: #fff;
}

.btn-more {
  margin: 20px 0;
  /*text-align: center;*/
  text-align: right;
}

.btn-pagetop {
  background-color: #333;
  border-radius: 3px;
  box-sizing: content-box;
  display: none;
  font-size: 75%;
  padding: 1em 0;
  position: fixed;
  bottom: 10px;
  right: 10px;
  text-align: center;
  width: 60px;
  z-index: 10;
}

.btn-pagetop > a {
  color: #fff;
  display: block;
  margin-top: 1.5em;
  text-decoration: none;
}

.btn-pagetop:before, .btn-pagetop:after {
  background-color: #fff;
  border-radius: 10px;
  content: "";
  display: block;
  height: 3px;
  position: absolute;
  top: 6px;
  width: 20px;
}

.btn-pagetop:before {
  left: 10px;
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.btn-pagetop:after {
  left: 30px;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btn-search {
  background-color: #828282;
  border-radius: 35px;
  position: relative;
  width: 25%;
}

.btn-search > img {
  height: 100%;
  position: relative;
  left: 12%;
  width: auto;
}

.list-topics {
  border: solid 1px #675d58;
  border-radius: 3px;
  box-shadow: inset 0 0 5px #675d58;
  padding: 1em;
}

.list-topics-item {
  border-bottom: dotted 1px #675d58;
  color: #000;
  padding: 20px 0;
}

.list-topics-date {
  font-size: 90%;
  font-weight: bold;
  margin-bottom: 0.5em;
}

.list-topics-thumbnail {
  float: left;
  margin-right: 0.5em;
  width: 30%;
}

.list-topics-body {
  line-height: 1.5;
  margin-left: 32%;
  text-align: justify;
}

.list-topics-body a {
  color: #1c4da0;
  font-weight: bold;
  text-decoration: none;
}

.list-topics-body.full {
  margin-left: 0;
}

.list-info-date {
  float: left;
}

.list-info-body {
  margin-bottom: 20px;
  margin-left: 6em;
}

@media screen and (min-width: 600px) {
  .list-topics-item {
    font-size: 16px;
    min-height: 100px;
  }
  .list-topics-date {
    float: left;
    margin-right: 1.5em;
  }
  .list-topics-thumbnail {
    width: 20%;
  }
  .list-topics-body.full {
    margin-left: 80px;
  }
}

.list-comic-item {
  border-style: solid;
  border-width: 2px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}

.list-comic-item > a {
  text-decoration: none;
}

.list-comic-thumbnail {
  overflow: hidden;
  position: relative;
  text-align: center;
}

.list-comic-thumbnail > img {
  margin: 0 auto;
  vertical-align: baseline;
}

.list-comic-heading {
  color: #000;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 1em;
}

.list-comic-author {
  color: #675d58;
  font-size: 12px;
  line-height: 20px;
  /*.btn(ミディアムサイズ)の高さの半分*/
  padding-left: 3em;
  /*作者名が２列になった場合に、｢作者：｣の下に回りこまないようにするための記述*/
  position: relative;
  /*作者名が２列になった場合に、｢作者：｣の下に回りこまないようにするための記述*/
}

.list-comic-author:before {
  content: "作者：";
  line-height: 20px;
  /*.list-comic-authorの高さに合わせるため*/
  position: absolute;
  /*作者名が２列になった場合に、｢作者：｣の下に回りこまないようにするための記述*/
  left: 0;
  /*作者名が２列になった場合に、｢作者：｣の下に回りこまないようにするための記述*/
}

.list-comic-date {
  color: #675d58;
  font-size: 12px;
  line-height: 20px;
  /*.btn(ミディアムサイズ)の高さの半分*/
  padding-left: 4em;
  /*公開日が２列になった場合に、｢公開日：｣の下に回りこまないようにするための記述*/
  position: relative;
  /*公開日が２列になった場合に、｢公開日：｣の下に回りこまないようにするための記述*/
}

.list-comic-date:before {
  content: "公開日：";
  line-height: 20px;
  /*.list-comic-dateの高さに合わせるため*/
  position: absolute;
  /*公開日が２列になった場合に、｢公開日：｣の下に回りこまないようにするための記述*/
  left: 0;
  /*公開日が２列になった場合に、｢公開日：｣の下に回りこまないようにするための記述*/
}

/*カード型(マンガ個別ページの新着マンガ)
***************************************************/
.card .list-comic-item {
  border-color: #a29b97;
  margin: 0 auto 20px;
  padding: 10px;
  max-width: 500px;
  /*マンガ画像の最大横幅までの大きさ以上にならないようにする*/
}

.card .list-comic-thumbnail {
  overflow: hidden;
  /*4コママンガ画像をサムネイルサイズにトリミングするためのスタイル※可変時でも縦横比を固定*/
  /**********************************************************/
}

.card .list-comic-thumbnail:after {
  content: "";
  display: block;
  padding-top: 80%;
  /*横幅に対する高さの割合を指定*/
}

.card .list-comic-thumbnail > img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.card .list-comic-inner {
  padding-top: 10px;
}

.card .list-comic-body {
  float: left;
  width: 50%;
}

.card .list-comic-link {
  float: right;
  width: 48%;
}

/*長方形型(個別ページのマンガリスト)
***************************************************/
.rect .list-comic-item {
  border-color: #cab4b4;
  margin-bottom: 10px;
}

.rect .list-comic-thumbnail {
  float: left;
  position: relative;
  width: 50%;
}

.rect .list-comic-inner {
  float: right;
  padding: 7px;
  width: 50%;
}

.rect .list-comic-heading {
  height: 3.4em;
  /*heading3行分の高さをあらかじめ確保*/
  margin-bottom: 0.5em;
  overflow: hidden;
}

.rect .list-comic-date {
  background-color: rgba(179, 64, 34, 0.9);
  color: #fff;
  padding-left: 4.5em;
  /*共通の.list-comic-dateより｢公開日：｣の左側に少しスペースを設けるためのスタイル変更*/
  position: absolute;
  bottom: 0;
  text-align: left;
  width: 100%;
}

.rect .list-comic-date:before {
  padding-left: 0.5em;
  /*共通.list-comic-dateより｢公開日：｣の左側に少しスペースを設けるためのスタイル変更*/
}

/*正方形型(マンガ一覧ページのリスト)
***************************************************/
.square .list-comic-item {
  border-color: #cab4b4;
  display: inline-block;
  float: left;
  margin-bottom: 2%;
  margin-right: 2%;
  width: 48%;
}

.square .list-comic-thumbnail {
  position: relative;
  /*サムネイルの高さをそろえるためのスタイル※可変時でも縦横比を固定*/
  /**********************************************************/
}

.square .list-comic-thumbnail:after {
  content: "";
  display: block;
  padding-top: 60%;
  /*横幅に対する高さの割合を指定*/
}

.square .list-comic-thumbnail > img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.square .list-comic-inner {
  padding: 7px;
}

.square .list-comic-heading {
  height: 2.4em;
  overflow: hidden;
  margin-bottom: 0.5em;
}

.square .list-comic-date {
  background-color: rgba(179, 64, 34, 0.8);
  color: #fff;
  padding: 0 0.5em;
  /*公開日を右寄せにするためのスタイル変更*/
  position: absolute;
  bottom: 0;
  text-align: right;
  /*公開日を右寄せにするためのスタイル変更*/
  width: 100%;
}

.square .list-comic-date:before {
  position: static;
  /*公開日を右寄せにするためのスタイル変更*/
}

/*サムネイルの下のほうをフェードアウトさせるためのスタイル*/
.fadeout {
  position: relative;
}

.fadeout:before {
  background: -webkit-linear-gradient(to bottom, transparent, #fff 90%);
  background: linear-gradient(to bottom, transparent, #fff 90%);
  content: "";
  display: block;
  height: 50%;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 1;
}

@media screen and (min-width: 600px) {
  /*正方形型(マンガ一覧ページのリスト)
***************************************************/
  .square .list-comic-item {
    float: left;
    margin-right: 2%;
    width: 32%;
  }
  .square .list-comic-item:nth-child(3n) {
    margin-right: 0;
  }
  .square .list-comic-item:hover {
    box-shadow: 5px 5px 3px #a29b97;
  }
  /*カード型(新着マンガ)
***************************************************/
  .card .list-comic-heading {
    font-size: 18px;
  }
  /*長方形カード型(トップページの最新マンガ)
***************************************************/
  .card-rect .list-comic-item {
    max-width: 100%;
    /*.cardのmax-widthを解除*/
    position: relative;
  }
  .card-rect .list-comic-thumbnail {
    float: left;
    width: 45%;
  }
  .card-rect .list-comic-inner {
    padding: 10px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 45%;
    right: 0;
  }
  .card-rect .list-comic-heading {
    max-height: 2.4em;
    /*headingのline-heightが1.2なので、2行分で2.4*/
    overflow: hidden;
  }
  .card-rect .list-comic-body {
    float: none;
    padding-bottom: 40px;
    width: 100%;
  }
  .card-rect .list-comic-author {
    overflow: hidden;
    /*一行を超える文字数の場合｢･･･｣で省略する処理*/
    text-overflow: ellipsis;
    /*一行を超える文字数の場合｢･･･｣で省略する処理*/
    white-space: nowrap;
    /*一行を超える文字数の場合｢･･･｣で省略する処理*/
  }
  .card-rect .list-comic-link {
    float: none;
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    width: auto;
  }
}

@media screen and (min-width: 980px) {
  /*正方形型(マンガ一覧ページのリスト)
***************************************************/
  .square .list-comic-item {
    float: left;
    margin-bottom: 1.4%;
    margin-right: 1.4%;
    width: 23.95%;
  }
  .square .list-comic-item:nth-child(3n) {
    margin-right: 1.4%;
  }
  .square .list-comic-item:nth-child(4n) {
    margin-right: 0;
  }
  .square .list-comic-item:hover {
    box-shadow: 5px 5px 3px #a29b97;
  }
  .square.col3 .list-comic-item {
    float: left;
    margin-right: 2%;
    width: 32%;
  }
  .square.col3 .list-comic-item:nth-child(3n) {
    margin-right: 0;
  }
  .square.col3 .list-comic-item:hover {
    box-shadow: 5px 5px 3px #a29b97;
  }
  /*長方形型(個別ページのマンガリスト)
***************************************************/
  .rect .list-comic-item:hover {
    box-shadow: 3px 3px 3px #a29b97;
  }
}

.list-square {
  margin: 1em 0;
  padding-left: 2em;
}

.list-square > li {
  list-style: square;
}

.list-square > li:last-child {
  margin-bottom: 0;
}

.list-decimal {
  margin: 1em 0;
  padding-left: 2em;
}

.list-decimal > li {
  list-style: decimal;
}

.list-decimal > li:last-child {
  margin-bottom: 0;
}

.list-author a {
  text-decoration: none;
}

.list-author-item {
  /*@include shadow-border;*/
  /*padding: 10px 10px 14px;  //アイコンのシャドウ分bottomだけ+4px*/
  border: solid 2px rgba(0, 0, 0, 0.4);
  border-radius: 3px;
  padding: 10px;
  margin-bottom: 20px;
  width: 100%;
}

.list-author-icon, .author-icon {
  /*box-shadow: 4px 4px 2px 0 $author-list-icon-shadow;*/
  float: left;
  width: 20%;
  max-width: 120px;
}

.list-author-inner {
  float: right;
  width: 75%;
}

.list-author-works {
  color: #6d6d6d;
  font-size: 12px;
  margin-top: 1em;
}

.list-author-works:before {
  content: "主な作品";
  display: block;
  font-size: 90%;
  margin-bottom: 0.5em;
}

.list-author .heading-author {
  border-bottom-color: rgba(0, 0, 0, 0.4);
  color: #163692;
  font-size: 14px;
}

@media screen and (min-width: 480px) {
  .list-author {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
  }
  .list-author-item {
    float: left;
    width: 48%;
  }
  .list-author-item:nth-child(2n) {
    margin-left: 4%;
  }
}

@media screen and (min-width: 600px) {
  .list-author {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
  }
  .list-author-item {
    margin-right: 2%;
    width: 32%;
  }
  .list-author-item:nth-child(3n) {
    margin-right: 0;
  }
  .list-author-item:nth-child(2n) {
    margin-left: 0;
  }
  .list-author-item:hover {
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.4);
  }
  .list-author-icon, .author-icon {
    width: 30%;
  }
  .list-author-inner {
    width: 65%;
  }
  .list-author .heading-author {
    font-size: 16px;
  }
}

.tag {
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  height: 24px;
  letter-spacing: 1px;
  line-height: 24px;
  padding: 0 1em;
  text-align: center;
  text-decoration: none;
}

.tag.small {
  font-size: 11px;
  height: 22px;
  line-height: 22px;
  padding: 0 0.5em;
}

.tag.square {
  border-radius: 0;
}

.tag.circle {
  border-radius: 50px;
}

.tag-required {
  background-color: #ba412b;
  color: #fff;
}

.tag-new {
  position: relative;
}

.tag-new:before {
  background-color: #ea513c;
  box-shadow: 1px 1px 5px #2b1713;
  color: #fff;
  content: "NEW!";
  display: block;
  font-size: 14px;
  line-height: 1.5;
  padding: 0 1em;
  position: absolute;
  left: 10px;
  top: 25px;
  z-index: 1;
}

.square .tag-new:before {
  left: 0;
  top: 5px;
}

.tag-comment {
  background-color: #fff;
  border: solid 2px #675d58;
  border-radius: 5px;
  color: #E71F19;
  display: inline-block;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 0.2em 0.5em;
  position: relative;
}

.tag-comment:before {
  border-top: solid 6px #675d58;
  border-right: solid 6px #675d58;
  border-left: solid 6px transparent;
  border-bottom: solid 6px transparent;
  content: "";
  position: absolute;
  bottom: -12px;
  left: 20px;
}

.tag-comment:after {
  border-top: solid 4px #fff;
  border-right: solid 4px #fff;
  border-left: solid 4px transparent;
  border-bottom: solid 4px transparent;
  content: "";
  position: absolute;
  bottom: -8px;
  left: 22px;
}

@media screen and (min-width: 600px) {
  .item-newer.tag-new:before {
    top: 10px;
  }
}

.input {
  border: solid 1px #828282;
  font-size: 16px;
  padding: 0.5em 1em;
  width: 100%;
}

.input-error {
  border: solid 1px #E71F19;
}

.input-round {
  border-radius: 50px;
}

.form-search {
  position: relative;
}

.form-search .input {
  background-color: #fff;
  box-shadow: 0 0 0 4px #fff;
  height: 35px;
  outline: none;
  position: absolute;
  left: 0;
  width: 82%;
  z-index: 2;
}

.form-search .btn-search {
  height: 35px;
  outline: none;
  position: absolute;
  right: 0;
}

@media screen and (min-width: 980px) {
  .form-search .input {
    font-size: 100%;
    height: 28px;
  }
  .form-search .btn-search {
    height: 28px;
  }
}

.sort-form {
  margin-bottom: 30px;
}

.sort-form input[type="radio"] {
  display: none;
}

.sort-form-item {
  display: inline-block;
  margin-bottom: 0.5em;
  width: auto;
  min-width: 70px;
}

.sort-form-parts {
  background-color: #fff;
  border: solid 2px #2b1713;
  border-radius: 5px;
  color: #2b1713;
  display: block;
  padding: 0.2em;
  text-align: center;
}

.sort-form-item > input[type="radio"]:checked + .sort-form-parts {
  background-color: #2b1713;
  color: #fff;
}

@media screen and (min-width: 600px) {
  .sort-form-item {
    margin-right: 0.5em;
    min-width: 100px;
  }
}

.pagination {
  margin-top: 30px;
  text-align: center;
}

.pagination .screen-reader-text {
  display: none;
}

.pagination .page-numbers {
  border: solid 2px rgba(4, 0, 0, 0.7);
  border-radius: 5px;
  color: rgba(4, 0, 0, 0.7);
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  padding: 0.3em 0.45em;
  text-decoration: none;
}

.pagination .page-numbers:hover {
  border-color: #181816;
}

.pagination .dots {
  border: none;
  font-size: 78.6%;
  padding: 0;
}

.pagination .current {
  background-color: #181816;
  border-color: #181816;
  color: #fff;
}

.pagination .prev {
  background: url("//granzella4koma.com/4koma/wp-content/themes/4koma/img/back_page_01.png") center no-repeat;
}

.pagination .next {
  background: url("//granzella4koma.com/4koma/wp-content/themes/4koma/img/next_page_01.png") center no-repeat;
}

.pagination .prev, .pagination .next {
  border: none;
  background-size: contain;
  color: transparent;
  padding: 0.8em;
}

/*
* pages
*/
.top > .column-main {
  margin-top: 30px;
}

.mainvisual {
  margin-bottom: 50px;
}

.new-comics {
  /*margin-bottom: $contents-margin;*/
  margin-bottom: 30px;
}

.search {
  padding-bottom: 35px;
  margin-bottom: 20px;
}

.top .keyword {
  width: 100%;
}

.twitter {
  margin-bottom: 50px;
}

.information {
  margin-bottom: 50px;
}

.about {
  background-color: #fffaf8;
  border: solid 2px #cab4b4;
  border-radius: 5px;
  color: #181816;
  margin: 0 auto 50px;
  padding: 20px 1em;
  text-align: center;
  max-width: 660px;
}

.about > img {
  height: auto;
  width: 70%;
  max-width: 250px;
}

.about > h3 {
  font-size: 14px;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 30px;
}

.about > h3 span {
  display: inline-block;
  font-weight: bold;
}

.about > p {
  font-size: 12px;
  line-height: 1.5;
  margin-top: 1em;
}

.link-archive {
  color: #1c4da0;
  display: block;
  text-align: right;
  text-decoration: none;
}

.link-archive:after {
  content: "";
  display: inline-block;
  border: solid 7px #1c4da0;
  border-bottom-color: transparent;
  border-right-color: transparent;
  border-top-color: transparent;
  margin-left: 0.5em;
  vertical-align: bottom;
}

.hit_count {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
}

.hit_count > span {
  font-size: 18px;
  font-weight: bold;
  margin: 0 3px;
}

.list-comic-item.stamp {
  border: none;
  text-align: center;
}

.list-comic-item.stamp > a {
  border: solid 2px #cab4b4;
  border-radius: 5px;
  display: inline-block;
}

.stamp-promo {
  margin: 20px auto 30px;
}

.stamp-promo.p-comic {
  margin-bottom: 15px;
  width: 80%;
}

.stamp-promo.p-comic + .new-arrival {
  margin-top: 0;
}

.stamp-promo-link {
  display: block;
  text-align: center;
}

.stamp-promo-slider {
  padding-bottom: 5px;
  position: relative;
}

.list-stamp {
  font-size: 0;
  width: 100%;
}

.list-stamp-item {
  display: inline-block;
  font-size: 14px;
  margin: 0 1%;
  outline: none;
  text-align: center;
  width: 23%;
}

.list-stamp-item > a {
  display: block;
  text-decoration: none;
}

.list-stamp-name {
  color: #828282;
  font-weight: bold;
  line-height: 1.2;
  padding: 0.2em 0;
}

@media screen and (min-width: 600px) {
  .about > h3 {
    font-size: 16px;
  }
  .about > p {
    font-size: 13px;
  }
  .list-comic-item.stamp {
    border: solid 2px #cab4b4;
  }
  .list-comic-item.stamp > a {
    border: none;
  }
  .stamp-promo.float {
    float: right;
    margin: 0;
    margin-right: 2.5%;
    width: 25%;
  }
}

@media screen and (min-width: 980px) {
  .top > .column-main {
    float: left;
    padding: 0;
    width: 63%;
  }
  .top > .column-sub {
    float: right;
    margin-top: 60px;
    width: 32%;
  }
}

.column-main {
  margin: auto;
  width: 90%;
}

.column-main-inner {
  margin: auto;
}

.comic {
  margin: auto;
  text-align: center;
  /*width: 90%;*/
}

.comic-body {
  margin-bottom: 10px;
}

.sns {
  margin: 0 auto 20px;
  text-align: right;
  max-width: 500px;
}

.sns-btn {
  display: inline-block;
  vertical-align: top;
}

.pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: auto;
  margin-bottom: 50px;
  width: 100%;
  max-width: 500px;
}

.pager-btn {
  width: 25%;
}

.pager-text {
  color: #777878;
  line-height: 1.5;
  padding: 0 0.8em;
  text-align: center;
  width: 50%;
}

.description {
  border: solid 1px #675d58;
  border-radius: 3px;
  box-shadow: inset 0 0 5px #675d58;
  margin: auto;
  margin-bottom: 50px;
  padding: 1em;
  /*width: 90%;*/
}

.description-author {
  margin-bottom: 30px;
  position: relative;
}

.description-author-icon {
  float: left;
  width: 25%;
  max-width: 160px;
}

.description-author-name {
  float: right;
  position: relative;
  top: 10px;
  width: 70%;
}

.description-author-name > span {
  color: #777878;
}

.description-comment {
  font-size: 12px;
  line-height: 1.2;
}

.description-comment hr {
  border: none;
  border-top: dotted 1px #000;
  margin: 1em 0;
}

.description-comment .character {
  padding-bottom: 1.5em;
}

.description-comment .character-header {
  margin: 1em 0;
}

.description-comment .character-item {
  border-bottom: dotted 1px #000;
  padding: 1em 0;
}

.description-comment .character-item:after {
  content: "";
  clear: both;
  display: block;
}

.description-comment .character-item strong {
  font-weight: bold;
}

.description-comment .character-item-icon {
  float: left;
  margin-right: 1em;
  max-width: 30%;
}

.description-comment .character-item-name {
  padding-bottom: 1em;
}

.description-comment .character-item-profile {
  line-height: 1.5;
}

.keyword {
  margin: auto;
  /*margin-bottom: 30px;*/
  margin-bottom: 20px;
}

.keyword-list {
  border: solid 1px #675d58;
  border-radius: 3px;
  box-shadow: inset 0 0 5px #675d58;
  padding: 1em;
}

.keyword-list-item {
  display: inline-block;
  margin-bottom: 0.5em;
  margin-right: 0.5em;
}

.keyword-list-item > a {
  color: #ba412b;
  font-weight: bold;
}

.new-arrival {
  margin: 50px auto;
}

.relation {
  margin: auto;
  margin-bottom: 50px;
}

.pr {
  margin: 0 auto 50px;
  /*width: 90%;*/
}

.pr > h3 {
  margin-bottom: 1em;
}

@media screen and (min-width: 600px) {
  .column-main-inner {
    max-width: 520px;
  }
}

@media screen and (min-width: 980px) {
  .column-main {
    float: right;
    width: 66%;
  }
  .column-main-inner {
    float: right;
    margin-top: 27px;
    width: 42%;
  }
  .column-sub {
    float: left;
    margin-top: 27px;
    width: 32%;
  }
  .comic {
    float: left;
    width: 55%;
  }
  .keyword-list-item > a:hover {
    color: #d64c29;
  }
}

.author {
  border: solid 1px #675d58;
  border-radius: 3px;
  box-shadow: inset 0 0 5px #675d58;
  padding: 10px 10px 14px;
  margin-bottom: 50px;
  width: 100%;
}

.author-icon {
  width: 25%;
}

.author-inner {
  float: right;
  width: 70%;
}

.author-profile {
  line-height: 1.5;
  margin-top: 1em;
  padding: 0 0.5em;
}

.series {
  margin-bottom: 50px;
}

.series > p {
  line-height: 1.5;
  margin-top: 1em;
  padding: 0 1em;
}

.works {
  margin-bottom: 50px;
}

.works .heading-img {
  width: 70%;
}

@media screen and (min-width: 600px) {
  .author.float {
    float: left;
    min-height: 177px;
    margin-bottom: 0;
    width: 70%;
  }
  .author-inner {
    float: none;
    margin-left: 160px;
    margin-right: 30px;
    width: auto;
  }
  .works .heading-img {
    width: auto;
  }
}

.privacy .heading-secondary {
  font-size: 16px;
  text-indent: -1.1em;
  padding-left: 1.1em;
}

.privacy > section {
  line-height: 1.5;
  margin-bottom: 50px;
}

.privacy a {
  color: #1c4da0;
  font-weight: bold;
  text-decoration: none;
}

.contact-form {
  margin: 20px auto;
  width: 100%;
}

.contact-form-th {
  display: block;
  padding: 1.5em 0 0.5em;
  text-align: left;
  width: 100%;
}

.contact-form-th > label {
  margin-right: 1em;
}

.contact-form-th.btn-wrap {
  text-align: center;
}

.contact-form-th.btn-wrap > .btn {
  margin: 0 0.2em;
}

.contact-form-td {
  display: block;
  padding-bottom: 1em;
  width: 100%;
}

.contact-text {
  line-height: 1.5;
}

@media screen and (min-width: 980px) {
  .contact-form-th {
    display: table-cell;
    width: 30%;
    vertical-align: top;
  }
  .contact-form-td {
    display: table-cell;
    padding: 1.5em 0;
    padding-left: 1em;
  }
}

/*moreボタン*/
.more-txtbutton span:first-child {
  display: inline-block;
}

.more-txtbutton span:last-child {
  display: none;
}

.more-txtbutton.is-active span:first-child {
  display: none;
}

.more-txtbutton.is-active span:last-child {
  display: inline-block;
}



/*
* utility
*/
.mt0 {
  margin-top: 0;
}

.mr0 {
  margin-right: 0;
}

.mb0 {
  margin-bottom: 0;
}

.ml0 {
  margin-left: 0;
}

.pt0 {
  padding-top: 0;
}

.pr0 {
  padding-right: 0;
}

.pb0 {
  padding-bottom: 0;
}

.pl0 {
  padding-left: 0;
}

.mt5 {
  margin-top: 5px;
}

.mr5 {
  margin-right: 5px;
}

.mb5 {
  margin-bottom: 5px;
}

.ml5 {
  margin-left: 5px;
}

.pt5 {
  padding-top: 5px;
}

.pr5 {
  padding-right: 5px;
}

.pb5 {
  padding-bottom: 5px;
}

.pl5 {
  padding-left: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mr10 {
  margin-right: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.ml10 {
  margin-left: 10px;
}

.pt10 {
  padding-top: 10px;
}

.pr10 {
  padding-right: 10px;
}

.pb10 {
  padding-bottom: 10px;
}

.pl10 {
  padding-left: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mr15 {
  margin-right: 15px;
}

.mb15 {
  margin-bottom: 15px;
}

.ml15 {
  margin-left: 15px;
}

.pt15 {
  padding-top: 15px;
}

.pr15 {
  padding-right: 15px;
}

.pb15 {
  padding-bottom: 15px;
}

.pl15 {
  padding-left: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mr20 {
  margin-right: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.ml20 {
  margin-left: 20px;
}

.pt20 {
  padding-top: 20px;
}

.pr20 {
  padding-right: 20px;
}

.pb20 {
  padding-bottom: 20px;
}

.pl20 {
  padding-left: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mr25 {
  margin-right: 25px;
}

.mb25 {
  margin-bottom: 25px;
}

.ml25 {
  margin-left: 25px;
}

.pt25 {
  padding-top: 25px;
}

.pr25 {
  padding-right: 25px;
}

.pb25 {
  padding-bottom: 25px;
}

.pl25 {
  padding-left: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mr30 {
  margin-right: 30px;
}

.mb30 {
  margin-bottom: 30px;
}

.ml30 {
  margin-left: 30px;
}

.pt30 {
  padding-top: 30px;
}

.pr30 {
  padding-right: 30px;
}

.pb30 {
  padding-bottom: 30px;
}

.pl30 {
  padding-left: 30px;
}

.mt35 {
  margin-top: 35px;
}

.mr35 {
  margin-right: 35px;
}

.mb35 {
  margin-bottom: 35px;
}

.ml35 {
  margin-left: 35px;
}

.pt35 {
  padding-top: 35px;
}

.pr35 {
  padding-right: 35px;
}

.pb35 {
  padding-bottom: 35px;
}

.pl35 {
  padding-left: 35px;
}

.mt40 {
  margin-top: 40px;
}

.mr40 {
  margin-right: 40px;
}

.mb40 {
  margin-bottom: 40px;
}

.ml40 {
  margin-left: 40px;
}

.pt40 {
  padding-top: 40px;
}

.pr40 {
  padding-right: 40px;
}

.pb40 {
  padding-bottom: 40px;
}

.pl40 {
  padding-left: 40px;
}

.mt45 {
  margin-top: 45px;
}

.mr45 {
  margin-right: 45px;
}

.mb45 {
  margin-bottom: 45px;
}

.ml45 {
  margin-left: 45px;
}

.pt45 {
  padding-top: 45px;
}

.pr45 {
  padding-right: 45px;
}

.pb45 {
  padding-bottom: 45px;
}

.pl45 {
  padding-left: 45px;
}

.mt50 {
  margin-top: 50px;
}

.mr50 {
  margin-right: 50px;
}

.mb50 {
  margin-bottom: 50px;
}

.ml50 {
  margin-left: 50px;
}

.pt50 {
  padding-top: 50px;
}

.pr50 {
  padding-right: 50px;
}

.pb50 {
  padding-bottom: 50px;
}

.pl50 {
  padding-left: 50px;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

