@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, 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, main, menu, nav, section, summary {
  display: block;
}

/* ************************************
 *
 * SCSS Media Queries Mixins
 * 
 * Aauthor   : Ryuichi Nonaka
 * Version   : 0.4.0
 * Copyright : 2012 Ryuichi Nonaka
 * Date      : 2012/11/16
 *
 * Released under the MIT license
 *
 *********************************** */
/* ************************************
 *
 * Device Width 
 * Initialize variables
 *
 *********************************** */
/* ************************************
 *
 * Browser Prefix 
 * Initialize variables
 *
 *********************************** */
/* ************************************
 *
 * Return ratio
 * Initialize variables
 * @param $prefix prefix type
 * @param $ratio device ratio
 *
 *********************************** */
/* ************************************
 *
 * Mobile Device mixin
 * @param $orientation Direction of a device
 * @param $version [old|modern|future|any] The version of a device
 * @param $add_orientation boolean [true|false] add orientation attribute
 *
 * old    : iPhone 3G or 3GS.
 * modern : iPhone 4 or 4S.
 * future : iPhone 5.
 * any    : All version.
 *
 *********************************** */
/* ************************************
 *
 * Tablet Device mixin
 * @param $orientation Direction of a device
 * @param $version [old|modern|any] The version of a device
 * @param $add_orientation boolean [true|false] add orientation attribute
 *
 * old    : iPad 1 or 2 or mini.
 * modern : new iPad (3).
 * any    : All version.
 *
 *********************************** */
/* ************************************
 *
 * Desctop Device mixin
 * @param $size Direction of a device
 * @param $version [modern|future|any] The version of a device
 *
 * Version modern ---------------------
 * narrow  : max width 1024.
 * modern  : max width 1280.
 * wide    : max width 1600.
 * hd      : max width 1920.
 * over    : width 1920 over.
 * ratio   : 1.0
 *
 * Version future ---------------------
 * modern : max width 1280.
 * wide   : max width 1440.
 * ratio  : 2.0
 *
 *********************************** */
/* ************************************
 *
 * Custom Device mixin
 * @param $min_width number(px) Minimum device size
 * @param $max_width number(px) Maximum device size
 * @param $pixel_ratio number Device px ratio
 * @param $add_orientation boolean [true|false] add orientation attribute
 *
 *********************************** */
/* ===================================
使用パラメータ一式
=================================== */
/* ===================================
オプションクラス
=================================== */
.clearfix {
  overflow: hidden;
  *zoom: 1;
}

* {
  box-sizing: border-box;
}

html {
  width: 100%;
  height: 100%;
  margin: 0;
  height: 0;
}

body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font: 11pt 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,sans-serif;
  letter-spacing: 0.025em;
  line-height: 1.7em;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.wrapper {
  width: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
}

a {
  text-decoration: none;
}

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, main, menu, nav, section, summary {
  display: block;
}

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, main, menu, nav, section, summary {
  display: block;
}

/* ************************************
 *
 * SCSS Media Queries Mixins
 * 
 * Aauthor   : Ryuichi Nonaka
 * Version   : 0.4.0
 * Copyright : 2012 Ryuichi Nonaka
 * Date      : 2012/11/16
 *
 * Released under the MIT license
 *
 *********************************** */
/* ************************************
 *
 * Device Width 
 * Initialize variables
 *
 *********************************** */
/* ************************************
 *
 * Browser Prefix 
 * Initialize variables
 *
 *********************************** */
/* ************************************
 *
 * Return ratio
 * Initialize variables
 * @param $prefix prefix type
 * @param $ratio device ratio
 *
 *********************************** */
/* ************************************
 *
 * Mobile Device mixin
 * @param $orientation Direction of a device
 * @param $version [old|modern|future|any] The version of a device
 * @param $add_orientation boolean [true|false] add orientation attribute
 *
 * old    : iPhone 3G or 3GS.
 * modern : iPhone 4 or 4S.
 * future : iPhone 5.
 * any    : All version.
 *
 *********************************** */
/* ************************************
 *
 * Tablet Device mixin
 * @param $orientation Direction of a device
 * @param $version [old|modern|any] The version of a device
 * @param $add_orientation boolean [true|false] add orientation attribute
 *
 * old    : iPad 1 or 2 or mini.
 * modern : new iPad (3).
 * any    : All version.
 *
 *********************************** */
/* ************************************
 *
 * Desctop Device mixin
 * @param $size Direction of a device
 * @param $version [modern|future|any] The version of a device
 *
 * Version modern ---------------------
 * narrow  : max width 1024.
 * modern  : max width 1280.
 * wide    : max width 1600.
 * hd      : max width 1920.
 * over    : width 1920 over.
 * ratio   : 1.0
 *
 * Version future ---------------------
 * modern : max width 1280.
 * wide   : max width 1440.
 * ratio  : 2.0
 *
 *********************************** */
/* ************************************
 *
 * Custom Device mixin
 * @param $min_width number(px) Minimum device size
 * @param $max_width number(px) Maximum device size
 * @param $pixel_ratio number Device px ratio
 * @param $add_orientation boolean [true|false] add orientation attribute
 *
 *********************************** */
/* ===================================
使用パラメータ一式
=================================== */
/* ===================================
オプションクラス
=================================== */
.clearfix {
  overflow: hidden;
  *zoom: 1;
}

* {
  box-sizing: border-box;
}

html {
  width: 100%;
  height: 100%;
  margin: 0;
  height: 0;
}

body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font: 11pt 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,sans-serif;
  letter-spacing: 0.025em;
  line-height: 1.7em;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.wrapper {
  width: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
}

a {
  text-decoration: none;
}

/* Transition */
#trans-box {
  overflow: hidden;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
#trans-box #start-transition {
  position: absolute;
  top: 0;
  left: 0;
}
#trans-box #end-transition {
  position: absolute;
  top: 0;
  left: 0;
}

/* Box Button Unit */
.BoxButtonUnit {
  display: block;
  position: relative;
  width: 380px;
  height: 60px;
  /* 回転体 */
}
.BoxButtonUnit .Rectangular {
  position: relative;
  width: 100%;
  height: 60px;
}
.BoxButtonUnit span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  border: 1px solid #606060;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  background-image: url(../images/icon_arrow-right.svg);
  background-repeat: no-repeat;
  background-size: 12px 20px;
  background-position: right 15px center;
  padding-right: 12px;
  /* IEでは、
  transform-style: preserve-3d
  が使えないため、z-indexをホバー時に切り替えて表面と裏面の
  Zインデックスを入れ替える必要がある。
  また、親要素を3次元空間化できないということになり、
  親要素を回転・移動させても、子要素はその差分を反映するのではなく、
  親要素のプロパティに追従するだけになる。
  従って、子要素そのものに3次元空間上の動作を設定する必要がある。
  */
  /* 表面 */
  /* 裏面 */
}
.BoxButtonUnit span br {
  display: none;
}
.BoxButtonUnit span.sideA {
  z-index: 1;
  background-color: #000;
  /*
  @include transform-origin(50% 0 30px);
  @include transform(perspective(500px) translateY(0) translateZ(0) rotateX(0deg));
  @include transition(all 0.4s ceaser($easeOutCirc));
  */
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-transform-origin: 50% 50% 0;
  -webkit-transform-origin: 50% 50% 0;
  transform-origin: 50% 50% 0;
  -moz-transform: perspective(500px) rotateX(0deg) translateY(0px) translateZ(0px);
  -ms-transform: perspective(500px) rotateX(0deg) translateY(0px) translateZ(0px);
  -webkit-transform: perspective(500px) rotateX(0deg) translateY(0px) translateZ(0px);
  transform: perspective(500px) rotateX(0deg) translateY(0px) translateZ(0px);
  -moz-transition: all 0.4s cubic-bezier(0.075, 0.820, 0.165, 1.000);
  -o-transition: all 0.4s cubic-bezier(0.075, 0.820, 0.165, 1.000);
  -webkit-transition: all 0.4s cubic-bezier(0.075, 0.820, 0.165, 1.000);
  transition: all 0.4s cubic-bezier(0.075, 0.820, 0.165, 1.000);
}
.BoxButtonUnit span.sideB {
  z-index: 0;
  background-color: #ad0000;
  /*
  @include transform-origin(50% 0 30px);
  @include transform(perspective(500px) translateY(-$height/2) translateZ(-$height/2) rotateX(90deg));
  @include transition(all 0.4s ceaser($easeOutCirc));
  */
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-transform-origin: 50% 50% 0;
  -webkit-transform-origin: 50% 50% 0;
  transform-origin: 50% 50% 0;
  -moz-transform: perspective(500px) rotateX(90deg) translateY(-30px) translateZ(30px);
  -ms-transform: perspective(500px) rotateX(90deg) translateY(-30px) translateZ(30px);
  -webkit-transform: perspective(500px) rotateX(90deg) translateY(-30px) translateZ(30px);
  transform: perspective(500px) rotateX(90deg) translateY(-30px) translateZ(30px);
  -moz-transition: all 0.4s cubic-bezier(0.075, 0.820, 0.165, 1.000);
  -o-transition: all 0.4s cubic-bezier(0.075, 0.820, 0.165, 1.000);
  -webkit-transition: all 0.4s cubic-bezier(0.075, 0.820, 0.165, 1.000);
  transition: all 0.4s cubic-bezier(0.075, 0.820, 0.165, 1.000);
}
.BoxButtonUnit.bnr-button span.sideA {
  padding-right: 0;
  background: none;
}
.BoxButtonUnit.bnr-button span.sideA img {
  width: 100%;
}
.BoxButtonUnit:hover span.sideA {
  z-index: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-transform: perspective(500px) rotateX(-90deg) translateY(30px) translateZ(30px);
  -ms-transform: perspective(500px) rotateX(-90deg) translateY(30px) translateZ(30px);
  -webkit-transform: perspective(500px) rotateX(-90deg) translateY(30px) translateZ(30px);
  transform: perspective(500px) rotateX(-90deg) translateY(30px) translateZ(30px);
  -moz-transition: all 0.4s cubic-bezier(0.075, 0.820, 0.165, 1.000);
  -o-transition: all 0.4s cubic-bezier(0.075, 0.820, 0.165, 1.000);
  -webkit-transition: all 0.4s cubic-bezier(0.075, 0.820, 0.165, 1.000);
  transition: all 0.4s cubic-bezier(0.075, 0.820, 0.165, 1.000);
}
.BoxButtonUnit:hover span.sideB {
  z-index: 1;
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-transform: perspective(500px) rotateX(0deg) translateY(0px) translateZ(0px);
  -ms-transform: perspective(500px) rotateX(0deg) translateY(0px) translateZ(0px);
  -webkit-transform: perspective(500px) rotateX(0deg) translateY(0px) translateZ(0px);
  transform: perspective(500px) rotateX(0deg) translateY(0px) translateZ(0px);
  -moz-transition: all 0.4s cubic-bezier(0.075, 0.820, 0.165, 1.000);
  -o-transition: all 0.4s cubic-bezier(0.075, 0.820, 0.165, 1.000);
  -webkit-transition: all 0.4s cubic-bezier(0.075, 0.820, 0.165, 1.000);
  transition: all 0.4s cubic-bezier(0.075, 0.820, 0.165, 1.000);
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .BoxButtonUnit {
    width: 300px;
    height: auto;
  }
  .BoxButtonUnit .Rectangular {
    height: auto;
  }
  .BoxButtonUnit span {
    position: relative;
    height: auto;
    line-height: 1.4em;
    padding: 18px 26px 18px 20px;
  }
  .BoxButtonUnit span.sideB {
    display: none;
  }
  .BoxButtonUnit span br {
    display: inline;
  }
  .BoxButtonUnit:hover span.sideA {
    z-index: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
  }
  .BoxButtonUnit:hover span.sideB {
    z-index: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
  }
}

/* Menu Button */
.MenuButtonUnit {
  display: block;
  width: 42px;
  height: 42px;
  position: fixed;
  z-index: 100;
  top: 12px;
  right: 12px;
  cursor: pointer;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .MenuButtonUnit {
    top: 5px;
    right: 8px;
  }
}

/* メニューボタンをアテンションさせる枠 */
.MenuButtonFrame {
  position: fixed;
  z-index: 99;
  top: 12px;
  right: 10px;
  width: 46px;
  height: 42px;
  background-color: #000;
  opacity: 0.75;
  filter: alpha(opacity=75);
  display: none;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .MenuButtonFrame {
    top: 5px;
    right: 6px;
  }
}

/* ページTOPへ戻るボタン */
.BackToTopUnit {
  display: block;
  overflow: hidden;
  position: fixed;
  z-index: 98;
  bottom: 15px;
  right: 15px;
  width: 54px;
  height: 0 !important;
  height: 52px;
  padding-top: 52px;
  line-height: 52px;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url(../images/icon-arrow-top.svg);
  background-repeat: no-repeat;
  background-size: 22px 13px;
  background-position: center 50%;
  border: 2px solid #fff;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;
}
@media only screen and (min-width: 1139px) and (max-width: 10000px) {
  .BackToTopUnit:hover {
    background-color: black;
    background-position: center 40%;
    -moz-transition: all 0.3s cubic-bezier(0.250, 0.250, 0.750, 0.750);
    -o-transition: all 0.3s cubic-bezier(0.250, 0.250, 0.750, 0.750);
    -webkit-transition: all 0.3s cubic-bezier(0.250, 0.250, 0.750, 0.750);
    transition: all 0.3s cubic-bezier(0.250, 0.250, 0.750, 0.750);
  }
}

/* Global Menu */
.GlobalMenuUnit {
  position: fixed;
  z-index: 99;
  top: 0;
  right: 0px;
  width: 320px;
  height: 100%;
}
.GlobalMenuUnit .gmenu-side {
  position: absolute;
  top: 0;
  left: 0;
  width: 320px;
  height: 100%;
  background-color: #e0e0e0;
  /*
  transform-style: preserve-3d;
  @include transform(translateX(-$width/2) translateZ(-$width/2) rotateX(-90deg));
  */
}
.GlobalMenuUnit .gmenu-face {
  position: absolute;
  top: 0;
  left: 0;
  width: 320px;
  height: 100%;
  background-color: #fff;
  overflow: hidden;
  transform-style: preserve-3d;
  -moz-transform-origin: 100% 50% 0;
  -webkit-transform-origin: 100% 50% 0;
  transform-origin: 100% 50% 0;
  -moz-transform: perspective(2000px) rotateY(-90deg);
  -ms-transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
}
.GlobalMenuUnit .gmenu-face.show {
  -moz-transform: perspective(2000px);
  -webkit-transform: perspective(2000px);
  transform: perspective(2000px);
}
.GlobalMenuUnit .gmenu-face .gmenu-scroller {
  position: relative;
  min-height: 100%;
  width: 320px;
}
.GlobalMenuUnit .gmenu-face .gmenu-table {
  display: table;
  width: 320px;
  min-height: 100%;
}
.GlobalMenuUnit .gmenu-face .gmenu {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 40px;
  color: #000;
}

.gmenu .gmenu-title a {
  display: block;
  position: relative;
  width: 100%;
  height: 85px;
  padding: 16px 0px 16px 6px;
  overflow: visible;
}
.gmenu .gmenu-title a .label {
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 254px;
  height: 0 !important;
  height: 53px;
  padding-top: 53px;
  line-height: 53px;
  background-image: url(../images/gmenu-title.png);
  background-repeat: no-repeat;
  background-size: 254px 53px;
  margin: 0 auto 0 auto;
}
.gmenu .gmenu-title a .back-side {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-transform-style: flat;
  -webkit-transform-style: flat;
  transform-style: flat;
  -moz-transform-origin: 50% 50% 0;
  -webkit-transform-origin: 50% 50% 0;
  transform-origin: 50% 50% 0;
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -moz-transition: all 0.3s cubic-bezier(0.420, 0.000, 1.000, 1.000);
  -o-transition: all 0.3s cubic-bezier(0.420, 0.000, 1.000, 1.000);
  -webkit-transition: all 0.3s cubic-bezier(0.420, 0.000, 1.000, 1.000);
  transition: all 0.3s cubic-bezier(0.420, 0.000, 1.000, 1.000);
}
.gmenu .gmenu-title a .back-side.hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-transform: scaleX(1.06);
  -ms-transform: scaleX(1.06);
  -webkit-transform: scaleX(1.06);
  transform: scaleX(1.06);
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 7px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 7px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 7px;
  -moz-transition: all 0.3s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -o-transition: all 0.3s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -webkit-transition: all 0.3s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  transition: all 0.3s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.gmenu .gmenu-nav ul.main-links {
  margin-top: 14px;
  transform-style: flat;
}
.gmenu .gmenu-nav ul.main-links li {
  display: block;
  width: 100%;
  margin-bottom: 6px;
  cursor: pointer;
}
.gmenu .gmenu-nav ul.main-links li a {
  position: relative;
  display: block;
  width: 100%;
  height: 84px;
  color: #000;
  padding: 14px 10px 24px 36px;
  overflow: visible;
}
.gmenu .gmenu-nav ul.main-links li a.nav-button-cf {
  height: 96px;
}
.gmenu .gmenu-nav ul.main-links li a.nav-button-gallery {
  height: 84px;
}
.gmenu .gmenu-nav ul.main-links li a .main-label {
  position: relative;
  z-index: 3;
}
.gmenu .gmenu-nav ul.main-links li a .main-label.label-cf {
  overflow: hidden;
  width: 244px;
  height: 0 !important;
  height: 70px;
  padding-top: 70px;
  line-height: 70px;
  background-image: url(../images/gnav-label-cf.png);
  background-repeat: no-repeat;
  background-size: 244px 70px;
}
.gmenu .gmenu-nav ul.main-links li a .main-label.label-gallery {
  overflow: hidden;
  width: 235px;
  height: 0 !important;
  height: 43px;
  padding-top: 43px;
  line-height: 43px;
  background-image: url(../images/gnav-label-gallery.png);
  background-repeat: no-repeat;
  background-size: 235px 43px;
}
.gmenu .gmenu-nav ul.main-links li a .label-jp {
  position: relative;
  z-index: 2;
  font-size: 9pt;
  letter-spacing: 0.1em;
  line-height: 1.0em;
  margin-top: 4px;
  margin-bottom: 4px;
}
.gmenu .gmenu-nav ul.main-links li a span.back-side {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-transform-style: flat;
  -webkit-transform-style: flat;
  transform-style: flat;
  -moz-transform-origin: 50% 50% 0;
  -webkit-transform-origin: 50% 50% 0;
  transform-origin: 50% 50% 0;
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -moz-transition: all 0.3s cubic-bezier(0.420, 0.000, 1.000, 1.000);
  -o-transition: all 0.3s cubic-bezier(0.420, 0.000, 1.000, 1.000);
  -webkit-transition: all 0.3s cubic-bezier(0.420, 0.000, 1.000, 1.000);
  transition: all 0.3s cubic-bezier(0.420, 0.000, 1.000, 1.000);
}
.gmenu .gmenu-nav ul.main-links li a span.back-side.hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-transform: scaleX(1.06);
  -ms-transform: scaleX(1.06);
  -webkit-transform: scaleX(1.06);
  transform: scaleX(1.06);
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 7px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 7px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 7px;
  -moz-transition: all 0.3s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -o-transition: all 0.3s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -webkit-transition: all 0.3s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  transition: all 0.3s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.gmenu .gmenu-nav ul.main-links li a.selected {
  color: #fff;
  background-color: #000;
}
.gmenu .gmenu-nav ul.main-links li a.selected .main-label.label-cf {
  background-image: url(../images/gnav-label-cf-selected.png);
}
.gmenu .gmenu-nav ul.main-links li a.selected .main-label.label-gallery {
  background-image: url(../images/gnav-label-gallery-selected.png);
}
.gmenu .gmenu-nav ul.sub-links {
  margin-top: 14px;
}
.gmenu .gmenu-nav ul.sub-links li {
  display: block;
  width: 100%;
}
.gmenu .gmenu-nav ul.sub-links li a {
  position: relative;
  display: block;
  width: 100%;
  height: 44px;
  color: #000;
  padding: 0px 10px 0px 36px;
  overflow: hidden;
  *zoom: 1;
  overflow: visible;
}
.gmenu .gmenu-nav ul.sub-links li a .sub-label {
  position: relative;
  z-index: 1;
  height: 44px;
}
.gmenu .gmenu-nav ul.sub-links li a .sub-label img {
  height: 100%;
}
.gmenu .gmenu-nav ul.sub-links li a .label-name {
  display: block;
  overflow: hidden;
  width: 34px;
  height: 0 !important;
  height: 44px;
  padding-top: 44px;
  line-height: 44px;
  background-image: url(../images/gnav-label01.png);
  background-repeat: no-repeat;
  background-size: 34px 44px;
  margin-right: 10px;
  float: left;
}
.gmenu .gmenu-nav ul.sub-links li a .label-name.name1 {
  background-image: url(../images/gnav-label01.png);
  width: 34px;
  background-size: 34px 44px;
}
.gmenu .gmenu-nav ul.sub-links li a .label-name.name1.selected {
  background-image: url(../images/gnav-label01-selected.png);
}
.gmenu .gmenu-nav ul.sub-links li a .label-name.name2 {
  background-image: url(../images/gnav-label02.png);
  width: 55px;
  background-size: 55px 44px;
}
.gmenu .gmenu-nav ul.sub-links li a .label-name.name2.selected {
  background-image: url(../images/gnav-label02-selected.png);
}
.gmenu .gmenu-nav ul.sub-links li a .label-name.name3 {
  background-image: url(../images/gnav-label03.png);
  width: 55px;
  background-size: 55px 44px;
}
.gmenu .gmenu-nav ul.sub-links li a .label-name.name3.selected {
  background-image: url(../images/gnav-label03-selected.png);
}
.gmenu .gmenu-nav ul.sub-links li a .label-name.name4 {
  background-image: url(../images/gnav-label04.png);
  width: 103px;
  background-size: 103px 44px;
}
.gmenu .gmenu-nav ul.sub-links li a .label-name.name4.selected {
  background-image: url(../images/gnav-label04-selected.png);
}
.gmenu .gmenu-nav ul.sub-links li a .label-name.name5 {
  background-image: url(../images/gnav-label05.png);
  width: 74px;
  background-size: 74px 44px;
}
.gmenu .gmenu-nav ul.sub-links li a .label-name.name5.selected {
  background-image: url(../images/gnav-label05-selected.png);
}
.gmenu .gmenu-nav ul.sub-links li a .label-name.name6 {
  background-image: url(../images/gnav-label06.png);
  width: 73px;
  background-size: 73px 44px;
}
.gmenu .gmenu-nav ul.sub-links li a .label-name.name6.selected {
  background-image: url(../images/gnav-label06-selected.png);
}
.gmenu .gmenu-nav ul.sub-links li a .label-note {
  display: block;
  height: 44px;
  font-size: 9pt;
  line-height: 44px;
}
.gmenu .gmenu-nav ul.sub-links li a span.back-side {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-transform-style: flat;
  -webkit-transform-style: flat;
  transform-style: flat;
  -moz-transform-origin: 50% 50% 0;
  -webkit-transform-origin: 50% 50% 0;
  transform-origin: 50% 50% 0;
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -moz-transition: all 0.3s cubic-bezier(0.420, 0.000, 1.000, 1.000);
  -o-transition: all 0.3s cubic-bezier(0.420, 0.000, 1.000, 1.000);
  -webkit-transition: all 0.3s cubic-bezier(0.420, 0.000, 1.000, 1.000);
  transition: all 0.3s cubic-bezier(0.420, 0.000, 1.000, 1.000);
}
.gmenu .gmenu-nav ul.sub-links li a span.back-side.hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-transform: scaleX(1.06);
  -ms-transform: scaleX(1.06);
  -webkit-transform: scaleX(1.06);
  transform: scaleX(1.06);
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 7px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 7px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 7px;
  -moz-transition: all 0.3s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -o-transition: all 0.3s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -webkit-transition: all 0.3s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  transition: all 0.3s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.gmenu .gmenu-nav ul.sub-links li a.selected {
  color: #fff;
  background-color: #000;
}
.gmenu .gmenu-nav ul.cp-links {
  margin-top: 15px;
}
.gmenu .gmenu-nav ul.cp-links li {
  display: block;
  width: 248px;
  height: 108px;
  margin: 0px auto 10px auto;
}
.gmenu .gmenu-nav ul.cp-links li img {
  display: block;
  border: 1px solid #c8c8c8;
}
.gmenu .gmenu-nav span.border {
  display: block;
  width: 270px;
  height: 1px;
  background-color: #c8c8c8;
  margin: 10px auto 10px auto;
}

/* Contents Cover */
.ContentsCover {
  position: fixed;
  z-index: 98;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  filter: alpha(opacity=50);
  display: none;
}

/* Header回りのオブジェクト */
.index-header-title {
  position: absolute;
  z-index: 1;
  top: 22px;
  left: 26px;
  width: 146px;
}
.index-header-title a {
  display: block;
  width: 100%;
}
.index-header-title a img {
  display: block;
  width: 100%;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .index-header-title {
    top: 13px;
    left: 8px;
    width: 90px;
  }
}

.sub-header-title {
  display: block;
  position: absolute;
  z-index: 1;
  top: 22px;
  left: 25px;
  width: 239px;
}
.sub-header-title a {
  display: block;
  width: 100%;
}
.sub-header-title a img {
  display: block;
  width: 100%;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .sub-header-title {
    top: 13px;
    left: 8px;
    width: 180px;
  }
}

.header-share {
  position: absolute;
  top: 16px;
  right: 66px;
  width: 90px;
  height: 34px;
  border-right: 1px solid rgba(255, 255, 255, 0.75);
}
.header-share a {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-right: 4px;
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.header-share a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.header-share a img {
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .header-share {
    top: 10px;
    right: 56px;
    width: 64px;
  }
  .header-share a {
    width: 24px;
    height: 24px;
    margin-right: 2px;
  }
}

/* Footer */
footer {
  width: 100%;
  height: 104px;
  overflow: hidden;
}
footer .footer-box {
  position: relative;
  top: -104px;
  left: 0;
  width: 100%;
  height: 100%;
}
footer .footer-box.show {
  top: 0px;
  -moz-transition: all 1s cubic-bezier(0.075, 0.820, 0.165, 1.000);
  -o-transition: all 1s cubic-bezier(0.075, 0.820, 0.165, 1.000);
  -webkit-transition: all 1s cubic-bezier(0.075, 0.820, 0.165, 1.000);
  transition: all 1s cubic-bezier(0.075, 0.820, 0.165, 1.000);
}
footer .footer-box .front-side {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 104px;
  padding-top: 30px;
  background-color: #000;
}
footer a.ci-logo {
  display: block;
  overflow: hidden;
  width: 107px;
  height: 0 !important;
  height: 24px;
  padding-top: 24px;
  line-height: 24px;
  background-image: url(../images/canon-ci.svg);
  background-repeat: no-repeat;
  background-size: 107px 24px;
  margin: 0 auto 0 auto;
}
footer .foot-copyright {
  margin-top: 5px;
  text-align: center;
  color: #fff;
  font-family: helvetica, arial, sans-serif;
  font-size: 9pt;
}
footer.sub-footer .footer-box .front-side {
  background-color: #fff;
}
footer.sub-footer a.ci-logo {
  background-image: url(../images/canon-ci-red.svg);
}
footer.sub-footer .foot-copyright {
  color: #636367;
}

/* ビデオ再生ボタンユニット */
.VideoButtonUnit a.VideoPlayThumb {
  position: relative;
  display: block;
  overflow: hidden;
  width: 450px;
  height: 253px;
  border: 1px solid #606060;
}
.VideoButtonUnit a.VideoPlayThumb img.Thumbnail {
  width: 100%;
}
.VideoButtonUnit a.VideoPlayThumb .PlayIcon {
  display: block;
  position: absolute;
  top: 75px;
  left: 174px;
  width: 103px;
  height: 103px;
  -webkit-border-radius: 52px;
  -moz-border-radius: 52px;
  -ms-border-radius: 52px;
  border-radius: 52px;
  background-color: rgba(0, 0, 0, 0.3);
  transform-style: preserve-3d;
  -moz-transform: perspective(500px) rotateX(0deg);
  -ms-transform: perspective(500px) rotateX(0deg);
  -webkit-transform: perspective(500px) rotateX(0deg);
  transform: perspective(500px) rotateX(0deg);
  -moz-transition: all 0.6s cubic-bezier(0.075, 0.820, 0.165, 1.000);
  -o-transition: all 0.6s cubic-bezier(0.075, 0.820, 0.165, 1.000);
  -webkit-transition: all 0.6s cubic-bezier(0.075, 0.820, 0.165, 1.000);
  transition: all 0.6s cubic-bezier(0.075, 0.820, 0.165, 1.000);
}
.VideoButtonUnit a.VideoPlayThumb .PlayIcon .Triangle {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/video-play-triangle.svg);
  background-repeat: no-repeat;
  background-size: 40px 35px;
  background-position: 35px center;
}
.VideoButtonUnit a.VideoPlayThumb:hover .PlayIcon {
  background-color: black;
  -moz-transform: perspective(500px) rotateX(360deg);
  -ms-transform: perspective(500px) rotateX(360deg);
  -webkit-transform: perspective(500px) rotateX(360deg);
  transform: perspective(500px) rotateX(360deg);
  -moz-transition: all 1s cubic-bezier(0.075, 0.820, 0.165, 1.000);
  -o-transition: all 1s cubic-bezier(0.075, 0.820, 0.165, 1.000);
  -webkit-transition: all 1s cubic-bezier(0.075, 0.820, 0.165, 1.000);
  transition: all 1s cubic-bezier(0.075, 0.820, 0.165, 1.000);
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .VideoButtonUnit a.VideoPlayThumb {
    width: 100%;
    height: auto;
  }
  .VideoButtonUnit a.VideoPlayThumb img {
    display: block;
  }
  .VideoButtonUnit a.VideoPlayThumb .PlayIcon {
    top: 50%;
    left: 50%;
    width: 64px;
    height: 64px;
    margin-left: -32px;
    margin-top: -32px;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    -ms-border-radius: 32px;
    border-radius: 32px;
  }
  .VideoButtonUnit a.VideoPlayThumb .PlayIcon .Triangle {
    background-size: 30px 26px;
    background-position: 19px center;
  }
}
.VideoButtonUnit .video-caption {
  margin-top: 10px;
  width: 450px;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .VideoButtonUnit .video-caption {
    width: 100%;
  }
}

/* ビデオプレイヤーコンテナー */
.YouTubeVideoUnit,
.Html5VideoUnit {
  position: fixed;
  z-index: 201;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.YouTubeVideoUnit .Box,
.Html5VideoUnit .Box {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 450px;
  height: 253px;
  background-color: #fff;
  transform-style: preserve-3d;
  -moz-transform: perspective(400px) rotateX(0deg) rotateY(0deg);
  -ms-transform: perspective(400px) rotateX(0deg) rotateY(0deg);
  -webkit-transform: perspective(400px) rotateX(0deg) rotateY(0deg);
  transform: perspective(400px) rotateX(0deg) rotateY(0deg);
}
.YouTubeVideoUnit .Box img.Thumbnail,
.Html5VideoUnit .Box img.Thumbnail {
  display: block;
  width: 100%;
}
.YouTubeVideoUnit .Box .YouTubeBox,
.Html5VideoUnit .Box .YouTubeBox {
  width: 100%;
  height: 100%;
}
.YouTubeVideoUnit .Box .Html5VideoBox,
.Html5VideoUnit .Box .Html5VideoBox {
  width: 100%;
  height: 100%;
}
.YouTubeVideoUnit .Box .video-js,
.Html5VideoUnit .Box .video-js {
  width: 100%;
  height: 100%;
}
.YouTubeVideoUnit .CloseButton,
.Html5VideoUnit .CloseButton {
  display: block;
  position: absolute;
  z-index: 1;
  top: 16px;
  right: 16px;
  cursor: pointer;
  overflow: hidden;
  width: 32px;
  height: 0 !important;
  height: 32px;
  padding-top: 32px;
  line-height: 32px;
  background-image: url(../images/icon-close.svg);
  background-repeat: no-repeat;
  background-size: 32px 32px;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -moz-transition: all 0.3s cubic-bezier(0.075, 0.820, 0.165, 1.000);
  -o-transition: all 0.3s cubic-bezier(0.075, 0.820, 0.165, 1.000);
  -webkit-transition: all 0.3s cubic-bezier(0.075, 0.820, 0.165, 1.000);
  transition: all 0.3s cubic-bezier(0.075, 0.820, 0.165, 1.000);
}
.YouTubeVideoUnit .CloseButton:hover,
.Html5VideoUnit .CloseButton:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -moz-transition: all 0.3s cubic-bezier(0.075, 0.820, 0.165, 1.000);
  -o-transition: all 0.3s cubic-bezier(0.075, 0.820, 0.165, 1.000);
  -webkit-transition: all 0.3s cubic-bezier(0.075, 0.820, 0.165, 1.000);
  transition: all 0.3s cubic-bezier(0.075, 0.820, 0.165, 1.000);
}
.YouTubeVideoUnit .CloseArea,
.Html5VideoUnit .CloseArea {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* 写真表示ボタン */
.PhotoButtonUnit a.PhotoThumb {
  position: relative;
  display: block;
  overflow: hidden;
  width: 420px;
  height: 250px;
  border: 4px solid #fff;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .PhotoButtonUnit a.PhotoThumb {
    width: 100%;
    height: auto;
  }
}
.PhotoButtonUnit a.PhotoThumb img.Thumbnail {
  display: block;
  position: relative;
  width: 100%;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -moz-transition: all 0.3s cubic-bezier(0.250, 0.250, 0.750, 0.750);
  -o-transition: all 0.3s cubic-bezier(0.250, 0.250, 0.750, 0.750);
  -webkit-transition: all 0.3s cubic-bezier(0.250, 0.250, 0.750, 0.750);
  transition: all 0.3s cubic-bezier(0.250, 0.250, 0.750, 0.750);
}
.PhotoButtonUnit a.PhotoThumb .ZoomIcon {
  display: block;
  position: absolute;
  bottom: 7px;
  right: 7px;
  width: 28px;
  height: 28px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  border-radius: 14px;
  background-color: rgba(0, 0, 0, 0.3);
  transform-style: preserve-3d;
  -moz-transform: perspective(500px) rotateX(0deg);
  -ms-transform: perspective(500px) rotateX(0deg);
  -webkit-transform: perspective(500px) rotateX(0deg);
  transform: perspective(500px) rotateX(0deg);
  -moz-transition: all 0.6s cubic-bezier(0.075, 0.820, 0.165, 1.000);
  -o-transition: all 0.6s cubic-bezier(0.075, 0.820, 0.165, 1.000);
  -webkit-transition: all 0.6s cubic-bezier(0.075, 0.820, 0.165, 1.000);
  transition: all 0.6s cubic-bezier(0.075, 0.820, 0.165, 1.000);
}
.PhotoButtonUnit a.PhotoThumb .ZoomIcon .Plus {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/icon-photo-zoomplus.svg);
  background-repeat: no-repeat;
  background-size: 12px 12px;
  background-position: center center;
}
.PhotoButtonUnit a.PhotoThumb:hover img.Thumbnail {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-transform: scale(1.25);
  -ms-transform: scale(1.25);
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
  -moz-transition: -moz-transform 5s cubic-bezier(0.250, 0.250, 0.750, 0.750);
  -o-transition: -o-transform 5s cubic-bezier(0.250, 0.250, 0.750, 0.750);
  -webkit-transition: -webkit-transform 5s cubic-bezier(0.250, 0.250, 0.750, 0.750);
  transition: "transform" 5s cubic-bezier(0.250, 0.250, 0.750, 0.750);
}
.PhotoButtonUnit a.PhotoThumb:hover .ZoomIcon {
  background-color: black;
  -moz-transform: perspective(500px) rotateX(360deg);
  -ms-transform: perspective(500px) rotateX(360deg);
  -webkit-transform: perspective(500px) rotateX(360deg);
  transform: perspective(500px) rotateX(360deg);
  -moz-transition: all 1s cubic-bezier(0.075, 0.820, 0.165, 1.000);
  -o-transition: all 1s cubic-bezier(0.075, 0.820, 0.165, 1.000);
  -webkit-transition: all 1s cubic-bezier(0.075, 0.820, 0.165, 1.000);
  transition: all 1s cubic-bezier(0.075, 0.820, 0.165, 1.000);
}
.PhotoButtonUnit .photo-caption {
  margin-top: 10px;
  width: 420px;
  font-size: 9pt;
  line-height: 1.3em;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .PhotoButtonUnit .photo-caption {
    width: 100%;
  }
}

/* スライドショー */
.SlideShowUnit,
.PhotoViewerUnit {
  position: fixed;
  z-index: 202;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.SlideShowUnit .Box,
.PhotoViewerUnit .Box {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 450px;
  height: 300px;
  overflow: hidden;
  background-color: #000;
  transform-style: preserve-3d;
  -moz-transform: perspective(2400px) rotateX(0deg) rotateY(0deg);
  -ms-transform: perspective(2400px) rotateX(0deg) rotateY(0deg);
  -webkit-transform: perspective(2400px) rotateX(0deg) rotateY(0deg);
  transform: perspective(2400px) rotateX(0deg) rotateY(0deg);
}
.SlideShowUnit .Box .Image,
.PhotoViewerUnit .Box .Image {
  display: block;
  width: 100%;
  height: 100%;
}
.SlideShowUnit .Box .Loading,
.PhotoViewerUnit .Box .Loading {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 48px;
  height: 48px;
  margin-top: -24px;
  margin-left: -24px;
}
.SlideShowUnit .PrevButton,
.PhotoViewerUnit .PrevButton {
  position: absolute;
  z-index: 3;
  top: 15px;
  left: 50%;
  margin-left: -25px;
  width: 50px;
  height: 40px;
  background-image: url(../images/ss-icon-arrow-prev.svg);
  background-size: 46px 25px;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -moz-transition: all 0.3s cubic-bezier(0.075, 0.820, 0.165, 1.000);
  -o-transition: all 0.3s cubic-bezier(0.075, 0.820, 0.165, 1.000);
  -webkit-transition: all 0.3s cubic-bezier(0.075, 0.820, 0.165, 1.000);
  transition: all 0.3s cubic-bezier(0.075, 0.820, 0.165, 1.000);
}
.SlideShowUnit .PrevButton:hover,
.PhotoViewerUnit .PrevButton:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -moz-transition: all 1s cubic-bezier(0.075, 0.820, 0.165, 1.000);
  -o-transition: all 1s cubic-bezier(0.075, 0.820, 0.165, 1.000);
  -webkit-transition: all 1s cubic-bezier(0.075, 0.820, 0.165, 1.000);
  transition: all 1s cubic-bezier(0.075, 0.820, 0.165, 1.000);
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .SlideShowUnit .PrevButton,
  .PhotoViewerUnit .PrevButton {
    top: 10px;
  }
  .SlideShowUnit .PrevButton:hover,
  .PhotoViewerUnit .PrevButton:hover {
    opacity: 0.65;
    filter: alpha(opacity=65);
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .SlideShowUnit .PrevButton,
  .PhotoViewerUnit .PrevButton {
    width: 36px;
    height: 20px;
    background-size: 36px 20px;
    top: 15px;
    left: 12px;
    margin-left: 0;
  }
  .SlideShowUnit .PrevButton:hover,
  .PhotoViewerUnit .PrevButton:hover {
    opacity: 0.65;
    filter: alpha(opacity=65);
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
  }
}
.SlideShowUnit .NextButton,
.PhotoViewerUnit .NextButton {
  position: absolute;
  z-index: 4;
  bottom: 15px;
  left: 50%;
  margin-left: -25px;
  width: 50px;
  height: 40px;
  background-image: url(../images/ss-icon-arrow-next.svg);
  background-size: 46px 25px;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -moz-transition: all 0.3s cubic-bezier(0.075, 0.820, 0.165, 1.000);
  -o-transition: all 0.3s cubic-bezier(0.075, 0.820, 0.165, 1.000);
  -webkit-transition: all 0.3s cubic-bezier(0.075, 0.820, 0.165, 1.000);
  transition: all 0.3s cubic-bezier(0.075, 0.820, 0.165, 1.000);
}
.SlideShowUnit .NextButton:hover,
.PhotoViewerUnit .NextButton:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -moz-transition: all 1s cubic-bezier(0.075, 0.820, 0.165, 1.000);
  -o-transition: all 1s cubic-bezier(0.075, 0.820, 0.165, 1.000);
  -webkit-transition: all 1s cubic-bezier(0.075, 0.820, 0.165, 1.000);
  transition: all 1s cubic-bezier(0.075, 0.820, 0.165, 1.000);
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .SlideShowUnit .NextButton,
  .PhotoViewerUnit .NextButton {
    bottom: 10px;
  }
  .SlideShowUnit .NextButton:hover,
  .PhotoViewerUnit .NextButton:hover {
    opacity: 0.65;
    filter: alpha(opacity=65);
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .SlideShowUnit .NextButton,
  .PhotoViewerUnit .NextButton {
    width: 36px;
    height: 20px;
    background-size: 36px 20px;
    top: 15px;
    bottom: auto;
    left: 62px;
    margin-left: 0;
  }
  .SlideShowUnit .NextButton:hover,
  .PhotoViewerUnit .NextButton:hover {
    opacity: 0.65;
    filter: alpha(opacity=65);
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
  }
}
.SlideShowUnit .TextContainer,
.PhotoViewerUnit .TextContainer {
  position: absolute;
  z-index: 2;
  bottom: 24px;
  left: 26px;
}
.SlideShowUnit .TextContainer .TextLine,
.PhotoViewerUnit .TextContainer .TextLine {
  overflow: hidden;
  width: 450px;
}
.SlideShowUnit .TextContainer .TextLine p.text,
.PhotoViewerUnit .TextContainer .TextLine p.text {
  width: 450px;
  font-size: 9pt;
  line-height: 1.5em;
  color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .SlideShowUnit .TextContainer,
  .PhotoViewerUnit .TextContainer {
    bottom: 12px;
    left: 12px;
  }
  .SlideShowUnit .TextContainer .TextLine p.text,
  .PhotoViewerUnit .TextContainer .TextLine p.text {
    width: 360px;
    font-size: 10px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .SlideShowUnit .TextContainer,
  .PhotoViewerUnit .TextContainer {
    bottom: 12px;
    left: 12px;
  }
  .SlideShowUnit .TextContainer .TextLine p.text,
  .PhotoViewerUnit .TextContainer .TextLine p.text {
    width: 300px;
    font-size: 10px;
  }
}
.SlideShowUnit .CloseButton,
.PhotoViewerUnit .CloseButton {
  display: block;
  position: absolute;
  z-index: 1;
  top: 16px;
  right: 16px;
  cursor: pointer;
  overflow: hidden;
  width: 32px;
  height: 0 !important;
  height: 32px;
  padding-top: 32px;
  line-height: 32px;
  background-image: url(../images/icon-close.svg);
  background-repeat: no-repeat;
  background-size: 32px 32px;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -moz-transition: all 0.3s cubic-bezier(0.075, 0.820, 0.165, 1.000);
  -o-transition: all 0.3s cubic-bezier(0.075, 0.820, 0.165, 1.000);
  -webkit-transition: all 0.3s cubic-bezier(0.075, 0.820, 0.165, 1.000);
  transition: all 0.3s cubic-bezier(0.075, 0.820, 0.165, 1.000);
}
.SlideShowUnit .CloseButton:hover,
.PhotoViewerUnit .CloseButton:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -moz-transition: all 0.3s cubic-bezier(0.075, 0.820, 0.165, 1.000);
  -o-transition: all 0.3s cubic-bezier(0.075, 0.820, 0.165, 1.000);
  -webkit-transition: all 0.3s cubic-bezier(0.075, 0.820, 0.165, 1.000);
  transition: all 0.3s cubic-bezier(0.075, 0.820, 0.165, 1.000);
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .SlideShowUnit .CloseButton,
  .PhotoViewerUnit .CloseButton {
    top: 10px;
    right: 0px;
    background-size: 24px 24px;
    background-position: right top;
  }
}
.SlideShowUnit .CloseArea,
.PhotoViewerUnit .CloseArea {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Scroll Attention */
.ScrollAttention {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -28px;
  width: 56px;
  height: 50px;
}
.ScrollAttention img.scr-text {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 56px;
}
.ScrollAttention img.scr-text img {
  width: 100%;
}
.ScrollAttention .scr-arrow {
  display: block;
  position: absolute;
  bottom: 15px;
  left: 15px;
  width: 27px;
}

body {
  background-color: #000;
}

.wrapper {
  width: 100%;
  visibility: hidden;
}

.head-container {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 910px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .head-container {
    background-position: left center;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .head-container {
    height: 460px;
  }
}
.head-container .head-image {
  position: relative;
  z-index: 0;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-image: url(../images/photos/ph_main.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .head-container .head-image {
    background-position: left center;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .head-container .head-image {
    background-position: 12.5% center;
  }
}
.head-container .head-contents {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
}
.head-container .head-contents .photo-gallery-outline {
  position: absolute;
  top: 166px;
  left: 84px;
  width: 100%;
  height: 100%;
}
.head-container .head-contents .photo-gallery-outline .gallery-name {
  position: absolute;
  top: 0;
  left: 0;
  width: 190px;
  margin-bottom: 5px;
}
.head-container .head-contents .photo-gallery-outline .gallery-name img {
  display: block;
  width: 100%;
}
.head-container .head-contents .photo-gallery-outline .gallery-title {
  position: absolute;
  top: 42px;
  left: 0px;
  width: 680px;
}
.head-container .head-contents .photo-gallery-outline .gallery-title img {
  display: block;
  width: 100%;
}
.head-container .head-contents .photo-gallery-outline .gallery-subtitle {
  position: absolute;
  top: 138px;
  left: 2px;
  width: 349px;
}
.head-container .head-contents .photo-gallery-outline .gallery-subtitle img {
  display: block;
  width: 100%;
}
.head-container .head-contents .photo-gallery-outline .gallery-photographer {
  position: absolute;
  top: 145px;
  left: 380px;
  width: 133px;
}
.head-container .head-contents .photo-gallery-outline .gallery-photographer img {
  display: block;
  width: 100%;
}
.head-container .head-contents .photo-gallery-outline .section-text {
  width: 94%;
}
@media only screen and (min-width: 768px) and (max-width: 828px) {
  .head-container .head-contents .photo-gallery-outline .gallery-title {
    width: 600px;
  }
  .head-container .head-contents .photo-gallery-outline .gallery-subtitle {
    top: 124px;
  }
  .head-container .head-contents .photo-gallery-outline .gallery-photographer {
    top: 131px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .head-container .head-contents .photo-gallery-outline {
    top: 80px;
    left: 5%;
  }
  .head-container .head-contents .photo-gallery-outline .gallery-name {
    position: relative;
    top: 0;
    left: 0;
    width: 35%;
    margin-bottom: 2.6%;
  }
  .head-container .head-contents .photo-gallery-outline .gallery-title {
    position: relative;
    top: 0;
    left: 0;
    width: 85%;
    margin-bottom: 2%;
  }
  .head-container .head-contents .photo-gallery-outline .gallery-subtitle {
    position: relative;
    top: 0;
    left: 0;
    width: 65%;
    margin-bottom: 30px;
  }
  .head-container .head-contents .photo-gallery-outline .gallery-photographer {
    position: relative;
    top: 0;
    left: 0;
    width: 106px;
    margin-left: 2px;
  }
}
.head-container .head-contents .photo-sign-graphic {
  position: absolute;
  top: 97px;
  right: 40px;
  width: 35.43%;
}
.head-container .head-contents .photo-sign-graphic .sign {
  width: 97.5%;
}
.head-container .head-contents .photo-sign-graphic .sign img {
  display: block;
  width: 100%;
}
.head-container .head-contents .photo-sign-graphic .camera {
  width: 43%;
  margin: -6% 0 0 auto;
}
.head-container .head-contents .photo-sign-graphic .camera img {
  display: block;
  width: 100%;
}

.photos-navi {
  width: 100%;
  overflow-x: hidden;
  background-color: #000;
}
.photos-navi .photo-thumbs {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #7a7a7a;
}
.photos-navi .photo-thumb {
  position: absolute;
  width: 25%;
  border: 1px solid #7a7a7a;
  overflow: hidden;
}
.photos-navi .photo-thumb .img-preload {
  display: block;
  width: 36px;
  height: 36px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -18px 0 0 -18px;
}
.photos-navi .photo-thumb a.thumb-button {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  cursor: pointer;
}
.photos-navi .photo-thumb a.thumb-button .hover-cover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-transform: scale(0.1);
  -ms-transform: scale(0.1);
  -webkit-transform: scale(0.1);
  transform: scale(0.1);
  -moz-transition: all 0.3s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  -o-transition: all 0.3s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  -webkit-transition: all 0.3s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: all 0.3s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}
.photos-navi .photo-thumb a.thumb-button .hover-cover.hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.photos-navi .photo-thumb a.thumb-button .plus-icon {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-image: url(../images/icon-img-plus.svg);
  background-repeat: no-repeat;
  background-size: 49px 49px;
  background-position: center center;
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-transform-origin: 50% 50% 0;
  -webkit-transform-origin: 50% 50% 0;
  transform-origin: 50% 50% 0;
  -moz-transform: perspective(2400px) rotateX(0deg);
  -ms-transform: perspective(2400px) rotateX(0deg);
  -webkit-transform: perspective(2400px) rotateX(0deg);
  transform: perspective(2400px) rotateX(0deg);
  -moz-transition: all 0.3s cubic-bezier(0.165, 0.840, 0.440, 1.000);
  -o-transition: all 0.3s cubic-bezier(0.165, 0.840, 0.440, 1.000);
  -webkit-transition: all 0.3s cubic-bezier(0.165, 0.840, 0.440, 1.000);
  transition: all 0.3s cubic-bezier(0.165, 0.840, 0.440, 1.000);
}
.photos-navi .photo-thumb a.thumb-button .plus-icon.hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
  -moz-transform: perspective(2400px) rotateX(180deg);
  -ms-transform: perspective(2400px) rotateX(180deg);
  -webkit-transform: perspective(2400px) rotateX(180deg);
  transform: perspective(2400px) rotateX(180deg);
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.840, 0.440, 1.000);
  -o-transition: all 0.5s cubic-bezier(0.165, 0.840, 0.440, 1.000);
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.840, 0.440, 1.000);
  transition: all 0.5s cubic-bezier(0.165, 0.840, 0.440, 1.000);
}
.photos-navi .photo-thumb a.thumb-button .img-container {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  transform-style: preserve-3d;
  -moz-transform-origin: 50% 50% 0;
  -webkit-transform-origin: 50% 50% 0;
  transform-origin: 50% 50% 0;
  -moz-transform: perspective(2400px) rotateX(180deg) rotateY(-180deg);
  -ms-transform: perspective(2400px) rotateX(180deg) rotateY(-180deg);
  -webkit-transform: perspective(2400px) rotateX(180deg) rotateY(-180deg);
  transform: perspective(2400px) rotateX(180deg) rotateY(-180deg);
  -moz-transition: all 1s cubic-bezier(0.165, 0.840, 0.440, 1.000);
  -o-transition: all 1s cubic-bezier(0.165, 0.840, 0.440, 1.000);
  -webkit-transition: all 1s cubic-bezier(0.165, 0.840, 0.440, 1.000);
  transition: all 1s cubic-bezier(0.165, 0.840, 0.440, 1.000);
}
.photos-navi .photo-thumb a.thumb-button .img-container.show {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-transform: perspective(2400px) rotateX(0deg) rotateY(0deg);
  -ms-transform: perspective(2400px) rotateX(0deg) rotateY(0deg);
  -webkit-transform: perspective(2400px) rotateX(0deg) rotateY(0deg);
  transform: perspective(2400px) rotateX(0deg) rotateY(0deg);
}
.photos-navi .photo-thumb a.thumb-button .img-container img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.photos-navi .photo-thumb a.thumb-button .img-container img.hover {
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
  -moz-transition: all 5s ease-out;
  -o-transition: all 5s ease-out;
  -webkit-transition: all 5s ease-out;
  transition: all 5s ease-out;
}

.pdfdl {
  width: 100%;
  border-bottom: 1px solid #7a7a7a;
}
.pdfdl .pdfdl-box {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000;
}
.pdfdl .sec-pdfdl {
  width: 920px;
  margin: 0 auto 0 auto;
}
.pdfdl .sec-pdfdl .sec-pdfdl-left {
  width: 540px;
  padding-top: 20px;
  float: left;
}
.pdfdl .sec-pdfdl .sec-pdfdl-left h3 {
  width: 526px;
}
.pdfdl .sec-pdfdl .sec-pdfdl-left h3 img {
  width: 100%;
}
.pdfdl .sec-pdfdl .sec-pdfdl-left .pdfdl-descr {
  width: 100%;
  color: #bfbfbf;
  margin-top: 13px;
}
.pdfdl .sec-pdfdl .sec-pdfdl-right {
  width: 330px;
  margin-left: 590px;
}
.pdfdl .sec-pdfdl .sec-pdfdl-right img {
  display: block;
  width: 100%;
}
.pdfdl .BoxButtonUnit {
  margin: 24px auto 0 auto;
}
.pdfdl .BoxButtonUnit span.sideA {
  background-image: url(../images/icon-download-red.svg);
  background-size: 24px 24px;
}
.pdfdl .BoxButtonUnit span.sideB {
  background-image: url(../images/icon-download-wh.svg);
  background-size: 24px 24px;
}
@media only screen and (min-width: 768px) and (max-width: 960px) {
  .pdfdl .sec-pdfdl {
    width: 710px;
  }
  .pdfdl .sec-pdfdl .sec-pdfdl-left {
    width: 400px;
    padding-top: 0;
  }
  .pdfdl .sec-pdfdl .sec-pdfdl-left h3 {
    width: 100%;
  }
  .pdfdl .sec-pdfdl .sec-pdfdl-right {
    width: 280px;
    margin-left: 430px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .pdfdl .pdfdl-box {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .pdfdl .sec-pdfdl {
    width: 95%;
  }
  .pdfdl .sec-pdfdl .sec-pdfdl-left {
    float: none;
    width: 100%;
    margin: 0 auto 0 auto;
    padding-top: 0;
  }
  .pdfdl .sec-pdfdl .sec-pdfdl-left h3 {
    width: 100%;
  }
  .pdfdl .sec-pdfdl .sec-pdfdl-left .pdfdl-descr {
    width: 90%;
    margin: 10px auto 0 auto;
  }
  .pdfdl .sec-pdfdl .sec-pdfdl-right {
    width: 85%;
    margin: 30px auto 0 auto;
  }
  .pdfdl .sec-pdfdl .BoxButtonUnit {
    margin: 24px auto 0 auto;
    width: 280px;
  }
  .pdfdl .sec-pdfdl .BoxButtonUnit span.sideA {
    background-image: url(../images/icon-download-red.svg);
    background-size: 24px 24px;
  }
  .pdfdl .sec-pdfdl .BoxButtonUnit span.sideB {
    background-image: url(../images/icon-download-wh.svg);
    background-size: 24px 24px;
  }
}
