/* CSS Document */
/*
Theme Name: hayashi_temp
Description:recorded by Hiroto Amano
Theme URI:
Author: Hiroto Amano -Design Office Kingleo-
Author URI: 
Version: 1.01
License: -Design Office Kingleo-
License URI:
*/
/* =========================================================
 reset.scss
========================================================= */
* {
  text-decoration: none;
  outline: none;
  font-weight: normal;
  line-height: 1.6em;
  word-break: break-all;
  color: #595757;
  line-break: strict !important; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

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

img {
  border: none;
  vertical-align: bottom;
  font-size: 0px;
  line-height: 0px; }

address {
  font-style: normal; }

/*! clearfix
---------------------------- */
.cf:before,
.cf:after {
  content: "";
  display: block;
  overflow: hidden; }

.cf:after {
  clear: both; }

.clear {
  clear: both;
  visibility: hidden;
  height: 0; }

.radius {
  border-radius: 5px;
  -webkit--webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  box-sizing: border-box; }

html {
  overflow: auto;
  font-size: 62.5%;
  background: #002c5c;
  position: relative;
  z-index: 0; }

body {
  overflow-y: hidden;
  min-width: 100%;
  position: relative;
  font-size: 1.6rem;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  letter-spacing: 1px; }

#load {
  position: fixed;
  left: -45%; }

/* ------------------------------
 Layout
------------------------------ */
body {
  font-family: "Helvetica Neue", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  width: 100%; }

.allWrapp {
  background: #fffde0;
  position: relative;
  z-index: 1; }

.mainCon {
  position: relative;
  z-index: 2; }

.mangaWrapp {
  position: relative;
  width: 98%;
  max-width: 920px;
  padding-top: 10%;
  margin: 0 auto;
  text-align: center; }
  .mangaWrapp figure {
    position: relative;
    max-width: 650px;
    width: 92%;
    height: auto;
    margin: 0 auto; }
    .mangaWrapp figure img {
      max-width: 100%; }
    @media screen and (min-width: 0px) and (max-width: 1020px) {
      .mangaWrapp figure:first-of-type {
        padding-top: 50px; } }

.fadeUpTrigger, .rightUpTrigger, .leftUpTrigger {
  opacity: 0; }

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0; }

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
