@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: #e5e5e5; }

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

.subpage {
  position: relative;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  color: #636367; }
  .subpage .contents {
    position: relative;
    width: 100%; }
  .subpage .page-nav-container {
    position: relative;
    width: 100%;
    height: 68px; }
    @media only screen and (min-width: 300px) and (max-width: 1139px) {
      .subpage .page-nav-container {
        display: none; } }
  @media only screen and (min-width: 300px) and (max-width: 1139px) {
    .subpage {
      padding-bottom: 42px; } }

.head-container {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 700px;
  background-color: #2c2c2c; }
  .head-container .head-image {
    position: fixed;
    z-index: 0;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 700px;
    background-image: url(../images/sub-main.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    transform-style: preserve-3d;
    transform-origin: 50% 0 0;
    transform: perspective(2400px) translateZ(0px) rotateX(0deg); }
  .head-container .head-contents {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 700px;
    overflow: hidden; }
    .head-container .head-contents .sub-header-title {
      display: block;
      position: absolute;
      z-index: 1;
      top: 22px;
      left: 25px;
      width: 239px; }
      .head-container .head-contents .sub-header-title a {
        display: block;
        width: 100%; }
        .head-container .head-contents .sub-header-title a img {
          display: block;
          width: 100%; }
    .head-container .head-contents .header-typo {
      position: absolute;
      z-index: 0;
      left: 16px;
      bottom: -16px;
      width: 720px;
      opacity: 0.5;
      filter: alpha(opacity=50); }
      .head-container .head-contents .header-typo img {
        width: 100%; }
  @media only screen and (min-width: 768px) and (max-width: 1139px) {
    .head-container {
      height: 500px; }
      .head-container .head-image {
        height: 500px; }
      .head-container .head-contents {
        height: 500px; } }
  @media only screen and (min-width: 320px) and (max-width: 767px) {
    .head-container {
      height: 280px; }
      .head-container .head-image {
        position: absolute;
        top: 0;
        left: 0;
        height: 280px; }
      .head-container .head-contents {
        height: 280px; } }
    @media only screen and (min-width: 320px) and (max-width: 767px) and (min-width: 320px) and (max-width: 767px) {
      .head-container .head-contents .sub-header-title {
        top: 13px;
        left: 8px;
        width: 180px; } }

.sub-header-outline {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%; }
  .sub-header-outline .sub-header-pagetitle {
    position: absolute; }
    .sub-header-outline .sub-header-pagetitle img {
      width: 100%; }
  .sub-header-outline .sub-header-subtitle {
    position: absolute; }
    .sub-header-outline .sub-header-subtitle img {
      width: 100%; }
  .sub-header-outline .section-title {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 132px;
    height: 0 !important;
    height: 61px;
    padding-top: 61px;
    line-height: 61px;
    background-image: url(../images/sub-main-title.png);
    background-repeat: no-repeat;
    background-size: 132px 61px;
    -moz-transform-origin: 50% 50% 0;
    -webkit-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
    -moz-transform: perspective(2000px) translateX(100px) translateY(-50px) translateZ(1200px) rotateX(200deg) rotateY(-52deg) rotateZ(43deg);
    -ms-transform: perspective(2000px) translateX(100px) translateY(-50px) translateZ(1200px) rotateX(200deg) rotateY(-52deg) rotateZ(43deg);
    -webkit-transform: perspective(2000px) translateX(100px) translateY(-50px) translateZ(1200px) rotateX(200deg) rotateY(-52deg) rotateZ(43deg);
    transform: perspective(2000px) translateX(100px) translateY(-50px) translateZ(1200px) rotateX(200deg) rotateY(-52deg) rotateZ(43deg);
    -moz-transition: all 2s cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -o-transition: all 2s cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -webkit-transition: all 2s cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: all 2s cubic-bezier(0.190, 1.000, 0.220, 1.000);
    display: none; }
  .sub-header-outline .section-name1 {
    position: absolute;
    top: 8px;
    left: 157px;
    overflow: hidden;
    width: 67px;
    height: 0 !important;
    height: 17px;
    padding-top: 17px;
    line-height: 17px;
    background-image: url(../images/sub-main-text1.png);
    background-repeat: no-repeat;
    background-size: 67px 17px;
    transform-style: preserve-3d;
    -moz-transform-origin: 50% 50% 0;
    -webkit-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
    -moz-transform: perspective(2000px) translateX(-70px) translateY(-60px) translateZ(1200px) rotateX(-40deg) rotateY(-35deg) rotateZ(-100deg);
    -ms-transform: perspective(2000px) translateX(-70px) translateY(-60px) translateZ(1200px) rotateX(-40deg) rotateY(-35deg) rotateZ(-100deg);
    -webkit-transform: perspective(2000px) translateX(-70px) translateY(-60px) translateZ(1200px) rotateX(-40deg) rotateY(-35deg) rotateZ(-100deg);
    transform: perspective(2000px) translateX(-70px) translateY(-60px) translateZ(1200px) rotateX(-40deg) rotateY(-35deg) rotateZ(-100deg);
    -moz-transition: all 2s cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -o-transition: all 2s cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -webkit-transition: all 2s cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: all 2s cubic-bezier(0.190, 1.000, 0.220, 1.000);
    display: none; }
  .sub-header-outline .section-name2 {
    position: absolute;
    top: 38px;
    left: 157px;
    overflow: hidden;
    width: 249px;
    height: 0 !important;
    height: 17px;
    padding-top: 17px;
    line-height: 17px;
    background-image: url(../images/sub-main-text2.png);
    background-repeat: no-repeat;
    background-size: 249px 17px;
    transform-style: preserve-3d;
    -moz-transform-origin: 50% 50% 0;
    -webkit-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
    -moz-transform: perspective(2000px) translateX(40px) translateY(60px) translateZ(970px) rotateX(30deg) rotateY(-60deg) rotateZ(-50deg);
    -ms-transform: perspective(2000px) translateX(40px) translateY(60px) translateZ(970px) rotateX(30deg) rotateY(-60deg) rotateZ(-50deg);
    -webkit-transform: perspective(2000px) translateX(40px) translateY(60px) translateZ(970px) rotateX(30deg) rotateY(-60deg) rotateZ(-50deg);
    transform: perspective(2000px) translateX(40px) translateY(60px) translateZ(970px) rotateX(30deg) rotateY(-60deg) rotateZ(-50deg);
    -moz-transition: all 2s cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -o-transition: all 2s cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -webkit-transition: all 2s cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: all 2s cubic-bezier(0.190, 1.000, 0.220, 1.000);
    display: none; }
  .sub-header-outline .section-texts {
    position: absolute;
    top: 84px;
    left: 4px;
    line-height: 1.95em;
    display: none; }
    .sub-header-outline .section-texts span {
      display: inline-block;
      position: relative; }

.sp-pagenav-container {
  position: fixed;
  bottom: 0;
  z-index: 3;
  width: 100%;
  height: 42px; }
  .sp-pagenav-container .menu-bar {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 42px;
    background-color: #fff;
    border-top: 1px solid #cecece; }
  .sp-pagenav-container .page-nav-button {
    display: block;
    padding-left: 15px;
    width: 150px;
    height: 42px;
    color: #54a1f0;
    font-size: 9pt;
    text-align: left;
    font-weight: 600;
    line-height: 40px;
    background: none; }
    .sp-pagenav-container .page-nav-button i.close-icon {
      display: inline-block;
      width: 0px;
      height: 12px;
      background-image: url(../images/icon-close-bk.svg);
      background-repeat: no-repeat;
      background-size: 12px 12px;
      background-position: left center; }
    .sp-pagenav-container .page-nav-button.open i.close-icon {
      padding-left: 20px;
      -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); }
  .sp-pagenav-container .sp-page-nav {
    position: absolute;
    padding-top: 8px;
    padding-bottom: 8px;
    bottom: 42px;
    left: 0;
    width: 100%;
    background-color: #fff;
    border-top: 1px solid #cecece; }
    .sp-pagenav-container .sp-page-nav ul {
      position: relative;
      width: 100%; }
      .sp-pagenav-container .sp-page-nav ul li {
        display: block;
        height: 32px;
        margin: 0; }
        .sp-pagenav-container .sp-page-nav ul li a {
          display: inline-block;
          height: 32px;
          line-height: 32px;
          padding-right: 18px;
          padding-left: 15px;
          background-image: url(../images/sub/af-double-arrow.svg);
          background-size: 13px 13px;
          background-repeat: no-repeat;
          background-position: right center; }
          .sp-pagenav-container .sp-page-nav ul li a .label {
            color: #000;
            font-size: 9pt;
            line-height: 32px;
            font-weight: 600;
            letter-spacing: 0; }
          .sp-pagenav-container .sp-page-nav ul li a .bg {
            display: none; }
  @media only screen and (min-width: 1140px) and (max-width: 10000px) {
    .sp-pagenav-container {
      display: none; } }

.page-nav {
  position: relative;
  z-index: 2;
  overflow: hidden;
  width: 100%;
  height: 68px;
  border-top: 1px solid #cecece;
  border-bottom: 1px solid #cecece;
  background-color: #fff;
  transform-style: preserve-3d;
  -moz-transform-origin: 50% 0 0;
  -webkit-transform-origin: 50% 0 0;
  transform-origin: 50% 0 0;
  -moz-transform: perspective(2400px) translateZ(-900px) rotateX(90deg);
  -ms-transform: perspective(2400px) translateZ(-900px) rotateX(90deg);
  -webkit-transform: perspective(2400px) translateZ(-900px) rotateX(90deg);
  transform: perspective(2400px) translateZ(-900px) rotateX(90deg);
  display: none; }
  @media only screen and (min-width: 300px) and (max-width: 1139px) {
    .page-nav {
      height: 0px;
      border-top: none; } }
  .page-nav.show {
    -moz-transform: perspective(2400px) translateZ(0px) rotateX(0deg);
    -ms-transform: perspective(2400px) translateZ(0px) rotateX(0deg);
    -webkit-transform: perspective(2400px) translateZ(0px) rotateX(0deg);
    transform: perspective(2400px) translateZ(0px) rotateX(0deg); }
  .page-nav.fixed {
    position: fixed;
    top: 0;
    left: 0;
    border-top-width: 0px; }
  .page-nav h3 {
    position: absolute;
    top: 23px;
    left: 50%;
    width: 136px;
    height: 24px;
    margin-left: -540px; }
    @media only screen and (min-width: 768px) and (max-width: 1139px) {
      .page-nav h3 {
        left: 20px;
        margin-left: 0; } }
  .page-nav ul {
    position: relative;
    width: 900px;
    height: 68px;
    top: 0;
    left: 50%;
    margin-left: -450px;
    line-height: 69px;
    text-align: center;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto; }
    .page-nav ul li {
      display: inline-block;
      margin: 0; }
      .page-nav ul li a {
        display: block;
        position: relative;
        height: 68px;
        padding-right: 16px;
        background-image: url(../images/sub/af-double-arrow.svg);
        background-size: 16px 16px;
        background-repeat: no-repeat;
        background-position: right 12px center; }
        .page-nav ul li a .label {
          display: block;
          position: relative;
          z-index: 1;
          height: 100%;
          padding: 0 18px 0 14px;
          color: #000; }
        .page-nav ul li a .bg {
          display: block;
          position: absolute;
          z-index: 0;
          top: 15%;
          left: 0;
          width: 100%;
          height: 70%;
          background-color: #888;
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px;
          -ms-border-radius: 4px;
          border-radius: 4px;
          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) translateZ(0px) rotateX(-90deg);
          -ms-transform: perspective(500px) translateZ(0px) rotateX(-90deg);
          -webkit-transform: perspective(500px) translateZ(0px) rotateX(-90deg);
          transform: perspective(500px) translateZ(0px) rotateX(-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); }
          .page-nav ul li a .bg:not(:target) {
            display: none\9; }
        .page-nav ul li a:hover .bg {
          opacity: 0.17;
          filter: alpha(opacity=17);
          -moz-transform: perspective(500px) translateZ(0px) rotateX(0deg);
          -ms-transform: perspective(500px) translateZ(0px) rotateX(0deg);
          -webkit-transform: perspective(500px) translateZ(0px) rotateX(0deg);
          transform: perspective(500px) translateZ(0px) rotateX(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); }
          .page-nav ul li a:hover .bg:not(:target) {
            display: block\9; }
  .page-nav .page-nav-bg {
    width: 100%;
    height: 100%;
    background-color: #fff; }

/* ポイント欄 */
.point {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #cecece; }
  .point .point-sec {
    position: relative;
    width: 100%;
    padding-top: 58px;
    padding-bottom: 98px;
    background-color: #eee; }
    @media only screen and (min-width: 768px) and (max-width: 1139px) {
      .point .point-sec {
        padding-top: 40px;
        padding-bottom: 70px; } }
    @media only screen and (min-width: 320px) and (max-width: 767px) {
      .point .point-sec {
        padding-top: 20px;
        padding-bottom: 40px; } }
    .point .point-sec .point-image {
      width: 896px;
      height: 596px;
      -webkit-border-radius: 8px;
      -moz-border-radius: 8px;
      -ms-border-radius: 8px;
      border-radius: 8px;
      overflow: hidden;
      margin: 0 auto 0 auto;
      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) translateZ(-700px) rotateX(90deg);
      -ms-transform: perspective(2400px) translateZ(-700px) rotateX(90deg);
      -webkit-transform: perspective(2400px) translateZ(-700px) rotateX(90deg);
      transform: perspective(2400px) translateZ(-700px) rotateX(90deg); }
      .point .point-sec .point-image img {
        width: 100%; }
      .point .point-sec .point-image.show {
        opacity: 1;
        filter: alpha(opacity=100);
        -moz-transform: perspective(2400px) translateZ(0px) rotateX(0deg);
        -ms-transform: perspective(2400px) translateZ(0px) rotateX(0deg);
        -webkit-transform: perspective(2400px) translateZ(0px) rotateX(0deg);
        transform: perspective(2400px) translateZ(0px) rotateX(0deg);
        -moz-transition: -moz-transform 2s cubic-bezier(0.075, 0.820, 0.165, 1.000);
        -o-transition: -o-transform 2s cubic-bezier(0.075, 0.820, 0.165, 1.000);
        -webkit-transition: -webkit-transform 2s cubic-bezier(0.075, 0.820, 0.165, 1.000);
        transition: "transform" 2s cubic-bezier(0.075, 0.820, 0.165, 1.000);
        -moz-transition: "opacity" cubic-bezier(0.250, 0.250, 0.750, 0.750);
        -o-transition: "opacity" cubic-bezier(0.250, 0.250, 0.750, 0.750);
        -webkit-transition: "opacity" cubic-bezier(0.250, 0.250, 0.750, 0.750);
        transition: "opacity" cubic-bezier(0.250, 0.250, 0.750, 0.750); }
      @media only screen and (min-width: 300px) and (max-width: 1139px) {
        .point .point-sec .point-image {
          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; } }
      @media only screen and (min-width: 768px) and (max-width: 1139px) {
        .point .point-sec .point-image {
          width: 700px;
          height: 466px; } }
      @media only screen and (min-width: 320px) and (max-width: 767px) {
        .point .point-sec .point-image {
          width: 90%;
          height: auto;
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px;
          -ms-border-radius: 4px;
          border-radius: 4px; }
          .point .point-sec .point-image img {
            display: block; } }
    .point .point-sec .point-video {
      width: 896px;
      height: 504px;
      margin: 0 auto 0 auto;
      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) translateZ(-700px) rotateX(90deg);
      -ms-transform: perspective(2400px) translateZ(-700px) rotateX(90deg);
      -webkit-transform: perspective(2400px) translateZ(-700px) rotateX(90deg);
      transform: perspective(2400px) translateZ(-700px) rotateX(90deg); }
      .point .point-sec .point-video.show {
        opacity: 1;
        filter: alpha(opacity=100);
        -moz-transform: perspective(2400px) translateZ(0px) rotateX(0deg);
        -ms-transform: perspective(2400px) translateZ(0px) rotateX(0deg);
        -webkit-transform: perspective(2400px) translateZ(0px) rotateX(0deg);
        transform: perspective(2400px) translateZ(0px) rotateX(0deg);
        -moz-transition: -moz-transform 2s cubic-bezier(0.075, 0.820, 0.165, 1.000);
        -o-transition: -o-transform 2s cubic-bezier(0.075, 0.820, 0.165, 1.000);
        -webkit-transition: -webkit-transform 2s cubic-bezier(0.075, 0.820, 0.165, 1.000);
        transition: "transform" 2s cubic-bezier(0.075, 0.820, 0.165, 1.000);
        -moz-transition: "opacity" cubic-bezier(0.250, 0.250, 0.750, 0.750);
        -o-transition: "opacity" cubic-bezier(0.250, 0.250, 0.750, 0.750);
        -webkit-transition: "opacity" cubic-bezier(0.250, 0.250, 0.750, 0.750);
        transition: "opacity" cubic-bezier(0.250, 0.250, 0.750, 0.750); }
      @media only screen and (min-width: 300px) and (max-width: 1139px) {
        .point .point-sec .point-video {
          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; } }
      @media only screen and (min-width: 768px) and (max-width: 1139px) {
        .point .point-sec .point-video {
          width: 700px;
          height: 393px; }
          .point .point-sec .point-video iframe {
            width: 700px;
            height: 393px; } }
      @media only screen and (min-width: 320px) and (max-width: 767px) {
        .point .point-sec .point-video {
          width: 90%;
          height: auto; }
          .point .point-sec .point-video iframe {
            width: 100%;
            height: auto; } }
  .point .point-contents {
    position: relative;
    width: 900px;
    min-height: 194px;
    margin: 28px auto 0 auto;
    padding-top: 20px; }
    .point .point-contents .point-vis {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 0;
      width: 214px; }
      .point .point-contents .point-vis img {
        width: 100%; }
    .point .point-contents .point-copy {
      position: relative;
      margin-left: 242px; }
      .point .point-contents .point-copy img {
        width: 100%; }
    .point .point-contents .point-text {
      margin-top: 16px;
      margin-left: 242px; }
    .point .point-contents .point-comment {
      margin-top: 6px;
      margin-left: 242px;
      font-size: 0.85em; }
    @media only screen and (min-width: 768px) and (max-width: 1139px) {
      .point .point-contents {
        width: 700px; }
        .point .point-contents .point-vis {
          width: 172px; }
        .point .point-contents .point-copy {
          margin-left: 200px; }
        .point .point-contents .point-text {
          margin-left: 200px; }
        .point .point-contents .point-comment {
          margin-left: 200px; } }
    @media only screen and (min-width: 320px) and (max-width: 767px) {
      .point .point-contents {
        width: 90%;
        margin-top: 0;
        padding-top: 20px; }
        .point .point-contents .point-vis {
          top: -94px;
          left: auto;
          right: -2px;
          width: 104px; }
        .point .point-contents .point-copy {
          margin-left: 0; }
        .point .point-contents .point-text {
          margin-top: 6px;
          margin-left: 0; }
        .point .point-contents .point-comment {
          margin-left: 0;
          line-height: 1.35em; } }

/* コンテンツエリア */
.content {
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 100%;
  border-bottom: 1px solid #cecece; }
  .content .sec-box {
    position: relative;
    width: 100%;
    min-height: 500px;
    padding-top: 78px;
    padding-bottom: 90px;
    background-color: #fff;
    transform-style: flat;
    -moz-transform-origin: 50% 0 0;
    -webkit-transform-origin: 50% 0 0;
    transform-origin: 50% 0 0; }
    @media only screen and (min-width: 768px) and (max-width: 1134px) {
      .content .sec-box {
        padding-top: 40px;
        padding-bottom: 65px; } }
    @media only screen and (min-width: 320px) and (max-width: 767px) {
      .content .sec-box {
        padding-top: 30px;
        padding-bottom: 30px; } }
    .content .sec-box .trans-bg {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 0;
      width: 100%;
      height: 100%;
      background-color: #fff; }
    .content .sec-box.showComplete {
      -moz-transform: none;
      -ms-transform: none;
      -webkit-transform: none;
      transform: none; }

.sec-box {
  /* セクションタイトル */
  /* セクションテキスト */
  /* セクションのメインイメージ */
  /* 図解フレーム */
  /* 製品写真 */
  /* ブロック内に太線を入れる */
  /* セクションを囲むブロック */ }
  .sec-box.sec1 {
    background-color: #f6f6f6; }
  .sec-box.sec3 {
    background-color: #f6f6f6; }
  .sec-box.sec5 {
    background-color: #f6f6f6; }
  .sec-box.sec7 {
    background-color: #f6f6f6; }
  .sec-box.sec9 {
    background-color: #f6f6f6; }
  .sec-box .sec-title {
    margin-bottom: 30px; }
    .sec-box .sec-title img {
      width: 100%; }
    @media only screen and (min-width: 320px) and (max-width: 767px) {
      .sec-box .sec-title {
        margin-bottom: 10px; } }
  .sec-box .sec-texts {
    margin-bottom: 32px; }
    .sec-box .sec-texts .subtitle {
      font-size: 13pt;
      line-height: 1.55em;
      color: #444;
      font-weight: 600;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      margin-bottom: 0.5em; }
      .sec-box .sec-texts .subtitle span {
        display: inline-block; }
    .sec-box .sec-texts .comment {
      font-size: 9pt;
      line-height: 1.35em;
      margin-top: 5px; }
    @media only screen and (min-width: 320px) and (max-width: 767px) {
      .sec-box .sec-texts .subtitle {
        font-size: 12pt; }
      .sec-box .sec-texts .texts {
        font-size: 10.5pt; } }
  .sec-box .sec-image {
    width: auto; }
    .sec-box .sec-image img {
      width: 100%; }
    .sec-box .sec-image.portrait {
      width: 76%; }
    .sec-box .sec-image.PhotoButtonUnit a.PhotoThumb {
      width: 100%;
      height: auto;
      border: none; }
      .sec-box .sec-image.PhotoButtonUnit a.PhotoThumb .ZoomIcon {
        bottom: 13px; }
      .sec-box .sec-image.PhotoButtonUnit a.PhotoThumb:hover {
        opacity: 0.7;
        filter: alpha(opacity=70); }
  .sec-box .sec-schema {
    background-color: #ccc;
    padding: 30px 30px 30px 30px; }
    @media only screen and (min-width: 320px) and (max-width: 767px) {
      .sec-box .sec-schema {
        padding: 15px 15px 15px 15px; } }
  .sec-box .sec-product-image {
    margin-top: 50px;
    margin-bottom: 40px; }
    .sec-box .sec-product-image img {
      display: block;
      width: 200px;
      margin: 0 auto 0 auto; }
    @media only screen and (min-width: 320px) and (max-width: 767px) {
      .sec-box .sec-product-image {
        margin-top: 20px;
        margin-bottom: 20px; }
        .sec-box .sec-product-image img {
          width: 100%; } }
  .sec-box .sec-block-line {
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 0;
    width: 100%;
    height: 200px;
    background-color: #ddd; }
  .sec-box .sec-block {
    position: relative;
    width: 100%; }
  .sec-box .sec-block-left {
    width: 50%;
    float: left; }
    .sec-box .sec-block-left .sec-title {
      margin-right: auto;
      margin-left: 12%; }
    .sec-box .sec-block-left .sec-texts {
      margin-right: 25px;
      margin-left: 12%; }
    .sec-box .sec-block-left .sec-image {
      margin-right: 25px; }
      .sec-box .sec-block-left .sec-image.PhotoButtonUnit {
        margin-right: 25px; }
        .sec-box .sec-block-left .sec-image.PhotoButtonUnit a.PhotoThumb .ZoomIcon {
          right: 7px; }
    .sec-box .sec-block-left .sec-schema {
      margin-right: 25px;
      padding-left: auto; }
    .sec-box .sec-block-left .sec-product-image {
      margin-right: 25px;
      margin-left: 12%; }
    .sec-box .sec-block-left .VideoButtonUnit {
      margin-left: auto;
      margin-right: 0; }
    .sec-box .sec-block-left .PhotoButtonUnit {
      margin-left: auto; }
    .sec-box .sec-block-left .link-button-container {
      margin-left: 12%;
      margin-right: 25px; }
    @media only screen and (min-width: 320px) and (max-width: 767px) {
      .sec-box .sec-block-left {
        width: 90%;
        float: none;
        margin: 0 auto 0 auto; }
        .sec-box .sec-block-left .sec-title {
          margin-right: 0;
          margin-left: 0; }
        .sec-box .sec-block-left .sec-texts {
          margin-right: 0;
          margin-left: 0; }
        .sec-box .sec-block-left .sec-image {
          margin-right: 0; }
          .sec-box .sec-block-left .sec-image.PhotoButtonUnit {
            margin-right: 0; }
        .sec-box .sec-block-left .sec-schema {
          margin-right: 0; }
        .sec-box .sec-block-left .sec-product-image {
          margin-right: auto;
          margin-left: auto; }
        .sec-box .sec-block-left .VideoButtonUnit {
          margin-right: auto; }
        .sec-box .sec-block-left .PhotoButtonUnit {
          margin-left: auto;
          margin-right: auto; }
        .sec-box .sec-block-left .link-button-container {
          margin-left: auto;
          margin-right: auto; } }
    @media only screen and (min-width: 768px) and (max-width: 1139px) {
      .sec-box .sec-block-left {
        width: 700px;
        float: none;
        margin: 0 auto 0 auto; }
        .sec-box .sec-block-left .sec-title {
          margin-right: 0;
          margin-left: 0; }
        .sec-box .sec-block-left .sec-texts {
          margin-right: 0;
          margin-left: 0; }
        .sec-box .sec-block-left .sec-image {
          margin-right: 0; }
          .sec-box .sec-block-left .sec-image.PhotoButtonUnit {
            margin-right: 0; }
        .sec-box .sec-block-left .sec-schema {
          margin-right: 0; }
        .sec-box .sec-block-left .sec-product-image {
          margin-right: auto;
          margin-left: auto; }
        .sec-box .sec-block-left .VideoButtonUnit {
          margin-right: auto; }
        .sec-box .sec-block-left .PhotoButtonUnit {
          margin-left: auto;
          margin-right: auto; }
        .sec-box .sec-block-left .link-button-container {
          margin-left: auto;
          margin-right: auto; } }
  .sec-box .sec-block-right {
    width: 50%;
    margin-left: 50%; }
    .sec-box .sec-block-right .sec-title {
      margin-left: 25px;
      margin-right: auto; }
    .sec-box .sec-block-right .sec-texts {
      margin-left: 25px;
      margin-right: 12%; }
    .sec-box .sec-block-right .sec-image {
      margin-left: 25px; }
      .sec-box .sec-block-right .sec-image.portrait {
        margin-left: 12%; }
        .sec-box .sec-block-right .sec-image.portrait.PhotoButtonUnit {
          margin-left: 12%; }
      .sec-box .sec-block-right .sec-image.PhotoButtonUnit {
        margin-left: 25px; }
        .sec-box .sec-block-right .sec-image.PhotoButtonUnit a.PhotoThumb .ZoomIcon {
          left: 7px;
          right: auto; }
    .sec-box .sec-block-right .sec-schema {
      margin-left: 25px;
      padding-right: auto; }
    .sec-box .sec-block-right .sec-product-image {
      margin-left: 25px;
      margin-right: 12%; }
    .sec-box .sec-block-right .VideoButtonUnit {
      margin-left: 0;
      margin-right: auto; }
    .sec-box .sec-block-right .PhotoButtonUnit {
      margin-left: 0;
      margin-right: auto; }
    .sec-box .sec-block-right .link-button-container {
      margin-right: 12%;
      margin-left: 25px; }
    @media only screen and (min-width: 320px) and (max-width: 767px) {
      .sec-box .sec-block-right {
        width: 90%;
        float: none;
        margin: 0 auto 0 auto; }
        .sec-box .sec-block-right .sec-title {
          margin-right: 0;
          margin-left: 0; }
        .sec-box .sec-block-right .sec-texts {
          margin-right: 0;
          margin-left: 0; }
        .sec-box .sec-block-right .sec-image {
          margin-left: 0; }
          .sec-box .sec-block-right .sec-image.portrait {
            width: 260px;
            margin: 0 auto 0 auto; }
            .sec-box .sec-block-right .sec-image.portrait.PhotoButtonUnit {
              margin-left: auto; }
          .sec-box .sec-block-right .sec-image.PhotoButtonUnit {
            margin-left: 0; }
        .sec-box .sec-block-right .sec-schema {
          margin-left: 0;
          padding-right: 15px; }
        .sec-box .sec-block-right .sec-product-image {
          margin-right: auto;
          margin-left: auto; }
        .sec-box .sec-block-right .VideoButtonUnit {
          margin-left: auto; }
        .sec-box .sec-block-right .PhotoButtonUnit {
          margin-left: auto;
          margin-right: auto; }
        .sec-box .sec-block-right .link-button-container {
          margin-left: auto;
          margin-right: auto; } }
    @media only screen and (min-width: 768px) and (max-width: 1139px) {
      .sec-box .sec-block-right {
        width: 700px;
        margin: 0 auto 0 auto; }
        .sec-box .sec-block-right .sec-title {
          margin-right: 0;
          margin-left: 0; }
        .sec-box .sec-block-right .sec-texts {
          margin-right: 0;
          margin-left: 0; }
        .sec-box .sec-block-right .sec-image {
          margin-left: 0; }
          .sec-box .sec-block-right .sec-image.portrait {
            width: 420px;
            margin: 0 auto 0 auto; }
            .sec-box .sec-block-right .sec-image.portrait.PhotoButtonUnit {
              margin-left: auto; }
          .sec-box .sec-block-right .sec-image.PhotoButtonUnit {
            margin-left: 0; }
        .sec-box .sec-block-right .sec-schema {
          margin-left: 0;
          padding-right: 30px; }
        .sec-box .sec-block-right .sec-product-image {
          margin-right: auto;
          margin-left: auto; }
        .sec-box .sec-block-right .VideoButtonUnit {
          margin-left: auto; }
        .sec-box .sec-block-right .PhotoButtonUnit {
          margin-left: auto;
          margin-right: auto; }
        .sec-box .sec-block-right .link-button-container {
          margin-left: auto;
          margin-right: auto; } }
  .sec-box .title-block {
    margin: 0 6% 0 6%; }
  .sec-box .sec-block-bottom {
    margin-top: 45px;
    width: 100%; }
    @media only screen and (min-width: 320px) and (max-width: 767px) {
      .sec-box .sec-block-bottom {
        margin-top: 20px; } }
  .sec-box .sec-block-photo2 {
    margin-top: 60px; }
    .sec-box .sec-block-photo2 .sec-schema {
      display: inline-block; }
    .sec-box .sec-block-photo2 .PhotoButtonUnit {
      margin-right: 35px;
      float: left; }
    .sec-box .sec-block-photo2 .picture {
      margin-right: 35px;
      float: left;
      text-align: left; }
      .sec-box .sec-block-photo2 .picture.picture2 {
        margin-right: 0; }
    .sec-box .sec-block-photo2.left-block .sec-schema {
      padding-left: 6%; }
    .sec-box .sec-block-photo2.right-block {
      text-align: right; }
      .sec-box .sec-block-photo2.right-block .sec-schema {
        padding-right: 6%; }
    @media only screen and (min-width: 768px) and (max-width: 1139px) {
      .sec-box .sec-block-photo2 {
        margin-top: 30px; }
        .sec-box .sec-block-photo2 .picture {
          margin-right: 25px; }
        .sec-box .sec-block-photo2.left-block .sec-schema {
          padding-left: 30px; }
        .sec-box .sec-block-photo2.right-block {
          text-align: center; }
          .sec-box .sec-block-photo2.right-block .sec-schema {
            padding-right: 30px; } }
    @media only screen and (min-width: 320px) and (max-width: 767px) {
      .sec-box .sec-block-photo2 {
        margin-top: 10px; }
        .sec-box .sec-block-photo2 .picture {
          margin: 0 auto 0 auto; }
          .sec-box .sec-block-photo2 .picture.picture2 {
            margin-top: 16px; } }
  .sec-box .sec-block-photo3 {
    margin-top: 70px; }
    .sec-box .sec-block-photo3 .sec-schema {
      display: inline-block; }
      .sec-box .sec-block-photo3 .sec-schema .schema-comment {
        display: block;
        clear: both;
        font-size: 0.85em;
        line-height: 1.35em;
        text-align: left;
        padding-top: 5px; }
        @media only screen and (min-width: 320px) and (max-width: 767px) {
          .sec-box .sec-block-photo3 .sec-schema .schema-comment {
            padding-top: 0; } }
    .sec-box .sec-block-photo3 .PhotoButtonUnit {
      margin-right: 2%;
      width: 30%;
      text-align: left;
      float: left; }
      .sec-box .sec-block-photo3 .PhotoButtonUnit a.PhotoThumb {
        width: 100%;
        height: auto; }
      .sec-box .sec-block-photo3 .PhotoButtonUnit .photo-caption {
        width: 100%; }
      .sec-box .sec-block-photo3 .PhotoButtonUnit.photo3 {
        margin-right: 0; }
    .sec-box .sec-block-photo3.right-block {
      text-align: right; }
    @media only screen and (min-width: 768px) and (max-width: 1139px) {
      .sec-box .sec-block-photo3 {
        margin-top: 30px; }
        .sec-box .sec-block-photo3 .PhotoButtonUnit {
          width: 32%; }
        .sec-box .sec-block-photo3.right-block .sec-schema {
          padding-right: 30px; } }
    @media only screen and (min-width: 320px) and (max-width: 767px) {
      .sec-box .sec-block-photo3 {
        margin-top: 0; }
        .sec-box .sec-block-photo3 .sec-schema {
          display: block;
          width: 90%;
          margin: 0 auto 0 auto; }
        .sec-box .sec-block-photo3 .PhotoButtonUnit {
          width: 100%;
          float: none;
          margin: 0 auto 15px auto; } }

.BoxButtonUnit {
  margin: 0 auto 0 auto;
  width: 380px;
  height: 60px; }
  .BoxButtonUnit span {
    border-color: #cecece; }
    .BoxButtonUnit span.sideA {
      color: #000;
      background-color: #fff;
      background-image: url(../images/sub/af-icon_arrow-right.svg); }
    .BoxButtonUnit span.sideB {
      background-color: #cecece; }
  @media only screen and (min-width: 320px) and (max-width: 767px) {
    .BoxButtonUnit {
      width: 290px;
      height: auto; } }

.VideoButtonUnit {
  width: 450px; }
  @media only screen and (min-width: 320px) and (max-width: 767px) {
    .VideoButtonUnit {
      width: 100%; } }

.PhotoButtonUnit {
  width: 420px; }
  @media only screen and (min-width: 320px) and (max-width: 767px) {
    .PhotoButtonUnit {
      width: 100%;
      height: auto; } }

.picture {
  width: 420px;
  overflow: hidden; }
  .picture img.Thumbnail {
    display: block;
    width: 100%;
    border: 4px solid #fff; }
  .picture .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: 768px) and (max-width: 1139px) {
    .picture {
      width: 340px; }
      .picture .photo-caption {
        width: 340px; } }
  @media only screen and (min-width: 320px) and (max-width: 767px) {
    .picture {
      width: 100%; }
      .picture .photo-caption {
        width: 100%; } }

/* フッターリンク */
.content .foot-navi {
  padding-top: 18px;
  padding-bottom: 14px;
  min-height: 260px;
  background: none; }
  .content .foot-navi nav {
    margin: 0 5% 0 5%; }
    .content .foot-navi nav ul.foot-nav-items {
      width: 100%; }

ul.foot-nav-items {
  text-align: center; }
  ul.foot-nav-items li.foot-nav-item {
    display: inline-block;
    width: 31.9%;
    height: 120px;
    margin-right: 2px;
    margin-bottom: 2px;
    overflow: visible; }
    ul.foot-nav-items li.foot-nav-item.item3 {
      margin-right: 0; }
    ul.foot-nav-items li.foot-nav-item.item6 {
      margin-right: 0; }
    @media only screen and (min-width: 768px) and (max-width: 1139px) {
      ul.foot-nav-items li.foot-nav-item {
        width: 49%;
        height: 90px;
        margin-right: 8px; }
        ul.foot-nav-items li.foot-nav-item.item2 {
          margin-right: 0; }
        ul.foot-nav-items li.foot-nav-item.item3 {
          margin-right: 8px; }
        ul.foot-nav-items li.foot-nav-item.item4 {
          margin-right: 0; }
        ul.foot-nav-items li.foot-nav-item.item6 {
          margin-right: 0; }
        ul.foot-nav-items li.foot-nav-item.null-item {
          display: none; } }
    @media only screen and (min-width: 320px) and (max-width: 767px) {
      ul.foot-nav-items li.foot-nav-item {
        width: 100%;
        height: 80px;
        margin: 0 auto 0 auto; }
        ul.foot-nav-items li.foot-nav-item.item3 {
          margin: 0 auto 0 auto; }
        ul.foot-nav-items li.foot-nav-item.item6 {
          margin: 0 auto 0 auto; }
        ul.foot-nav-items li.foot-nav-item.null-item {
          display: none; } }

.foot-nav-button {
  display: block;
  position: relative;
  width: 100%;
  height: 120px; }
  .foot-nav-button .sideA {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 99.9%;
    height: 100%;
    color: #000;
    background-color: #fff;
    border: 1px solid #54a1f0;
    opacity: 1.0;
    -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); }
    .foot-nav-button .sideA .thumb-image {
      width: 38%;
      height: 100%;
      background-color: #000;
      background-image: url(../images/sub/sub-menu-btn1thumb.jpg);
      background-size: cover;
      background-position: center top;
      float: left; }
      .foot-nav-button .sideA .thumb-image.thumb1 {
        background-image: url(../images/sub/sub-menu-btn1thumb.jpg); }
      .foot-nav-button .sideA .thumb-image.thumb2 {
        background-image: url(../images/sub/sub-menu-btn2thumb.jpg); }
      .foot-nav-button .sideA .thumb-image.thumb3 {
        background-image: url(../images/sub/sub-menu-btn3thumb.jpg); }
      .foot-nav-button .sideA .thumb-image.thumb4 {
        background-image: url(../images/sub/sub-menu-btn4thumb.jpg); }
      .foot-nav-button .sideA .thumb-image.thumb5 {
        background-image: url(../images/sub/sub-menu-btn5thumb.jpg); }
      .foot-nav-button .sideA .thumb-image.thumb6 {
        background-image: url(../images/sub/sub-menu-btn6thumb.jpg); }
    .foot-nav-button .sideA .label-box {
      display: table;
      width: 62%;
      height: 100%; }
      .foot-nav-button .sideA .label-box .label {
        display: table-cell;
        height: 100%;
        padding: 9px 25px 10px 20px;
        text-align: left;
        vertical-align: middle;
        background-color: #fff;
        background-image: url(../images/sub/af-icon_arrow-right.svg);
        background-repeat: no-repeat;
        background-size: 12px 20px;
        background-position: right 12px center; }
        .foot-nav-button .sideA .label-box .label .copy {
          display: block;
          font-size: 10pt;
          line-height: 1.25em; }
          .foot-nav-button .sideA .label-box .label .copy span {
            display: inline-block; }
        .foot-nav-button .sideA .label-box .label .title {
          display: block;
          margin-top: 7px;
          font-size: 18pt; }
  .foot-nav-button .sideB {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    background-color: #54a1f0;
    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(-60px) translateZ(60px);
    -ms-transform: perspective(500px) rotateX(90deg) translateY(-60px) translateZ(60px);
    -webkit-transform: perspective(500px) rotateX(90deg) translateY(-60px) translateZ(60px);
    transform: perspective(500px) rotateX(90deg) translateY(-60px) translateZ(60px);
    -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); }
    .foot-nav-button .sideB .label-box {
      display: table;
      width: 100%;
      height: 100%; }
      .foot-nav-button .sideB .label-box .label {
        display: table-cell;
        height: 100%;
        padding: 10px 30px 10px 20px;
        font-size: 11pt;
        -webkit-font-smoothing: subpixel-antialiased;
        -moz-osx-font-smoothing: auto;
        text-align: center;
        vertical-align: middle;
        background-image: url(../images/icon_arrow-right.svg);
        background-repeat: no-repeat;
        background-size: 12px 20px;
        background-position: right 12px center; }
        .foot-nav-button .sideB .label-box .label span {
          display: inline-block; }
  .foot-nav-button.onlineshop-link .sideA .label-box {
    width: 100%;
    height: 100%;
    overflow: hidden; }
    .foot-nav-button.onlineshop-link .sideA .label-box .label {
      text-align: center;
      padding-top: 18px; }
      .foot-nav-button.onlineshop-link .sideA .label-box .label img {
        display: block;
        width: 140px;
        margin: 0 auto 5px auto; }
  .foot-nav-button.onlineshop-link .sideB .label-box .label {
    padding-top: 18px; }
    .foot-nav-button.onlineshop-link .sideB .label-box .label img {
      display: block;
      width: 140px;
      margin: 0 auto 5px auto; }
  .foot-nav-button[href]:hover .sideA {
    z-index: 0;
    opacity: 0;
    -moz-transform: perspective(500px) rotateX(-90deg) translateY(60px) translateZ(60px);
    -ms-transform: perspective(500px) rotateX(-90deg) translateY(60px) translateZ(60px);
    -webkit-transform: perspective(500px) rotateX(-90deg) translateY(60px) translateZ(60px);
    transform: perspective(500px) rotateX(-90deg) translateY(60px) translateZ(60px);
    -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); }
  .foot-nav-button[href]:hover .sideB {
    z-index: 1;
    opacity: 1.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); }
  .foot-nav-button.selected .sideA {
    background-color: #b7dbff; }
    .foot-nav-button.selected .sideA .label-box .label {
      background-color: #b7dbff;
      background-image: url(../images/icon-arrow-top.svg);
      background-size: 20px 12px; }
  @media only screen and (min-width: 768px) and (max-width: 1139px) {
    .foot-nav-button {
      height: 90px; }
      .foot-nav-button .sideA .label-box .label .copy {
        font-size: 9.5pt; }
      .foot-nav-button .sideA .label-box .label .title {
        font-size: 16pt;
        margin-top: 4px; }
      .foot-nav-button .sideB {
        display: none; }
      .foot-nav-button[href]:hover .sideA {
        opacity: 1.0;
        -moz-transform: none;
        -ms-transform: none;
        -webkit-transform: none;
        transform: none;
        -moz-transition: none;
        -o-transition: none;
        -webkit-transition: none;
        transition: none; }
      .foot-nav-button[href]:hover .sideB {
        -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) {
    .foot-nav-button {
      height: 80px; }
      .foot-nav-button .sideA .thumb-image {
        width: 34%; }
      .foot-nav-button .sideA .label-box {
        width: 66%; }
        .foot-nav-button .sideA .label-box .label .copy {
          font-size: 9pt; }
        .foot-nav-button .sideA .label-box .label .title {
          font-size: 16pt;
          margin-top: 4px; }
      .foot-nav-button .sideB {
        display: none; }
      .foot-nav-button[href]:hover .sideA {
        opacity: 1.0;
        -moz-transform: none;
        -ms-transform: none;
        -webkit-transform: none;
        transform: none;
        -moz-transition: none;
        -o-transition: none;
        -webkit-transition: none;
        transition: none; }
      .foot-nav-button[href]:hover .sideB {
        -moz-transform: none;
        -ms-transform: none;
        -webkit-transform: none;
        transform: none;
        -moz-transition: none;
        -o-transition: none;
        -webkit-transition: none;
        transition: none; }
      .foot-nav-button.onlineshop-link {
        height: 83px; } }

.head-container .head-image {
  background-image: url(../images/sub/movie-main.jpg);
  background-position: right center; }
  @media only screen and (min-width: 768px) and (max-width: 1139px) {
    .head-container .head-image {
      background-position: 93% center; } }
  @media only screen and (min-width: 379px) and (max-width: 767px) {
    .head-container .head-image {
      background-position: 90% center; } }
  @media only screen and (min-width: 320px) and (max-width: 378px) {
    .head-container .head-image {
      background-position: 16% center; } }
.head-container .head-contents .header-typo {
  width: 584px;
  left: auto;
  right: 52px;
  bottom: -8px;
  opacity: 0.65;
  filter: alpha(opacity=65); }
@media only screen and (min-width: 768px) and (max-width: 1139px) {
  .head-container .head-contents .header-typo {
    width: 486px; } }
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .head-container .head-contents .header-typo {
    display: none; } }

.page-nav ul li a {
  background-image: url(../images/sub/movie-double-arrow.svg); }
  .page-nav ul li a .bg {
    background-color: #09bfae; }

.sp-pagenav-container .page-nav-button {
  color: #09bfae; }
.sp-pagenav-container .sp-page-nav ul li a {
  background-image: url(../images/sub/movie-double-arrow.svg); }

.sub-header-outline {
  width: 445px;
  top: 364px;
  left: 4.4%;
  right: auto; }
  .sub-header-outline .sub-header-pagetitle {
    top: 0px;
    left: 2px;
    width: 282px; }
  .sub-header-outline .sub-header-subtitle {
    top: 87px;
    left: 0px;
    width: 445px; }
  @media only screen and (min-width: 768px) and (max-width: 1139px) {
    .sub-header-outline {
      width: 333px;
      top: 320px; }
      .sub-header-outline .sub-header-pagetitle {
        width: 212px; }
      .sub-header-outline .sub-header-subtitle {
        width: 334px;
        top: 65px; } }
  @media only screen and (min-width: 320px) and (max-width: 767px) {
    .sub-header-outline {
      top: 190px;
      left: 2.5%;
      width: 239px; }
      .sub-header-outline .sub-header-pagetitle {
        top: 0px;
        width: 166px; }
      .sub-header-outline .sub-header-subtitle {
        top: 45px;
        width: 220px; } }

.point .point-sec {
  background-color: #e1f3f1; }
.point .point-contents .point-copy {
  width: 473px; }
  @media only screen and (min-width: 768px) and (max-width: 1139px) {
    .point .point-contents .point-copy {
      width: 396px; } }
  @media only screen and (min-width: 320px) and (max-width: 767px) {
    .point .point-contents .point-copy {
      width: 270px; } }

/* 基本形を設定 */
.sec-box .sec-schema {
  background-color: #c4e8e3; }

/* コンポーネントのカスタマイズ */
.MenuButtonFrame {
  background-color: #09bfae; }

.BackToTopUnit {
  background-color: rgba(9, 191, 174, 0.65); }
  .BackToTopUnit:hover {
    background-color: #09bfae; }

.BoxButtonUnit span {
  border-color: #09bfae; }
  .BoxButtonUnit span.sideA {
    background-image: url(../images/sub/movie-icon_arrow-right.svg); }
  .BoxButtonUnit span.sideB {
    background-color: #09bfae; }

/* フッターリンクをカスタマイズ */
.foot-nav-button .sideA {
  border-color: #09bfae; }
  .foot-nav-button .sideA .label-box .label {
    background-image: url(../images/sub/movie-icon_arrow-right.svg); }
.foot-nav-button .sideB {
  background-color: #09bfae; }
.foot-nav-button.selected .sideA {
  background-color: #c4e8e3; }
  .foot-nav-button.selected .sideA .label-box .label {
    background-color: #c4e8e3; }

/* Section1 */
.sec1 {
  /* EOS MOVIEサイトバナー */ }
  .sec1 .sec-block-top .sec-block-left .sec-schema {
    margin-top: 50px; }
  @media only screen and (min-width: 768px) and (max-width: 1134px) {
    .sec1 .sec-block-top .sec-block-left {
      margin-bottom: 35px; } }
  .sec1 .sec-block-top .sec-block-right {
    padding-top: 15px; }
    .sec1 .sec-block-top .sec-block-right .sec-title {
      width: 440px; }
      @media only screen and (min-width: 320px) and (max-width: 767px) {
        .sec1 .sec-block-top .sec-block-right .sec-title {
          width: 286px; } }
    .sec1 .sec-block-top .sec-block-right .sec-product-image {
      margin-top: 20px;
      margin-bottom: 30px; }
      .sec1 .sec-block-top .sec-block-right .sec-product-image img {
        width: 360px; }
      @media only screen and (min-width: 768px) and (max-width: 1134px) {
        .sec1 .sec-block-top .sec-block-right .sec-product-image {
          padding-left: 40px; }
          .sec1 .sec-block-top .sec-block-right .sec-product-image img {
            width: 500px; } }
      @media only screen and (min-width: 320px) and (max-width: 767px) {
        .sec1 .sec-block-top .sec-block-right .sec-product-image {
          padding-left: 10px;
          margin-top: 12px;
          margin-bottom: 20px; }
          .sec1 .sec-block-top .sec-block-right .sec-product-image img {
            width: 280px; } }
  .sec1 .sec-block-bottom {
    margin-top: 20px; }
    @media only screen and (min-width: 320px) and (max-width: 767px) {
      .sec1 .sec-block-bottom {
        margin-top: 0;
        margin-bottom: 20px; } }
  .sec1 .bnr-button {
    width: 440px;
    height: 80px; }
    .sec1 .bnr-button .Rectangular {
      height: 80px; }
    .sec1 .bnr-button span {
      height: 80px;
      line-height: 80px; }
      .sec1 .bnr-button span.sideA {
        border: none; }
      .sec1 .bnr-button span.sideB {
        -moz-transform: perspective(500px) translateY(-40px) translateZ(-40px) rotateX(90deg);
        -ms-transform: perspective(500px) translateY(-40px) translateZ(-40px) rotateX(90deg);
        -webkit-transform: perspective(500px) translateY(-40px) translateZ(-40px) rotateX(90deg);
        transform: perspective(500px) translateY(-40px) translateZ(-40px) rotateX(90deg); }
    .sec1 .bnr-button:hover span.sideA {
      -moz-transform: perspective(500px) translateY(40px) translateZ(-40px) rotateX(-90deg);
      -ms-transform: perspective(500px) translateY(40px) translateZ(-40px) rotateX(-90deg);
      -webkit-transform: perspective(500px) translateY(40px) translateZ(-40px) rotateX(-90deg);
      transform: perspective(500px) translateY(40px) translateZ(-40px) rotateX(-90deg); }
    .sec1 .bnr-button:hover span.sideB {
      -moz-transform: perspective(500px) translateY(0) translateZ(0) rotateX(0deg);
      -ms-transform: perspective(500px) translateY(0) translateZ(0) rotateX(0deg);
      -webkit-transform: perspective(500px) translateY(0) translateZ(0) rotateX(0deg);
      transform: perspective(500px) translateY(0) translateZ(0) rotateX(0deg); }
    @media only screen and (min-width: 320px) and (max-width: 767px) {
      .sec1 .bnr-button {
        width: 290px;
        height: 53px; }
        .sec1 .bnr-button .Rectangular {
          height: 53px; }
        .sec1 .bnr-button span {
          height: 53px;
          padding: 0; }
          .sec1 .bnr-button span.sideA {
            -moz-transform: none;
            -ms-transform: none;
            -webkit-transform: none;
            transform: none;
            -moz-transition: none;
            -o-transition: none;
            -webkit-transition: none;
            transition: none; }
          .sec1 .bnr-button span.sideB {
            -moz-transform: none;
            -ms-transform: none;
            -webkit-transform: none;
            transform: none;
            -moz-transition: none;
            -o-transition: none;
            -webkit-transition: none;
            transition: none;
            display: none; }
        .sec1 .bnr-button:hover span.sideA {
          -moz-transform: none;
          -ms-transform: none;
          -webkit-transform: none;
          transform: none; }
        .sec1 .bnr-button:hover span.sideB {
          -moz-transform: none;
          -ms-transform: none;
          -webkit-transform: none;
          transform: none; } }

/* Section2 */
.sec2 .sec-block-top .sec-block-left {
  padding-top: 15px; }
  .sec2 .sec-block-top .sec-block-left .sec-title {
    width: 470px; }
    @media only screen and (min-width: 320px) and (max-width: 767px) {
      .sec2 .sec-block-top .sec-block-left .sec-title {
        width: 292px; } }
  .sec2 .sec-block-top .sec-block-left .sec-product-image {
    margin-top: 40px; }
    .sec2 .sec-block-top .sec-block-left .sec-product-image img {
      width: 249px; }
    @media only screen and (min-width: 320px) and (max-width: 767px) {
      .sec2 .sec-block-top .sec-block-left .sec-product-image {
        margin-top: 20px; }
        .sec2 .sec-block-top .sec-block-left .sec-product-image img {
          width: 170px; } }
.sec2 .sec-block-top .sec-block-right .sec-schema {
  margin-top: 50px; }
  @media only screen and (min-width: 320px) and (max-width: 767px) {
    .sec2 .sec-block-top .sec-block-right .sec-schema {
      margin-top: 20px; } }
.sec2 .sec-block-bottom {
  margin-top: 52px; }
  @media only screen and (min-width: 320px) and (max-width: 767px) {
    .sec2 .sec-block-bottom {
      margin-top: 20px;
      margin-bottom: 20px; } }

/* Section3 */
@media only screen and (min-width: 768px) and (max-width: 1139px) {
  .sec3 .sec-block-top .sec-block-left {
    margin-bottom: 30px; } }
.sec3 .sec-block-top .sec-block-right {
  padding-top: 15px; }
  .sec3 .sec-block-top .sec-block-right .sec-title {
    width: 297px; }
    @media only screen and (min-width: 320px) and (max-width: 767px) {
      .sec3 .sec-block-top .sec-block-right .sec-title {
        width: 193px; } }
  .sec3 .sec-block-top .sec-block-right .sec-product-image {
    margin: 40px auto 30px 25px; }
    .sec3 .sec-block-top .sec-block-right .sec-product-image img {
      width: 578px; }
    @media only screen and (min-width: 768px) and (max-width: 1139px) {
      .sec3 .sec-block-top .sec-block-right .sec-product-image {
        margin: 20px 0 30px 0px; }
        .sec3 .sec-block-top .sec-block-right .sec-product-image img {
          width: 100%; } }
    @media only screen and (min-width: 320px) and (max-width: 767px) {
      .sec3 .sec-block-top .sec-block-right .sec-product-image {
        margin: 0 auto 15px auto; }
        .sec3 .sec-block-top .sec-block-right .sec-product-image img {
          width: 100%; } }
.sec3 .sec-block-bottom {
  margin-top: 24px; }
  @media only screen and (min-width: 768px) and (max-width: 1139px) {
    .sec3 .sec-block-bottom {
      margin-top: 0; } }
  @media only screen and (min-width: 320px) and (max-width: 767px) {
    .sec3 .sec-block-bottom {
      margin-top: 0;
      margin-bottom: 20px; } }

.sec4 .sec-block-top .sec-block-left {
  padding-top: 15px; }
  .sec4 .sec-block-top .sec-block-left .sec-title {
    width: 423px; }
    @media only screen and (min-width: 320px) and (max-width: 767px) {
      .sec4 .sec-block-top .sec-block-left .sec-title {
        width: 275px; } }
  @media only screen and (min-width: 320px) and (max-width: 767px) {
    .sec4 .sec-block-top .sec-block-left {
      margin-bottom: 30px; } }
.sec4 .sec-block-top .sec-block-right .sec-texts {
  margin-top: 50px; }
@media only screen and (min-width: 768px) and (max-width: 1139px) {
  .sec4 .sec-block-top .sec-block-right {
    margin-top: 50px;
    margin-bottom: 40px; }
    .sec4 .sec-block-top .sec-block-right .sec-texts {
      margin-top: 35px; } }
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .sec4 .sec-block-top .sec-block-right {
    margin-bottom: 20px; }
    .sec4 .sec-block-top .sec-block-right .link-button-container {
      margin-bottom: 10px; }
    .sec4 .sec-block-top .sec-block-right .sec-texts {
      margin-top: 0px; } }
.sec4 .sec-block2 .sec-block-left .sec-texts {
  margin-bottom: 28px; }
@media only screen and (min-width: 768px) and (max-width: 1139px) {
  .sec4 .sec-block2 .sec-block-left {
    margin-bottom: 40px; }
    .sec4 .sec-block2 .sec-block-left br {
      display: none; } }
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .sec4 .sec-block2 .sec-block-left {
    margin-bottom: 30px; }
    .sec4 .sec-block2 .sec-block-left br {
      display: none; }
    .sec4 .sec-block2 .sec-block-left .sec-texts {
      margin-bottom: 20px; } }
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .sec4 .sec-block2 .sec-block-right {
    margin-bottom: 30px; }
    .sec4 .sec-block2 .sec-block-right .sec-texts {
      margin-bottom: 20px; } }
.sec4 .picture {
  width: 366px; }
  .sec4 .picture img.Thumbnail {
    border: none; }
  @media only screen and (min-width: 768px) and (max-width: 1139px) {
    .sec4 .picture {
      width: 340px; } }
  @media only screen and (min-width: 320px) and (max-width: 767px) {
    .sec4 .picture {
      width: 100%; } }

.sec5 .title-block .sec-title {
  width: 481px; }
  @media only screen and (min-width: 320px) and (max-width: 767px) {
    .sec5 .title-block .sec-title {
      width: 292px; } }
.sec5 .sec-block-left .sec-product-image {
  margin-top: 59px;
  margin-bottom: 27px; }
  .sec5 .sec-block-left .sec-product-image img {
    width: 333px; }
  .sec5 .sec-block-left .sec-product-image .releaseday {
    width: 210px;
    height: 30px;
    line-height: 30px;
    margin: 20px auto 0 auto;
    text-align: center;
    font-size: 0.93em;
    color: #444;
    border: 1px solid rgba(68, 68, 68, 0.5); }
  @media only screen and (min-width: 320px) and (max-width: 767px) {
    .sec5 .sec-block-left .sec-product-image {
      margin-top: 20px;
      margin-bottom: 15px; }
      .sec5 .sec-block-left .sec-product-image img {
        width: 213px; }
      .sec5 .sec-block-left .sec-product-image .releaseday {
        margin-top: 10px; } }
.sec5 .sec-block-right .sec-texts {
  margin-bottom: 0; }
.sec5 .sec-block-right .sec-product-image {
  margin-top: 20px;
  margin-bottom: 27px; }
  .sec5 .sec-block-right .sec-product-image img {
    width: 348px; }
  .sec5 .sec-block-right .sec-product-image .releaseday {
    width: 210px;
    height: 30px;
    line-height: 30px;
    margin: 35px auto 0 auto;
    text-align: center;
    font-size: 0.93em;
    color: #444;
    border: 1px solid rgba(68, 68, 68, 0.5); }
  @media only screen and (min-width: 768px) and (max-width: 1039px) {
    .sec5 .sec-block-right .sec-product-image .releaseday {
      margin-top: 20px; } }
  @media only screen and (min-width: 320px) and (max-width: 767px) {
    .sec5 .sec-block-right .sec-product-image img {
      width: 220px; }
    .sec5 .sec-block-right .sec-product-image .releaseday {
      margin-top: 18px; } }
.sec5 .sec-block-line {
  z-index: 0;
  background-color: #c4e8e3; }
@media only screen and (min-width: 768px) and (max-width: 1139px) {
  .sec5 .sec-block-left {
    margin-bottom: 70px; }
    .sec5 .sec-block-left .sec-product-image {
      margin-top: 30px; }
  .sec5 .sec-block-right {
    margin-bottom: 20px; }
  .sec5 .sec-block-line {
    display: none; } }
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .sec5 .sec-block-left {
    margin-bottom: 40px; }
  .sec5 .sec-block-right .sec-texts {
    margin-bottom: 20px; }
  .sec5 .sec-block-line {
    display: none; } }
