/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

html {
  -webkit-text-size-adjust: 100%;
  line-height: 1.15
}

body {
  margin: 0
}

body.bg-white, html.bg-white {
    background-color: #fff;
}


body.bg-cream, html.bg-cream {
    background-color: #faf9f7;
}

main {
  display: block
}

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

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

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

a {
  background-color: transparent
}

abbr[title] {
  border-bottom: none;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline;
  text-decoration: underline dotted
}

b,
strong {
  font-weight: bolder
}

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

small {
  font-size: 80%
}

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

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

img {
  border-style: none
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}

button,
input {
  overflow: visible
}

button,
select {
  text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText
}

fieldset {
  padding: .35em .75em .625em
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}

progress {
  vertical-align: baseline
}

textarea {
  overflow: auto
}

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

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

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

details {
  display: block
}

summary {
  display: list-item
}

[hidden],
template {
  display: none
}

.ease-linear {
  transition: all .5s cubic-bezier(.25, .25, .75, .75)
}

body,
html {
  -webkit-font-smoothing: antialiased;
  background-color: #eee;
  color: #333;
  font-family: YakuHanJP, 游ゴシック, Yu Gothic, 游ゴシック体, YuGothic, 游ゴシック Medium, YuGothicM, Arial, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, HG丸ｺﾞｼｯｸM-PRO, HGMaruGothicMPRO;
  width: 100%
}

body.jsoff,
html.jsoff {
  opacity: 1
}

@media screen and (max-width:767px) {

  body,
  html {
    min-width: 0;
    overflow-x: hidden
  }
}

/* body.bg-white,
html.bg-white {
  background-color: #fff
} */

h1,
h2,
h3,
h4,
h5,
p,
ul {
  margin: 0;
  padding: 0
}

a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  color: #fff;
  text-decoration: none;
  transition: opacity .2s cubic-bezier(.25, .25, .75, .75)
}

a:active,
a:hover,
a:link,
a:visited {
  color: #202020
}

a:hover {
  opacity: .8;
  text-decoration: none
}

@media screen and (max-width:767px) {
  a:hover {
    opacity: 1
  }
}

#mihon {
  height: 100%;
  left: 0;
  opacity: .3;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100
}

#mihon img {
  height: auto;
  width: 100%
}

#debug {
  background-color: #fff;
  bottom: 0;
  font-size: 12px;
  opacity: .5;
  position: absolute;
  right: 0;
  text-align: right;
  width: 150px;
  z-index: 100
}

.jsoff #wrapper {
  opacity: 1
}

#wrapper {
  opacity: 0;
  overflow: hidden
}

#wrapper img {
  height: auto
}

@media screen and (max-width:767px) {
  .pc {
    display: none
  }
}

.para {
  opacity: 0;
  transition: opacity .75s cubic-bezier(.215, .61, .355, 1), transform .75s cubic-bezier(.215, .61, .355, 1)
}

.para-zoomin {
  transform: scale(.95)
}

.para-zoomout {
  transform: scale(1.05)
}

.para-zoominback {
  transform: scale(.75)
}

.para-zoominback,
.para-zoomoutback {
  transition: all .5s cubic-bezier(.29, 1.385, .505, .995)
}

.para-zoomoutback {
  transform: scale(1.25)
}

.para-slideup,
.para-slideupback {
  transform: translateY(10px)
}

.para-slideupback {
  transition: all .5s cubic-bezier(.29, 1.385, .505, .995)
}

.para-slidedown {
  transform: translateY(-10px)
}

.para-slideleft {
  transform: translate(15px) !important
}

.para-slideleft-half {
  transform: translate(10px)
}

.para-slideright {
  transform: translate(-15px)
}

.para-slideright-half {
  transform: translate(-10px)
}

.para-in {
  opacity: 1 !important;
  transform: translate(0) scale(1) !important
}

.para-slideleft2 {
  transform: translate(100px)
}

.para-slideleft2,
.para-slideright2 {
  transition: all 1s cubic-bezier(.215, .61, .355, 1)
}

.para-slideright2 {
  transform: translate(-100px)
}

.android .para {
  opacity: 1
}

.android .para-zoomback,
.android .para-zoomin,
.android .para-zoomout {
  transform: scale(1)
}

.android .para-slidedown,
.android .para-slideleft,
.android .para-slideright,
.android .para-slideup {
  transform: translate(0)
}