
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

ul, dl, dt, dd {
  padding: 0;
  margin: 0; }

li {
  list-style: none;
  padding: 0;
  margin: 0; }

p {
  margin: 0; }

@-webkit-keyframes bg-effects {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3); }
  3% {
    opacity: 1;
    filter: alpha(opacity=100); }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }

@keyframes bg-effects {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3); }
  3% {
    opacity: 1;
    filter: alpha(opacity=100); }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes sns_hover {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  30% {
    -webkit-transform: scale(1.2, 0.8) translateY(5px);
    -ms-transform: scale(1.2, 0.8) translateY(5px);
    transform: scale(1.2, 0.8) translateY(5px); }
  45% {
    -webkit-transform: scale(1) translateY(-7px);
    -ms-transform: scale(1) translateY(-7px);
    transform: scale(1) translateY(-7px); }
  80% {
    -webkit-transform: scale(1.1, 0.9) translateY(4px);
    -ms-transform: scale(1.1, 0.9) translateY(4px);
    transform: scale(1.1, 0.9) translateY(4px); }
  100% {
    -webkit-transform: scale(1) translateY(0px);
    -ms-transform: scale(1) translateY(0px);
    transform: scale(1) translateY(0px); } }

@keyframes sns_hover {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  30% {
    -webkit-transform: scale(1.2, 0.8) translateY(5px);
    -ms-transform: scale(1.2, 0.8) translateY(5px);
    transform: scale(1.2, 0.8) translateY(5px); }
  45% {
    -webkit-transform: scale(1) translateY(-7px);
    -ms-transform: scale(1) translateY(-7px);
    transform: scale(1) translateY(-7px); }
  80% {
    -webkit-transform: scale(1.1, 0.9) translateY(4px);
    -ms-transform: scale(1.1, 0.9) translateY(4px);
    transform: scale(1.1, 0.9) translateY(4px); }
  100% {
    -webkit-transform: scale(1) translateY(0px);
    -ms-transform: scale(1) translateY(0px);
    transform: scale(1) translateY(0px); } }

@-webkit-keyframes mouse-scroll {
  0% {
    opacity: 1;
    filter: alpha(opacity=100); }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(20px);
            transform: translateY(20px); } }

@keyframes mouse-scroll {
  0% {
    opacity: 1;
    filter: alpha(opacity=100); }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(20px);
            transform: translateY(20px); } }

body, html {
  font-family: 'Noto Sans Japanese',Helvetica, Arial, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, serif;
  font-weight: 300;
  font-size: 82%; }

html {
  font-size: 100%;
  color: #333333; }

img {
  vertical-align: middle;
  -ms-interpolation-mode: bicubic; }

textarea {
  resize: none;
  font-family: 'Noto Sans Japanese',Helvetica, Arial, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, serif; }

input[type="text"] {
  font-family: 'Noto Sans Japanese',Helvetica, Arial, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, serif; }

/* clearfix */
.contents:after, .siteheader .siteheader-inner:after, .logo:after, .footlogo:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; }

.contents, .siteheader .siteheader-inner, .logo, .footlogo {
  min-height: 1px;
  _height: 1px; }

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

a, img {
  border: none;
  vertical-align: top; }

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

th {
  text-align: left;
  font-weight: normal; }

body {
  line-height: 1.2;
  -webkit-text-size-adjust: none; }

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

li {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle;
  margin: 0;
  padding: 0; }

input, select, textarea {
  font-size: 105%; }

ul, ol, li {
  list-style-position: outside;
  vertical-align: bottom; }

h1, h2, h3, h4, h5, h6 {
  font-size: 12px;
  font-weight: normal; }

body, select, textarea {
  color: #333333;
  font-size: 12px;
  line-height: 1.4; }

div, p, table, td, th, dl, dt, dd, ul, ol, li, a, span {
  word-break: break-all; }

sup {
  vertical-align: top; }

a:link {
  color: #004CCA; }

a:visited {
  color: #6219DB; }

a:hover {
  color: #048ADE;
  text-decoration: none; }

a:active {
  color: #048ADE;
  text-decoration: none; }

.ui-section--h1 > .ui-section-header {
  border-top: 3px solid #6FBA2C;
  padding: 15px 0;
  box-shadow: 0 3px 10px #d9d9d9; }

.ui-section--h1 > .ui-section-header h1 {
  padding-left: 10px;
  font-size: 18px;
  font-weight: bold; }

.contents {
  width: 950px;
  margin: 0 auto;
  text-align: left;
  background-color: #FFFFFF; }

.siteheadercontainer {
  background-image: linear-gradient(top, #ffffff, #ffffff 86%, #fdfdfd 87%, #e2e8dd);
  border-bottom: 1px solid #e2e8dd; }

.siteheader {
  width: 950px;
  margin: 0 auto;
  padding: 15px 0 10px; }

.siteheader .siteheader-inner {
  margin-top: 15px; }

.siteheader .ui-icon--car {
  margin-right: 4px; }

.logo {
  float: left;
  width: 239px; }

.logo .logo-object {
  float: left;
  width: 138px; }

.logo .logo-field {
  float: right;
  width: 91px; }

.logo .logo-field-link {
  font-weight: bold; }

.logo .logo-field-area {
  margin-top: 3px;
  color: #000000;
  font-size: 20px;
  font-weight: bold;
  line-height: 1; }

.footer {
  margin-top: 50px; }

.footer > div:first-child {
  margin-top: 0; }

.footlogo {
  padding: 0 30px;
  margin: 30px auto 45px; }

.footlogo .footlogo-link {
  float: right;
  margin-top: 5px;
  margin-right: 80px; }

.footlogo .footlogo-action {
  float: right; }

.footlogo .footlogo-action .footlogo-action-btn {
  -o-border-radius: 3px;
  border-radius: 3px;
  display: block;
  padding: 5px 15px;
  text-decoration: none;
  font-weight: bold;
  border: 1px solid #CCCCCC; }

.footlogo .footlogo-action .footlogo-action-btn:hover {
  opacity: 0.8;
  filter: alpha(opacity=80); }

.footlogo .footlogo-action .footlogo-action-btn:link, .footlogo .footlogo-action .footlogo-action-btn:hover, .footlogo .footlogo-action .footlogo-action-btn:active, .footlogo .footlogo-action .footlogo-action-btn:visited {
  color: #333333; }

.logobox {
  float: left; }

.logobox .logobox-link {
  margin-top: 5px;
  font-size: 10px;
  font-weight: bold; }

.logobox .logobox-link a:link,
.logobox .logobox-link a:visited,
.logobox .logobox-link a:hover,
.logobox .logobox-link a:active {
  color: #435B67;
  text-decoration: underline; }

.item {
  margin-top: 30px; }

.lineborder {
  padding-top: 20px;
  border-top: 1px solid #cccccc; }

.info .info-read {
  margin-top: 5px; }

.info .info-read.info-read--01 {
  margin-top: 15px; }

.info .info-detail {
  margin-top: 20px; }

.info .info-detail .info-detail-txt {
  margin-top: 5px; }

.info .info-subdetail .info-subdetail-title {
  margin-top: 10px; }

.info .info-subdetail .info-subdetail-txt {
  padding-left: 10px;
  text-indent: 12px; }

.info .info-footer {
  margin-top: 20px; }

/* ===========================================================
 * pagepiling.js 1.5
 *
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 *
 * ========================================================== */
html, body {
  overflow: hidden;
  margin: 0;
  padding: 0;
  /*Avoid flicker on slides transitions for mobile phones #336 */
  -webkit-tap-highlight-color: transparent; }

.pp-section {
  height: 100%;
  position: absolute;
  width: 100%; }

.pp-easing {
  transition: all 1000ms cubic-bezier(0.55, 0.085, 0, 0.99);
  /* custom */
  transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
  /* custom */ }

#pp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
  filter: alpha(opacity=100); }

#pp-nav.right {
  right: 17px; }

#pp-nav.left {
  left: 20px; }

.pp-tableCell {
  display: table;
  width: 100%;
  height: 100%; }

.pp-slidesNav {
  position: absolute;
  z-index: 4;
  left: 50%;
  opacity: 1;
  filter: alpha(opacity=100); }

.pp-slidesNav.bottom {
  bottom: 17px; }

.pp-slidesNav.top {
  top: 17px; }

#pp-nav ul,
.pp-slidesNav ul {
  margin: 0;
  padding: 0; }

#pp-nav li,
.pp-slidesNav li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 0 0 35px 0;
  position: relative;
  padding-right: 10px; }
  #pp-nav li:last-child,
  .pp-slidesNav li:last-child {
    margin-bottom: 0; }

.pp-slidesNav li {
  display: inline-block; }

#pp-nav li a,
.pp-slidesNav li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none; }

#pp-nav li .active span,
.pp-slidesNav .active span {
  background: #6fba2c; }

#pp-nav span,
.pp-slidesNav span {
  top: 2px;
  left: 2px;
  width: 12px;
  height: 12px;
  border: 1px solid #000;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  z-index: 1; }

.pp-tooltip {
  position: absolute;
  top: -2px;
  color: #000;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px; }

.pp-tooltip.right {
  right: 20px; }

.pp-tooltip.left {
  left: 20px; }

.pp-scrollable {
  overflow-y: scroll;
  height: 100%; }

#menu {
  position: fixed;
  z-index: 9999; }

#fix_header {
  width: 100vw;
  position: fixed;
  z-index: 10;
  top: 0;
  height: 80px;
  overflow: hidden; }
  #fix_header h1 {
    display: inline-block;
    padding: 19.5px 30px; }
    #fix_header h1 a {
      display: inline-block; }

#pp-nav ul li {
  position: relative; }
  #pp-nav ul li .pp-tooltip p {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    margin-top: 7px;
    padding-left: 8px;
    width: 85px;
    height: 9px; }

li:nth-child(1) .pp-tooltip p {
  background: url(../img/dots_nav01.png) no-repeat center left;
  background-size: 22px 8px; }

li:nth-child(1) a.active + .pp-tooltip p {
  background: url(../img/dots_nav01_on.png) no-repeat center left;
  background-size: 22px 8px; }

li:nth-child(2) .pp-tooltip p {
  background: url(../img/dots_nav02.png) no-repeat center left;
  background-size: 88px 8px; }

li:nth-child(2) a.active + .pp-tooltip p {
  background: url(../img/dots_nav02_on.png) no-repeat center left;
  background-size: 88px 8px; }

li:nth-child(3) .pp-tooltip p {
  background: url(../img/dots_nav03.png) no-repeat center left;
  background-size: 35px 8px; }

li:nth-child(3) a.active + .pp-tooltip p {
  background: url(../img/dots_nav03_on.png) no-repeat center left;
  background-size: 35px 8px; }

li:nth-child(4) .pp-tooltip p {
  background: url(../img/dots_nav04.png) no-repeat center left;
  background-size: 85px 8px; }

li:nth-child(4) a.active + .pp-tooltip p {
  background: url(../img/dots_nav04_on.png) no-repeat center left;
  background-size: 85px 8px; }

.right_box {
  position: absolute;
  top: 22px;
  left: 26px;
  display: table;
  width: 330px; }
  .right_box p {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    color: #999999;
    letter-spacing: .05em; }
  .right_box .sns {
    padding-left: 10px; }
    .right_box .sns a {
      text-decoration: none;
      display: block;
      width: 26px;
      height: 26px; }
  .right_box .head_img {
    padding-left: 0px; }
  .right_box svg {
    width: 26px;
    height: 26px; }
  .right_box path {
    fill: #6fba2c; }

.sns:hover svg {
  -webkit-animation-duration: .5s;
          animation-duration: .5s;
  -webkit-animation-name: sns_hover;
          animation-name: sns_hover;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

#main_contents {
  position: relative;
  height: 100vh;
  margin: 80px 0; }

.contents {
  overflow: hidden; }

.inner {
  position: relative;
  overflow: hidden;
  height: 100%;
  margin: 0;
  padding: 0;
  display: table-cell;
  vertical-align: middle; }

#footer {
  width: 100vw;
  min-width: 1000px;
  bottom: 0;
  position: fixed;
  z-index: 10;
  background: #fff;
  transition: -webkit-transform .5s ease-out;
  transition: transform .5s ease-out; }
  #footer.on {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px); }

#loading {
  position: fixed;
  z-index: 101;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background: #fff; }
  #loading:after {
    content: '';
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: url(../img/loadingbg.jpg) no-repeat center #fff;
    background-size: 100%;
    transition: -webkit-transform 6s ease-in,opacity 2s ease-out;
    transition: transform 6s ease-in,opacity 2s ease-out;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2); }
  #loading.fade:after {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9); }
  #loading h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -123px;
    margin-left: -267px; }
  #loading .presented {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 92px;
    margin-left: -76px; }
  #loading .loading_chara {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 31px;
    margin-left: 154px; }
  #loading #loading_bar {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 160px;
    height: 1px;
    margin-left: -80px;
    background: #c5e3ab; }
  #loading #progress_bar {
    width: 0%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 0;
    background: #6fba2c; }

#section1 {
  text-align: center;
  color: #fff;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }
  #section1 .bg1 {
    transition: -webkit-transform 15s linear;
    transition: transform 15s linear;
    overflow: hidden;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2); }
    #section1 .bg1 .infade {
      transition: opacity 1s ease-out;
      overflow: 1;
      width: 100%;
      height: 100%;
      display: block; }
    #section1 .bg1.pic1 .infade {
      background: url(../img/top_bg1.jpg) no-repeat center;
      background-size: cover; }
    #section1 .bg1.pic2 .infade {
      background: url(../img/top_bg2.jpg) no-repeat center;
      background-size: cover; }
    #section1 .bg1.pic3 .infade {
      background: url(../img/top_bg3.jpg) no-repeat center;
      background-size: cover; }
    #section1 .bg1:first-child {
      display: none; }
  #section1 h2, #section1 hr, #section1 p {
    position: relative;
    z-index: 1;
    transition: all 3s cubic-bezier(0.15, 0.5, 0.41, 1.01); }
  #section1 h2 {
    margin-bottom: 64px;
    opacity: 0;
    filter: alpha(opacity=0);
    transition-delay: 5s;
    -webkit-transform: translate3D(0, 50px, 0);
    -ms-transform: translate3D(0, 50px, 0);
    transform: translate3D(0, 50px, 0); }
    #section1 h2 + p {
      margin-bottom: 0; }
  #section1 hr {
    opacity: 0;
    filter: alpha(opacity=0);
    margin: 26px auto 24px auto;
    width: 32px;
    border: none;
    border-top: 2px solid #fff; }
  #section1 p {
    opacity: 0;
    filter: alpha(opacity=0);
    font-size: 14px;
    margin-bottom: 10px; }
    #section1 p.mb {
      margin-bottom: 15px;
      letter-spacing: .1em; }
  #section1 .top_mouse {
    opacity: 0;
    filter: alpha(opacity=0);
    margin: 0 auto;
    transition: all 2s linear;
    margin-top: 24px;
    position: relative;
    z-index: 1;
    display: block;
    width: 32px;
    height: 50px; }
    #section1 .top_mouse:after {
      content: '';
      width: 8px;
      height: 8px;
      display: block;
      border-radius: 50%;
      background: #fff;
      -webkit-animation-duration: 2s;
              animation-duration: 2s;
      -webkit-animation-name: mouse-scroll;
              animation-name: mouse-scroll;
      -webkit-animation-iteration-count: infinite;
              animation-iteration-count: infinite;
      position: absolute;
      top: 10px;
      left: 12px; }
  #section1 .btn_newstory {
    display: block;
    position: absolute;
    bottom: 26px;
    right: 24px; }
    #section1 .btn_newstory a {
      position: relative;
      z-index: 2;
      display: block;
      width: 152px;
      height: 48px;
      line-height: 48px;
      text-align: center;
      color: #fff;
      text-decoration: none;
      letter-spacing: 1.3px; }
    #section1 .btn_newstory svg {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      width: 152px;
      height: 48px; }
    #section1 .btn_newstory .newstoryrect {
      stroke: #fff;
      fill: none;
      stroke-width: 2px;
      stroke-dasharray: 400;
      stroke-dashoffset: 400;
      transition: all 0.8s cubic-bezier(0.28, 0.51, 0.43, 1.01); }
    #section1 .btn_newstory:hover .newstoryrect {
      stroke-dashoffset: 0; }

.pace-done #section1 h2 {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3D(0, 0, 0);
  -ms-transform: translate3D(0, 0, 0);
  transform: translate3D(0, 0, 0); }

.pace-done #section1 .top_mouse {
  opacity: 1;
  filter: alpha(opacity=100); }

#section1.active .bg1.on {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

#section1.active .infade.on {
  opacity: 0;
  filter: alpha(opacity=0); }

#section2 {
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }
  #section2 .inner {
    display: block; }
  #section2 #bg2 {
    overflow: hidden;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/intro_bg.jpg) no-repeat center;
    background-size: cover;
    -webkit-animation-duration: 60s;
            animation-duration: 60s;
    -webkit-animation-name: bg-effects;
            animation-name: bg-effects;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both; }
  #section2 h2 {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    margin-top: -109px;
    margin-left: -40%;
    transition: all 0.4s linear;
    transition-delay: 0s;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(1) translateX(-50px);
    -ms-transform: scale(1) translateX(-50px);
    transform: scale(1) translateX(-50px); }
  #section2 .intro_text {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    letter-spacing: .05em;
    margin-top: -19px;
    margin-left: -40%;
    font-size: 14px;
    line-height: 28px;
    transition: all 0.4s linear;
    transition-delay: 0s;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(1) translateX(-50px);
    -ms-transform: scale(1) translateX(-50px);
    transform: scale(1) translateX(-50px); }
  #section2 .main_illustration {
    overflow: hidden;
    position: absolute;
    z-index: 1;
    top: 2%;
    right: -17%;
    width: 100%;
    height: 120%;
    opacity: 0;
    filter: alpha(opacity=0);
    background: url(../img/intro_illustration.png) no-repeat center;
    background-size: contain;
    transition: all 0.4s linear;
    transition-delay: 0s;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2); }

.chara_box {
  position: absolute;
  z-index: 1;
  width: 225px;
  color: #333333;
  top: 50%;
  left: 50%; }
  .chara_box.chara1 {
    background: rgba(255, 255, 255, 0.6);
    background-size: 100%;
    margin-top: 96px;
    margin-left: -18%;
    transition: all 0.4s linear;
    opacity: 0;
    filter: alpha(opacity=0);
    transition-delay: 0s; }
  .chara_box.chara2 {
    background: rgba(255, 255, 255, 0.6);
    background-size: 100%;
    margin-top: 96px;
    margin-left: 80px;
    margin-left: 6.2%;
    transition: all 0.4s linear;
    opacity: 0;
    filter: alpha(opacity=0);
    transition-delay: 0s; }
  .chara_box dt {
    font-size: 14px;
    padding: 14px 14px 0px 14px; }
    .chara_box dt span {
      font-size: 10px; }
  .chara_box dd {
    padding: 10px 14px 14px 14px;
    font-size: 10px;
    line-height: 1.6; }

#section2.active .main_illustration {
  transition: all 5s cubic-bezier(0.09, 0.76, 0.3, 0.98);
  transition-delay: 1s;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

#section2.active h2 {
  transition: all 1s ease-out;
  transition-delay: 2s;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1) translateX(0px);
  -ms-transform: scale(1) translateX(0px);
  transform: scale(1) translateX(0px); }

#section2.active .intro_text {
  transition: all 1s ease-out;
  transition-delay: 2.05s;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1) translateX(0px);
  -ms-transform: scale(1) translateX(0px);
  transform: scale(1) translateX(0px); }

#section2.active .chara_box.chara1 {
  transition: all 1s ease-out;
  transition-delay: 2.4s;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

#section2.active .chara_box.chara2 {
  transition: all 1s ease-out;
  transition-delay: 2.5s;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

#section3 {
  text-align: center;
  color: #fff; }
  #section3 a {
    color: #fff;
    text-decoration: none;
    width: 100%;
    position: relative;
    display: block;
    height: 100%; }

.story_list {
  overflow: hidden;
  display: table-cell;
  height: 100%;
  width: 100%; }
  .story_list li {
    height: 100%;
    width: 25%;
    overflow: hidden;
    float: left;
    position: relative;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 0.4s linear; }
    .story_list li a:before {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      transition: all 2s ease-out; }
    .story_list li a:hover:before {
      -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
      transform: scale(1.05); }
    .story_list li.story01 {
      background: #000; }
      .story_list li.story01 a:before {
        background: url(../img/story_koma01.jpg) no-repeat center;
        background-size: cover; }
    .story_list li.story02 {
      background: #000; }
      .story_list li.story02 a:before {
        background: url(../img/story_koma02.png) no-repeat center;
        background-size: cover; }
    .story_list li.story03 {
      background: #000; }
      .story_list li.story03 a:before {
        background: url(../img/story_koma03.png) no-repeat center;
        background-size: cover; }
    .story_list li.story04 {
      background: #000; }
      .story_list li.story04 a:before {
        background: url(../img/story_koma04.png) no-repeat center;
        background-size: cover; }

.story_data {
  position: absolute;
  width: 168px;
  height: 280px;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  margin-top: -140px;
  letter-spacing: .05em;
  transition: all 0.4s linear;
  -webkit-transform: rotateY(90deg);
  -ms-transform: rotateY(90deg);
  transform: rotateY(90deg); }
  .story_data dt {
    margin-top: 40px;
    margin-bottom: 30px; }
  .story_data dd p.pages {
    padding-bottom: 13px;
    border-bottom: 4px solid #fff;
    display: inline-block;
    margin-bottom: 13px; }
    .story_data dd p.pages + p {
      margin-bottom: 5px; }

.boxline {
  position: absolute;
  top: 0;
  left: 0; }

.rect_path {
  stroke: #fff;
  fill: none;
  stroke-width: 2px;
  stroke-dasharray: 900;
  stroke-dashoffset: 900;
  transition: all 0.8s cubic-bezier(0.28, 0.51, 0.43, 1.01); }

.story_list li:hover .rect_path {
  stroke-dashoffset: 0; }

#section3.active .story_list li.story01 {
  transition: all .5s ease-out;
  transition-delay: 1s;
  opacity: 1;
  filter: alpha(opacity=100); }

#section3.active .story_list li.story02 {
  transition: all .5s ease-out;
  transition-delay: 1.1s;
  opacity: 1;
  filter: alpha(opacity=100); }

#section3.active .story_list li.story03 {
  transition: all .5s ease-out;
  transition-delay: 1.2s;
  opacity: 1;
  filter: alpha(opacity=100); }

#section3.active .story_list li.story04 {
  transition: all .5s ease-out;
  transition-delay: 1.3s;
  opacity: 1;
  filter: alpha(opacity=100); }

#section3.active .story01 .story_data {
  transition: all 0.75s cubic-bezier(0.5, 0.13, 0.6, 2);
  transition-delay: 2s;
  -webkit-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg); }

#section3.active .story02 .story_data {
  transition: all 0.75s cubic-bezier(0.5, 0.13, 0.6, 2);
  transition-delay: 2.2s;
  -webkit-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg); }

#section3.active .story03 .story_data {
  transition: all 0.75s cubic-bezier(0.5, 0.13, 0.6, 2);
  transition-delay: 2.4s;
  -webkit-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg); }

#section3.active .story04 .story_data {
  transition: all 0.75s cubic-bezier(0.5, 0.13, 0.6, 2);
  transition-delay: 2.6s;
  -webkit-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg); }

#section4 {
  height: 100vh;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

#section4 h1{
  position: fixed;
  top: 50%;
  -webkit-transform: translate(0,-50%);
      -ms-transform: translate(0,-50%);
          transform: translate(0,-50%);
  left: 0;
  right: 0;
  margin: -250px auto 0 auto;
  display: block;
  text-align: center;
}
#section4 p {
  display: block;
  position: fixed;
  top: 50%;
  -webkit-transform: translate(0,-50%);
      -ms-transform: translate(0,-50%);
          transform: translate(0,-50%);
  left: 0;
  right: 0;
  margin: -20px auto 0 auto;
  text-align: center;
  font-size: 18px;
  line-height: 1.6;
  position: relative;
}
#section4 p:after{
  content: "";
  position: absolute;
  width: 32px;
  height: 2px;
  background: #333333;
  top: 83px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#section4 p a{
  color: #597f91;
  text-decoration: none;
}
#section4 p span{
  margin-top: 55px;
  display: block;
  font-size: 14px;
}
#section4 p span.contents-thankyou {
  margin-top: 10px;
  font-size: 16px;
}
.pace {
  display: none; }

#view #main_contents {
  margin: 0; }

#view #footer {
  position: fixed;
  width: 100%;
  height: 80px;
  background: #fff;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px); }

#view #manga {
  position: absolute;
  background: #f8f8f8;
  width: 64.07%;
  margin-left: -32.035%;
  top: 88px;
  bottom: 92px;
  left: 50%; }

.view_contents {
  height: 100%;
  background: #f8f8f8; }
  .view_contents:before {
    content: '';
    display: block;
    height: 4px;
    width: 100%;
    background: #c5e3ab;
    position: absolute;
    left: 0;
    bottom: 80px; }
  .view_contents #page_meter {
    content: '';
    display: block;
    height: 4px;
    width: 0;
    background: #6fba2c;
    position: absolute;
    right: 0;
    bottom: 80px; }

.story_links {
  position: absolute;
  z-index: 3;
  left: 20px;
  height: 161px;
  width: 83px;
  top: 50%;
  margin-top: -80px;
  display: block; }
  .story_links li {
    display: block;
    margin-bottom: 30px; }
  .story_links a {
    display: block;
    width: 83px;
    height: 17px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden; }
  .story_links li.story01 a {
    background: url(../img/story_nav01.png) no-repeat left top;
    background-size: 80px 38px; }
  .story_links li.story02 a {
    background: url(../img/story_nav02.png) no-repeat left top;
    background-size: 80px 38px; }
  .story_links li.story03 a {
    background: url(../img/story_nav03.png) no-repeat left top;
    background-size: 80px 38px; }
  .story_links li.story04 a {
    background: url(../img/story_nav04.png) no-repeat left top;
    background-size: 80px 38px; }
  .story_links li.current a {
    background-position: 0 -22px; }

.view_links {
  z-index: 3;
  position: absolute;
  right: 44px;
  top: 145px;
  font-size: 10px; }
  .view_links li {
    margin-bottom: 24px;
    text-align: right;
    position: relative;
    display: block; }
  .view_links a {
    text-align: center;
    position: relative;
    display: block;
    z-index: 1;
    width: 80px;
    height: 40px;
    line-height: 40px;
    letter-spacing: 1.5px;
    color: #6fba2c;
    text-decoration: none; }
  .view_links svg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0; }
  .view_links rect {
    fill: none;
    stroke: #6fba2c;
    stroke-width: 2px;
    stroke-dasharray: 240;
    stroke-dashoffset: 240;
    transition: all 0.8s cubic-bezier(0.28, 0.51, 0.43, 1.01); }
  .view_links li:hover rect {
    stroke-dashoffset: 0; }

#btn_full {
  z-index: 0;
  position: absolute;
  right: 44px;
  bottom: 124px; }
  #btn_full:hover {
    opacity: 0.6;
    filter: alpha(opacity=60); }

#start_view {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  color: #333;
  font-size: 12px; }
  #start_view .start_box {
    position: relative;
    width: 224px;
    height: 382px;
    margin: 0 auto;
    top: 50%;
    margin-top: -191px;
    text-align: center; }
    #start_view .start_box h2 {
      margin-bottom: 20px; }
    #start_view .start_box h2 + p {
      line-height: 2em; }
    #start_view .start_box .story_no {
      margin-top: 46px;
      margin-bottom: 30px; }
    #start_view .start_box .story_pages {
      letter-spacing: 1px;
      margin-bottom: 40px; }
    #start_view .start_box #btn_start {
      width: 224px;
      height: 45px;
      padding: 14px 0 13px 0;
      background: #6fba2c;
      display: block;
      line-height: 72px;
      transition: all .5s ease-out; }
      #start_view .start_box #btn_start:hover {
        background: rgba(111, 186, 44, 0.5); }

#end_view {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  color: #333;
  font-size: 12px; }
  #end_view .end_box {
    position: absolute;
    width: 390px;
    height: 382px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    margin-top: -191px;
    text-align: center; }
    #end_view .end_box h3 {
      margin-bottom: 70px; }
  #end_view .end_sns {
    width: 279px;
    margin: 0 auto;
    margin-bottom: 125px;
    overflow: hidden; }
    #end_view .end_sns li {
      float: left;
      margin-right: 74px; }
      #end_view .end_sns li:last-child {
        margin-right: 0; }
      #end_view .end_sns li p {
        font-size: 14px;
        margin-bottom: 20px; }
    #end_view .end_sns a {
      display: block;
      color: #999999;
      text-decoration: none; }
    #end_view .end_sns svg {
      width: 99px;
      height: 99px; }
    #end_view .end_sns path {
      fill: #6fba2c;
      transition: all .5s ease-out; }
    #end_view .end_sns li:hover path {
      fill: rgba(111, 186, 44, 0.5); }
  #end_view .end_btns {
    display: block;
    letter-spacing: 1px;
    overflow: hidden; }
    #end_view .end_btns a {
      text-decoration: none;
      font-size: 12px;
      text-align: center; }
    #end_view .end_btns.initial {
      width: 184px;
      margin: 0 auto; }
  #end_view .btns {
    float: left;
    color: #fff;
    width: 184px;
    height: 32px;
    line-height: 31px;
    background: #6fba2c;
    display: block;
    margin-right: 20px;
    transition: all .5s ease-out; }
    #end_view .btns:hover {
      background: rgba(111, 186, 44, 0.5); }
  #end_view .btn_top {
    float: left;
    position: relative;
    display: block; }
    #end_view .btn_top a {
      position: relative;
      z-index: 1;
      display: block;
      text-align: center;
      color: #6fba2c;
      width: 184px;
      height: 32px;
      line-height: 31px; }
    #end_view .btn_top svg {
      position: absolute;
      top: 0;
      left: 0; }
    #end_view .btn_top rect {
      fill: none;
      stroke: #6fba2c;
      stroke-width: 2px;
      stroke-dasharray: 440;
      stroke-dashoffset: 440;
      transition: all 0.8s cubic-bezier(0.28, 0.51, 0.43, 1.01); }
    #end_view .btn_top:hover rect {
      stroke-dashoffset: 0; }
    @media only screen and (orientation: portrait) {
  #pp-nav {
    opacity: 0;
    filter: alpha(opacity=0);
    display: none; }
  /* Portraitモード（縦向き）用 */
  #wrap {
    background: url(../img/tablet_info.png) center no-repeat; }
    #wrap section, #wrap header, #wrap footer, #wrap div, #wrap ul {
      opacity: 0;
      filter: alpha(opacity=0); } }
