@charset "UTF-8";
html {
  scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: sans-serif; }

ul, li {
  list-style: none; }

section {
  padding: 70px 0; }
  @media (max-width: 768px) {
    section {
      padding: 50px 0px; } }

.container {
  max-width: 1000px;
  margin: auto;
  padding: 0 20px; }

.flex {
  display: flex; }

.center {
  text-align: center; }

a {
  text-decoration: none;
  color: #707070; }

img {
  max-width: 100%; }

.pc-hidden {
  display: none; }
  @media (max-width: 768px) {
    .pc-hidden {
      display: block; } }

@media (max-width: 768px) {
  .sp-hidden {
    display: none; } }

header {
  margin-left: 0;
  margin-bottom: 50px; }
  @media (max-width: 768px) {
    header {
      margin-bottom: 0px; } }
  header .logo-wrap {
    max-width: 150px;
    display: flex;
    align-items: center;
    margin-top: 15px; }
    @media (max-width: 768px) {
      header .logo-wrap {
        margin: 20px 0 0; } }

.section-title {
  font-size: 24px;
  font-weight: bold;
  color: #707070;
  margin-bottom: 30px; }

.top {
  background: url(../img/pc-back.png) no-repeat right bottom;
  background-size: 50%;
  padding: 0px 0px 100px; }
  @media (max-width: 768px) {
    .top {
      background: url(../img/sp-back.png) no-repeat center;
      background-size: cover;
      padding: 0; } }
  .top .top-message {
    width: 80%;
    box-sizing: border-box;
    margin-bottom: 60px; }
    @media (max-width: 768px) {
      .top .top-message {
        width: 100%;
        padding: 40px 0px 80px;
        margin-bottom: 0; } }
    .top .top-message h1 {
      margin-bottom: 50px;
      line-height: 1.5;
      font-size: 45px;
      letter-spacing: 5px;
      font-weight: bold;
      color: #3151a2; }
      @media (max-width: 768px) {
        .top .top-message h1 {
          font-size: 30px;
          letter-spacing: 3px; } }
    .top .top-message h2 {
      letter-spacing: 5px;
      font-weight: normal;
      color: #3151a2; }
      @media (max-width: 768px) {
        .top .top-message h2 {
          font-size: 22px;
          letter-spacing: 3px; } }
    .top .top-message ul {
      padding: 0px;
      padding-bottom: 50px; }
      @media (max-width: 768px) {
        .top .top-message ul {
          padding-bottom: 0; } }
      .top .top-message ul li {
        font-weight: bold;
        margin-bottom: 10px;
        list-style-position: inside;
        list-style: none; }
        .top .top-message ul li:before {
          content: "･";
          margin-right: 5px; }
          @media (max-width: 768px) {
            .top .top-message ul li:before {
              margin-right: 1px; } }
        .top .top-message ul li span {
          font-size: 13px; }

.top-wrap {
  position: relative;
  max-width: 1000px;
  margin: auto; }
  @media (max-width: 768px) {
    .top-wrap {
      position: static; } }

.txt-wrap {
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  max-width: 1000px;
  margin: auto; }
  .txt-wrap .txt {
    line-height: 1.8;
    width: 100%; }
    @media (max-width: 768px) {
      .txt-wrap .txt {
        width: 100%; } }
  @media (max-width: 768px) {
    .txt-wrap {
      padding: 30px 0px;
      width: 100%;
      position: static; } }

.our-series .flex {
  justify-content: space-between; }
  @media (max-width: 900px) {
    .our-series .flex {
      display: block; } }
  .our-series .flex .item-container {
    border: #707070 solid 1px;
    width: 32%;
    padding: 20px;
    margin-bottom: 30px; }
    @media (max-width: 900px) {
      .our-series .flex .item-container {
        width: 100%;
        margin: 0 auto 30px; } }
    .our-series .flex .item-container .title {
      margin-bottom: 30px;
      height: 92px; }
      @media (max-width: 768px) {
        .our-series .flex .item-container .title {
          margin-bottom: 20px; } }
      .our-series .flex .item-container .title p {
        font-size: 18px;
        font-weight: bold; }
    .our-series .flex .item-container p {
      line-height: 1.8;
      margin-bottom: 20px; }
      .our-series .flex .item-container p span {
        display: block;
        font-size: 15px; }
    .our-series .flex .item-container .button {
      border-radius: 50px;
      border: #707070 solid 1px;
      margin-top: 20px; }
      .our-series .flex .item-container .button:hover {
        background: #707070;
        transition: .3s;
        cursor: pointer; }
        .our-series .flex .item-container .button:hover a {
          color: white; }
      .our-series .flex .item-container .button a {
        padding: 15px 0;
        display: inline-block;
        font-size: 15px; }
    .our-series .flex .item-container .img-wrap {
      height: 175px; }

@media (max-width: 768px) {
  .news {
    margin-top: 30px; } }
.news .news-item {
  border-bottom: #707070 1px dashed; }
  .news .news-item a {
    padding: 15px 0;
    display: flex; }
    @media (max-width: 768px) {
      .news .news-item a {
        display: inline-block; } }
    .news .news-item a span {
      margin-right: 30px; }
      @media (max-width: 768px) {
        .news .news-item a span {
          margin-right: 10px; } }
.news .news-link {
  margin-top: 20px; }
  .news .news-link a {
    display: inline-block;
    text-decoration: underline; }
.news .back-btn {
  margin-top: 20px; }
  .news .back-btn a {
    display: inline-block;
    text-decoration: underline; }
.news .body-wrap {
  display: flex;
  margin-bottom: 50px; }
  @media (max-width: 768px) {
    .news .body-wrap {
      display: block; } }
  .news .body-wrap .content {
    max-width: 100%; }
  .news .body-wrap .imageDiv {
    max-width: 30%;
    margin-left: 1%;
    width: 30%;
    min-width: 29%; }
    @media (max-width: 768px) {
      .news .body-wrap .imageDiv {
        max-width: 100%;
        margin: auto;
        margin-top: 30px;
        width: 100%; } }
    .news .body-wrap .imageDiv img {
      display: block; }
      @media (max-width: 768px) {
        .news .body-wrap .imageDiv img {
          max-width: 95%; } }

.manga .manga-button.is-active {
  color: white;
  background: #707070; }
@media (max-width: 768px) {
  .manga .flex {
    display: block; } }
.manga .manga-button {
  border: #707070 1px solid;
  border-radius: 10px;
  padding: 5px 0px;
  width: 220px;
  text-align: center;
  color: #707070;
  margin-right: 10px;
  background: white;
  font-size: 16px; }
  .manga .manga-button:hover {
    color: white;
    background: #707070;
    transition: .3s;
    cursor: pointer; }
  @media (max-width: 768px) {
    .manga .manga-button {
      width: 100%;
      margin-bottom: 20px;
      margin-right: auto; } }
.manga .manga-button-wrap {
  margin-bottom: 50px; }
  .manga .manga-button-wrap a {
    display: inline-block;
    border: #707070 1px solid;
    border-radius: 10px;
    padding: 5px 0px;
    width: 220px;
    text-align: center;
    color: #707070;
    box-sizing: border-box;
    margin-right: 10px; }
    .manga .manga-button-wrap a:hover {
      color: white;
      background: #707070;
      transition: .3s;
      cursor: pointer; }
    @media (max-width: 768px) {
      .manga .manga-button-wrap a {
        width: 100%;
        margin-bottom: 20px; } }
.manga .manga-tab {
  display: none; }
.manga .manga-tab.is-show {
  display: block; }
.manga .tab-content {
  display: none; }
  .manga .tab-content[data-id="reception01"] {
    display: block; }
.manga .tab-content.is-show {
  display: block; }

footer {
  padding-bottom: 20px; }
  footer .footer-logo a {
    display: inline-block;
    margin-bottom: 10px; }
    footer .footer-logo a img {
      max-width: 150px; }
  footer p {
    font-size: 13px; }

.comic-link-wrapper {
  width: 380px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99; }

@media (max-width: 768px) {
  .comic-link-wrapper {
    width: 250px;
    /*display: none;*/ } }
.comic-link__img {
  width: 100%;
  height: auto; }

.comic-link__img:hover {
  opacity: 0.8; }

.comic-link-closebtn {
  position: absolute;
  top: -10px;
  left: 5px;
  cursor: pointer;
  color: #444;
  background-color: #eee;
  border-radius: 50%;
  padding: 2px 5px; }

.newslist {
  margin-bottom: 50px; }
  .newslist h1 {
    font-size: 35px;
    margin-bottom: 40px; }

.article .date {
  color: #707070;
  font-size: 20px;
  margin-bottom: 15px; }
.article .title {
  font-size: 25px;
  color: #707070;
  margin-bottom: 30px; }
.article .content {
  line-height: 1.5; }

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