/**
 * Global Reset of all HTML Elements
 *
 * Resetting all of our HTML Elements ensures a smoother
 * visual transition between browsers. If you don't believe me,
 * try temporarily commenting out this block of code, then go
 * and look at Mozilla versus Safari, both good browsers with
 * a good implementation of CSS. The thing is, all browser CSS
 * defaults are different and at the end of the day if visual
 * consistency is what we're shooting for, then we need to
 * make sure we're resetting all spacing elements.
 *
 */
html,
body {
  border: 0;
  font-family: "Helvetica-Neue", "Helvetica", Arial, sans-serif;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}
div,
span,
object,
iframe,
img,
table,
caption,
thead,
tbody,
tfoot,
tr,
tr,
td,
article,
aside,
canvas,
details,
figure,
hgroup,
menu,
nav,
footer,
header,
section,
summary,
mark,
audio,
video {
  border: 0;
  margin: 0;
  padding: 0;
}
ul {
  list-style-type: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cit,
code,
del,
dfn,
em,
ins,
q,
samp,
small,
strong,
sub,
sup,
b,
i,
hr,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
legend,
label {
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}
article,
aside,
canvas,
figure,
figure img,
figcaption,
hgroup,
footer,
header,
nav,
section,
audio,
video {
  display: block;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
table caption,
table th,
table td {
  text-align: left;
  vertical-align: middle;
}
a img {
  border: 0;
}
:focus {
  outline: 0;
}
body {
  background: #f7f0d7;
}
#wrapper {
  padding-top: 60px;
}
.inner-block {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
#site-header {
  height: 60px;
  position: fixed;
  line-height: 60px;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
  z-index: 500;
}
#site-header > div {
  position: relative;
  height: 60px;
}
#site-header > div h1 {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  width: 182px;
  height: 18px;
}
#site-header > div h1 a {
  display: block;
  background: url(../images/logo.png) no-repeat 0 0;
  width: 182px;
  height: 18px;
  text-indent: -9999px;
}
#site-header > div .anchor-area {
  position: absolute;
  left: 430px;
}
#site-header > div .anchor-area ul {
  display: table;
}
#site-header > div .anchor-area ul li {
  display: table-cell;
  vertical-align: bottom;
  padding-right: 25px;
}
#site-header > div .anchor-area ul li a {
  color: #b28247;
  font-size: 13px;
  text-decoration: none;
}
#site-header > div .anchor-area ul li a:hover {
  color: #000;
}
#site-header > div #bland-logo {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  width: 107px;
  height: 24px;
}
#site-header > div #bland-logo a {
  display: block;
  background: url(../images/gc_logo.png) no-repeat 0 0;
  width: 107px;
  height: 24px;
  text-indent: -9999px;
}
#site-header.site-top {
  height: 60px;
  position: relative;
  line-height: 60px;
  top: 0;
  left: 0;
  width: 100%;
  background: #ffffff;
  z-index: 500;
}
#animation-block .inner-block {
  background: url(../images/bg.png) no-repeat center top;
  height: 750px;
  position: relative;
  overflow: hidden;
}
#animation-block .inner-block > * {
  opacity: 0;
}
#animation-block .inner-block .text-block {
  position: absolute;
  top: 103px;
  left: 50%;
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0);
  z-index: 1;
}
#animation-block .inner-block .hands {
  position: absolute;
  right: -101px;
  bottom: 0px;
  z-index: 2;
}
#animation-block .inner-block .sub-title {
  position: absolute;
  left: 115px;
  bottom: 230px;
  z-index: 1;
}
#animation-block .inner-block .title {
  position: absolute;
  bottom: 100px;
  left: 115px;
}
#animation-block .inner-block .enter {
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  z-index: 100;
  opacity: 1;
}
#animation-block .inner-block .item {
  position: absolute;
  right: 195px;
  bottom: 56px;
}
#visual-area img {
  vertical-align: bottom;
}
#movie-area {
  margin: -60px 0 0px;
  padding: 60px 0 0px;
}
#movie-area .inner-block {
  padding: 20px 0px;
  background: #c19b6c;
}
#movie-area .inner-block #video-area {
  width: 462px;
  margin: 0px auto;
}
#movie-area .inner-block #video-area h1 {
  background: #fa090c;
  padding: 5px 0px;
  text-align: center;
  color: #fff;
}
#slide-area .inner-block {
  background: #b28247;
  position: relative;
}
#slide-area .inner-block #slides .head-area h1 {
  background: url(../images/title_slider.png) no-repeat center top;
  height: 40px;
  text-indent: -9999px;
}
#slide-area .inner-block #slides .body-area {
  padding: 50px 0px 20px 40px;
}
#container .inner-block {
  padding: 70px 0px 20px;
  background: #fff;
  box-sizing: border-box;
}
#container .inner-block .contents {
  padding: 0 50px;
}
#container .inner-block #contents01 {
  padding-bottom: 40px;
}
#container .inner-block #contents01 .head-area {
  background: url(../images/ttle_contents01-1.png) no-repeat 0 0;
  height: 145px;
  position: relative;
}
#container .inner-block #contents01 .head-area h1 {
  position: relative;
  background: url(../images/ttle_contents01-2.png) no-repeat 0 center;
  width: 408px;
  height: 33px;
  text-indent: -9999px;
  top: 50%;
  left: 180px;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
#container .inner-block #contents01 .body-area {
  margin-left: 180px;
}
#container .inner-block #contents01 .body-area > p {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 35px;
}
#container .inner-block #contents01 .body-area .photo-lists {
  display: table;
}
#container .inner-block #contents01 .body-area .photo-lists li {
  display: table-cell;
  vertical-align: top;
}
#container .inner-block #contents01 .body-area .photo-lists li figure img {
  display: block;
  margin-bottom: 10px;
}
#container .inner-block #contents01 .body-area .photo-lists li figure figcaption {
  font-size: 12px;
  line-height: 16px;
}
#container .inner-block #contents01 .body-area .photo-lists li figure figcaption img {
  display: inline;
  margin: 0;
}
#container .inner-block #contents01 .body-area .photo-lists li:nth-child(2) {
  padding-left: 35px;
}
#container .inner-block #contents02 {
  padding-bottom: 40px;
}
#container .inner-block #contents02 .head-area {
  background: url(../images/ttle_contents02-1.png) no-repeat 0 0;
  height: 145px;
  position: relative;
}
#container .inner-block #contents02 .head-area h1 {
  position: relative;
  background: url(../images/ttle_contents02-2.png) no-repeat 0 center;
  width: 303px;
  height: 32px;
  text-indent: -9999px;
  top: 50%;
  left: 180px;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
#container .inner-block #contents02 .body-area {
  margin-left: 180px;
}
#container .inner-block #contents02 .body-area > p {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 35px;
}
#container .inner-block #contents02 .body-area .photo-block {
  padding-left: 80px;
}
#container .inner-block #contents03 {
  padding-bottom: 40px;
}
#container .inner-block #contents03 .head-area {
  background: url(../images/ttle_contents03-1.png) no-repeat 0 0;
  height: 145px;
  position: relative;
}
#container .inner-block #contents03 .head-area h1 {
  position: relative;
  background: url(../images/ttle_contents03-2.png) no-repeat 0 center;
  width: 459px;
  height: 79px;
  text-indent: -9999px;
  top: 50%;
  left: 210px;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
#container .inner-block #contents03 .body-area {
  margin-left: 180px;
}
#container .inner-block #contents03 .body-area .inner-wrap p {
  display: table-cell;
  vertical-align: top;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 35px;
}
#container .inner-block #contents03 .body-area .inner-wrap .photo-area {
  display: table-cell;
  vertical-align: top;
  width: 278px;
  padding-right: 60px;
}
#container .inner-block hr {
  height: 2px;
  background: #b28146;
}
#container .inner-block #contents04 {
  padding: 75px 50px 50px;
}
#container .inner-block #contents04 .inner-wrap {
  display: table;
  width: 100%;
}
#container .inner-block #contents04 .inner-wrap .head-area {
  display: table-cell;
  vertical-align: top;
}
#container .inner-block #contents04 .inner-wrap .head-area h1 {
  background: url(../images/title_contents04.png) no-repeat 0 0;
  width: 420px;
  height: 34px;
  text-indent: -9999px;
  margin-bottom: 30px;
}
#container .inner-block #contents04 .inner-wrap .head-area p {
  margin: 0 30px 0 125px;
}
#container .inner-block #contents04 .inner-wrap .photo-area {
  display: table-cell;
  vertical-align: top;
}
#container .inner-block #contents05 {
  padding-top: 65px;
  padding-bottom: 65px;
}
#container .inner-block #contents05 .head-area {
  margin-bottom: 30px;
}
#container .inner-block #contents05 .head-area h1 {
  background: url(../images/title_contents05.png) no-repeat 0 0;
  width: 626px;
  height: 34px;
  text-indent: -9999px;
}
#container .inner-block #contents05 .body-area {
  margin: 0 0 0 125px;
}
#container .inner-block #contents06 {
  padding: 75px 50px 50px;
}
#container .inner-block #contents06 .inner-wrap {
  display: table;
  width: 100%;
}
#container .inner-block #contents06 .inner-wrap .head-area {
  display: table-cell;
  vertical-align: top;
}
#container .inner-block #contents06 .inner-wrap .head-area h1 {
  background: url(../images/title_contents06.png) no-repeat 0 0;
  width: 420px;
  height: 34px;
  text-indent: -9999px;
  margin-bottom: 30px;
}
#container .inner-block #contents06 .inner-wrap .head-area p {
  margin: 0 0 0 125px;
}
#container .inner-block #contents06 .inner-wrap .photo-area {
  display: table-cell;
  vertical-align: top;
}
#container .inner-block .page_top {
  text-align: center;
}
#container .inner-block #contents07 {
  padding: 120px 50px 50px;
}
#container .inner-block #contents07 .head-area {
  margin-bottom: 20px;
}
#container .inner-block #contents07 .head-area h1 {
  background: url(../images/title_contents07.png) no-repeat 0 0;
  width: 520px;
  height: 26px;
  text-indent: -9999px;
}
#container .inner-block #contents07 .body-area ul {
  letter-spacing: -0.4em;
  text-align: center;
  margin-bottom: 35px;
}
#container .inner-block #contents07 .body-area ul li {
  letter-spacing: normal;
  display: inline-block;
}
#container .inner-block #contents07 .body-area ul li + li {
  margin-left: 26px;
}
#container .inner-block #contents07 .body-area .small {
  font-size: 12px;
}
#container .inner-block #contents08 {
  padding-top: 60px;
  margin-top: -60px;
}
#container .inner-block #contents08 .head-area {
  zoom: 1;
  margin-bottom: 30px;
}
#container .inner-block #contents08 .head-area:after {
  content: "";
  display: block;
  clear: both;
}
#container .inner-block #contents08 .head-area h1 {
  float: left;
  background: url(../images/title_contents08.png) no-repeat 0 0;
  width: 451px;
  height: 61px;
  text-indent: -9999px;
}
#container .inner-block #contents08 .head-area .photo {
  float: right;
}
#container .inner-block #contents08 .body-area {
  margin-bottom: 30px;
}
#container .inner-block #contents08 .body-area .photo-list-block {
  zoom: 1;
}
#container .inner-block #contents08 .body-area .photo-list-block:after {
  content: "";
  display: block;
  clear: both;
}
#container .inner-block #contents08 .body-area .photo-list-block li {
  width: 50%;
  float: left;
  box-sizing: border-box;
}
#container .inner-block #contents08 .body-area .photo-list-block li:first-child {
  padding-right: 60px;
  border-right: 1px solid #000;
}
#container .inner-block #contents08 .body-area .photo-list-block li:last-child {
  padding-left: 60px;
}
#container .inner-block #contents08 .body-area .photo-list-block li > div {
  margin-bottom: 5px;
}
#container .inner-block #contents08 .body-area .photo-list-block li > div img {
  vertical-align: bottom;
}
#container .inner-block #contents08 .body-area .photo-list-block li h2 {
  font-size: 12px;
  color: #d64416;
}
#container .inner-block #contents08 .body-area .photo-list-block li p {
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 30px;
}
#container .inner-block #contents08 .body-area .photo-list-block li p span {
  font-weight: bold;
  position: relative;
  display: inline-block;
  padding-right: 15px;
}
#container .inner-block #contents08 .body-area .photo-list-block li p span:after {
  display: block;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  background: url(../images/image_text_circle.png) no-repeat 0 0;
  width: 11px;
  height: 11px;
  content: "";
}
#container .inner-block #contents08 .body-area .photo-list-block li .photo-area {
  display: table;
  width: 100%;
}
#container .inner-block #contents08 .body-area .photo-list-block li .photo-area > * {
  display: table-cell;
  vertical-align: top;
}
#container .inner-block #contents08 .body-area .photo-list-block li .photo-area p {
  padding-left: 15px;
}
#container .inner-block #contents08 .body-area .photo-list-block li .photo-area p img {
  vertical-align: middle;
  margin: 0 1px;
}
#container .inner-block #contents08 .body-area .photo-list-block li h3 {
  font-size: 13px;
}
footer {
  padding: 20px 0px;
  background: #fff;
  text-align: center;
  font-size: 12px;
  font-family: Arial;
}
