@charset "utf-8";

/* CSS Document */

@import url("https://use.fontawesome.com/releases/v5.0.10/css/all.css");
@import url("https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css");
@import url("https://fonts.googleapis.com/css?family=Alex+Brush");

.inviewfadeIn,
.inviewfadeInUp,
.inviewZoomIn {
  opacity: 0;
}

/* =============================================================================
   Reset
   ========================================================================== */

* {
  padding: 0px;
  margin: 0px;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

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

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
  overflow: hidden;
}

caption,
th {
  text-align: left;
}

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

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
}

img {
  width: auto;
  height: auto;
}

form {
  margin: 0px;
  padding: 0px;
}

/*-----------------------------------------
	common
-----------------------------------------*/

body {
  color: #fff;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
  font-size: 1.4rem;
  line-height: 1.4;
}

img {
  border: none;
}
