/*!
 * .wdg-page
 * ---------
 */
.wdg-page [aria-hidden=true] {
  display: none;
}
/*!
 * .wdg-header
 * -----------
 */
.wdg-header {
  position: relative;
  z-index: 3;
}
.wdg-header .paths {
  background-color: #000;
}
.wdg-header .paths ul {
  width: 960px;
  margin: 0 auto;
  padding: .5em 0;
  list-style-type: none;
}
.wdg-header .paths li {
  display: inline-block;
}
.wdg-header .paths li:before {
  content: ">";
  color: #fff;
  font-size: 0.63em;
  margin-right: .5em;
}
.wdg-header .paths li:first-child:before {
  display: none;
}
.wdg-header .paths a {
  color: #fff;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 0.63em;
  text-decoration: none;
}
.wdg-header .paths a:hover {
  color: #ccc;
}
.wdg-header .visual {
  overflow: hidden;
  height: 605px;
  text-align: center;
  background-image: url(../img/visual.jpg);
  background-position: center top;
}
.wdg-header .visual img {
  display: none;
}
/**
 * .wdg-fixed-nav
 * --------------
 */
.wdg-fixed-nav {
  position: absolute;
  background-color: #1c2469;
  width: 100%;
  z-index: 3;
}
.wdg-fixed-nav ul {
  list-style-type: none;
  width: 1000px;
  margin: 0 auto 0 auto;
  overflow: hidden;

}
.wdg-fixed-nav li {
  float: left;
}
.wdg-fixed-nav a {
  display: block;
  height: 72px;
}
.wdg-fixed-nav a:hover img {
  margin-top: -82px;
}
.wdg-fixed-nav.fixed {
  position: fixed;
  left: 0;
  top: 0;
}
/*!
 * .wdg-article
 * ------------
 */
.wdg-article {
  position: relative;
  z-index: 2;
  background-image: url(../img/bg.jpg);
  background-attachment: fixed;
  background-position: center top;
}
.wdg-article > .inner {
  background-image: url(../img/article-bottom.png);
  background-repeat: repeat-x;
  background-position: left bottom;
  padding-bottom: 82px;
  padding-top: 72px;
}
/*!
 * .wdg-section
 * ------------
 */
.wdg-section {
  padding: 60px 0 120px 0;
  background-image: url(../img/section-bottom.png);
  background-repeat: repeat-x;
  background-position: left bottom;
}
.wdg-section.last {
  background: none;
}
.wdg-section > .inner {
  width: 960px;
  margin: 0 auto;
}
.wdg-section h1 {
  margin: 0 0 70px 0;
}
.wdg-section h2 {
  margin: 50px 0;
}
.wdg-section img {
  vertical-align: top;
  opacity: 1;
  filter: alpha(opacity=0);
  -webkit-transform: translateY(32px);
  transform: translateY(32px);
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.wdg-section img.show {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.wdg-section .right {
  text-align: right;
}
.wdg-section .center {
  text-align: center;
}
.wdg-section .items .item {
  margin: 100px 0;
}
.wdg-section .items .item:first-child {
  margin-top: 0;
}
.wdg-section .items .item:last-child {
  margin-bottom: 0;
}
.wdg-section .row:after {
  content: "";
  clear: both;
  display: table;
}
.wdg-section .row .col {
  width: 50%;
  float: left;
}
.wdg-section.drink h2 {
  margin: 0 0 10px 0;
}
.wdg-section.drink .items {
  margin-top: 100px;
}
.wdg-section.drink .items .item {
  margin-top: 70px;
}
/*!
 * .wdg-bg
 * -------
 */
.wdg-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  overflow: hidden;
}
.wdg-bg img {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -896.5px;
}
/*!
 * .wdg-pagetop
 * ------------
 */
.wdg-pagetop {
  width: 960px;
  margin: 1em auto;
  text-align: right;
}
.wdg-pagetop a {
  display: inline-block;
  width: 140px;
  height: 23px;
  text-align: left;
  overflow: hidden;
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  background-image: url(../img/button-pagetop.png);
  background-position: left top;
  transition: transform .3s ease 0s;
  -webkit-transition: -webkit-transform 0.3s ease 0s;
}
.wdg-pagetop a:hover {
  background-position: left bottom;
  transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
}
