@charset "utf-8";
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,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
:focus {
  outline: 0;
}

ol,
ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption,
th,
td {
  font-weight: normal;
  text-align: left;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote,
q {
  quotes: "" "";
}
a img {
  border: 0;
}
article,
aside,
details,
figcaption,
figure,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html {
  height: 100%;
}
body {
  font-family: "Zen Kaku Gothic New", "游ゴシック", "Lucida Sans Unicode",
    "Lucida Grande", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
    "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 500;
  color: #000;
  background: url();
  -webkit-text-size-adjust: none;
  height: 100%;
  margin: 0;
  padding: 0;
}

.zen-kaku gothic antique-regular {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-style: normal;
}

img {
  width: 100%;
  display: block;
}
/* フォントサイズ
------------------------------------------------------------*/

/* リンク設定
------------------------------------------------------------*/
a img:hover,
a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80); /* Ie用 */
}

a img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

/**** Clearfix ****/
.nav .panel:before,
nav .panel:after,
nav#mainNav:before,
nav#mainNav:after,
.newsTitle:before,
.newsTitle:after,
article:before,
article:after {
  content: "";
  display: table;
}
nav .panel:after,
nav#mainNav:after,
.newsTitle:after,
article:after {
  clear: both;
}
nav .panel,
nav#mainNav,
.newsTitle,
article {
  zoom: 1;
}

*:first-child + html input[type="submit"] {
  padding: 3px;
}

.vertical_box {
  float: left;
}

/* レイアウト
------------------------------------------------------------*/
.clear {
  clear: both;
}

a {
  transition: all 0.3s;
}
button {
  transition: all 0.3s;
  cursor: pointer;
}

/* リンク
------------------------------------------------------------*/
a:link {
  text-decoration: none;
}

/* タイポグラフィ
*****************************************************/

html > body h2.title span {
  padding: 7px 10px;
} /* IE7, IE8 */

/* コンテンツ
*****************************************************/
.pc-display {
  display: block;
}
.sp-display {
  display: none;
}
div#WholeWrap {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
/* fade ***************************************************/
.fade-in {
  opacity: 0;
  transition-duration: 1000ms;
  transition-property: opacity, transform;
}
.fade-in-up {
  transform: translate(0, 70px);
}

.fade-in-down {
  transform: translate(0, -70px);
}

.fade-in-left {
  transform: translate(-70px, 0);
}

.fade-in-right {
  transform: translate(70px, 0);
}

.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}

@media screen and (max-width: 1300px) {
}

@media screen and (max-width: 1100px) {
}

@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 768px) {
  /* コンテンツ
*****************************************************/
  .pc-display {
    display: none;
  }
  .sp-display {
    display: block;
  }
}

@media screen and (max-width: 634px) {
}

@media screen and (max-width: 480px) {
}

@media screen and (max-width: 320px) {
}
