@charset "UTF-8";
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;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

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 #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

*, ::before, ::after {
  box-sizing: border-box;
}

/* Clear Float */
#ZEH .box:after,
.set:after,
.cont:after,
.section:after,
.block:after,
.row:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

#ZEH .box,
.set,
.cont,
.section,
.block,
.row {
  zoom: 1;
}

/* WEB FONT */
.A1Mincho {
  font-family: 'A1 Mincho',serif;
}

.HiraKakuGW3 {
  font-family: 'Hiragino Kaku Gothic W3 JIS2004',sans-serif;
}

.HiraKakuGW6 {
  font-family: 'Hiragino Kaku Gothic W6 JIS2004',sans-serif;
}

.fadeElm {
  position: relative;
  -webkit-transform: translate(0px, 50px);
  -moz-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
}

#PRESENT .bnr img.fadeElm {
  transform: translate(-50%, 50px);
}

.activeView {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}

#PRESENT .bnr img.activeView {
  transform: translate(-50%, 0px);
}

/* COMMON */
body {
  position: relative;
  margin: 0;
  padding: 0;
  font-family: 'Koburina Gothic W3 JIS2004', 'ヒラギノ角ゴ Pro W6', 'Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic','Osaka',sans-serif;
  font-size: 12px;
  line-height: 1.5;
  color: #333;
}

#pageTop {
  position: relative;
}

/* HEADER */
#header {
  height: 45px;
}

#header .sfc {
  text-align: center;
}

#header .sfc::before {
  content: '';
  display: block;
  background-color: #317e4b;
  margin: 0 auto 13px auto;
  width: 100px;
  height: 2px;
}

#header .sfc img {
  width: 100px;
  height: auto;
}

/* PAGEBODY */
#pageBody {
  position: relative;
  background-color: #fff;
  overflow: hidden;
}

/* CONTENTS */
#contents {
  background: url(../img/close.png) 50% 0 no-repeat;
  background-size: auto auto;
  height: 752px;
  position: relative;
}

#contents a {
  display: block;
  width: 344px;
  height: 48px;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  position: absolute;
  top: 377px;
  left: 50%;
  text-align: left;
  transform: translateX(-50%);
}

/* PAGEBODY */
#pageBottom {
  position: relative;
  background-color: #fff;
}

#footer {
  position: relative;
  overflow: hidden;
  padding-bottom: 25px;
}

#pageBottom .copyright {
  padding-top: 5px;
  text-align: center;
  color: #000;
}

.script {
  position: absolute;
  left: 0;
  bottom: 0;
}
