@charset "UTF-8";
/* ----------------------------------------------------
	sassを使用しています。css編集の際はご注意ください。
	compass/scss
---------------------------------------------------- */
/* ----------------------------------------------------
base
---------------------------------------------------- */
html, body {
  padding: 0;
  margin: 0;
  font-family: "Muli","Noto Sans Japanese", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  background: #f6f6f6;
}

img {
  max-width: 100%;
  height: auto;
  line-height: 0;
}

ul {
  list-style: none;
  box-sizing: border-box;
}
ul li {
  box-sizing: border-box;
}

/* ----------------------------------------------------
selection
---------------------------------------------------- */
::selection {
  background: #f4f4f4;
  color: #aaa;
}

::-moz-selection {
  background: #f4f4f4;
  color: #aaa;
}

/* ----------------------------------------------------
link
---------------------------------------------------- */
a {
  color: #000;
  text-decoration: none;
  transition: 0.2s ease-in-out;
}
a:visited {
  text-decoration: none;
  color: #000;
}
a:hover {
  color: #ff768b;
}
a:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha( opacity=60 )";
  background: none !important;
  transition: 0.2s;
}
a:active {
  color: #ff768b;
}

/* ----------------------------------------------------
.fixed
---------------------------------------------------- */
.fixed {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

/* ----------------------------------------------------
header
---------------------------------------------------- */
header.header {
  padding: 0 0 90px 0;
  margin: 0 auto;
  width: 750px;
  line-height: 0;
  background: #ff768b;
}
@media (max-width: 750px) {
  header.header {
    padding-bottom: 45px;
    width: auto;
  }
}

/* ----------------------------------------------------
#container
---------------------------------------------------- */
#container {
  margin: 0 auto;
  width: 750px;
  background: #ff768b;
}
@media (max-width: 750px) {
  #container {
    width: auto;
  }
}
#container h2.title_h2 {
  margin: 0 auto 90px auto;
  width: 72.53333%;
  text-align: center;
}
@media (max-width: 750px) {
  #container h2.title_h2 {
    margin-bottom: 45px;
  }
}
#container .section.comicbox {
  line-height: 0;
  width: 100%;
}

/* ----------------------------------------------------
.linebox
---------------------------------------------------- */
.linebox {
  line-height: 0;
  width: 100%;
}

/* ----------------------------------------------------
footer
---------------------------------------------------- */
footer.gtm_footer {
  padding: 100px 0 0 0;
  margin: 0 auto;
  width: 750px;
  background: #ffc4d4;
}
@media (max-width: 750px) {
  footer.gtm_footer {
    padding-top: 50px;
    width: auto;
  }
}
footer.gtm_footer p.share {
  margin: 0 auto 30px auto;
  line-height: 0;
  width: 40.66667%;
}
footer.gtm_footer p.series {
  margin: 0 auto 20px auto;
  line-height: 0;
  width: 45.06667%;
}
@media (max-width: 750px) {
  footer.gtm_footer p.series {
    margin-bottom: 10px;
  }
}
footer.gtm_footer .sharebox {
  margin-bottom: 90px;
  display: flex;
  justify-content: center;
}
@media (max-width: 750px) {
  footer.gtm_footer .sharebox {
    margin-bottom: 45px;
  }
}
footer.gtm_footer .sharebox .twitter,
footer.gtm_footer .sharebox .line,
footer.gtm_footer .sharebox .facebook {
  line-height: 0;
  width: 21.06667%;
}
footer.gtm_footer .sharebox .line {
  margin: 0 40px;
}
@media (max-width: 750px) {
  footer.gtm_footer .sharebox .line {
    margin: 0 20px;
  }
}
footer.gtm_footer .btnbox {
  margin: 0 auto 90px auto;
  line-height: 0;
  width: 85.86667%;
}
@media (max-width: 750px) {
  footer.gtm_footer .btnbox {
    margin-bottom: 45px;
  }
}
footer.gtm_footer .seriesbox {
  margin-bottom: 90px;
}
@media (max-width: 750px) {
  footer.gtm_footer .seriesbox {
    margin-bottom: 45px;
  }
}
footer.gtm_footer .seriesbox div.episode {
  margin: 0 auto;
  width: 85.46667%;
}
footer .copyright {
  padding: 40px 0 30px 0;
  text-align: center;
  color: #fff;
  background: #ff768b;
}
@media (max-width: 750px) {
  footer .copyright {
    padding: 20px 0 15px 0;
  }
}
footer .copyright p.jcp {
  margin: 0 auto;
  width: 57.86667%;
}
footer .copyright p.cpr {
  margin-top: 30px;
  font-size: 23px;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 750px) {
  footer .copyright p.cpr {
    margin-top: 15px;
    font-size: 12px;
  }
}
footer .copyright div.hopeis {
  margin: 40px auto;
  width: 85.86667%;
}
@media (max-width: 750px) {
  footer .copyright div.hopeis {
    margin: 20px auto;
  }
}
