@import url("//fonts.googleapis.com/earlyaccess/notosansjp.css");
/* common ---------------------------------------------------------------------- */
a {
  cursor: pointer;
  outline: none;
  text-decoration: none;
  color: #000;
}
a.text-link:hover {
  text-decoration: underline;
}

section {
  margin: auto;
}

html, body {
  height: 100%;
}

body {
  position: relative;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 100%;
  color: #000;
}

@media screen and (min-width: 769px) {
  #whole {
    min-width: 1280px;
  }
}

@media screen and (max-width: 768px) {
  #main {
    overflow: hidden;
    padding-top: 10.66vw;
  }
}

#loading {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999999;
  background: #1a1515;
}

/* header ---------------------------------------------------------------------- */
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  z-index: 100;
}
#header a {
  position: relative;
  display: inline-block;
  color: white;
}
#header .global {
  background: #000;
}
#header .global .logo img {
  width: 100%;
}
#header .nav-switch {
  position: absolute;
  top: 0;
  right: 0;
  background: url("../img/cmn/switch-bg.svg") right 0 no-repeat;
  background-size: contain;
  cursor: pointer;
  z-index: 100;
}
#header .nav-switch div {
  position: absolute;
}
#header .nav-switch p {
  position: absolute;
  height: 1px;
  background: white;
}
#header .nav-switch p:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  width: 0;
  right: 0;
  height: 100%;
  background: rgba(111, 176, 223, 0.5);
  -moz-transition: width 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: width 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: width 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: width 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
#header .nav-switch .open p {
  transform-origin: top right;
}
#header .nav-switch .close p:nth-of-type(1) {
  -moz-transform: rotate(45deg) scaleX(0);
  -ms-transform: rotate(45deg) scaleX(0);
  -webkit-transform: rotate(45deg) scaleX(0);
  transform: rotate(45deg) scaleX(0);
}
#header .nav-switch .close p:nth-of-type(1):after {
  right: auto;
  left: 0;
}
#header .nav-switch .close p:nth-of-type(2) {
  -moz-transform: rotate(-45deg) scaleX(0);
  -ms-transform: rotate(-45deg) scaleX(0);
  -webkit-transform: rotate(-45deg) scaleX(0);
  transform: rotate(-45deg) scaleX(0);
}
#header .header-title {
  color: #5c5c5c;
}
#header .header-title a {
  color: #5c5c5c;
}
@media screen and (min-width: 769px) {
  #header .global {
    display: none;
  }
  #header .header-title {
    position: absolute;
    padding: 20px;
  }
  #header .header-title h1 {
    background: url("../img/cmn/smile-logo-blue.svg") 0 0 no-repeat;
    background-size: contain;
    padding: 3px 0 3px 120px;
    font-size: 12px;
  }
  #header .header-title h1 a:first-of-type {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 104px;
    height: 18px;
  }
  #header .nav-switch {
    width: 120px;
    height: 120px;
  }
  #header .nav-switch .open {
    top: 30px;
    right: 18px;
  }
  #header .nav-switch .open p {
    right: 0;
  }
  #header .nav-switch .open p:nth-of-type(1) {
    width: 42px;
  }
  #header .nav-switch .open p:nth-of-type(2) {
    top: 12px;
    width: 30px;
  }
  #header .nav-switch .open p:nth-of-type(3) {
    top: 24px;
    width: 18px;
  }
  #header .nav-switch .close {
    top: 30px;
    right: 18px;
  }
  #header .nav-switch .close p {
    right: 0;
    top: 12px;
    width: 28px;
  }
  #header .nav-switch:hover .open p:after {
    width: 100%;
  }
  #header .nav-switch:hover .close p:after {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #header .global {
    height: 10.66vw;
    overflow: hidden;
    *zoom: 1;
    font-size: 2vw;
    color: white;
  }
  #header .global:after {
    content: "";
    display: table;
    clear: both;
  }
  #header .global .logo {
    float: left;
    width: 25.06vw;
    padding: 3.2vw 0 0 2.66vw;
  }
  #header .global .link {
    float: left;
    margin-left: 2.66vw;
    padding-top: 4.53vw;
  }
  #header .global .link a:last-of-type {
    margin-left: 1.5em;
  }
  #header .global .smile-top {
    float: right;
    height: 100%;
    width: 17.33vw;
    border-left: solid 1px #666;
    text-align: center;
  }
  #header .global .smile-top a {
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 2.93vw;
  }
  #header .global .smile-top img {
    width: 13.06vw;
  }
  #header .header-title {
    padding: 2.93vw;
  }
  #header .header-title h1 {
    font-size: 3.2vw;
  }
  #header .nav-switch {
    top: 10.66vw;
    width: 18.66vw;
    height: 18.66vw;
  }
  #header .nav-switch .open {
    top: 4vw;
    right: 3.2vw;
  }
  #header .nav-switch .open p {
    right: 0;
  }
  #header .nav-switch .open p:nth-of-type(1) {
    width: 5.6vw;
  }
  #header .nav-switch .open p:nth-of-type(2) {
    top: 1.6vw;
    width: 4vw;
  }
  #header .nav-switch .open p:nth-of-type(3) {
    top: 3.2vw;
    width: 2.4vw;
  }
  #header .nav-switch .close {
    top: 5.6vw;
    right: 2.4vw;
  }
  #header .nav-switch .close p {
    right: 0;
    width: 5.86vw;
  }
}

/* gnav ---------------------------------------------------------------------- */
#gnav {
  height: 100%;
  overflow: hidden;
  background: rgba(111, 176, 223, 0.9);
}
#gnav .gnav-container {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#gnav .gnav-container li:first-of-type {
  text-align: center;
}
#gnav .gnav-container li > * {
  display: inline-block;
}
#gnav .gnav-container li > * img {
  height: 100%;
}
#gnav .gnav-container li > *:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background: white;
  left: 0;
  bottom: -2px;
  transform-origin: 0 0;
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -moz-transition: -moz-transform 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: -o-transform 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: -webkit-transform 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (min-width: 769px) {
  #gnav .gnav-container {
    width: 350px;
    height: 520px;
  }
  #gnav .gnav-container li > * {
    height: 24px;
  }
  #gnav .gnav-container li:first-of-type > * {
    height: 20px;
  }
  #gnav .gnav-container li:nth-of-type(n + 2) {
    margin-top: 58px;
  }
  #gnav .gnav-container li a:hover:after {
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@media screen and (max-width: 768px) {
  #gnav {
    position: absolute;
    top: 10.66vw;
    left: 0;
    width: 100%;
  }
  #gnav .gnav-container {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 73.33vw;
    height: 101.33vw;
  }
  #gnav .gnav-container li > * {
    height: 4.93vw;
  }
  #gnav .gnav-container li:first-of-type > * {
    height: 4.26vw;
  }
  #gnav .gnav-container li:nth-of-type(n + 2) {
    margin-top: 9.33vw;
  }
}

/* footer ---------------------------------------------------------------------- */
#footer {
  background-color: #6fb0df;
  color: white;
}
#footer a {
  color: white;
}
#footer .about-site .logo {
  margin: auto;
}
#footer .about-site .logo img {
  width: 100%;
}
#footer .about-site .staff {
  line-height: 1.6;
  letter-spacing: 2px;
}
#footer .about-smile .logo {
  margin: auto;
}
#footer .about-smile .logo img {
  width: 100%;
}
#footer .about-smile .link a {
  display: inline-block;
}
#footer .about-smile .link a:first-of-type {
  border-right: solid 1px white;
}
@media screen and (min-width: 769px) {
  #footer {
    padding: 30px;
    overflow: hidden;
    *zoom: 1;
  }
  #footer .about-site {
    float: left;
  }
  #footer .about-site .logo {
    float: left;
    width: 144px;
    margin-top: -1px;
  }
  #footer .about-site .staff {
    float: left;
    width: 400px;
    margin-left: 32px;
    font-size: 13px;
  }
  #footer .about-smile {
    float: right;
    text-align: right;
    font-size: 12px;
  }
  #footer .about-smile .logo {
    float: right;
    width: 115px;
  }
  #footer .about-smile .link {
    float: right;
    padding: 0 24px 18px;
  }
  #footer .about-smile .link a {
    padding: 0 24px;
  }
  #footer .about-smile .link a:hover {
    text-decoration: none;
    animation: blink 0.6s ease-in-out 1;
  }
  @keyframes blink {
    0% {
      color: white;
    }
    12% {
      color: rgba(255, 255, 255, 0.3);
    }
    100% {
      color: white;
    }
  }
  #footer .about-smile .copyright {
    clear: both;
  }
}
@media screen and (max-width: 768px) {
  #footer {
    padding: 4vw 7.46vw 2.66vw;
    text-align: center;
  }
  #footer .about-site {
    padding-bottom: 2.66vw;
    margin-bottom: 4vw;
    border-bottom: solid 1px white;
  }
  #footer .about-site .logo {
    width: 38.4vw;
    margin-bottom: 2.66vw;
  }
  #footer .about-site .staff {
    font-size: 2.8vw;
  }
  #footer .about-smile {
    font-size: 3.2vw;
  }
  #footer .about-smile .logo {
    width: 24.26vw;
    margin-bottom: 4vw;
  }
  #footer .about-smile .link {
    padding-bottom: 4vw;
  }
  #footer .about-smile .link a {
    padding: 0 5.33vw;
    text-decoration: none;
  }
}

/* background ---------------------------------------------------------------------- */
#background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
}
#background p {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: center 0 repeat-y;
}
@media screen and (min-width: 769px) {
  #background p.pattern-1 {
    background-image: url("../img/cmn/bg-pattern-1.png");
  }
  #background p.pattern-2 {
    background-image: url("../img/cmn/bg-pattern-2.png");
  }
  #background p.pattern-3 {
    background-image: url("../img/cmn/bg-pattern-3.png");
  }
}
@media screen and (max-width: 768px) {
  #background p {
    background-size: 100% auto;
  }
  #background p.pattern-1 {
    background-image: url("../img/cmn/bg-pattern-1-sp.png");
  }
  #background p.pattern-3 {
    background-image: url("../img/cmn/bg-pattern-2-sp.png");
  }
}

/* page-top ---------------------------------------------------------------------- */
.page-top section.kv {
  width: 100%;
}
.page-top section.kv:before {
  content: '';
  display: block;
  position: relative;
  width: 100%;
}
.page-top section.kv .container {
  width: 100%;
  height: 100%;
}
.page-top section.kv .bg {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: center center no-repeat;
  background-size: cover;
}
.page-top section.kv .bg p {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: center center no-repeat;
  background-size: cover;
}
.page-top section.kv .chara {
  opacity: 0;
  position: absolute;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: center bottom no-repeat;
  background-size: 100% auto;
  z-index: 5;
}
.page-top section.kv .title {
  position: absolute;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  background: center 0 no-repeat;
  background-size: 100% auto;
  overflow: hidden;
  text-indent: -9999px;
  z-index: 6;
  transform-origin: top center;
}
.page-top section.kv .news {
  background: white;
  z-index: 10;
}
.page-top section.kv .news a {
  color: #4f4f4f;
}
@media screen and (min-width: 769px) {
  .page-top section.kv {
    overflow: hidden;
    margin-bottom: 80px;
  }
  .page-top section.kv:before {
    padding-top: 45.454545%;
  }
  .page-top section.kv .container {
    position: absolute;
    top: 0;
    left: 0;
  }
  .page-top section.kv .bg {
    width: 104%;
    margin-left: -2%;
    background-image: url("../img/top/kv-bg-1.jpg");
  }
  .page-top section.kv .bg p:nth-of-type(1) {
    background-image: url("../img/top/kv-bg-1.jpg");
  }
  .page-top section.kv .bg p:nth-of-type(2) {
    background-image: url("../img/top/kv-bg-2.jpg");
  }
  .page-top section.kv .bg p:nth-of-type(3) {
    background-image: url("../img/top/kv-bg-3.jpg");
  }
  .page-top section.kv .chara {
    width: 66.666666%;
    background-image: url("../img/top/kv-character.png");
  }
  .page-top section.kv .title {
    width: 840px;
    height: 330px;
    background-image: url("../img/cmn/title-sprites.png");
  }
  .page-top section.kv .news {
    position: absolute;
    padding: 12px 16px;
    left: 0;
    bottom: -50px;
  }
  .page-top section.kv .news a {
    font-size: 12px;
  }
  .page-top section.kv .news a:hover {
    text-decoration: none;
    animation: newsblink 0.6s ease-in-out 1;
  }
  @keyframes newsblink {
    0% {
      color: #4f4f4f;
    }
    12% {
      color: rgba(79, 79, 79, 0.3);
    }
    100% {
      color: #4f4f4f;
    }
  }
}
@media screen and (max-width: 768px) {
  .page-top section.kv {
    overflow: hidden;
    margin-bottom: 9.33vw;
  }
  .page-top section.kv:before {
    display: none;
  }
  .page-top section.kv .container {
    width: 100%;
    height: 141.33vw;
  }
  .page-top section.kv .bg {
    background-image: url("../img/top/kv-bg-sp.jpg");
    background-size: cover;
  }
  .page-top section.kv .chara {
    background-image: url("../img/top/kv-character-sp.png");
  }
  .page-top section.kv .title {
    top: 24.8vw;
    left: 50%;
    width: 840px;
    height: 330px;
    margin-left: -420px;
    background-image: url("../img/cmn/title-sprites.png");
  }
  .page-top section.kv .news {
    padding: 1.6vw 4vw;
  }
  .page-top section.kv .news a {
    font-size: 3.2vw;
  }
}
.page-top section.intro .caption, .page-top section.intro .desc {
  opacity: 0;
}
@media screen and (min-width: 769px) {
  .page-top section.intro {
    width: 1100px;
    margin-bottom: 150px;
  }
  .page-top section.intro .caption {
    margin-bottom: 30px;
  }
  .page-top section.intro .caption img {
    width: 180px;
  }
  .page-top section.intro .desc img {
    width: 825px;
  }
}
@media screen and (max-width: 768px) {
  .page-top section.intro {
    width: 92vw;
    padding-left: 4vw;
    margin-bottom: 15.33vw;
    overflow: hidden;
  }
  .page-top section.intro .caption {
    margin-bottom: 6.66vw;
  }
  .page-top section.intro .caption img {
    width: 35.73vw;
  }
  .page-top section.intro .desc img {
    width: 87.33vw;
  }
}
.page-top section.story.odd {
  background: url("../img/top/story-bg-R.png") right 0 no-repeat;
}
.page-top section.story.even {
  background: url("../img/top/story-bg-L.png") left 0 no-repeat;
}
.page-top section.story .manga {
  background: url("../img/top/story-frame.png") 0 0 no-repeat;
  background-size: 100% 100%;
}
.page-top section.story .manga .image {
  display: block;
  position: relative;
  background: white;
  width: 100%;
  height: 100%;
}
.page-top section.story .manga .image div {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.page-top section.story .manga .image figure {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.page-top section.story .manga .image figure img {
  width: 100%;
}
.page-top section.story .manga a.image div {
  opacity: 0;
}
.page-top section.story .manga .vol {
  position: absolute;
}
.page-top section.story .manga .vol img {
  width: 100%;
}
.page-top section.story .title {
  position: absolute;
}
.page-top section.story .title:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("../img/cmn/title-dot.png") 0 0;
}
.page-top section.story .title p {
  background: white;
}
.page-top section.story .title p span {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  overflow: hidden;
}
.page-top section.story .desc {
  opacity: 0;
  background: white;
  color: #4d4d4d;
  line-height: 2;
  text-align: justify;
}
.page-top section.story .btn-read {
  opacity: 0;
}
.page-top section.story .btn-read a, .page-top section.story .btn-read span {
  position: relative;
  display: inline-block;
  z-index: 1;
}
.page-top section.story .btn-read span {
  pointer-events: none;
}
.page-top section.story .btn-read svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.page-top section.story .btn-read svg path {
  fill: none;
  stroke: rgba(111, 176, 223, 0.5);
  stroke-width: 2;
}
.page-top section.story .btn-read svg path:nth-of-type(2) {
  stroke: #6FB0DF;
  stroke-miterlimit: 10;
  stroke-dasharray: 300;
  stroke-dashoffset: 300;
}
@media screen and (min-width: 769px) {
  .page-top section.story {
    width: 1100px;
    margin-bottom: 170px;
    overflow: hidden;
  }
  .page-top section.story.odd, .page-top section.story.even {
    background-size: 430px auto;
  }
  .page-top section.story .container {
    padding: 75px 80px 0px;
  }
  .page-top section.story .manga {
    width: 738px;
    height: 465px;
    padding: 2px;
  }
  .page-top section.story .manga .image {
    padding: 24px;
  }
  .page-top section.story .manga .image figure {
    -moz-transition: -moz-transform 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: -o-transform 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition: -webkit-transform 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .page-top section.story .manga a.image:hover figure {
    -moz-transform: scale(1.15) rotate(-3deg);
    -ms-transform: scale(1.15) rotate(-3deg);
    -webkit-transform: scale(1.15) rotate(-3deg);
    transform: scale(1.15) rotate(-3deg);
  }
  .page-top section.story .manga .vol {
    width: 136px;
  }
  .page-top section.story .title:before {
    background-size: 10px 10px;
    top: 10px;
    left: -10px;
  }
  .page-top section.story .title p {
    padding: 34px 30px;
  }
  .page-top section.story .title p img {
    width: 32px;
  }
  .page-top section.story .desc {
    position: absolute;
    width: 474px;
    padding: 34px 38px;
    font-size: 12px;
  }
  .page-top section.story .btn-read {
    margin: 0 76px;
    margin-top: 55px;
  }
  .page-top section.story .btn-read span {
    padding: 0 84px 18px 54px;
  }
  .page-top section.story .btn-read span img {
    width: 42px;
  }
  .page-top section.story.odd .manga .vol {
    top: -75px;
    left: -80px;
  }
  .page-top section.story.odd .title {
    top: 75px;
    right: 80px;
  }
  .page-top section.story.odd .desc {
    top: 486px;
    right: 0;
  }
  .page-top section.story.even .manga {
    margin-left: 200px;
  }
  .page-top section.story.even .manga .vol {
    top: -75px;
    right: -80px;
  }
  .page-top section.story.even .title {
    top: 75px;
    left: 80px;
  }
  .page-top section.story.even .title:before {
    left: 10px;
  }
  .page-top section.story.even .desc {
    top: 486px;
    left: 0;
  }
  .page-top section.story.even .btn-read {
    text-align: right;
  }
  .page-top section.story.story-0, .page-top section.story.story-1 {
    margin-bottom: 130px;
  }
}
@media screen and (max-width: 768px) {
  .page-top section.story {
    width: 92vw;
    margin-bottom: 20vw;
  }
  .page-top section.story.odd, .page-top section.story.even {
    background-size: 40vw auto;
  }
  .page-top section.story .container {
    padding: 4.53vw 4vw 0vw;
  }
  .page-top section.story .manga {
    width: 70.53vw;
    height: 44.66vw;
    padding: 0.26vw;
  }
  .page-top section.story .manga .image {
    padding: 2.13vw;
  }
  .page-top section.story .manga .vol {
    width: 15.46vw;
  }
  .page-top section.story .title:before {
    background-size: 1.33vw 1.33vw;
    top: 1.33vw;
    left: -1.34vw;
  }
  .page-top section.story .title p {
    padding: 3.2vw 2.66vw;
  }
  .page-top section.story .title p img {
    width: 3.46vw;
  }
  .page-top section.story .desc {
    padding: 3.46vw 4vw;
    font-size: 3.2vw;
  }
  .page-top section.story .btn-read {
    margin-top: 4.8vw;
    text-align: center;
  }
  .page-top section.story .btn-read span {
    padding: 0 10.4vw 1.33vw 6.93vw;
  }
  .page-top section.story .btn-read span img {
    width: 6.93vw;
  }
  .page-top section.story.odd .manga .vol {
    top: -4.54vw;
    left: -4vw;
  }
  .page-top section.story.odd .title {
    top: 4.53vw;
    right: 4vw;
  }
  .page-top section.story.odd .title:before {
    top: 1.06vw;
    left: -1.34vw;
  }
  .page-top section.story.even .title {
    top: 4.53vw;
  }
  .page-top section.story.even .title:before {
    top: 1.06vw;
    left: 1.06vw;
  }
  .page-top section.story.even .manga {
    margin-left: 13.33vw;
  }
  .page-top section.story.even .manga .vol {
    top: -4.54vw;
    right: -4vw;
  }
  .page-top section.story.story-0 {
    margin-bottom: 14.66vw;
  }
}

/* page-manga ---------------------------------------------------------------------- */
@media screen and (min-width: 769px) {
  .page-manga section {
    width: 700px;
  }
}
@media screen and (max-width: 768px) {
  .page-manga section {
    width: 93.33vw;
  }
}
.page-manga section.page-title h2 span {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: 0 0 no-repeat;
  background-size: 100% auto;
  overflow: hidden;
  text-indent: -9999px;
}
.page-manga section.page-title h2 span:nth-of-type(1) {
  background-image: url("../img/cmn/title-sprites.png");
}
.page-manga section.page-title h2 span:nth-of-type(2) {
  display: none;
  background-image: url("../img/cmn/title-sprites-reverse.png");
}
@media screen and (min-width: 769px) {
  .page-manga section.page-title {
    width: 840px;
  }
  .page-manga section.page-title h2 {
    width: 840px;
    height: 330px;
  }
  .page-manga section.page-title h2 span {
    margin-top: -40px;
    margin-left: -20px;
  }
}
@media screen and (max-width: 768px) {
  .page-manga section.page-title {
    height: 46.66vw;
    overflow: hidden;
  }
  .page-manga section.page-title h2 {
    top: 0;
    left: 50%;
    width: 840px;
    height: 330px;
    margin-left: -420px;
    transform-origin: top center;
    -moz-transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
  }
  .page-manga section.page-title h2 span {
    margin-left: -20px;
  }
}
.page-manga section.story-title {
  *zoom: 1;
}
.page-manga section.story-title:after {
  content: "";
  display: table;
  clear: both;
}
.page-manga section.story-title .vol, .page-manga section.story-title .title {
  float: left;
}
.page-manga section.story-title .title p {
  background: white;
  z-index: 2;
}
.page-manga section.story-title .title:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("../img/cmn/title-dot.png") right bottom;
}
@media screen and (min-width: 769px) {
  .page-manga section.story-title {
    padding-left: 46px;
  }
  .page-manga section.story-title .vol img {
    width: 156px;
  }
  .page-manga section.story-title .title {
    margin: 26px 0 110px;
  }
  .page-manga section.story-title .title p {
    padding: 28px 38px;
  }
  .page-manga section.story-title .title p img {
    width: auto;
    height: 34px;
  }
  .page-manga section.story-title .title:before {
    top: 10px;
    left: 10px;
    background-size: 10px 10px;
  }
}
@media screen and (max-width: 768px) {
  .page-manga section.story-title {
    padding-left: 6.93vw;
  }
  .page-manga section.story-title .vol img {
    width: 22.93vw;
  }
  .page-manga section.story-title .title {
    margin: 3.46vw 0 12.53vw;
  }
  .page-manga section.story-title .title p {
    padding: 4vw 6.66vw;
  }
  .page-manga section.story-title .title p img {
    width: auto;
    height: 4.8vw;
  }
  .page-manga section.story-title .title:before {
    top: 1.33vw;
    left: 1.33vw;
    background-size: 1.33vw 1.33vw;
  }
}
.page-manga section.manga .manga-container li figure {
  position: relative;
  display: block;
}
.page-manga section.manga .manga-container li img {
  width: 100%;
}
.page-manga section.manga .manga-container .guide {
  position: absolute;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url("../img/manga/cmn/arr.svg") center center no-repeat rgba(0, 0, 0, 0.5);
  border-radius: 50%;
}
.page-manga section.manga .reference {
    color: #4f4f4f;
    line-height: 1.6;
}
.page-manga section.manga .reference ul li::before {
    content: '・';
}
.page-manga section.manga .reference ul li a {
    color: #4f4f4f;
}
.page-manga section.manga .share {
  text-align: center;
}
.page-manga section.manga .share p:before {
  content: '';
  display: block;
  position: absolute;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: url("../img/cmn/title-dot.png") center 0;
}
.page-manga section.manga .share p span {
  position: relative;
  display: inline-block;
  background: white;
  z-index: 1;
}
.page-manga section.manga .share ul {
  text-align: center;
}
.page-manga section.manga .share ul li {
  display: inline-block;
}
.page-manga section.manga .share ul li a {
  display: inline-block;
}
.page-manga section.manga .share ul li a img {
  -moz-transition: opacity 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: opacity 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: opacity 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.page-manga section.manga .share ul li a:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-sizing: border-box;
  border: solid 2px #6fb0df;
  z-index: 0;
  -moz-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.page-manga section.manga .pager {
  *zoom: 1;
}
.page-manga section.manga .pager:after {
  content: "";
  display: table;
  clear: both;
}
.page-manga section.manga .pager li {
  float: left;
  width: 33.33333%;
}
.page-manga section.manga .pager li:nth-of-type(2) {
  text-align: center;
}
.page-manga section.manga .pager li:nth-of-type(3) {
  text-align: right;
}
.page-manga section.manga .pager p, .page-manga section.manga .pager a {
  display: inline-block;
  position: relative;
}
.page-manga section.manga .pager p span, .page-manga section.manga .pager a span {
  display: inline-block;
}
.page-manga section.manga .pager p svg, .page-manga section.manga .pager a svg {
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
}
.page-manga section.manga .pager p svg path, .page-manga section.manga .pager a svg path {
  fill: none;
  stroke: rgba(111, 176, 223, 0.5);
  stroke-width: 2;
}
.page-manga section.manga .pager p svg path:nth-of-type(2), .page-manga section.manga .pager a svg path:nth-of-type(2) {
  stroke: #6FB0DF;
  stroke-miterlimit: 10;
  stroke-dasharray: 220;
}
.page-manga section.manga .pager p {
  opacity: 0.2;
}
.page-manga section.manga .pager .prev svg path:nth-of-type(2) {
  stroke-dashoffset: -220;
}
.page-manga section.manga .pager .list:before {
  background: url("../img/cmn/icn-list.svg") center bottom no-repeat;
  background-size: contain;
}
.page-manga section.manga .pager .list svg rect {
  fill: #6FB0DF;
}
.page-manga section.manga .pager .next svg path:nth-of-type(2) {
  stroke-dashoffset: 220;
}
@media screen and (min-width: 769px) {
  .page-manga section.manga {
    margin-bottom: 140px;
  }
  .page-manga section.manga .manga-container {
    margin-bottom: 140px;
  }
  .page-manga section.manga .manga-container li:nth-of-type(n + 2) {
    margin-top: 100px;
  }
  .page-manga section.manga .manga-container .guide {
    display: none;
  }
  .page-manga section.manga .reference {
    font-size: 11px;
    margin: -120px auto 140px;
  }
  .page-manga section.manga .reference ul li a:hover {
    text-decoration: underline;
  }
  .page-manga section.manga .share {
    margin-bottom: 110px;
    text-align: center;
  }
  .page-manga section.manga .share p {
    margin-bottom: 38px;
  }
  .page-manga section.manga .share p:before {
    width: 330px;
    height: 14px;
    background-size: 10px 10px;
  }
  .page-manga section.manga .share p span {
    padding: 0 39px;
  }
  .page-manga section.manga .share p span img {
    width: 72px;
  }
  .page-manga section.manga .share ul li {
    margin: 0 20px;
  }
  .page-manga section.manga .share ul li img {
    width: 80px;
  }
  .page-manga section.manga .share ul li a:hover img {
    opacity: 0.8;
  }
  .page-manga section.manga .share ul li a:hover:before {
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
  .page-manga section.manga .pager li img {
    width: auto;
    height: 18px;
  }
  .page-manga section.manga .pager li p svg, .page-manga section.manga .pager li a svg {
    height: 40px;
  }
  .page-manga section.manga .pager .prev span {
    padding: 50px 44px 16px 60px;
  }
  .page-manga section.manga .pager .list span {
    padding-bottom: 66px;
    background-size: 100%;
  }
  .page-manga section.manga .pager .next span {
    padding: 50px 60px 16px 44px;
  }
}
@media screen and (max-width: 768px) {
  .page-manga section.manga {
    width: 100vw;
    margin-bottom: 9.06vw;
  }
  .page-manga section.manga .manga-container {
    margin-bottom: 25.33vw;
  }
  .page-manga section.manga .manga-container:before, .page-manga section.manga .manga-container:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 45.33vw;
    z-index: 10;
  }
  .page-manga section.manga .manga-container:before {
    top: 0;
  }
  .page-manga section.manga .manga-container:after {
    bottom: 0;
  }
  .page-manga section.manga .manga-container li {
    opacity: 0;
    width: 100vw;
    padding: 0 3.33vw;
  }
  .page-manga section.manga .manga-container .guide {
    opacity: 0;
    width: 40vw;
    height: 40vw;
    background-size: 10.66vw auto;
    pointer-events: none;
  }
  .page-manga section.manga .reference {
    font-size: 2.8vw;
    margin: -22.66vw auto 25.33vw;
    padding: 0 3.33vw;
  }
  .page-manga section.manga .share {
    margin-bottom: 14.66vw;
    text-align: center;
  }
  .page-manga section.manga .share p {
    margin-bottom: 6.66vw;
  }
  .page-manga section.manga .share p:before {
    width: 65.33vw;
    height: 1.86vw;
    background-size: 1.33vw 1.33vw;
  }
  .page-manga section.manga .share p span {
    padding: 0 6.93vw;
  }
  .page-manga section.manga .share p span img {
    width: 13.6vw;
  }
  .page-manga section.manga .share ul li {
    margin: 0 4.53vw;
  }
  .page-manga section.manga .share ul li img {
    width: 14.93vw;
  }
  .page-manga section.manga .pager ul {
    padding: 0 3.33vw;
  }
  .page-manga section.manga .pager li img {
    width: auto;
    height: 3.73vw;
  }
  .page-manga section.manga .pager li svg {
    height: 6.66vw;
  }
  .page-manga section.manga .pager .prev span {
    padding: 5.6vw 0vw 3.46vw 9.6vw;
  }
  .page-manga section.manga .pager .list:before {
    background-size: 6.66vw auto;
  }
  .page-manga section.manga .pager .list span {
    padding-bottom: 9.06vw;
  }
  .page-manga section.manga .pager .list svg {
    height: 8vw;
  }
  .page-manga section.manga .pager .next span {
    padding: 5.6vw 9.6vw 3.46vw 0vw;
  }
}

/* util ---------------------------------------------------------------------- */
@media screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}
