/*
compass setup
----------------------------------------------------*/
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/*
common
----------------------------------------------------*/
html, body {
  width: 100%;
  font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo, sans-serif;
  background-color: #f4ecd5;
}

img {
  vertical-align: bottom;
}

/*
box
----------------------------------------------------*/
#container {
  width: 100%;
  max-width: 1400px;
  min-height: 1000px;
  margin: 0 auto;
  background-color: #fffaeb;
  background-image: url(../img/header_bk.jpg);
  background-position: 50% 0;
  background-repeat: no-repeat;
}

#header {
  width: 960px;
  margin: 0 auto;
}
#header div {
  position: relative;
  width: 960px;
  height: 364px;
  overflow: hidden;
}
#header div img {
  position: absolute;
  display: none;
}
#header div img.ani_chara_m {
  top: 35px;
  right: 205px;
}
#header div img.ani_chara_w {
  top: -60px;
  right: 0px;
}
#header div img.ani_copy {
  top: 195px;
  left: 260px;
}
#header div img.ani_logo {
  top: 252px;
  left: 260px;
}
#header div img.ani_new {
  top: 65px;
  left: 225px;
}
#header div img.ani_product {
  top: 35px;
  left: 10px;
}
#header ul {
  display: block;
  width: 960px;
  margin: 0 auto;
}
#header ul li {
  display: block;
  width: 240px;
  float: left;
}
#header ul img {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#header ul img:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
#header ul:after {
  display: block;
  clear: both;
  content: "";
}

section {
  position: relative;
  width: 960px;
  padding: 0 10px;
  margin: 60px auto 0;
}
section h1 {
  padding-bottom: 6px;
  margin: 0 10px 25px;
  background-image: url(../img/h1_line.gif);
  background-repeat: repeat-x;
  background-position: bottom left;
}
section a img {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
section a img:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}

#about div {
  padding: 0 10px;
}
#about div a {
  display: block;
  position: absolute;
  top: 165px;
  left: 200px;
}
#about .tip {
  padding-bottom: 10px;
}
#about .good {
  position: absolute;
  top: -20px;
  right: 0;
}
#about .ex {
  position: absolute;
  bottom: 495px;
  right: 20px;
}

#scene div {
  padding: 0 10px 20px;
}

#quick {
  height: 520px;
  padding: 0;
}
#quick h1 {
  margin: 0 10px 25px;
}
#quick .left {
  position: absolute;
  width: 700px;
  background-color: #fffaeb;
  text-align: center;
  z-index: 2;
}
#quick .left div img {
  float: left;
  padding-left: 10px;
}
#quick .left div:after {
  display: block;
  clear: both;
  content: "";
}
#quick .about {
  position: absolute;
  top: 340px;
  right: 20px;
  z-index: 2;
}
#quick .angler {
  position: absolute;
  top: -15px;
  right: 0;
  z-index: 1;
}
#quick span img {
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#quick span img:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
#quick #zoom {
  display: none;
  position: fixed;
  width: 900px;
  height: 500px;
  top: 50%;
  left: 50%;
  margin: -250px 0 0 -450px;
  z-index: 11;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
#quick #zoom li {
  position: relative;
  display: none;
}
#quick #zoom li.active {
  display: block;
}
#quick #zoom li.ql {
  width: 900px;
  height: 500px;
  background-image: url(../img/quick_1z_2.jpg);
  background-repeat: no-repeat;
  background-position: 0 0;
}
#quick #zoom li.ql a {
  display: block;
  position: absolute;
  bottom: 25px;
  left: 25px;
}
#quick #zoom_filter {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  z-index: 10;
}

#azuazu {
  position: relative;
}
#azuazu div {
  width: 400px;
  height: 490px;
  padding-left: 10px;
}
#azuazu div img {
  margin: 15px 0;
}
#azuazu div img.logo {
  margin-top: 0;
}
#azuazu .photo {
  position: absolute;
}
#azuazu .photo#azuphoto1 {
  top: -30px;
  left: 450px;
  z-index: 5;
}
#azuazu .photo#azuphoto2 {
  top: 260px;
  left: 350px;
  z-index: 4;
}
#azuazu .photo#azuphoto3 {
  top: 370px;
  left: 630px;
  z-index: 3;
}
#azuazu .photo#azuphoto4 {
  top: 260px;
  left: 720px;
  z-index: 6;
}

#footer {
  position: relative;
  width: 940px;
  height: 400px;
  margin: 0 auto;
  padding: 60px 0 30px;
  background-image: url(../img/h1_line.gif);
  background-repeat: repeat-x;
  background-position: top left;
}
#footer div.link {
  padding: 40px 0;
}
#footer div.link img {
  padding-bottom: 15px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#footer div.link img:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
#footer div.sns {
  padding: 12px 0 0 24px;
}
#footer .back {
  position: absolute;
  bottom: 0;
  right: -120px;
}
#footer footer {
  padding-top: 100px;
  color: #bbb;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 10px;
  letter-spacing: 0.1em;
}
