@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

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

td, th {
  padding: 0;
}

@keyframes show {
  0% {
    opacity: 0;
    display: none;
  }
  1% {
    opacity: 0;
    display: block;
  }
  100% {
    opacity: 1;
    display: block;
  }
}

@keyframes hide {
  0% {
    opacity: 1;
    display: block;
  }
  99% {
    opacity: 0;
    display: block;
  }
  100% {
    opacity: 0;
    display: none;
  }
}

html {
  font-size: 62.5%;
  width: 100%;
}

body {
  position: relative;
  right: 0;
  width: 100%;
  font-size: 1.6rem;
  font-family: "YuGothic", "Yu Gothic", "游ゴシック", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  letter-spacing: 0.025em;
  line-height: 1.6;
  color: #333;
  background-color: #fff;
}

html, body {
  min-width: 100%;
  height: 100%;
}

a {
  text-decoration: none;
}

a:hover {
  opacity: .7;
}

h1, h2, h3, h4, h5, h6, div, p, ul, li {
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  font-weight: normal;
}

ul, li {
  list-style: none;
}

.pc {
  display: inline-block !important;
}

.sp {
  display: none !important;
}

@media screen and (max-width: 480px) {
  br {
    display: none !important;
  }
  br.br {
    display: block !important;
  }
  br.brsp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}

.bg {
  width: 100%;
  height: 100%;
  background-image: url("../images/bg_hold.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
}

.main {
  width: 100%;
  min-width: 870px;
}

.head {
  padding: 40px 0 0 30px;
  position: relative;
  height: 700px;
  background-color: rgba(255, 255, 255, 0.5);
}

.head__catch {
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 35px;
  letter-spacing: 0.04em;
}

.head__title {
  margin-bottom: 50px;
}

.head__book {
  position: absolute;
  top: 30px;
  right: 60px;
}

.head__detail {
  font-size: 1.3rem;
  line-height: 1.45;
  letter-spacing: 0.01em;
  margin-bottom: 20px;
  padding-left: 4px;
}

.head__logo {
  position: absolute;
  left: 50%;
  bottom: 10px;
  -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
}

.head__navi li {
  line-height: 1;
}

.head__order {
  position: absolute;
  bottom: 70px;
  right: 20px;
}

.movie {
  background-color: rgba(255, 255, 255, 0.99);
  border-bottom: solid 2px #f0f0f0;
}

.movie__title {
  width: 550px;
  padding: 70px 0 50px;
  margin: 0 auto;
}

.movie__contents {
  width: 100%;
  text-align: center;
}

.movie__contents iframe {
  width: 100%;
  max-width: 1280px;
}

.movie__comment {
  text-align: center;
  padding: 90px 0 70px;
}

.about {
  padding: 70px 0 100px;
  background-color: rgba(255, 255, 255, 0.95);
}

.about__title {
  text-align: center;
  margin-bottom: 40px;
}

.cover {
  padding: 70px 0 100px;
  background-image: url("../images/bg_mokomoko.jpg");
}

.cover__title {
  text-align: center;
  margin-bottom: 40px;
}

.cover__profile {
  text-align: center;
  padding: 40px 0 0;
}

.cover__profile-title {
  font-weight: bold;
  font-size: 1.8rem;
  padding: 20px 0 10px;
}

.cover__profile-contents {
  display: none;
}

.cover__img {
  width: 100%;
  height: 400px;
  background-image: url("../images/nuime.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.present {
  padding: 70px 0 40px;
  background-color: #cee5f4;
}

.present__title {
  text-align: center;
  margin-bottom: 40px;
}

.present__img {
  text-align: center;
  margin: 30px 0;
}

.tachiyomi {
  background-color: #f8f8f8;
  padding: 70px 0 40px;
  border-bottom: solid 2px #f0f0f0;
}

.tachiyomi__title {
  text-align: center;
  margin-bottom: 40px;
}

.tachiyomi__list {
  width: 100%;
}

.tachiyomi__item {
  width: 800px;
}

.tachiyomi__item img {
  width: 100%;
}

.comment {
  background-color: rgba(255, 255, 255, 0.98);
  padding: 70px 0 40px;
}

.comment__title {
  text-align: center;
  margin-bottom: 40px;
}

.comment__img {
  text-align: center;
  margin: 30px 0;
}

.editor {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 70px 0 40px;
}

.editor__title {
  text-align: center;
  margin-bottom: 40px;
}

.editor__banner {
  text-align: center;
}

.series {
  background-color: rgba(255, 255, 255, 0.98);
}

.series__title {
  text-align: center;
  padding: 70px 0 40px;
}

.series__list {
  width: 711px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 40px;
}

.series__list li {
  margin-right: 15px;
  margin-bottom: 10px;
}

.series__list li:nth-child(6n) {
  margin-right: 0;
}

.caution {
  background-color: #cee5f4;
  padding: 70px 0 40px;
}

.caution__title {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 40px;
  text-align: center;
}

.caution__txt {
  padding-bottom: 80px;
}

.footer {
  background-image: url("../images/bg_hold_footer.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  padding: 40px 0;
  text-align: center;
}

.footer .totop {
  text-align: center;
}

.footer__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 480px;
  margin: 0 auto 20px;
}

.footer .copyright {
  display: block;
  padding: 40px 0;
}

.column {
  width: 470px;
  margin: 0 auto;
  line-height: 1.8;
}

.column .name {
  font-size: 1.4rem;
}

.order {
  display: none;
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 2500;
}

@media screen and (max-width: 600px) {
  img {
    width: 100%;
    height: auto;
  }
  .bg {
    width: 100%;
    height: 100%;
    background-image: url("../images/bg_hold.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: fixed;
    left: 0;
    top: 0;
    z-index: -1;
  }
  .main {
    width: 100%;
    min-width: auto;
  }
  .head {
    padding: 15px 15px 0;
    position: relative;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
  }
  .head__catch {
    font-weight: bold;
    font-size: 1.8rem;
    margin-bottom: 35px;
    letter-spacing: 0.04em;
  }
  .head__title {
    margin-bottom: 50px;
  }
  .head__book {
    position: relative;
    top: auto;
    right: auto;
  }
  .head__detail {
    font-size: 1.3rem;
    line-height: 1.45;
    letter-spacing: 0.01em;
    margin-bottom: 20px;
    padding-left: 4px;
  }
  .head__logo {
    position: relative;
    left: auto;
    bottom: auto;
    -ms-transform: none;
        transform: none;
    text-align: center;
    width: 20%;
    margin: 10px auto;
  }
  .head__navi li {
    line-height: 1;
  }
  .head__order {
    position: relative;
    bottom: auto;
    right: auto;
    width: 50%;
    margin: 0 auto;
  }
  .movie {
    background-color: rgba(255, 255, 255, 0.99);
    border-bottom: solid 2px #f0f0f0;
  }
  .movie__title {
    width: 90%;
    padding: 70px 0 50px;
    margin: 0 auto;
  }
  .movie__contents {
    width: 100%;
    text-align: center;
  }
  .movie__contents iframe {
    width: 100%;
    height: 200px;
    max-width: 1280px;
  }
  .movie__comment {
    text-align: center;
    padding: 40px 0 30px;
    width: 80%;
    margin: 0 auto;
  }
  .about {
    padding: 70px 0 100px;
    background-color: rgba(255, 255, 255, 0.95);
  }
  .about__title {
    text-align: center;
    width: 70%;
    margin: 0 auto 40px;
  }
  .cover {
    padding: 70px 0 100px;
    background-image: url("../images/bg_mokomoko.jpg");
  }
  .cover__title {
    text-align: center;
    width: 70%;
    margin: 0 auto 40px;
  }
  .cover__profile {
    text-align: center;
    padding: 40px 0 0;
    width: 90%;
    margin: 0 auto;
  }
  .cover__profile-title {
    font-weight: bold;
    font-size: 1.8rem;
    padding: 20px 0 10px;
  }
  .cover__profile-contents {
    display: none;
  }
  .cover__img {
    width: 100%;
    height: 400px;
    background-image: url("../images/nuime.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
  .present {
    padding: 70px 0 40px;
    background-color: #cee5f4;
  }
  .present__title {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 40px;
  }
  .present__img {
    text-align: center;
    margin: 30px 0;
  }
  .tachiyomi {
    background-color: #f8f8f8;
    padding: 70px 0 40px;
    border-bottom: solid 2px #f0f0f0;
  }
  .tachiyomi__title {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 40px;
  }
  .tachiyomi__list {
    width: 100%;
  }
  .tachiyomi__item {
    width: 100%;
  }
  .tachiyomi__item img {
    width: 100%;
  }
  .comment {
    background-color: rgba(255, 255, 255, 0.98);
    padding: 70px 0 0px;
  }
  .comment__title {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 40px;
  }
  .comment__img {
    text-align: center;
    margin: 30px 0 0;
  }
  .editor {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 70px 0 40px;
  }
  .editor__title {
    width: 70%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 40px;
  }
  .editor__banner {
    text-align: center;
    width: 90%;
    margin: 0 auto;
  }
  .series {
    background-color: rgba(255, 255, 255, 0.98);
  }
  .series__title {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    padding: 70px 0 40px;
  }
  .series__list {
    width: 90%;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 40px;
  }
  .series__list li {
    width: 45%;
    margin-right: 20px;
    margin-bottom: 10px;
  }
  .series__list li:nth-child(6n) {
    margin-right: 0;
  }
  .series__list li:nth-child(2n) {
    margin-right: 0;
  }
  .caution {
    background-color: #cee5f4;
    padding: 70px 0 40px;
  }
  .caution__title {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 40px;
    text-align: center;
  }
  .caution__txt {
    padding-bottom: 80px;
  }
  .footer {
    background-image: url("../images/bg_hold_footer.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    padding: 40px 0;
    text-align: center;
  }
  .footer .totop {
    text-align: center;
    width: 40%;
    margin: 0 auto;
  }
  .footer__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    width: 100%;
    margin: 0 auto 20px;
  }
  .footer .copyright {
    display: block;
    padding: 40px 0;
    width: 80%;
    margin: 0 auto;
  }
  .column {
    width: calc(100% - 20px);
    margin: 0 auto;
    line-height: 1.8;
  }
  .column .name {
    font-size: 1.4rem;
  }
  .order {
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 2500;
    width: 120px;
  }
}
