@charset "UTF-8";
/* line 5, ../../../../../../../Applications/Koala.app/Contents/Resources/app.nw/rubygems/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
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; }

/* line 22, ../../../../../../../Applications/Koala.app/Contents/Resources/app.nw/rubygems/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1; }

/* line 24, ../../../../../../../Applications/Koala.app/Contents/Resources/app.nw/rubygems/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none; }

/* line 26, ../../../../../../../Applications/Koala.app/Contents/Resources/app.nw/rubygems/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 28, ../../../../../../../Applications/Koala.app/Contents/Resources/app.nw/rubygems/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

/* line 30, ../../../../../../../Applications/Koala.app/Contents/Resources/app.nw/rubygems/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none; }
  /* line 103, ../../../../../../../Applications/Koala.app/Contents/Resources/app.nw/rubygems/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

/* line 32, ../../../../../../../Applications/Koala.app/Contents/Resources/app.nw/rubygems/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none; }

/* line 116, ../../../../../../../Applications/Koala.app/Contents/Resources/app.nw/rubygems/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
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
 *
 *********************************** */
/* ===================================
使用パラメータ一式
=================================== */
/* ===================================
オプションクラス
=================================== */
/* line 32, ../scss/_default.scss */
.clearfix {
  overflow: hidden;
  *zoom: 1; }

/* line 102, ../scss/_default.scss */
* {
  box-sizing: border-box; }

/* line 106, ../scss/_default.scss */
html {
  width: 100%;
  height: 100%;
  margin: 0;
  height: 0; }

/* line 113, ../scss/_default.scss */
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; }

/* line 126, ../scss/_default.scss */
.wrapper {
  width: 100%;
  opacity: 0;
  filter: alpha(opacity=0); }

/* line 131, ../scss/_default.scss */
a {
  text-decoration: none; }

/* Transition */
/* line 7, ../scss/_components.scss */
#trans-box {
  overflow: hidden;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%; }
  /* line 17, ../scss/_components.scss */
  #trans-box #start-transition {
    position: absolute;
    top: 0;
    left: 0; }
  /* line 23, ../scss/_components.scss */
  #trans-box #end-transition {
    position: absolute;
    top: 0;
    left: 0; }

/* Box Button Unit */
/* line 31, ../scss/_components.scss */
.BoxButtonUnit {
  display: block;
  position: relative;
  width: 380px;
  height: 60px;
  /* 回転体 */ }
  /* line 41, ../scss/_components.scss */
  .BoxButtonUnit .Rectangular {
    position: relative;
    width: 100%;
    height: 60px; }
  /* line 48, ../scss/_components.scss */
  .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次元空間上の動作を設定する必要がある。
    */
    /* 表面 */
    /* 裏面 */ }
    /* line 66, ../scss/_components.scss */
    .BoxButtonUnit span br {
      display: none; }
    /* line 79, ../scss/_components.scss */
    .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); }
    /* line 95, ../scss/_components.scss */
    .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); }
  /* line 114, ../scss/_components.scss */
  .BoxButtonUnit.bnr-button span.sideA {
    padding-right: 0;
    background: none; }
    /* line 117, ../scss/_components.scss */
    .BoxButtonUnit.bnr-button span.sideA img {
      width: 100%; }
  /* line 125, ../scss/_components.scss */
  .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); }
  /* line 132, ../scss/_components.scss */
  .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) {
    /* line 31, ../scss/_components.scss */
    .BoxButtonUnit {
      width: 300px;
      height: auto; }
      /* line 145, ../scss/_components.scss */
      .BoxButtonUnit .Rectangular {
        height: auto; }
      /* line 150, ../scss/_components.scss */
      .BoxButtonUnit span {
        position: relative;
        height: auto;
        line-height: 1.4em;
        padding: 18px 26px 18px 20px; }
        /* line 155, ../scss/_components.scss */
        .BoxButtonUnit span.sideB {
          display: none; }
        /* line 157, ../scss/_components.scss */
        .BoxButtonUnit span br {
          display: inline; }
      /* line 162, ../scss/_components.scss */
      .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; }
      /* line 169, ../scss/_components.scss */
      .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 */
/* line 182, ../scss/_components.scss */
.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) {
    /* line 182, ../scss/_components.scss */
    .MenuButtonUnit {
      top: 5px;
      right: 8px; } }

/* メニューボタンをアテンションさせる枠 */
/* line 199, ../scss/_components.scss */
.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) {
    /* line 199, ../scss/_components.scss */
    .MenuButtonFrame {
      top: 5px;
      right: 6px; } }

/* ページTOPへ戻るボタン */
/* line 217, ../scss/_components.scss */
.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) {
    /* line 237, ../scss/_components.scss */
    .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 */
/* line 247, ../scss/_components.scss */
.GlobalMenuUnit {
  position: fixed;
  z-index: 99;
  top: 0;
  right: 0px;
  width: 320px;
  height: 100%; }
  /* line 257, ../scss/_components.scss */
  .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));
    */ }
  /* line 270, ../scss/_components.scss */
  .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); }
    /* line 284, ../scss/_components.scss */
    .GlobalMenuUnit .gmenu-face.show {
      -moz-transform: perspective(2000px);
      -webkit-transform: perspective(2000px);
      transform: perspective(2000px); }
    /* line 290, ../scss/_components.scss */
    .GlobalMenuUnit .gmenu-face .gmenu-scroller {
      position: relative;
      min-height: 100%;
      width: 320px; }
    /* line 296, ../scss/_components.scss */
    .GlobalMenuUnit .gmenu-face .gmenu-table {
      display: table;
      width: 320px;
      min-height: 100%; }
    /* line 302, ../scss/_components.scss */
    .GlobalMenuUnit .gmenu-face .gmenu {
      display: table-cell;
      vertical-align: middle;
      width: 100%;
      padding-top: 60px;
      padding-bottom: 40px;
      color: #000; }

/* line 316, ../scss/_components.scss */
.gmenu .gmenu-title a {
  display: block;
  position: relative;
  width: 100%;
  height: 85px;
  padding: 16px 0px 16px 6px;
  overflow: visible; }
  /* line 324, ../scss/_components.scss */
  .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; }
  /* line 332, ../scss/_components.scss */
  .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); }
    /* line 347, ../scss/_components.scss */
    .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); }
/* line 361, ../scss/_components.scss */
.gmenu .gmenu-nav ul.main-links {
  margin-top: 14px;
  transform-style: flat; }
  /* line 365, ../scss/_components.scss */
  .gmenu .gmenu-nav ul.main-links li {
    display: block;
    width: 100%;
    margin-bottom: 6px;
    cursor: pointer; }
    /* line 371, ../scss/_components.scss */
    .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; }
      /* line 380, ../scss/_components.scss */
      .gmenu .gmenu-nav ul.main-links li a.nav-button-cf {
        height: 96px; }
      /* line 382, ../scss/_components.scss */
      .gmenu .gmenu-nav ul.main-links li a.nav-button-gallery {
        height: 84px; }
      /* line 384, ../scss/_components.scss */
      .gmenu .gmenu-nav ul.main-links li a .main-label {
        position: relative;
        z-index: 3; }
        /* line 387, ../scss/_components.scss */
        .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; }
        /* line 390, ../scss/_components.scss */
        .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; }
      /* line 395, ../scss/_components.scss */
      .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; }
      /* line 405, ../scss/_components.scss */
      .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); }
        /* line 420, ../scss/_components.scss */
        .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); }
      /* line 428, ../scss/_components.scss */
      .gmenu .gmenu-nav ul.main-links li a.selected {
        color: #fff;
        background-color: #000; }
        /* line 433, ../scss/_components.scss */
        .gmenu .gmenu-nav ul.main-links li a.selected .main-label.label-cf {
          background-image: url(../images/gnav-label-cf-selected.png); }
        /* line 436, ../scss/_components.scss */
        .gmenu .gmenu-nav ul.main-links li a.selected .main-label.label-gallery {
          background-image: url(../images/gnav-label-gallery-selected.png); }
/* line 445, ../scss/_components.scss */
.gmenu .gmenu-nav ul.sub-links {
  margin-top: 14px; }
  /* line 448, ../scss/_components.scss */
  .gmenu .gmenu-nav ul.sub-links li {
    display: block;
    width: 100%; }
    /* line 453, ../scss/_components.scss */
    .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; }
      /* line 463, ../scss/_components.scss */
      .gmenu .gmenu-nav ul.sub-links li a .sub-label {
        position: relative;
        z-index: 1;
        height: 44px; }
        /* line 468, ../scss/_components.scss */
        .gmenu .gmenu-nav ul.sub-links li a .sub-label img {
          height: 100%; }
      /* line 473, ../scss/_components.scss */
      .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; }
        /* line 479, ../scss/_components.scss */
        .gmenu .gmenu-nav ul.sub-links li a .label-name.name1 {
          background-image: url(../images/gnav-label01.png);
          width: 34px;
          background-size: 34px 44px; }
          /* line 483, ../scss/_components.scss */
          .gmenu .gmenu-nav ul.sub-links li a .label-name.name1.selected {
            background-image: url(../images/gnav-label01-selected.png); }
        /* line 487, ../scss/_components.scss */
        .gmenu .gmenu-nav ul.sub-links li a .label-name.name2 {
          background-image: url(../images/gnav-label02.png);
          width: 55px;
          background-size: 55px 44px; }
          /* line 491, ../scss/_components.scss */
          .gmenu .gmenu-nav ul.sub-links li a .label-name.name2.selected {
            background-image: url(../images/gnav-label02-selected.png); }
        /* line 495, ../scss/_components.scss */
        .gmenu .gmenu-nav ul.sub-links li a .label-name.name3 {
          background-image: url(../images/gnav-label03.png);
          width: 55px;
          background-size: 55px 44px; }
          /* line 499, ../scss/_components.scss */
          .gmenu .gmenu-nav ul.sub-links li a .label-name.name3.selected {
            background-image: url(../images/gnav-label03-selected.png); }
        /* line 503, ../scss/_components.scss */
        .gmenu .gmenu-nav ul.sub-links li a .label-name.name4 {
          background-image: url(../images/gnav-label04.png);
          width: 103px;
          background-size: 103px 44px; }
          /* line 507, ../scss/_components.scss */
          .gmenu .gmenu-nav ul.sub-links li a .label-name.name4.selected {
            background-image: url(../images/gnav-label04-selected.png); }
        /* line 511, ../scss/_components.scss */
        .gmenu .gmenu-nav ul.sub-links li a .label-name.name5 {
          background-image: url(../images/gnav-label05.png);
          width: 74px;
          background-size: 74px 44px; }
          /* line 515, ../scss/_components.scss */
          .gmenu .gmenu-nav ul.sub-links li a .label-name.name5.selected {
            background-image: url(../images/gnav-label05-selected.png); }
        /* line 519, ../scss/_components.scss */
        .gmenu .gmenu-nav ul.sub-links li a .label-name.name6 {
          background-image: url(../images/gnav-label06.png);
          width: 73px;
          background-size: 73px 44px; }
          /* line 523, ../scss/_components.scss */
          .gmenu .gmenu-nav ul.sub-links li a .label-name.name6.selected {
            background-image: url(../images/gnav-label06-selected.png); }
      /* line 529, ../scss/_components.scss */
      .gmenu .gmenu-nav ul.sub-links li a .label-note {
        display: block;
        height: 44px;
        font-size: 9pt;
        line-height: 44px; }
      /* line 536, ../scss/_components.scss */
      .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); }
        /* line 551, ../scss/_components.scss */
        .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); }
      /* line 559, ../scss/_components.scss */
      .gmenu .gmenu-nav ul.sub-links li a.selected {
        color: #fff;
        background-color: #000; }
/* line 567, ../scss/_components.scss */
.gmenu .gmenu-nav ul.cp-links {
  margin-top: 15px; }
  /* line 570, ../scss/_components.scss */
  .gmenu .gmenu-nav ul.cp-links li {
    display: block;
    width: 248px;
    height: 108px;
    margin: 0px auto 10px auto; }
    /* line 576, ../scss/_components.scss */
    .gmenu .gmenu-nav ul.cp-links li img {
      display: block;
      border: 1px solid #c8c8c8; }
/* line 583, ../scss/_components.scss */
.gmenu .gmenu-nav span.border {
  display: block;
  width: 270px;
  height: 1px;
  background-color: #c8c8c8;
  margin: 10px auto 10px auto; }

/* Contents Cover */
/* line 595, ../scss/_components.scss */
.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回りのオブジェクト */
/* line 608, ../scss/_components.scss */
.index-header-title {
  position: absolute;
  z-index: 1;
  top: 22px;
  left: 26px;
  width: 146px; }
  /* line 615, ../scss/_components.scss */
  .index-header-title a {
    display: block;
    width: 100%; }
    /* line 616, ../scss/_components.scss */
    .index-header-title a img {
      display: block;
      width: 100%; }
  @media only screen and (min-width: 320px) and (max-width: 767px) {
    /* line 608, ../scss/_components.scss */
    .index-header-title {
      top: 13px;
      left: 8px;
      width: 90px; } }

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

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

/* Footer */
/* line 692, ../scss/_components.scss */
footer {
  width: 100%;
  height: 104px;
  overflow: hidden; }
  /* line 698, ../scss/_components.scss */
  footer .footer-box {
    position: relative;
    top: -104px;
    left: 0;
    width: 100%;
    height: 100%; }
    /* line 705, ../scss/_components.scss */
    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); }
    /* line 710, ../scss/_components.scss */
    footer .footer-box .front-side {
      position: absolute;
      z-index: 1;
      top: 0;
      left: 0;
      width: 100%;
      height: 104px;
      padding-top: 30px;
      background-color: #000; }
  /* line 724, ../scss/_components.scss */
  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; }
  /* line 730, ../scss/_components.scss */
  footer .foot-copyright {
    margin-top: 5px;
    text-align: center;
    color: #fff;
    font-family: helvetica, arial, sans-serif;
    font-size: 9pt; }
  /* line 741, ../scss/_components.scss */
  footer.sub-footer .footer-box .front-side {
    background-color: #fff; }
  /* line 746, ../scss/_components.scss */
  footer.sub-footer a.ci-logo {
    background-image: url(../images/canon-ci-red.svg); }
  /* line 750, ../scss/_components.scss */
  footer.sub-footer .foot-copyright {
    color: #636367; }

/* ビデオ再生ボタンユニット */
/* line 760, ../scss/_components.scss */
.VideoButtonUnit a.VideoPlayThumb {
  position: relative;
  display: block;
  overflow: hidden;
  width: 450px;
  height: 253px;
  border: 1px solid #606060; }
  /* line 768, ../scss/_components.scss */
  .VideoButtonUnit a.VideoPlayThumb img.Thumbnail {
    width: 100%; }
  /* line 772, ../scss/_components.scss */
  .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); }
    /* line 785, ../scss/_components.scss */
    .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; }
  /* line 798, ../scss/_components.scss */
  .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) {
    /* line 760, ../scss/_components.scss */
    .VideoButtonUnit a.VideoPlayThumb {
      width: 100%;
      height: auto; }
      /* line 808, ../scss/_components.scss */
      .VideoButtonUnit a.VideoPlayThumb img {
        display: block; }
      /* line 809, ../scss/_components.scss */
      .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; }
        /* line 818, ../scss/_components.scss */
        .VideoButtonUnit a.VideoPlayThumb .PlayIcon .Triangle {
          background-size: 30px 26px;
          background-position: 19px center; } }
/* line 825, ../scss/_components.scss */
.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) {
    /* line 825, ../scss/_components.scss */
    .VideoButtonUnit .video-caption {
      width: 100%; } }

/* ビデオプレイヤーコンテナー */
/* line 835, ../scss/_components.scss */
.YouTubeVideoUnit,
.Html5VideoUnit {
  position: fixed;
  z-index: 201;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none; }
  /* line 845, ../scss/_components.scss */
  .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); }
    /* line 856, ../scss/_components.scss */
    .YouTubeVideoUnit .Box img.Thumbnail,
    .Html5VideoUnit .Box img.Thumbnail {
      display: block;
      width: 100%; }
    /* line 861, ../scss/_components.scss */
    .YouTubeVideoUnit .Box .YouTubeBox,
    .Html5VideoUnit .Box .YouTubeBox {
      width: 100%;
      height: 100%; }
    /* line 866, ../scss/_components.scss */
    .YouTubeVideoUnit .Box .Html5VideoBox,
    .Html5VideoUnit .Box .Html5VideoBox {
      width: 100%;
      height: 100%; }
    /* line 871, ../scss/_components.scss */
    .YouTubeVideoUnit .Box .video-js,
    .Html5VideoUnit .Box .video-js {
      width: 100%;
      height: 100%; }
  /* line 877, ../scss/_components.scss */
  .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); }
    /* line 889, ../scss/_components.scss */
    .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); }
  /* line 896, ../scss/_components.scss */
  .YouTubeVideoUnit .CloseArea,
  .Html5VideoUnit .CloseArea {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* 写真表示ボタン */
/* line 908, ../scss/_components.scss */
.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) {
    /* line 908, ../scss/_components.scss */
    .PhotoButtonUnit a.PhotoThumb {
      width: 100%;
      height: auto; } }
  /* line 921, ../scss/_components.scss */
  .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); }
  /* line 929, ../scss/_components.scss */
  .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); }
    /* line 942, ../scss/_components.scss */
    .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; }
  /* line 955, ../scss/_components.scss */
  .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); }
  /* line 962, ../scss/_components.scss */
  .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); }
/* line 969, ../scss/_components.scss */
.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) {
    /* line 969, ../scss/_components.scss */
    .PhotoButtonUnit .photo-caption {
      width: 100%; } }

/* スライドショー */
/* line 983, ../scss/_components.scss */
.SlideShowUnit,
.PhotoViewerUnit {
  position: fixed;
  z-index: 202;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none; }
  /* line 993, ../scss/_components.scss */
  .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); }
    /* line 1005, ../scss/_components.scss */
    .SlideShowUnit .Box .Image,
    .PhotoViewerUnit .Box .Image {
      display: block;
      width: 100%;
      height: 100%; }
    /* line 1011, ../scss/_components.scss */
    .SlideShowUnit .Box .Loading,
    .PhotoViewerUnit .Box .Loading {
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      width: 48px;
      height: 48px;
      margin-top: -24px;
      margin-left: -24px; }
  /* line 1023, ../scss/_components.scss */
  .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); }
    /* line 1040, ../scss/_components.scss */
    .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) {
      /* line 1023, ../scss/_components.scss */
      .SlideShowUnit .PrevButton,
      .PhotoViewerUnit .PrevButton {
        top: 10px; }
        /* line 1049, ../scss/_components.scss */
        .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) {
      /* line 1023, ../scss/_components.scss */
      .SlideShowUnit .PrevButton,
      .PhotoViewerUnit .PrevButton {
        width: 36px;
        height: 20px;
        background-size: 36px 20px;
        top: 15px;
        left: 12px;
        margin-left: 0; }
        /* line 1064, ../scss/_components.scss */
        .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; } }
  /* line 1072, ../scss/_components.scss */
  .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); }
    /* line 1089, ../scss/_components.scss */
    .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) {
      /* line 1072, ../scss/_components.scss */
      .SlideShowUnit .NextButton,
      .PhotoViewerUnit .NextButton {
        bottom: 10px; }
        /* line 1098, ../scss/_components.scss */
        .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) {
      /* line 1072, ../scss/_components.scss */
      .SlideShowUnit .NextButton,
      .PhotoViewerUnit .NextButton {
        width: 36px;
        height: 20px;
        background-size: 36px 20px;
        top: 15px;
        bottom: auto;
        left: 62px;
        margin-left: 0; }
        /* line 1114, ../scss/_components.scss */
        .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; } }
  /* line 1122, ../scss/_components.scss */
  .SlideShowUnit .TextContainer,
  .PhotoViewerUnit .TextContainer {
    position: absolute;
    z-index: 2;
    bottom: 24px;
    left: 26px; }
    /* line 1128, ../scss/_components.scss */
    .SlideShowUnit .TextContainer .TextLine,
    .PhotoViewerUnit .TextContainer .TextLine {
      overflow: hidden;
      width: 450px; }
      /* line 1132, ../scss/_components.scss */
      .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) {
      /* line 1122, ../scss/_components.scss */
      .SlideShowUnit .TextContainer,
      .PhotoViewerUnit .TextContainer {
        bottom: 12px;
        left: 12px; }
        /* line 1145, ../scss/_components.scss */
        .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) {
      /* line 1122, ../scss/_components.scss */
      .SlideShowUnit .TextContainer,
      .PhotoViewerUnit .TextContainer {
        bottom: 12px;
        left: 12px; }
        /* line 1157, ../scss/_components.scss */
        .SlideShowUnit .TextContainer .TextLine p.text,
        .PhotoViewerUnit .TextContainer .TextLine p.text {
          width: 300px;
          font-size: 10px; } }
  /* line 1165, ../scss/_components.scss */
  .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); }
    /* line 1177, ../scss/_components.scss */
    .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) {
      /* line 1165, ../scss/_components.scss */
      .SlideShowUnit .CloseButton,
      .PhotoViewerUnit .CloseButton {
        top: 10px;
        right: 0px;
        background-size: 24px 24px;
        background-position: right top; } }
  /* line 1191, ../scss/_components.scss */
  .SlideShowUnit .CloseArea,
  .PhotoViewerUnit .CloseArea {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

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

/* line 9, ../scss/cfgallery.scss */
body {
  background-color: #242424;
  font-size: 11.5pt; }

/* line 14, ../scss/cfgallery.scss */
.wrapper {
  width: 100%;
  visibility: hidden; }

/* line 19, ../scss/cfgallery.scss */
.cfpage {
  position: relative;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%; }
  /* line 26, ../scss/cfgallery.scss */
  .cfpage .head-container {
    position: relative;
    z-index: 1; }
  /* line 31, ../scss/cfgallery.scss */
  .cfpage .contents {
    position: relative;
    z-index: 0; }
  /* line 38, ../scss/cfgallery.scss */
  .cfpage .cf-footer .footer-box .front-side {
    background-color: #242424;
    border-top: 1px solid #444444; }
  @media only screen and (min-width: 300px) and (max-width: 1139px) {
    /* line 19, ../scss/cfgallery.scss */
    .cfpage {
      padding-bottom: 42px; } }
  @media only screen and (min-width: 768px) and (max-width: 1139px) {
    /* line 19, ../scss/cfgallery.scss */
    .cfpage {
      overflow-x: hidden; } }
  @media only screen and (min-width: 320px) and (max-width: 767px) {
    /* line 19, ../scss/cfgallery.scss */
    .cfpage {
      font-size: 10.5pt;
      line-height: 1.6em; } }

/* line 60, ../scss/cfgallery.scss */
.head-container {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 664px; }
  @media only screen and (min-width: 768px) and (max-width: 1139px) {
    /* line 60, ../scss/cfgallery.scss */
    .head-container {
      height: auto; } }
  @media only screen and (min-width: 320px) and (max-width: 767px) {
    /* line 60, ../scss/cfgallery.scss */
    .head-container {
      height: auto; } }
  /* line 74, ../scss/cfgallery.scss */
  .head-container .head-contents {
    position: relative;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 664px; }
    @media only screen and (min-width: 768px) and (max-width: 1139px) {
      /* line 74, ../scss/cfgallery.scss */
      .head-container .head-contents {
        height: 524px;
        border-bottom: 1px solid #444444;
        overflow: hidden; } }
    @media only screen and (min-width: 320px) and (max-width: 767px) {
      /* line 74, ../scss/cfgallery.scss */
      .head-container .head-contents {
        height: 338px;
        border-bottom: 1px solid #444444;
        overflow: hidden; } }

/* line 97, ../scss/cfgallery.scss */
.sub-header-title {
  z-index: 2; }

/* line 98, ../scss/cfgallery.scss */
.header-share {
  z-index: 3; }

/* line 101, ../scss/cfgallery.scss */
.cf-header-outline {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 664px;
  padding-top: 68px; }
  /* line 110, ../scss/cfgallery.scss */
  .cf-header-outline .cfpage-name {
    width: 179px;
    margin: 0 auto 28px auto; }
    /* line 114, ../scss/cfgallery.scss */
    .cf-header-outline .cfpage-name img {
      display: block;
      width: 100%; }
  /* line 120, ../scss/cfgallery.scss */
  .cf-header-outline .cfpage-title {
    width: 593px;
    margin: 0 auto 30px auto; }
    /* line 124, ../scss/cfgallery.scss */
    .cf-header-outline .cfpage-title img {
      display: block;
      width: 100%; }
  /* line 130, ../scss/cfgallery.scss */
  .cf-header-outline .cfpage-subtitle {
    width: 586px;
    margin: 0 auto 0 auto; }
    /* line 134, ../scss/cfgallery.scss */
    .cf-header-outline .cfpage-subtitle img {
      display: block;
      width: 100%; }
  /* line 140, ../scss/cfgallery.scss */
  .cf-header-outline .contents {
    width: 100%; }
  @media only screen and (min-width: 768px) and (max-width: 1139px) {
    /* line 101, ../scss/cfgallery.scss */
    .cf-header-outline {
      padding-top: 76px; }
      /* line 148, ../scss/cfgallery.scss */
      .cf-header-outline .cfpage-name {
        margin-bottom: 22px; }
      /* line 152, ../scss/cfgallery.scss */
      .cf-header-outline .cfpage-title {
        width: 554px; }
      /* line 156, ../scss/cfgallery.scss */
      .cf-header-outline .cfpage-subtitle {
        width: 554px; } }
  @media only screen and (min-width: 320px) and (max-width: 767px) {
    /* line 101, ../scss/cfgallery.scss */
    .cf-header-outline {
      padding-top: 66px; }
      /* line 164, ../scss/cfgallery.scss */
      .cf-header-outline .cfpage-name {
        width: 148px;
        margin-bottom: 14px; }
      /* line 169, ../scss/cfgallery.scss */
      .cf-header-outline .cfpage-title {
        width: 300px;
        margin-bottom: 22px; }
      /* line 174, ../scss/cfgallery.scss */
      .cf-header-outline .cfpage-subtitle {
        width: 200px; } }

/* line 181, ../scss/cfgallery.scss */
.cf-header-images {
  position: absolute;
  z-index: 1;
  top: 370px;
  left: 0;
  width: 100%;
  height: 292px;
  border-top: 1px solid #444444;
  border-bottom: 1px solid #444444; }
  @media only screen and (min-width: 768px) and (max-width: 1139px) {
    /* line 181, ../scss/cfgallery.scss */
    .cf-header-images {
      border: none;
      height: 176px;
      top: 326px; } }
  @media only screen and (min-width: 320px) and (max-width: 767px) {
    /* line 181, ../scss/cfgallery.scss */
    .cf-header-images {
      border: none;
      height: 105px;
      top: 234px; } }
  /* line 203, ../scss/cfgallery.scss */
  .cf-header-images .product-vis {
    position: absolute;
    z-index: 1;
    bottom: -2px;
    left: 50%;
    margin-left: -218px;
    width: 367px;
    height: 359px; }
    /* line 212, ../scss/cfgallery.scss */
    .cf-header-images .product-vis img {
      display: block;
      width: 100%; }
    @media only screen and (min-width: 768px) and (max-width: 1139px) {
      /* line 203, ../scss/cfgallery.scss */
      .cf-header-images .product-vis {
        bottom: auto;
        margin-top: -46px;
        margin-left: -174px;
        width: 290px; } }
    @media only screen and (min-width: 320px) and (max-width: 767px) {
      /* line 203, ../scss/cfgallery.scss */
      .cf-header-images .product-vis {
        bottom: auto;
        width: 150px;
        margin-top: -23px;
        margin-left: -87px; } }
  /* line 232, ../scss/cfgallery.scss */
  .cf-header-images .bg-images {
    position: relative;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 292px;
    background-image: url(../images/cf/cf-head-image01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    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; }
    /* line 249, ../scss/cfgallery.scss */
    .cf-header-images .bg-images .cover {
      display: block;
      width: 100%;
      height: 100%;
      background-color: #fff; }
    @media only screen and (min-width: 768px) and (max-width: 1139px) {
      /* line 232, ../scss/cfgallery.scss */
      .cf-header-images .bg-images {
        height: 200px; } }
    @media only screen and (min-width: 320px) and (max-width: 767px) {
      /* line 232, ../scss/cfgallery.scss */
      .cf-header-images .bg-images {
        height: 104px; } }
  /* line 265, ../scss/cfgallery.scss */
  .cf-header-images .page-nav {
    position: absolute;
    z-index: 2;
    bottom: -2px;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 64px;
    border-top: 1px solid #444444;
    border-bottom: 1px solid #444444;
    background-color: rgba(0, 0, 0, 0.45);
    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) {
      /* line 265, ../scss/cfgallery.scss */
      .cf-header-images .page-nav {
        border: none;
        height: 0px;
        border-top: none; } }
    /* line 288, ../scss/cfgallery.scss */
    .cf-header-images .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); }
    /* line 293, ../scss/cfgallery.scss */
    .cf-header-images .page-nav.fixed {
      position: fixed;
      z-index: 100;
      top: 0;
      left: 0;
      border-top-width: 0px;
      background-color: rgba(0, 0, 0, 0.75); }

/* line 306, ../scss/cfgallery.scss */
.page-nav h3 {
  position: absolute;
  top: 20px;
  left: 50%;
  width: 136px;
  height: 24px;
  margin-left: -540px; }
  @media only screen and (min-width: 768px) and (max-width: 1139px) {
    /* line 306, ../scss/cfgallery.scss */
    .page-nav h3 {
      left: 20px;
      margin-left: 0; } }
/* line 321, ../scss/cfgallery.scss */
.page-nav ul {
  position: relative;
  width: 900px;
  height: 64px;
  top: 0;
  left: 50%;
  margin-left: -466px;
  line-height: 65px;
  text-align: center;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto; }
  /* line 333, ../scss/cfgallery.scss */
  .page-nav ul li {
    display: inline-block;
    margin: 0; }
    /* line 337, ../scss/cfgallery.scss */
    .page-nav ul li a {
      display: block;
      position: relative;
      height: 64px;
      padding-right: 16px;
      background-image: url(../images/cf/cf-double-arrow.svg);
      background-size: 16px 16px;
      background-repeat: no-repeat;
      background-position: right 12px center; }
      /* line 347, ../scss/cfgallery.scss */
      .page-nav ul li a .label {
        display: block;
        position: relative;
        z-index: 1;
        height: 100%;
        padding: 0 24px 0 20px;
        color: #fff; }
      /* line 356, ../scss/cfgallery.scss */
      .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); }
        /* line 371, ../scss/cfgallery.scss */
        .page-nav ul li a .bg:not(:target) {
          display: none\9; }
      /* line 377, ../scss/cfgallery.scss */
      .page-nav ul li a:hover .bg {
        opacity: 0.25;
        filter: alpha(opacity=25);
        -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); }
        /* line 382, ../scss/cfgallery.scss */
        .page-nav ul li a:hover .bg:not(:target) {
          display: block\9; }
/* line 392, ../scss/cfgallery.scss */
.page-nav .page-nav-bg {
  width: 100%;
  height: 100%;
  background-color: #fff; }

/* line 399, ../scss/cfgallery.scss */
.sp-pagenav-container {
  position: fixed;
  bottom: 0;
  z-index: 3;
  width: 100%;
  height: 42px; }
  /* line 406, ../scss/cfgallery.scss */
  .sp-pagenav-container .menu-bar {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 42px;
    background-color: #000;
    border-top: 1px solid #444444; }
  /* line 417, ../scss/cfgallery.scss */
  .sp-pagenav-container .page-nav-button {
    display: block;
    padding-left: 15px;
    width: 150px;
    height: 42px;
    color: #fff;
    font-size: 9pt;
    text-align: left;
    font-weight: 600;
    line-height: 40px;
    background: none; }
    /* line 429, ../scss/cfgallery.scss */
    .sp-pagenav-container .page-nav-button i.close-icon {
      display: inline-block;
      width: 0px;
      height: 12px;
      background-image: url(../images/icon-close.svg);
      background-repeat: no-repeat;
      background-size: 12px 12px;
      background-position: left center; }
    /* line 440, ../scss/cfgallery.scss */
    .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); }
  /* line 448, ../scss/cfgallery.scss */
  .sp-pagenav-container .sp-page-nav {
    position: absolute;
    padding-top: 8px;
    padding-bottom: 8px;
    bottom: 42px;
    left: 0;
    width: 100%;
    background-color: #000;
    border-top: 1px solid #444444; }
    /* line 458, ../scss/cfgallery.scss */
    .sp-pagenav-container .sp-page-nav ul {
      position: relative;
      width: 100%; }
      /* line 462, ../scss/cfgallery.scss */
      .sp-pagenav-container .sp-page-nav ul li {
        display: block;
        height: 32px;
        margin: 0; }
        /* line 467, ../scss/cfgallery.scss */
        .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/cf/cf-double-arrow.svg);
          background-size: 13px 13px;
          background-repeat: no-repeat;
          background-position: right center; }
          /* line 478, ../scss/cfgallery.scss */
          .sp-pagenav-container .sp-page-nav ul li a .label {
            color: #fff;
            font-size: 9pt;
            line-height: 32px;
            font-weight: 600;
            letter-spacing: 0; }
          /* line 486, ../scss/cfgallery.scss */
          .sp-pagenav-container .sp-page-nav ul li a .bg {
            display: none; }
  @media only screen and (min-width: 1140px) and (max-width: 10000px) {
    /* line 399, ../scss/cfgallery.scss */
    .sp-pagenav-container {
      display: none; } }

/* line 501, ../scss/cfgallery.scss */
.contents .video-block {
  position: relative;
  width: 100%;
  padding-top: 76px;
  padding-bottom: 50px; }
  /* line 507, ../scss/cfgallery.scss */
  .contents .video-block.video-block2 {
    border-bottom: 1px solid #444444; }
  @media only screen and (min-width: 768px) and (max-width: 1139px) {
    /* line 501, ../scss/cfgallery.scss */
    .contents .video-block {
      padding-top: 40px;
      padding-bottom: 20px; } }
  @media only screen and (min-width: 320px) and (max-width: 767px) {
    /* line 501, ../scss/cfgallery.scss */
    .contents .video-block {
      padding-top: 30px;
      padding-bottom: 30px; } }
/* line 522, ../scss/cfgallery.scss */
.contents .interview {
  position: relative;
  width: 100%;
  border-top: 1px solid #444444;
  		/*
  		@include mq-custom(768px, 1139px) {
  			padding-bottom: 60px;
  		}
  
  		@include mq-custom(320px, 767px) {
  			padding-bottom: 40px;
  		}
  		*/ }
/* line 537, ../scss/cfgallery.scss */
.contents .introduce {
  position: relative;
  width: 100%;
  overflow-x: hidden;
  padding-bottom: 70px; }
  @media only screen and (min-width: 768px) and (max-width: 1139px) {
    /* line 537, ../scss/cfgallery.scss */
    .contents .introduce {
      padding-top: 60px;
      border-top: 1px solid #444444; } }
  @media only screen and (min-width: 320px) and (max-width: 767px) {
    /* line 537, ../scss/cfgallery.scss */
    .contents .introduce {
      padding-top: 40px;
      padding-bottom: 20px;
      border-top: 1px solid #444444; } }
  /* line 554, ../scss/cfgallery.scss */
  .contents .introduce .intro-info {
    height: 680px; }
    @media only screen and (min-width: 768px) and (max-width: 1139px) {
      /* line 554, ../scss/cfgallery.scss */
      .contents .introduce .intro-info {
        height: auto; } }
    @media only screen and (min-width: 320px) and (max-width: 767px) {
      /* line 554, ../scss/cfgallery.scss */
      .contents .introduce .intro-info {
        height: auto; } }
  /* line 566, ../scss/cfgallery.scss */
  .contents .introduce .intro-players {
    width: 100%; }
    @media only screen and (min-width: 320px) and (max-width: 767px) {
      /* line 566, ../scss/cfgallery.scss */
      .contents .introduce .intro-players {
        padding-bottom: 14px; } }
  /* line 576, ../scss/cfgallery.scss */
  .contents .introduce .next-attention {
    margin-top: 38px; }
/* line 581, ../scss/cfgallery.scss */
.contents .plp-partner {
  width: 100%;
  height: 420px;
  padding-top: 60px;
  background-color: #fff; }
  @media only screen and (min-width: 768px) and (max-width: 1139px) {
    /* line 581, ../scss/cfgallery.scss */
    .contents .plp-partner {
      padding-top: 52px;
      height: 400px; } }
  @media only screen and (min-width: 320px) and (max-width: 767px) {
    /* line 581, ../scss/cfgallery.scss */
    .contents .plp-partner {
      padding-top: 30px;
      height: 304px; } }

/* ビデオコンテンツ */
/* line 601, ../scss/cfgallery.scss */
.video-block .video-container {
  position: relative;
  z-index: 3;
  width: 88%;
  max-width: 1280px;
  margin: 0 auto 0 auto; }
  /* line 608, ../scss/cfgallery.scss */
  .video-block .video-container .yt-video-box {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    border: 1px solid #585858;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-transform-origin: 50% 50% 0;
    -webkit-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
    /*
    &.show {
    	@include opacity(1.0);
    	@include transform(perspective(2400px) translateZ(0px) rotateX(0deg));
    	@include transition(all 2.0s ceaser($easeOutCirc));
    }
    */ }
    @media only screen and (min-width: 300px) and (max-width: 1139px) {
      /* line 608, ../scss/cfgallery.scss */
      .video-block .video-container .yt-video-box {
        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; } }
  /* line 632, ../scss/cfgallery.scss */
  .video-block .video-container .LineUnit {
    z-index: 0; }
/* line 635, ../scss/cfgallery.scss */
.video-block .video-share {
  position: relative;
  z-index: 2;
  width: 88.3%;
  max-width: 1280px;
  text-align: right;
  height: 34px;
  margin: 16px auto 0 auto; }
  /* line 644, ../scss/cfgallery.scss */
  .video-block .video-share .share-label {
    display: inline-block;
    height: 34px;
    line-height: 1.0em;
    vertical-align: middle; }
  /* line 651, ../scss/cfgallery.scss */
  .video-block .video-share a {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-left: 7px;
    opacity: 0.75;
    filter: alpha(opacity=75); }
    /* line 658, ../scss/cfgallery.scss */
    .video-block .video-share a:hover {
      opacity: 1;
      filter: alpha(opacity=100); }
    /* line 662, ../scss/cfgallery.scss */
    .video-block .video-share a img {
      display: block;
      width: 100%; }
  @media only screen and (min-width: 768px) and (max-width: 1139px) {
    /* line 635, ../scss/cfgallery.scss */
    .video-block .video-share {
      margin-top: 10px; } }
  @media only screen and (min-width: 320px) and (max-width: 767px) {
    /* line 635, ../scss/cfgallery.scss */
    .video-block .video-share {
      margin-top: 10px; }
      /* line 675, ../scss/cfgallery.scss */
      .video-block .video-share .share-label {
        height: 22px; }
      /* line 679, ../scss/cfgallery.scss */
      .video-block .video-share a {
        width: 22px;
        height: 22px;
        margin-left: 5px; } }
/* line 687, ../scss/cfgallery.scss */
.video-block .video-outline {
  position: relative;
  z-index: 1;
  width: 88.3%;
  margin: 0 auto 0 auto; }
  /* line 693, ../scss/cfgallery.scss */
  .video-block .video-outline .video-text {
    margin: 24px auto 42px auto;
    text-align: center; }
  /* line 698, ../scss/cfgallery.scss */
  .video-block .video-outline .BoxButtonUnit {
    height: 80px;
    margin: 0 auto 60px auto; }
    /* line 702, ../scss/cfgallery.scss */
    .video-block .video-outline .BoxButtonUnit .Rectangular {
      height: 80px; }
    /* line 705, ../scss/cfgallery.scss */
    .video-block .video-outline .BoxButtonUnit span {
      height: 80px;
      line-height: 1.45em;
      padding-top: 18px; }
      /* line 709, ../scss/cfgallery.scss */
      .video-block .video-outline .BoxButtonUnit span.sideA {
        background-image: url(../images/icon_arrow-right-red.svg); }
      /* line 710, ../scss/cfgallery.scss */
      .video-block .video-outline .BoxButtonUnit span br {
        display: block; }
  @media only screen and (min-width: 768px) and (max-width: 1139px) {
    /* line 687, ../scss/cfgallery.scss */
    .video-block .video-outline {
      margin-top: 20px; }
      /* line 718, ../scss/cfgallery.scss */
      .video-block .video-outline .video-text span {
        display: inline-block; } }
  @media only screen and (min-width: 320px) and (max-width: 767px) {
    /* line 687, ../scss/cfgallery.scss */
    .video-block .video-outline {
      width: 90%; }
      /* line 725, ../scss/cfgallery.scss */
      .video-block .video-outline .video-text {
        margin-top: 12px;
        margin-bottom: 22px;
        text-align: left;
        width: 95%; }
        /* line 730, ../scss/cfgallery.scss */
        .video-block .video-outline .video-text br {
          display: none; }
      /* line 733, ../scss/cfgallery.scss */
      .video-block .video-outline .BoxButtonUnit {
        width: 100%;
        max-width: 280px;
        margin: 0 auto 10px auto; } }
/* line 742, ../scss/cfgallery.scss */
.video-block .video-outline1 h3 {
  width: 400px;
  margin: 15px auto 0 auto;
  padding-left: 20px; }
  /* line 746, ../scss/cfgallery.scss */
  .video-block .video-outline1 h3 img {
    width: 100%; }
/* line 749, ../scss/cfgallery.scss */
.video-block .video-outline1 h4 {
  width: 310px;
  margin: 16px auto 0 auto; }
  /* line 752, ../scss/cfgallery.scss */
  .video-block .video-outline1 h4 img {
    width: 100%; }
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 760, ../scss/cfgallery.scss */
  .video-block .video-outline1 h3 {
    max-width: 290px;
    width: 95%;
    margin-top: 12px;
    padding-left: 10px; }
  /* line 767, ../scss/cfgallery.scss */
  .video-block .video-outline1 h4 {
    width: 82%;
    max-width: 250px;
    margin-top: 8px; } }
/* line 777, ../scss/cfgallery.scss */
.video-block .video-outline2 h3 {
  width: 400px;
  margin: 15px auto 0 auto;
  padding-left: 20px; }
  /* line 781, ../scss/cfgallery.scss */
  .video-block .video-outline2 h3 img {
    width: 100%; }
/* line 784, ../scss/cfgallery.scss */
.video-block .video-outline2 h4 {
  width: 178px;
  margin: 16px auto 0 auto; }
  /* line 787, ../scss/cfgallery.scss */
  .video-block .video-outline2 h4 img {
    width: 100%; }
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 795, ../scss/cfgallery.scss */
  .video-block .video-outline2 h3 {
    max-width: 290px;
    width: 95%;
    margin-top: 12px;
    padding-left: 10px; }
  /* line 802, ../scss/cfgallery.scss */
  .video-block .video-outline2 h4 {
    width: 51%;
    max-width: 250px;
    margin-top: 8px; } }
/* line 811, ../scss/cfgallery.scss */
.video-block .bg-circle {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0; }

/* フェンシング公開予定アテンション */
/* line 821, ../scss/cfgallery.scss */
.next-attention {
  display: table;
  position: relative;
  width: 840px;
  height: 280px;
  background-color: #000;
  margin: 0 auto 0 auto;
  overflow: hidden; }
  /* line 830, ../scss/cfgallery.scss */
  .next-attention .next-image {
    display: table-cell;
    width: 50%; }
    /* line 834, ../scss/cfgallery.scss */
    .next-attention .next-image img {
      display: block;
      width: 100%; }
  /* line 840, ../scss/cfgallery.scss */
  .next-attention .attention-label {
    display: table-cell;
    width: 50%;
    vertical-align: middle; }
    /* line 845, ../scss/cfgallery.scss */
    .next-attention .attention-label img {
      display: block;
      width: 297px;
      margin: 0 auto 0 auto; }
  @media only screen and (min-width: 768px) and (max-width: 1139px) {
    /* line 821, ../scss/cfgallery.scss */
    .next-attention {
      width: 700px;
      height: auto; } }
  @media only screen and (min-width: 320px) and (max-width: 767px) {
    /* line 821, ../scss/cfgallery.scss */
    .next-attention {
      display: block;
      width: 280px;
      height: auto; }
      /* line 862, ../scss/cfgallery.scss */
      .next-attention .next-image {
        display: block;
        width: 100%; }
      /* line 867, ../scss/cfgallery.scss */
      .next-attention .attention-label {
        display: block;
        width: 100%;
        padding: 20px 0 20px 0; }
        /* line 872, ../scss/cfgallery.scss */
        .next-attention .attention-label img {
          width: 236px; } }

/* インタビューエリア */
/* line 881, ../scss/cfgallery.scss */
.interview .intv-video-block {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  padding-top: 92px;
  padding-bottom: 172px;
  border-bottom: 1px solid #444444; }
  @media only screen and (min-width: 768px) and (max-width: 1139px) {
    /* line 881, ../scss/cfgallery.scss */
    .interview .intv-video-block {
      padding-top: 56px;
      padding-bottom: 120px; } }
  @media only screen and (min-width: 320px) and (max-width: 767px) {
    /* line 881, ../scss/cfgallery.scss */
    .interview .intv-video-block {
      padding-top: 32px;
      padding-bottom: 70px; } }
  /* line 899, ../scss/cfgallery.scss */
  .interview .intv-video-block h3.intv-title {
    position: relative;
    z-index: 2;
    width: 658px;
    padding-left: 6px;
    margin: 0 auto 36px auto; }
    /* line 905, ../scss/cfgallery.scss */
    .interview .intv-video-block h3.intv-title img {
      display: block;
      width: 100%; }
    @media only screen and (min-width: 320px) and (max-width: 767px) {
      /* line 899, ../scss/cfgallery.scss */
      .interview .intv-video-block h3.intv-title {
        width: 300px;
        margin-bottom: 20px; } }
  /* line 916, ../scss/cfgallery.scss */
  .interview .intv-video-block .video-container {
    position: relative;
    z-index: 3;
    width: 854px;
    height: 480px;
    margin: 0 auto 0 auto; }
    @media only screen and (min-width: 768px) and (max-width: 1139px) {
      /* line 916, ../scss/cfgallery.scss */
      .interview .intv-video-block .video-container {
        width: 88%;
        max-width: 854px;
        max-height: 480px; } }
    @media only screen and (min-width: 320px) and (max-width: 767px) {
      /* line 916, ../scss/cfgallery.scss */
      .interview .intv-video-block .video-container {
        width: 88%;
        max-width: 320px;
        max-height: 180px; } }
    /* line 935, ../scss/cfgallery.scss */
    .interview .intv-video-block .video-container .yt-video-box {
      position: relative;
      z-index: 1;
      width: 100%;
      height: 100%;
      border: 1px solid #585858;
      opacity: 0;
      filter: alpha(opacity=0);
      -moz-transform-origin: 50% 50% 0;
      -webkit-transform-origin: 50% 50% 0;
      transform-origin: 50% 50% 0;
      /*
      &.show {
      	@include opacity(1.0);
      	@include transform(perspective(2400px) translateZ(0px) rotateX(0deg));
      	@include transition('transform' 2.0s ceaser($easeOutCirc));
      	@include transition('opacity' 2.0 ceaser($linear));
      }
      */ }
      @media only screen and (min-width: 300px) and (max-width: 1139px) {
        /* line 935, ../scss/cfgallery.scss */
        .interview .intv-video-block .video-container .yt-video-box {
          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; } }
    /* line 960, ../scss/cfgallery.scss */
    .interview .intv-video-block .video-container .LineUnit {
      z-index: 0; }
  /* line 963, ../scss/cfgallery.scss */
  .interview .intv-video-block .intv-texts {
    position: relative;
    z-index: 1;
    width: 854px;
    padding-left: 2px;
    margin: 25px auto 0 auto; }
    /* line 970, ../scss/cfgallery.scss */
    .interview .intv-video-block .intv-texts .intv-copy {
      width: 100%; }
      /* line 972, ../scss/cfgallery.scss */
      .interview .intv-video-block .intv-texts .intv-copy img {
        display: block;
        width: 100%; }
    /* line 978, ../scss/cfgallery.scss */
    .interview .intv-video-block .intv-texts .intv-text {
      margin-top: 28px; }
    @media only screen and (min-width: 768px) and (max-width: 1139px) {
      /* line 963, ../scss/cfgallery.scss */
      .interview .intv-video-block .intv-texts {
        width: 88%; }
        /* line 985, ../scss/cfgallery.scss */
        .interview .intv-video-block .intv-texts .intv-text {
          margin-top: 20px; } }
    @media only screen and (min-width: 320px) and (max-width: 767px) {
      /* line 963, ../scss/cfgallery.scss */
      .interview .intv-video-block .intv-texts {
        width: 90%; }
        /* line 993, ../scss/cfgallery.scss */
        .interview .intv-video-block .intv-texts .intv-text {
          margin-top: 14px; }
          /* line 995, ../scss/cfgallery.scss */
          .interview .intv-video-block .intv-texts .intv-text br {
            display: none; } }
  /* line 1000, ../scss/cfgallery.scss */
  .interview .intv-video-block .intv-bg-typo {
    position: absolute;
    z-index: 0;
    bottom: 88px;
    left: 50%;
    margin-left: 70px;
    width: 505px;
    opacity: 0.06;
    filter: alpha(opacity=6); }
    /* line 1009, ../scss/cfgallery.scss */
    .interview .intv-video-block .intv-bg-typo img {
      display: block;
      width: 100%; }
    @media only screen and (min-width: 768px) and (max-width: 1139px) {
      /* line 1000, ../scss/cfgallery.scss */
      .interview .intv-video-block .intv-bg-typo {
        left: auto;
        right: 0;
        bottom: 30px; } }
    @media only screen and (min-width: 320px) and (max-width: 767px) {
      /* line 1000, ../scss/cfgallery.scss */
      .interview .intv-video-block .intv-bg-typo {
        width: 300px;
        left: auto;
        right: 0;
        bottom: 0;
        margin-left: -150px; } }
/* line 1030, ../scss/cfgallery.scss */
.interview .intv-sec-block {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #444444; }
  /* line 1036, ../scss/cfgallery.scss */
  .interview .intv-sec-block .intv-sec-box {
    display: table;
    position: relative;
    width: 100%;
    min-height: 480px;
    background-color: #000;
    transform-style: flat;
    -moz-transform-origin: 50% 0 0;
    -webkit-transform-origin: 50% 0 0;
    transform-origin: 50% 0 0; }
    /* line 1046, ../scss/cfgallery.scss */
    .interview .intv-sec-block .intv-sec-box.showComplete {
      -moz-transform: none;
      -ms-transform: none;
      -webkit-transform: none;
      transform: none; }
    @media only screen and (min-width: 768px) and (max-width: 1139px) {
      /* line 1036, ../scss/cfgallery.scss */
      .interview .intv-sec-block .intv-sec-box {
        display: block;
        padding-top: 62px;
        padding-bottom: 65px; } }
    @media only screen and (min-width: 320px) and (max-width: 767px) {
      /* line 1036, ../scss/cfgallery.scss */
      .interview .intv-sec-block .intv-sec-box {
        display: block;
        padding-top: 30px;
        padding-bottom: 40px; } }
    /* line 1062, ../scss/cfgallery.scss */
    .interview .intv-sec-block .intv-sec-box .intv-sec-content {
      position: relative;
      z-index: 1;
      display: table-cell;
      vertical-align: middle;
      width: 516px;
      height: 100%;
      padding: 0 68px 0 68px; }
      /* line 1071, ../scss/cfgallery.scss */
      .interview .intv-sec-block .intv-sec-box .intv-sec-content .intv-section {
        display: table-cell;
        vertical-align: middle;
        width: 380px;
        height: 100%; }
      @media only screen and (min-width: 768px) and (max-width: 1139px) {
        /* line 1062, ../scss/cfgallery.scss */
        .interview .intv-sec-block .intv-sec-box .intv-sec-content {
          display: block;
          width: 80%;
          margin: 0 auto 0 auto;
          padding: 0; }
          /* line 1084, ../scss/cfgallery.scss */
          .interview .intv-sec-block .intv-sec-box .intv-sec-content .intv-section {
            display: block;
            width: 100%; } }
      @media only screen and (min-width: 320px) and (max-width: 767px) {
        /* line 1062, ../scss/cfgallery.scss */
        .interview .intv-sec-block .intv-sec-box .intv-sec-content {
          display: block;
          width: 85%;
          margin: 0 auto 0 auto;
          padding: 0; }
          /* line 1096, ../scss/cfgallery.scss */
          .interview .intv-sec-block .intv-sec-box .intv-sec-content .intv-section {
            display: block;
            width: 100%; } }
    /* line 1103, ../scss/cfgallery.scss */
    .interview .intv-sec-block .intv-sec-box .intv-sec-image {
      position: relative;
      z-index: 0;
      display: table-cell;
      vertical-align: middle; }
      /* line 1108, ../scss/cfgallery.scss */
      .interview .intv-sec-block .intv-sec-box .intv-sec-image img {
        display: block;
        width: 100%; }
      @media only screen and (min-width: 768px) and (max-width: 1139px) {
        /* line 1103, ../scss/cfgallery.scss */
        .interview .intv-sec-block .intv-sec-box .intv-sec-image {
          display: block;
          width: 80%;
          margin: 0 auto 0 auto; } }
      @media only screen and (min-width: 320px) and (max-width: 767px) {
        /* line 1103, ../scss/cfgallery.scss */
        .interview .intv-sec-block .intv-sec-box .intv-sec-image {
          display: block;
          width: 85%;
          margin: 0 auto 0 auto; } }
    /* line 1126, ../scss/cfgallery.scss */
    .interview .intv-sec-block .intv-sec-box .trans-bg {
      position: absolute;
      z-index: 2;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #fff; }
      @media only screen and (min-width: 300px) and (max-width: 1139px) {
        /* line 1126, ../scss/cfgallery.scss */
        .interview .intv-sec-block .intv-sec-box .trans-bg {
          display: none; } }
    /* line 1141, ../scss/cfgallery.scss */
    .interview .intv-sec-block .intv-sec-box.sec-box5 .intv-sec-content {
      width: 554px; }
      /* line 1144, ../scss/cfgallery.scss */
      .interview .intv-sec-block .intv-sec-box.sec-box5 .intv-sec-content .intv-section {
        width: 418px; }
    @media only screen and (min-width: 768px) and (max-width: 1139px) {
      /* line 1150, ../scss/cfgallery.scss */
      .interview .intv-sec-block .intv-sec-box.sec-box5 .intv-sec-content {
        width: 80%; }
        /* line 1153, ../scss/cfgallery.scss */
        .interview .intv-sec-block .intv-sec-box.sec-box5 .intv-sec-content .intv-section {
          width: 100%; } }
    @media only screen and (min-width: 320px) and (max-width: 767px) {
      /* line 1160, ../scss/cfgallery.scss */
      .interview .intv-sec-block .intv-sec-box.sec-box5 .intv-sec-content {
        width: 85%; }
        /* line 1163, ../scss/cfgallery.scss */
        .interview .intv-sec-block .intv-sec-box.sec-box5 .intv-sec-content .intv-section {
          width: 100%; } }
/* line 1172, ../scss/cfgallery.scss */
.interview .next-attention {
  margin-top: 32px; }

/* line 1179, ../scss/cfgallery.scss */
.intv-section .sec-subtitle {
  margin-bottom: 18px; }
  /* line 1181, ../scss/cfgallery.scss */
  .intv-section .sec-subtitle img {
    width: 100%; }
/* line 1184, ../scss/cfgallery.scss */
.intv-section .ts-comment {
  display: inline-block;
  font-size: 13pt;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  padding: 3px 6px 3px 16px;
  margin-bottom: 14px;
  background-image: url(../images/cf/cf-intv-kagikakko-start.svg), url(../images/cf/cf-intv-kagikakko-end.svg);
  background-repeat: no-repeat, no-repeat;
  background-position: top left, bottom right;
  background-size: 12px 19px, 12px 19px; }
/* line 1199, ../scss/cfgallery.scss */
.intv-section.intv-section1 .sec-subtitle {
  width: 368px; }
/* line 1203, ../scss/cfgallery.scss */
.intv-section.intv-section2 .sec-subtitle {
  width: 326px; }
/* line 1207, ../scss/cfgallery.scss */
.intv-section.intv-section4 .sec-subtitle {
  width: 278px; }
/* line 1211, ../scss/cfgallery.scss */
.intv-section.intv-section5 .sec-subtitle {
  width: 394px; }
/* line 1214, ../scss/cfgallery.scss */
.intv-section .sec-block-bottom {
  width: 100%;
  margin-top: 50px; }
/* line 1221, ../scss/cfgallery.scss */
.intv-section .BoxButtonUnit span.sideA {
  background-image: url(../images/icon_arrow-right-red.svg); }
@media only screen and (min-width: 768px) and (max-width: 1139px) {
  /* line 1230, ../scss/cfgallery.scss */
  .intv-section .ts-comment {
    font-size: 12pt;
    background-size: 10px 16px, 10px 16px;
    padding: 2px 5px 2px 10px; }
    /* line 1234, ../scss/cfgallery.scss */
    .intv-section .ts-comment br {
      display: none; }
  /* line 1238, ../scss/cfgallery.scss */
  .intv-section .text br {
    display: none; }
  /* line 1241, ../scss/cfgallery.scss */
  .intv-section .sec-block-bottom {
    margin-top: 30px; }
  /* line 1245, ../scss/cfgallery.scss */
  .intv-section.intv-section1 {
    margin-bottom: 42px; }
  /* line 1249, ../scss/cfgallery.scss */
  .intv-section.intv-section2 {
    margin-top: 42px;
    margin-bottom: 0; }
  /* line 1254, ../scss/cfgallery.scss */
  .intv-section.intv-section3 {
    margin-bottom: 42px; }
  /* line 1258, ../scss/cfgallery.scss */
  .intv-section.intv-section4 {
    margin-top: 42px; }
  /* line 1262, ../scss/cfgallery.scss */
  .intv-section.intv-section5 {
    margin-top: 0;
    margin-bottom: 42px; } }
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 1177, ../scss/cfgallery.scss */
  .intv-section {
    margin-top: 30px; }
    /* line 1271, ../scss/cfgallery.scss */
    .intv-section .ts-comment {
      font-size: 12pt;
      line-height: 1.35em;
      background-size: 10px 16px, 10px 16px;
      padding: 4px 2px 4px 8px;
      margin-bottom: 8px; }
      /* line 1277, ../scss/cfgallery.scss */
      .intv-section .ts-comment br {
        display: none; }
    /* line 1281, ../scss/cfgallery.scss */
    .intv-section .text br {
      display: none; }
    /* line 1284, ../scss/cfgallery.scss */
    .intv-section .sec-block-bottom {
      margin-top: 30px; }
    /* line 1288, ../scss/cfgallery.scss */
    .intv-section.intv-section1 {
      margin-top: 0px;
      margin-bottom: 30px; }
      /* line 1291, ../scss/cfgallery.scss */
      .intv-section.intv-section1 .sec-subtitle {
        width: 270px; }
    /* line 1294, ../scss/cfgallery.scss */
    .intv-section.intv-section2 {
      margin-top: 30px; }
      /* line 1296, ../scss/cfgallery.scss */
      .intv-section.intv-section2 .sec-subtitle {
        width: 248px; }
    /* line 1299, ../scss/cfgallery.scss */
    .intv-section.intv-section3 {
      margin-top: 0px;
      margin-bottom: 30px; }
    /* line 1305, ../scss/cfgallery.scss */
    .intv-section.intv-section4 .sec-subtitle {
      width: 212px; }
    /* line 1308, ../scss/cfgallery.scss */
    .intv-section.intv-section5 {
      margin-top: 0;
      margin-bottom: 30px; }
      /* line 1311, ../scss/cfgallery.scss */
      .intv-section.intv-section5 .sec-subtitle {
        width: 280px; }
    /* line 1315, ../scss/cfgallery.scss */
    .intv-section .BoxButtonUnit {
      width: 100%;
      max-width: 280px;
      margin: 0 auto 0 auto; } }

/* line 1323, ../scss/cfgallery.scss */
.intro-info {
  overflow: hidden; }
  /* line 1326, ../scss/cfgallery.scss */
  .intro-info .intro-info-box {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 5%;
    width: 33%;
    min-width: 400px;
    height: 680px; }
    @media only screen and (min-width: 300px) and (max-width: 1139px) {
      /* line 1326, ../scss/cfgallery.scss */
      .intro-info .intro-info-box {
        display: block;
        position: relative;
        width: 80%;
        top: auto;
        right: auto;
        margin: 0 auto 60px auto;
        height: auto; } }
    @media only screen and (min-width: 320px) and (max-width: 767px) {
      /* line 1326, ../scss/cfgallery.scss */
      .intro-info .intro-info-box {
        min-width: 260px;
        margin-bottom: 40px; } }
  /* line 1352, ../scss/cfgallery.scss */
  .intro-info .intro-info-sec {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0; }
    /* line 1358, ../scss/cfgallery.scss */
    .intro-info .intro-info-sec .intro-info-sec-texts {
      position: relative;
      width: 100%;
      opacity: 0;
      filter: alpha(opacity=0);
      transform-style: flat;
      -moz-transform-origin: 50% 50% 0;
      -webkit-transform-origin: 50% 50% 0;
      transform-origin: 50% 50% 0; }
      /* line 1365, ../scss/cfgallery.scss */
      .intro-info .intro-info-sec .intro-info-sec-texts.hide {
        -moz-transform: perspective(2400px) rotateX(-90deg);
        -ms-transform: perspective(2400px) rotateX(-90deg);
        -webkit-transform: perspective(2400px) rotateX(-90deg);
        transform: perspective(2400px) rotateX(-90deg); }
      /* line 1370, ../scss/cfgallery.scss */
      .intro-info .intro-info-sec .intro-info-sec-texts.show {
        opacity: 1;
        filter: alpha(opacity=100);
        -moz-transform: perspective(2400px) rotate(0deg);
        -ms-transform: perspective(2400px) rotate(0deg);
        -webkit-transform: perspective(2400px) rotate(0deg);
        transform: perspective(2400px) rotate(0deg);
        -moz-transition: all 1.5s cubic-bezier(0.165, 0.840, 0.440, 1.000);
        -o-transition: all 1.5s cubic-bezier(0.165, 0.840, 0.440, 1.000);
        -webkit-transition: all 1.5s cubic-bezier(0.165, 0.840, 0.440, 1.000);
        transition: all 1.5s cubic-bezier(0.165, 0.840, 0.440, 1.000); }
      @media only screen and (min-width: 300px) and (max-width: 1139px) {
        /* line 1358, ../scss/cfgallery.scss */
        .intro-info .intro-info-sec .intro-info-sec-texts {
          opacity: 1;
          filter: alpha(opacity=100); } }
    /* line 1382, ../scss/cfgallery.scss */
    .intro-info .intro-info-sec .intro-info-title {
      position: relative;
      top: 0;
      width: 395px; }
      /* line 1388, ../scss/cfgallery.scss */
      .intro-info .intro-info-sec .intro-info-title img {
        display: block;
        width: 100%; }
    /* line 1394, ../scss/cfgallery.scss */
    .intro-info .intro-info-sec .info-text {
      position: relative;
      padding-top: 22px; }
    @media only screen and (min-width: 768px) and (max-width: 1139px) {
      /* line 1352, ../scss/cfgallery.scss */
      .intro-info .intro-info-sec {
        display: block;
        position: relative; }
        /* line 1403, ../scss/cfgallery.scss */
        .intro-info .intro-info-sec .intro-info-title {
          margin: 0 auto 0 auto; } }
    @media only screen and (min-width: 320px) and (max-width: 767px) {
      /* line 1352, ../scss/cfgallery.scss */
      .intro-info .intro-info-sec {
        display: block;
        position: relative; }
        /* line 1412, ../scss/cfgallery.scss */
        .intro-info .intro-info-sec .intro-info-title {
          margin: 0 auto 0 auto;
          width: 265px; } }
  /* line 1420, ../scss/cfgallery.scss */
  .intro-info .intro-info-image {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 680px;
    background-image: url(../images/cf/cf-rugby-photo.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    transform-style: flat;
    -moz-transform-origin: 50% 50% 0;
    -webkit-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0; }
    @media only screen and (min-width: 768px) and (max-width: 1139px) {
      /* line 1420, ../scss/cfgallery.scss */
      .intro-info .intro-info-image {
        position: relative;
        width: 100%;
        height: auto;
        padding-top: 40%;
        background-position: 40% 20%; } }
    @media only screen and (min-width: 320px) and (max-width: 767px) {
      /* line 1420, ../scss/cfgallery.scss */
      .intro-info .intro-info-image {
        position: relative;
        width: 100%;
        height: auto;
        padding-top: 60%;
        background-position: 0% 20%; } }
  /* line 1449, ../scss/cfgallery.scss */
  .intro-info .intro-info-lines {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 680px; }
    /* line 1455, ../scss/cfgallery.scss */
    .intro-info .intro-info-lines span.line {
      display: block;
      position: absolute;
      width: 0;
      height: 1px;
      background-color: #fff; }
    /* line 1463, ../scss/cfgallery.scss */
    .intro-info .intro-info-lines .line-top {
      top: 0;
      left: 0; }
    /* line 1464, ../scss/cfgallery.scss */
    .intro-info .intro-info-lines .line-bottom {
      bottom: 0;
      right: 0; }
  /* line 1470, ../scss/cfgallery.scss */
  .intro-info.fencing-info .intro-info-box {
    top: 0;
    left: 5%;
    width: 30%;
    min-width: 340px; }
    @media only screen and (min-width: 768px) and (max-width: 1139px) {
      /* line 1470, ../scss/cfgallery.scss */
      .intro-info.fencing-info .intro-info-box {
        width: 80%;
        min-width: auto;
        top: auto;
        left: auto; } }
    @media only screen and (min-width: 320px) and (max-width: 767px) {
      /* line 1470, ../scss/cfgallery.scss */
      .intro-info.fencing-info .intro-info-box {
        width: 80%;
        min-width: 260px;
        top: auto;
        left: auto; } }
  /* line 1492, ../scss/cfgallery.scss */
  .intro-info.fencing-info .intro-info-sec .intro-info-title {
    width: 211px; }
    @media only screen and (min-width: 320px) and (max-width: 767px) {
      /* line 1492, ../scss/cfgallery.scss */
      .intro-info.fencing-info .intro-info-sec .intro-info-title {
        width: 142px; } }
  /* line 1501, ../scss/cfgallery.scss */
  .intro-info.fencing-info .intro-info-image {
    background-image: url(../images/cf/cf-fencing-photo.jpg); }
    @media only screen and (min-width: 320px) and (max-width: 767px) {
      /* line 1501, ../scss/cfgallery.scss */
      .intro-info.fencing-info .intro-info-image {
        background-position: 100% 50%; } }

/* line 1512, ../scss/cfgallery.scss */
.intro-players .players-info {
  padding-top: 53px;
  width: 100%; }
  @media only screen and (min-width: 320px) and (max-width: 767px) {
    /* line 1512, ../scss/cfgallery.scss */
    .intro-players .players-info {
      padding-top: 40px; } }
  /* line 1520, ../scss/cfgallery.scss */
  .intro-players .players-info .video-name {
    width: 502px;
    margin: 0 auto 22px auto; }
    /* line 1523, ../scss/cfgallery.scss */
    .intro-players .players-info .video-name img {
      display: block;
      width: 100%; }
    @media only screen and (min-width: 320px) and (max-width: 767px) {
      /* line 1520, ../scss/cfgallery.scss */
      .intro-players .players-info .video-name {
        width: 300px;
        margin-bottom: 14px; } }
  /* line 1534, ../scss/cfgallery.scss */
  .intro-players .players-info .player-title {
    width: 332px;
    margin: 0 auto 30px auto; }
    /* line 1537, ../scss/cfgallery.scss */
    .intro-players .players-info .player-title img {
      display: block;
      width: 100%; }
    @media only screen and (min-width: 320px) and (max-width: 767px) {
      /* line 1534, ../scss/cfgallery.scss */
      .intro-players .players-info .player-title {
        width: 240px;
        margin-bottom: 14px; } }
  /* line 1548, ../scss/cfgallery.scss */
  .intro-players .players-info .team-name {
    width: 352px;
    margin: 0 auto 0 auto;
    text-align: center;
    padding: 11px 0 11px 0;
    border: 1px solid #585858; }
    /* line 1555, ../scss/cfgallery.scss */
    .intro-players .players-info .team-name img {
      display: block;
      width: 270px;
      height: 18px;
      margin: 0 auto 0 auto; }
    @media only screen and (min-width: 320px) and (max-width: 767px) {
      /* line 1548, ../scss/cfgallery.scss */
      .intro-players .players-info .team-name {
        width: 250px;
        padding: 7px 0 7px 0; }
        /* line 1565, ../scss/cfgallery.scss */
        .intro-players .players-info .team-name img {
          width: 92%;
          height: auto; } }
/* line 1576, ../scss/cfgallery.scss */
.intro-players.fencing-players .players-info .video-name {
  width: 370px; }
  @media only screen and (min-width: 320px) and (max-width: 767px) {
    /* line 1576, ../scss/cfgallery.scss */
    .intro-players.fencing-players .players-info .video-name {
      width: 222px;
      margin-bottom: 14px; } }
/* line 1585, ../scss/cfgallery.scss */
.intro-players.fencing-players .players-info .player-title {
  width: 167px; }
  @media only screen and (min-width: 320px) and (max-width: 767px) {
    /* line 1585, ../scss/cfgallery.scss */
    .intro-players.fencing-players .players-info .player-title {
      width: 121px;
      margin-bottom: 14px; } }
/* line 1594, ../scss/cfgallery.scss */
.intro-players.fencing-players .players-info .team-name {
  width: 776px; }
  /* line 1596, ../scss/cfgallery.scss */
  .intro-players.fencing-players .players-info .team-name img {
    width: 726px;
    height: 18px; }
  @media only screen and (min-width: 768px) and (max-width: 1139px) {
    /* line 1594, ../scss/cfgallery.scss */
    .intro-players.fencing-players .players-info .team-name {
      width: 720px; }
      /* line 1604, ../scss/cfgallery.scss */
      .intro-players.fencing-players .players-info .team-name img {
        width: 95%; } }
  @media only screen and (min-width: 320px) and (max-width: 767px) {
    /* line 1594, ../scss/cfgallery.scss */
    .intro-players.fencing-players .players-info .team-name {
      width: 250px;
      padding: 10px 0 10px 0; }
      /* line 1612, ../scss/cfgallery.scss */
      .intro-players.fencing-players .players-info .team-name img {
        width: 90%;
        height: auto; } }
/* line 1621, ../scss/cfgallery.scss */
.intro-players ul.players-list {
  width: 100%;
  text-align: center;
  margin-top: 37px; }
  @media only screen and (min-width: 768px) and (max-width: 1139px) {
    /* line 1621, ../scss/cfgallery.scss */
    .intro-players ul.players-list {
      max-width: 768px;
      margin: 37px auto 0 auto; } }
  @media only screen and (min-width: 320px) and (max-width: 767px) {
    /* line 1621, ../scss/cfgallery.scss */
    .intro-players ul.players-list {
      max-width: 320px;
      margin: 14px auto 0 auto; } }
  /* line 1636, ../scss/cfgallery.scss */
  .intro-players ul.players-list li.player-list-item {
    display: inline-block;
    width: 16.1%;
    margin-right: 15px;
    margin-bottom: 37px; }
    /* line 1642, ../scss/cfgallery.scss */
    .intro-players ul.players-list li.player-list-item#rugby-player5 {
      margin-right: 0; }
    /* line 1643, ../scss/cfgallery.scss */
    .intro-players ul.players-list li.player-list-item#rugby-player9 {
      margin-right: 0; }
    @media only screen and (min-width: 768px) and (max-width: 1139px) {
      /* line 1636, ../scss/cfgallery.scss */
      .intro-players ul.players-list li.player-list-item {
        width: 220px;
        margin-bottom: 22px; }
        /* line 1649, ../scss/cfgallery.scss */
        .intro-players ul.players-list li.player-list-item#rugby-player3 {
          margin-right: 0; }
        /* line 1650, ../scss/cfgallery.scss */
        .intro-players ul.players-list li.player-list-item#rugby-player6 {
          margin-right: 0; }
        /* line 1651, ../scss/cfgallery.scss */
        .intro-players ul.players-list li.player-list-item#rugby-player9 {
          margin-right: 0; }
        /* line 1653, ../scss/cfgallery.scss */
        .intro-players ul.players-list li.player-list-item#rugby-player5 {
          margin-right: 15px; } }
    @media only screen and (min-width: 320px) and (max-width: 767px) {
      /* line 1636, ../scss/cfgallery.scss */
      .intro-players ul.players-list li.player-list-item {
        width: 140px;
        margin-bottom: 12px;
        margin-right: 5px;
        font-size: 9.5pt; }
        /* line 1662, ../scss/cfgallery.scss */
        .intro-players ul.players-list li.player-list-item#rugby-player2 {
          margin-right: 0; }
        /* line 1663, ../scss/cfgallery.scss */
        .intro-players ul.players-list li.player-list-item#rugby-player4 {
          margin-right: 0; }
        /* line 1664, ../scss/cfgallery.scss */
        .intro-players ul.players-list li.player-list-item#rugby-player6 {
          margin-right: 0; }
        /* line 1665, ../scss/cfgallery.scss */
        .intro-players ul.players-list li.player-list-item#rugby-player8 {
          margin-right: 0; }
        /* line 1667, ../scss/cfgallery.scss */
        .intro-players ul.players-list li.player-list-item#rugby-player5 {
          margin-right: 5px; } }
    /* line 1670, ../scss/cfgallery.scss */
    .intro-players ul.players-list li.player-list-item .player {
      display: block;
      overflow-x: hidden;
      position: relative;
      width: 100%;
      border: 1px solid #585858;
      opacity: 0;
      filter: alpha(opacity=0);
      transform-style: flat;
      -moz-transform-origin: 50% 50% 0;
      -webkit-transform-origin: 50% 50% 0;
      transform-origin: 50% 50% 0;
      -moz-transform: perspective(2400px) rotateX(180deg) rotateY(-180deg);
      -ms-transform: perspective(2400px) rotateX(180deg) rotateY(-180deg);
      -webkit-transform: perspective(2400px) rotateX(180deg) rotateY(-180deg);
      transform: perspective(2400px) rotateX(180deg) rotateY(-180deg);
      -moz-transition: all 1s cubic-bezier(0.165, 0.840, 0.440, 1.000);
      -o-transition: all 1s cubic-bezier(0.165, 0.840, 0.440, 1.000);
      -webkit-transition: all 1s cubic-bezier(0.165, 0.840, 0.440, 1.000);
      transition: all 1s cubic-bezier(0.165, 0.840, 0.440, 1.000); }
      /* line 1682, ../scss/cfgallery.scss */
      .intro-players ul.players-list li.player-list-item .player.show {
        opacity: 1;
        filter: alpha(opacity=100);
        -moz-transform: perspective(2400px) rotateX(0deg) rotateY(0deg);
        -ms-transform: perspective(2400px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(2400px) rotateX(0deg) rotateY(0deg);
        transform: perspective(2400px) rotateX(0deg) rotateY(0deg); }
      @media only screen and (min-width: 300px) and (max-width: 1139px) {
        /* line 1670, ../scss/cfgallery.scss */
        .intro-players ul.players-list li.player-list-item .player {
          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; } }
      /* line 1693, ../scss/cfgallery.scss */
      .intro-players ul.players-list li.player-list-item .player .player-photo {
        position: relative;
        z-index: 0;
        width: 100%; }
        /* line 1698, ../scss/cfgallery.scss */
        .intro-players ul.players-list li.player-list-item .player .player-photo img {
          display: block;
          width: 100%; }
      /* line 1704, ../scss/cfgallery.scss */
      .intro-players ul.players-list li.player-list-item .player .player-name {
        position: relative;
        z-index: 1;
        display: table;
        width: 101%;
        height: 32px;
        margin-top: -32px;
        line-height: 32px;
        background-color: #000;
        -webkit-font-smoothing: subpixel-antialiased;
        -moz-osx-font-smoothing: auto; }
        /* line 1715, ../scss/cfgallery.scss */
        .intro-players ul.players-list li.player-list-item .player .player-name .number {
          display: table-cell;
          width: 32px;
          height: 32px;
          vertical-align: middle;
          background-color: #e30920;
          font-family: helvetica, arial, sans-serif;
          font-size: 12.5pt; }
        /* line 1725, ../scss/cfgallery.scss */
        .intro-players ul.players-list li.player-list-item .player .player-name .name {
          display: table-cell;
          height: 32px;
          vertical-align: middle; }

/* line 1737, ../scss/cfgallery.scss */
.plp-partner .partner-text {
  width: 720px;
  margin: 0 auto 24px auto; }
  /* line 1740, ../scss/cfgallery.scss */
  .plp-partner .partner-text img {
    display: block;
    width: 100%; }
  @media only screen and (min-width: 320px) and (max-width: 767px) {
    /* line 1737, ../scss/cfgallery.scss */
    .plp-partner .partner-text {
      width: 300px;
      margin-bottom: 12px; } }
/* line 1755, ../scss/cfgallery.scss */
.plp-partner .partner-logo {
  width: 286px;
  margin: 0 auto 0 auto; }
  /* line 1758, ../scss/cfgallery.scss */
  .plp-partner .partner-logo img {
    display: block;
    width: 100%; }
  @media only screen and (min-width: 320px) and (max-width: 767px) {
    /* line 1755, ../scss/cfgallery.scss */
    .plp-partner .partner-logo {
      width: 200px; } }
/* line 1768, ../scss/cfgallery.scss */
.plp-partner .partner-comment {
  width: 720px;
  margin: 20px auto 0 auto;
  color: #888;
  font-size: 10pt;
  line-height: 1.3em;
  text-align: center; }
  @media only screen and (min-width: 320px) and (max-width: 767px) {
    /* line 1768, ../scss/cfgallery.scss */
    .plp-partner .partner-comment {
      width: 90%;
      font-size: 8.5pt;
      letter-spacing: 0;
      text-align: left; }
      /* line 1781, ../scss/cfgallery.scss */
      .plp-partner .partner-comment br {
        display: none; } }

/* バナーエリア */
/* line 1787, ../scss/cfgallery.scss */
.bnr-area {
  padding: 46px 0 38px 0;
  text-align: center; }
  @media only screen and (min-width: 320px) and (max-width: 767px) {
    /* line 1787, ../scss/cfgallery.scss */
    .bnr-area {
      padding: 20px 0 10px 0; } }
  /* line 1796, ../scss/cfgallery.scss */
  .bnr-area .bnr-item {
    display: inline-block;
    width: 382px;
    height: 122px;
    margin: 0 9px 0 9px; }
    /* line 1803, ../scss/cfgallery.scss */
    .bnr-area .bnr-item .BoxButtonUnit .Rectangular {
      height: 122px; }
    /* line 1807, ../scss/cfgallery.scss */
    .bnr-area .bnr-item .BoxButtonUnit span {
      width: 382px;
      height: 122px; }
      /* line 1810, ../scss/cfgallery.scss */
      .bnr-area .bnr-item .BoxButtonUnit span img {
        display: block;
        width: 380px;
        height: 120px; }
      /* line 1820, ../scss/cfgallery.scss */
      .bnr-area .bnr-item .BoxButtonUnit span.sideB {
        line-height: 120px;
        font-size: 12pt;
        background-color: #242424;
        -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); }
    /* line 1830, ../scss/cfgallery.scss */
    .bnr-area .bnr-item .BoxButtonUnit:hover span.sideA {
      -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); }
    /* line 1834, ../scss/cfgallery.scss */
    .bnr-area .bnr-item .BoxButtonUnit:hover span.sideB {
      -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); }
    @media only screen and (min-width: 320px) and (max-width: 1139px) {
      /* line 1796, ../scss/cfgallery.scss */
      .bnr-area .bnr-item {
        width: 287px;
        height: 92px;
        margin-bottom: 6px; }
        /* line 1847, ../scss/cfgallery.scss */
        .bnr-area .bnr-item .BoxButtonUnit .Rectangular {
          height: 90px; }
        /* line 1851, ../scss/cfgallery.scss */
        .bnr-area .bnr-item .BoxButtonUnit span {
          width: 287px;
          height: 92px;
          padding: 0; }
          /* line 1856, ../scss/cfgallery.scss */
          .bnr-area .bnr-item .BoxButtonUnit span img {
            display: block;
            width: 285px;
            height: 90px; }
          /* line 1862, ../scss/cfgallery.scss */
          .bnr-area .bnr-item .BoxButtonUnit span.sideB {
            line-height: 90px; }
        /* line 1869, ../scss/cfgallery.scss */
        .bnr-area .bnr-item .BoxButtonUnit:hover span.sideA {
          -moz-transform: none;
          -ms-transform: none;
          -webkit-transform: none;
          transform: none; }
        /* line 1873, ../scss/cfgallery.scss */
        .bnr-area .bnr-item .BoxButtonUnit:hover span.sideB {
          -moz-transform: none;
          -ms-transform: none;
          -webkit-transform: none;
          transform: none; } }

/* line 1884, ../scss/cfgallery.scss */
.LineUnit {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  /* line 1891, ../scss/cfgallery.scss */
  .LineUnit span.line {
    display: block;
    position: absolute;
    background-color: #fff; }
  /* line 1897, ../scss/cfgallery.scss */
  .LineUnit .line-top {
    z-index: 1;
    top: 0;
    left: 0;
    width: 0;
    height: 1px; }
  /* line 1904, ../scss/cfgallery.scss */
  .LineUnit .line-bottom {
    z-index: 2;
    bottom: 0;
    right: 0;
    width: 0;
    height: 1px; }
  /* line 1911, ../scss/cfgallery.scss */
  .LineUnit .line-left {
    z-index: 3;
    top: 0;
    left: 0;
    width: 1px;
    height: 0; }
  /* line 1918, ../scss/cfgallery.scss */
  .LineUnit .line-right {
    z-index: 4;
    bottom: 0;
    right: 0;
    width: 1px;
    height: 0; }
