@charset "UTF-8";
/* base */
body {
  font-family: "Hiragino Sans", sans-serif;
}

*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
}

a, a:link, a:visited, a:hover, a:active {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

li {
  list-style-type: none;
}

.display-none {
  display: none !important;
}

div.header-comic .inner {
  height: 50px;
  background-color: #83CEC5;
}

div.header-comic h1 a {
  display: block;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 18px;
  line-height: 50px;
  padding-left: 120px;
  cursor: default;
}

div.header-comic .navi .link {
  padding: 10px 120px 10px 0px;
}

div.header-comic .navi .link a {
  position: relative;
  display: block;
  background-color: #FFFFFF;
  width: 122px;
  height: 30px;
  border-radius: 28px;
  color: #48B7A9;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.7px;
  line-height: 30px;
  padding-left: 33px;
}

div.header-comic .navi .link a::before {
  content: "";
  width: 6.83px;
  height: 10.7px;
  position: absolute;
  top: 50%;
  left: 14px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/comic/comic-img-a.svg) no-repeat 0 0;
  background-size: 6.83px 10.7px;
}

div.header-comic .navi .link a:hover,
div.header-comic .navi .link a:focus {
  background-color: #DDDDDD;
}

div#comic-viewer div.move-button {
  width: 60px;
  height: 60px;
  border-radius: 30px;
  background-color: #BFBFBF;
  position: absolute;
  display: none;
  cursor: pointer;
}

div#comic-viewer #comic-left-button {
  left: 40px;
}

div#comic-viewer #comic-right-button {
  right: 40px;
}

div#comic-viewer div.move-button img {
  width: 12.56px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}

div#footer-comic {
  background-color: #83CEC5;
  height: 100px;
}

/*
.link_footer a:hover, .link_footer a:focus {
    background-color: #dddddd;
}
.link_footer a {
    display: block;
    color: #ffffff;
    font-size: 90%;
    padding: 15px 15px;
    line-height: 20px;
    text-decoration: none;
}
*/
/* smart phone */
@media screen and (max-width: 750px) {
  .pc {
    display: none !important;
  }
  div.header-comic .navi .link {
    padding: 10px 20px 10px 0px;
  }
  div#footer-comic {
    height: 50px;
  }
  div.header-comic h1 a {
    padding-left: 20px;
  }
}

.top-a-text-a {
  line-height: 1.3;
}

.br::after {
  content: "\A";
  white-space: pre;
}

.comic-wrap {
  width: 100%;
  padding-right: 28px;
  padding-left: 28px;
}

@media screen and (max-width: 767px) {
  .comic-wrap {
    max-width: 500px;
    margin: 40px auto 50px;
  }
}

@media screen and (min-width: 768px) {
  .comic-wrap {
    max-width: 800px;
    margin: 70px auto 65px;
  }
}

@media screen and (min-width: 1201px) {
  .comic-wrap {
    max-width: 1182px;
    margin: 100px auto 80px;
  }
}

.comic-list {
  display: -ms-grid;
  display: grid;
  gap: 28px;
}

@media screen and (max-width: 767px) {
  .comic-list {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
}

@media screen and (min-width: 768px) {
  .comic-list {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

@media screen and (min-width: 1201px) {
  .comic-list {
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
}

.comic-link {
  background: #80c6bd;
  border-radius: 8px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

@media screen and (min-width: 768px) {
  .comic-link {
    padding: 16px;
  }
}

@media screen and (max-width: 767px) {
  .comic-link {
    padding: 12px 12px 16px;
  }
}

.comic-link:hover {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}

.comic-item-img {
  border-radius: 5px;
}

.comic-item-text-wrap {
  color: #fff;
  font-family: "ヒラギノ角ゴシック";
  font-weight: 600;
  text-align: center;
  margin-top: 17px;
}

@media screen and (min-width: 1201px) {
  .comic-item-text1 {
    font-size: 18px;
  }
}

@media screen and (max-width: 1200px) {
  .comic-item-text1 {
    font-size: 17px;
  }
}

.comic-item-text2 {
  margin-top: 7px;
}

@media screen and (min-width: 1201px) {
  .comic-item-text2 {
    font-size: 14px;
  }
}

@media screen and (max-width: 1200px) {
  .comic-item-text2 {
    font-size: 13px;
  }
}

@media screen and (min-width: 768px) {
  .comic-extraEdition {
    margin-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .comic-extraEdition {
    margin-top: 40px;
  }
}

.head2 {
  color: #333333;
  font-family: "ヒラギノ角ゴシック";
  font-weight: 600;
  font-size: 24px;
}

@media screen and (min-width: 768px) {
  .comic-extraEdition-list {
    margin-top: 26px;
  }
}

@media screen and (max-width: 767px) {
  .comic-extraEdition-list {
    margin-top: 20px;
  }
}

.comic-extraEdition-link {
  background: #f7b95a;
}
/*# sourceMappingURL=comic.css.map */