@charset "utf-8";
.apng-image {
  background: none !important;
}

/* = reset
---------------------------------------------------
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
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, sup, 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;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
  color: inherit;
	-webkit-text-size-adjust:none;
	line-height: 1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
  display:block;
}
blockquote, q {
  quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content:'';
  content:none;
}
ins {
  background-color:#ff9;
  color:#000;
  text-decoration:none;
}
mark {
  background-color:#ff9;
  color:#000;
  font-style:italic;
  font-weight:bold;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom:1px dotted;
  cursor:help;
}

/* = common
--------------------------------------------------- */
p {
  line-height: 1.5;
  margin-bottom: 10px;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: inherit;
}
a:hover{
	opacity: 0.9;
  filter: alpha(opacity=90);
  -ms-filter: "alpha(opacity=90)";
  cursor: pointer;
  color: inherit;
  text-decoration: none;
}
img {
  vertical-align: top;
  font-size:0;
  line-height: 0;
  max-width: 100%;
  height: auto;
}
input, select {
  vertical-align: baseline;
}
i {
  color: inherit;
  vertical-align: inherit;
}
table {
  border-collapse:collapse;
  border-spacing:0;
}
hr {
  display:block;
  height:1px;
  border:0;
  border-top:1px solid #cccccc;
  margin:1em 0;
  padding:0;
}
ul,li {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* = Whole
--------------------------------------------------- */
body {
  background-color: white;
  font:14px 'Hiragino Sans','ヒラギノ角ゴシック','Hiragino Kaku Gothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
.serif {
  font:14px 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho',serif;
}
.box {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
       -o-box-sizing: border-box;
          box-sizing: border-box;
}

/* = hidden
--------------------------------------------------- */
.hide {
  display: block;
  text-indent: -3000px;
  overflow: hidden;
  height: 0;
}

/* = design
--------------------------------------------------- */
body {
  background-color: #F2F2F2 !important;
  width: 100%;
  position: relative;
  overflow-x: hidden;
}
body.opacity > *:not(#preload) {
  opacity: 0;
}
#preload {
  width: 100%;
  height: 100%;
  position: fixed;
  background: white;
  z-index: 999999;
}
#preload img {
  width: 20%;
  height: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: block;
  margin: auto;
}
#preload .advance {
  opacity: 0;
}
.parallax {
  background: transparent;
  width: 80.7%;
  height: 22vw;
}
.parallax:after {
  clear: both;
  content: " ";
  width: 100%;
  height: 1px;
  display: block;
}
.parallax1 {
  float: right;
  margin-top: -2.3vw;
}
.parallax2 {
  float: left;
  margin-bottom: 2vw;
  margin-top: 3vw;
}
#navs {
  position: relative;
  z-index: 2;
}
#navs nav {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom:4.2vw;
}
#navs nav .svg-icon {
  float: none;
  margin: 0px 1.5%;
  width: 9%;
  height: auto;
}
#navs nav .svg-icon svg {
  width: 100%;
  height: 100%;
}
#anime {
  opacity: 1 !important;
  position: absolute;
  width: 53%;
  left: 0;
  right: 0;
  top: 10vw;
  margin: auto;
  z-index: 99;
}
picture img,
.apng-image {
  background: url(https://raw.githubusercontent.com/ics-creative/160609_animation-image-generator/master/app/imgs/opacity.png);
}


/* = #contact
--------------------------------------------------- */
#back-top {
  position: fixed;
  bottom: 7vw;
  left: 2vw;
  z-index: 3;
}
#back-top a {
  width: 100px;
  display: block;
}
#back-top span {
  width: 102px;
  height: 157px;
  display: block;
  background: url(../img/backtotop.svg) no-repeat;
  background-size: 100% 100%;
}

/* = #contact
--------------------------------------------------- */
#contact {
  padding: 30px 40px 0;
  background-color: #F2F2F2;
  width: 980px;
  margin: 0 auto;
}
#contact .alert {
  margin-bottom: 10px;
}
#contact a {
  text-decoration: underline;
}
#contact input[type="text"],
#contact input[type="email"],
#contact select,
#contact textarea {
  width: 350px;
  height: 34px;
  padding: 0 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 30px;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}
#contact textarea {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  height: 150px;
}
#contact th {
  vertical-align: middle;
  width: 175px;
}
#contact th[colspan="2"] {
  text-align: center;
}
#contact th span {
  color: red;
}
#contact td {
  vertical-align: middle;
  line-height: 1;
}
#contact td.sectioned input {
  width: 80px;
}
#contact td p {
  margin: 5px 0;
}
#contact td p:nth-of-type(1) {
  margin-top: 0;
}
#contact td p:nth-last-of-type(1) {
  margin-bottom: 0;
}
#contact td .inlineList,
#contact td .inlineList li {
  border: none;
  margin: 0;
  padding: 0;
  list-style-type: none !important;
  text-indent: 0;
}
#contact td .inlineList li {
  display: inline-block;
  font-size: 100%;
}
#contact td .inlineList li input {
  margin-right: 0.5em;
}
#contact #submit {
  text-align: center;
}

/* = #footer
--------------------------------------------------- */
#footer {
  position: relative;
}
#footer nav {
  position: absolute;
  bottom: 3vw;
  left: 3%;
  width: 63%;
  height: 3vw;
}
#footer nav a {
  float: left;
  height: 100%;
  display: block;
}
#footer nav a:nth-of-type(1) {width: 12%;}
#footer nav a:nth-of-type(2) {width: 12%;}
#footer nav a:nth-of-type(3) {width: 9%;}
#footer nav a:nth-of-type(4) {width: 13%;}
#footer nav a:nth-of-type(5) {width: 11%;}
#footer nav a:nth-of-type(6) {width: 19%;}
#footer nav a:nth-of-type(7) {width: 24%;}