@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 8, ../scss/index.scss */
body {
  background-color: #000; }

/* line 13, ../scss/index.scss */
.wrapper {
  width: 100%;
  visibility: hidden;
  max-width: 1600px;
  margin: 0 auto 0 auto;
  overflow: hidden;
  background-color: #242424; }

/* line 21, ../scss/index.scss */
#index {
  position: relative;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  display: hide; }
  /* line 29, ../scss/index.scss */
  #index .contents {
    position: relative;
    width: 100%; }
  /* line 34, ../scss/index.scss */
  #index .head-contents {
    position: relative;
    z-index: 2;
    width: 100%; }
  /* line 40, ../scss/index.scss */
  #index .main {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 700px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    overflow-x: hidden; }
  /* line 51, ../scss/index.scss */
  #index #mainContents {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #242424; }
  /* line 59, ../scss/index.scss */
  #index .index-nav {
    position: relative;
    z-index: 3;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    margin-top: 20px;
    margin-bottom: 20px; }
  /* line 70, ../scss/index.scss */
  #index .index-footer .footer-box .front-side {
    background-color: #242424;
    border-top: 1px solid rgba(255, 255, 255, 0.5); }
  @media only screen and (min-width: 320px) and (max-width: 767px) {
    /* line 78, ../scss/index.scss */
    #index .main {
      height: 510px; }
    /* line 83, ../scss/index.scss */
    #index .index-nav {
      height: 841px;
      border-top: none; }
    /* line 88, ../scss/index.scss */
    #index #mainContents {
      width: 100%;
      height: 390px; } }

/* line 96, ../scss/index.scss */
.head-contents .header-share {
  right: 135px; }
  @media only screen and (min-width: 768px) and (max-width: 1139px) {
    /* line 96, ../scss/index.scss */
    .head-contents .header-share {
      right: 66px; } }
  @media only screen and (min-width: 320px) and (max-width: 767px) {
    /* line 96, ../scss/index.scss */
    .head-contents .header-share {
      right: 56px; } }
/* line 108, ../scss/index.scss */
.head-contents a.sound-btn {
  display: block;
  position: absolute;
  top: 17px;
  right: 58px;
  width: 72px;
  height: 30px;
  overflow: hidden;
  opacity: 0.75;
  filter: alpha(opacity=75); }
  /* line 119, ../scss/index.scss */
  .head-contents a.sound-btn .sound-label {
    display: block;
    position: absolute;
    top: 8px;
    left: 8px;
    overflow: hidden;
    width: 35px;
    height: 0 !important;
    height: 14px;
    padding-top: 14px;
    line-height: 14px;
    background-image: url(../images/sound-label.svg);
    background-repeat: no-repeat;
    background-size: 35px 14px; }
  /* line 127, ../scss/index.scss */
  .head-contents a.sound-btn .sound-onoff {
    display: block;
    position: absolute;
    top: 9px;
    left: 49px;
    overflow: hidden;
    width: 20px;
    height: 0 !important;
    height: 14px;
    padding-top: 14px;
    line-height: 14px;
    background-image: url(../images/sound-onoff.svg);
    background-repeat: no-repeat;
    background-size: 20px 14px;
    background-size: 20px 29px;
    -moz-transition: all 0.2s cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -o-transition: all 0.2s cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -webkit-transition: all 0.2s cubic-bezier(0.165, 0.840, 0.440, 1.000);
    transition: all 0.2s cubic-bezier(0.165, 0.840, 0.440, 1.000); }
    /* line 136, ../scss/index.scss */
    .head-contents a.sound-btn .sound-onoff.off {
      background-position: bottom 1px left; }
  /* line 141, ../scss/index.scss */
  .head-contents a.sound-btn:hover {
    opacity: 1;
    filter: alpha(opacity=100); }
    /* line 143, ../scss/index.scss */
    .head-contents a.sound-btn:hover .sound-onoff {
      background-position: bottom 1px left;
      -moz-transition: all 0.2s cubic-bezier(0.165, 0.840, 0.440, 1.000);
      -o-transition: all 0.2s cubic-bezier(0.165, 0.840, 0.440, 1.000);
      -webkit-transition: all 0.2s cubic-bezier(0.165, 0.840, 0.440, 1.000);
      transition: all 0.2s cubic-bezier(0.165, 0.840, 0.440, 1.000); }
      /* line 147, ../scss/index.scss */
      .head-contents a.sound-btn:hover .sound-onoff.off {
        background-position: top left; }
  @media only screen and (min-width: 300px) and (max-width: 1139px) {
    /* line 108, ../scss/index.scss */
    .head-contents a.sound-btn {
      display: none; } }

/* Header回りのオブジェクト */
@media only screen and (min-width: 768px) and (max-width: 1139px) {
  /* line 160, ../scss/index.scss */
  .index-header-title {
    top: 19px;
    left: 19px;
    width: 142px; } }

/* line 171, ../scss/index.scss */
.main h1.index-title-logo {
  position: absolute;
  z-index: 4;
  /* 左下 */
  bottom: 25px;
  left: 33px;
  /* 右下 
  right: 32px;
  bottom: 23px;
  */
  width: 212px; }
  /* line 183, ../scss/index.scss */
  .main h1.index-title-logo img {
    width: 100%; }
  @media only screen and (min-width: 768px) and (max-width: 1139px) {
    /* line 171, ../scss/index.scss */
    .main h1.index-title-logo {
      /* 左下 */
      left: 24px;
      /* 右下 
      right: 24px;
      left: auto;
      */
      bottom: 16px; } }
  @media only screen and (min-width: 320px) and (max-width: 767px) {
    /* line 171, ../scss/index.scss */
    .main h1.index-title-logo {
      width: 120px;
      /* 左下 */
      left: 16px;
      /* 右下 
      right: 16px;
      left: auto;
      */
      bottom: 126px; } }
/* line 208, ../scss/index.scss */
.main h2.maincopy {
  position: absolute;
  z-index: 3;
  top: 470px;
  left: 50%;
  margin-left: -210px;
  width: 436px; }
  /* line 216, ../scss/index.scss */
  .main h2.maincopy img {
    width: 100%; }
  @media only screen and (min-width: 320px) and (max-width: 767px) {
    /* line 208, ../scss/index.scss */
    .main h2.maincopy {
      width: 256px;
      top: 244px;
      left: 50%;
      margin-left: -122px; } }
/* line 226, ../scss/index.scss */
.main .joc-partner-logo {
  position: absolute;
  z-index: 5;
  bottom: 56px;
  right: 16px;
  width: 152px;
  height: 104px; }
  /* line 235, ../scss/index.scss */
  .main .joc-partner-logo img {
    width: 100%; }
  @media only screen and (min-width: 768px) and (max-width: 1139px) {
    /* line 226, ../scss/index.scss */
    .main .joc-partner-logo {
      bottom: 46px; } }
  @media only screen and (min-width: 320px) and (max-width: 767px) {
    /* line 226, ../scss/index.scss */
    .main .joc-partner-logo {
      width: 76px;
      height: 52px;
      right: 10px;
      bottom: 127px; } }
/* line 250, ../scss/index.scss */
.main .joc-partner-text {
  position: absolute;
  z-index: 6;
  bottom: 15px;
  right: 6px;
  width: 500px;
  font-size: 10pt;
  line-height: 1.25em;
  text-align: right; }
  /* line 260, ../scss/index.scss */
  .main .joc-partner-text span {
    display: inline-block; }
    /* line 262, ../scss/index.scss */
    .main .joc-partner-text span.center-line {
      margin-right: 0.5em; }
  @media only screen and (min-width: 768px) and (max-width: 1139px) {
    /* line 250, ../scss/index.scss */
    .main .joc-partner-text {
      bottom: 10px;
      font-size: 9.5pt; } }
  @media only screen and (min-width: 320px) and (max-width: 767px) {
    /* line 250, ../scss/index.scss */
    .main .joc-partner-text {
      width: 100%;
      text-align: center;
      bottom: 7px;
      font-size: 9.5pt;
      right: auto; }
      /* line 279, ../scss/index.scss */
      .main .joc-partner-text span {
        display: block; }
        /* line 282, ../scss/index.scss */
        .main .joc-partner-text span.center-line {
          margin-right: 0; } }
/* line 289, ../scss/index.scss */
.main .sp-circles {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  margin-left: -150px;
  margin-top: -222px;
  width: 299px;
  height: 299px;
  display: none; }
  /* line 301, ../scss/index.scss */
  .main .sp-circles img {
    width: 100%; }
/* line 304, ../scss/index.scss */
.main .movie-link {
  position: absolute;
  top: 116px;
  right: 0;
  width: 290px; }
  /* line 311, ../scss/index.scss */
  .main .movie-link .BoxButtonUnit .Rectangular {
    height: 78px; }
  /* line 315, ../scss/index.scss */
  .main .movie-link .BoxButtonUnit span {
    width: 290px;
    height: 78px;
    border-right: none; }
    /* line 320, ../scss/index.scss */
    .main .movie-link .BoxButtonUnit span img {
      display: block;
      width: 290px;
      height: 78px; }
    /* line 326, ../scss/index.scss */
    .main .movie-link .BoxButtonUnit span.sideA {
      background-color: rgba(0, 0, 0, 0.6); }
    /* line 330, ../scss/index.scss */
    .main .movie-link .BoxButtonUnit span.sideB {
      line-height: 78px;
      font-size: 12pt;
      background-color: #e60012; }
  @media only screen and (min-width: 768px) and (max-width: 1139px) {
    /* line 304, ../scss/index.scss */
    .main .movie-link {
      top: 90px;
      width: 253px; }
      /* line 344, ../scss/index.scss */
      .main .movie-link .BoxButtonUnit .Rectangular {
        height: 68px; }
      /* line 345, ../scss/index.scss */
      .main .movie-link .BoxButtonUnit span {
        width: 253px;
        height: 68px; }
        /* line 349, ../scss/index.scss */
        .main .movie-link .BoxButtonUnit span img {
          width: 253px;
          height: 68px; }
        /* line 354, ../scss/index.scss */
        .main .movie-link .BoxButtonUnit span.sideB {
          line-height: 68px; } }
  @media only screen and (min-width: 320px) and (max-width: 767px) {
    /* line 304, ../scss/index.scss */
    .main .movie-link {
      top: 390px;
      left: 0;
      width: 100%;
      height: 61px;
      border-top: 1px solid rgba(255, 255, 255, 0.5);
      border-bottom: 1px solid rgba(255, 255, 255, 0.8); }
      /* line 367, ../scss/index.scss */
      .main .movie-link .BoxButtonUnit {
        width: 100%;
        height: 60px; }
        /* line 371, ../scss/index.scss */
        .main .movie-link .BoxButtonUnit .Rectangular {
          height: 60px; }
        /* line 375, ../scss/index.scss */
        .main .movie-link .BoxButtonUnit span {
          width: 100%;
          height: 60px;
          border: none;
          padding: 0; }
          /* line 381, ../scss/index.scss */
          .main .movie-link .BoxButtonUnit span img {
            width: 220px;
            height: 60px;
            margin: 0 auto 0 auto; }
          /* line 387, ../scss/index.scss */
          .main .movie-link .BoxButtonUnit span.sideB {
            line-height: 100%; } }
/* line 393, ../scss/index.scss */
.main .ScrollAttention {
  z-index: 2; }
/* line 399, ../scss/index.scss */
.main .bg {
  width: 100%;
  height: 100%;
  background-image: url(../images/index-main-bg.jpg);
  background-size: cover;
  background-position: top center; }
  @media only screen and (min-width: 1500px) and (max-width: 2500px) {
    /* line 399, ../scss/index.scss */
    .main .bg {
      background-size: 1500px 769px; } }
  @media only screen and (min-width: 320px) and (max-width: 767px) {
    /* line 399, ../scss/index.scss */
    .main .bg {
      width: 100%;
      height: 450px;
      background-image: url(../images/index-main-spbg.jpg); } }
/* line 417, ../scss/index.scss */
.main .mainGraphicContents {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  /* line 424, ../scss/index.scss */
  .main .mainGraphicContents h2.maincopy {
    position: absolute;
    top: 402px;
    left: 50%;
    margin-left: -38.8%;
    width: 446px; }
    /* line 431, ../scss/index.scss */
    .main .mainGraphicContents h2.maincopy img {
      width: 100%; }
    @media only screen and (min-width: 768px) and (max-width: 920px) {
      /* line 424, ../scss/index.scss */
      .main .mainGraphicContents h2.maincopy {
        margin-left: -42%;
        top: 490px; } }
    @media only screen and (min-width: 320px) and (max-width: 767px) {
      /* line 424, ../scss/index.scss */
      .main .mainGraphicContents h2.maincopy {
        width: 256px;
        top: 232px;
        left: 50%;
        margin-left: -122px; } }
  /* line 446, ../scss/index.scss */
  .main .mainGraphicContents .mainblock {
    position: absolute;
    width: 253px;
    height: 410px;
    top: 50%;
    right: 6%;
    margin-top: -190px; }
    /* line 454, ../scss/index.scss */
    .main .mainGraphicContents .mainblock .index-title-logo {
      position: absolute;
      top: 320px;
      left: 1px;
      width: 243px; }
      /* line 459, ../scss/index.scss */
      .main .mainGraphicContents .mainblock .index-title-logo img {
        width: 100%; }
    /* line 462, ../scss/index.scss */
    .main .mainGraphicContents .mainblock .product-vis1 {
      position: absolute;
      top: 0;
      left: 0;
      width: 253px; }
      /* line 467, ../scss/index.scss */
      .main .mainGraphicContents .mainblock .product-vis1 img {
        width: 100%; }
    /* line 470, ../scss/index.scss */
    .main .mainGraphicContents .mainblock .product-vis2 {
      position: absolute;
      top: 211px;
      left: 5px;
      width: 241px; }
      /* line 475, ../scss/index.scss */
      .main .mainGraphicContents .mainblock .product-vis2 img {
        width: 100%; }
    /* line 478, ../scss/index.scss */
    .main .mainGraphicContents .mainblock .releaseday {
      position: absolute;
      top: 418px;
      left: 2px;
      width: 240px; }
      /* line 484, ../scss/index.scss */
      .main .mainGraphicContents .mainblock .releaseday img {
        display: block;
        width: 100%; }
    @media only screen and (min-width: 768px) and (max-width: 1023px) {
      /* line 446, ../scss/index.scss */
      .main .mainGraphicContents .mainblock {
        top: auto;
        right: 35px;
        bottom: 20px;
        margin-top: 0;
        width: 190px;
        height: 356px; }
        /* line 497, ../scss/index.scss */
        .main .mainGraphicContents .mainblock .index-title-logo {
          width: 182px;
          top: 240px;
          left: 0; }
        /* line 503, ../scss/index.scss */
        .main .mainGraphicContents .mainblock .product-vis1 {
          width: 190px; }
        /* line 507, ../scss/index.scss */
        .main .mainGraphicContents .mainblock .product-vis2 {
          width: 181px;
          top: 159px;
          left: 3px; }
        /* line 513, ../scss/index.scss */
        .main .mainGraphicContents .mainblock .releaseday {
          width: 182px;
          top: 314px;
          left: 1px; } }
    @media only screen and (min-width: 320px) and (max-width: 767px) {
      /* line 446, ../scss/index.scss */
      .main .mainGraphicContents .mainblock {
        width: 244px;
        top: 306px;
        left: 50%;
        right: auto;
        margin-left: -122px;
        margin-top: 0; }
        /* line 530, ../scss/index.scss */
        .main .mainGraphicContents .mainblock .index-title-logo {
          width: 115px;
          top: 52px;
          left: 0px; }
        /* line 536, ../scss/index.scss */
        .main .mainGraphicContents .mainblock .product-vis1 {
          top: 0px;
          left: 131px;
          width: 111px; }
        /* line 542, ../scss/index.scss */
        .main .mainGraphicContents .mainblock .product-vis2 {
          top: 4px;
          left: 1px;
          width: 114px; }
        /* line 548, ../scss/index.scss */
        .main .mainGraphicContents .mainblock .releaseday {
          width: 240px;
          top: 103px;
          left: 0; } }

/* line 558, ../scss/index.scss */
.index-nav {
  overflow: hidden;
  width: 100%; }
  @media only screen and (min-width: 320px) and (max-width: 767px) {
    /* line 558, ../scss/index.scss */
    .index-nav {
      height: 700px; } }
  /* line 565, ../scss/index.scss */
  .index-nav ul {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    height: 240px; }
    /* line 570, ../scss/index.scss */
    .index-nav ul li {
      display: block;
      position: relative;
      width: 29.3%;
      height: 240px;
      float: left; }
      /* line 578, ../scss/index.scss */
      .index-nav ul li a {
        display: block;
        width: 100%;
        height: 100%;
        background-image: url("../images/index-nav-btn-bg1.jpg");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover; }
      /* line 588, ../scss/index.scss */
      .index-nav ul li.index-nav-item {
        background-color: #000; }
      /* line 593, ../scss/index.scss */
      .index-nav ul li#index-item1 a {
        background-image: url("../images/index-nav-btn-cf.jpg"); }
      /* line 596, ../scss/index.scss */
      .index-nav ul li#index-item2 {
        border-right: 1px solid rgba(255, 255, 255, 0.5); }
        /* line 598, ../scss/index.scss */
        .index-nav ul li#index-item2 a {
          background-image: url("../images/index-nav-btn-bg1.jpg"); }
      /* line 600, ../scss/index.scss */
      .index-nav ul li#index-item4 {
        border-right: 1px solid rgba(255, 255, 255, 0.5); }
        /* line 602, ../scss/index.scss */
        .index-nav ul li#index-item4 a {
          background-image: url("../images/index-nav-btn-bg2.jpg"); }
      /* line 606, ../scss/index.scss */
      .index-nav ul li#index-item5 a {
        background-image: url("../images/index-nav-btn-cp.jpg"); }
      /* line 609, ../scss/index.scss */
      .index-nav ul li#index-item6 a {
        background-image: url("../images/index-nav-btn-bg_photos.jpg"); }
      /* line 611, ../scss/index.scss */
      .index-nav ul li#index-item7 {
        border-left: 1px solid rgba(255, 255, 255, 0.5); }
        /* line 613, ../scss/index.scss */
        .index-nav ul li#index-item7 a {
          background-image: url("../images/index-nav-btn-bg3.jpg"); }
      /* line 615, ../scss/index.scss */
      .index-nav ul li#index-item8 {
        border-left: 1px solid rgba(255, 255, 255, 0.5); }
        /* line 617, ../scss/index.scss */
        .index-nav ul li#index-item8 a {
          background-image: url("../images/index-nav-btn-bg4.jpg"); }
      /* line 619, ../scss/index.scss */
      .index-nav ul li#index-item10 {
        border-left: 1px solid rgba(255, 255, 255, 0.5); }
        /* line 621, ../scss/index.scss */
        .index-nav ul li#index-item10 a {
          background-image: url("../images/index-nav-btn-bg5.jpg"); }
      /* line 623, ../scss/index.scss */
      .index-nav ul li#index-item11 {
        border-left: 1px solid rgba(255, 255, 255, 0.5);
        border-right: 1px solid rgba(255, 255, 255, 0.5); }
        /* line 626, ../scss/index.scss */
        .index-nav ul li#index-item11 a {
          background-image: url("../images/index-nav-btn-bg6.jpg"); }
    /* line 631, ../scss/index.scss */
    .index-nav ul li.col1 {
      width: 29.3%; }
    /* line 635, ../scss/index.scss */
    .index-nav ul li.col2 {
      width: 41.4%; }
    /* line 639, ../scss/index.scss */
    .index-nav ul li.colHalf {
      width: 20.7%;
      float: left; }
    @media only screen and (min-width: 320px) and (max-width: 767px) {
      /* line 565, ../scss/index.scss */
      .index-nav ul {
        position: absolute;
        top: 0;
        left: 0;
        height: 0;
        overflow: visible;
        border-bottom: 1px solid rgba(255, 255, 255, 0.25); }
        /* line 653, ../scss/index.scss */
        .index-nav ul li {
          position: absolute;
          width: 50%;
          height: 140px;
          float: none;
          bottom: 0;
          left: 0;
          border-bottom: 1px solid rgba(255, 255, 255, 0.5);
          /* このスタイルの記述順に縦に並ぶ */ }
          /* line 662, ../scss/index.scss */
          .index-nav ul li.col1 {
            width: 50%; }
          /* line 663, ../scss/index.scss */
          .index-nav ul li.col2 {
            width: 100%; }
          /* line 664, ../scss/index.scss */
          .index-nav ul li.colHalf {
            width: 25%;
            display: none; }
          /* line 668, ../scss/index.scss */
          .index-nav ul li#index-item1 {
            top: 0; }
          /* line 670, ../scss/index.scss */
          .index-nav ul li#index-item5 {
            top: 140px; }
          /* line 672, ../scss/index.scss */
          .index-nav ul li#index-item6 {
            top: 280px; }
          /* line 674, ../scss/index.scss */
          .index-nav ul li#index-item2 {
            top: 420px; }
          /* line 675, ../scss/index.scss */
          .index-nav ul li#index-item4 {
            top: 420px;
            left: 50%;
            border-right: none; }
          /* line 676, ../scss/index.scss */
          .index-nav ul li#index-item7 {
            top: 560px;
            border-left: none;
            border-right: 1px solid #929292; }
          /* line 677, ../scss/index.scss */
          .index-nav ul li#index-item8 {
            top: 560px;
            left: 50%;
            border-left: none; }
          /* line 678, ../scss/index.scss */
          .index-nav ul li#index-item10 {
            top: 700px;
            border-left: none;
            border-right: 1px solid #929292; }
          /* line 679, ../scss/index.scss */
          .index-nav ul li#index-item11 {
            top: 700px;
            left: 50%;
            border-left: none; } }
  @media only screen and (min-width: 768px) and (max-width: 1139px) {
    /* line 686, ../scss/index.scss */
    .index-nav ul {
      height: 150px; }
      /* line 689, ../scss/index.scss */
      .index-nav ul li {
        height: 150px; }
        /* line 692, ../scss/index.scss */
        .index-nav ul li a:hover {
          opacity: 0.5;
          filter: alpha(opacity=50); } }

/* ボタン部分 */
/* line 701, ../scss/index.scss */
a.index-nav-btn {
  position: relative;
  color: #fff; }
  /* line 705, ../scss/index.scss */
  a.index-nav-btn .label {
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 50%;
    width: 140px;
    height: 93px;
    margin-top: -47px;
    margin-left: -70px;
    background-color: rgba(0, 0, 0, 0.4);
    text-align: center; }
    /* line 717, ../scss/index.scss */
    a.index-nav-btn .label .label-text {
      display: block;
      overflow: hidden;
      width: 140px;
      height: 0 !important;
      height: 93px;
      padding-top: 93px;
      line-height: 93px;
      background-image: url("../images/index-nav-btn-label1.png");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center; }
    /* line 731, ../scss/index.scss */
    a.index-nav-btn .label.label1 {
      width: 294px;
      margin-left: -147px; }
      /* line 735, ../scss/index.scss */
      a.index-nav-btn .label.label1 .label-text {
        width: 294px;
        background-image: url("../images/index-nav-btn-label_cf.png"); }
    /* line 741, ../scss/index.scss */
    a.index-nav-btn .label.label3 .label-text {
      background-image: url("../images/index-nav-btn-label1.png"); }
    /* line 746, ../scss/index.scss */
    a.index-nav-btn .label.label4 .label-text {
      background-image: url("../images/index-nav-btn-label2.png"); }
    /* line 750, ../scss/index.scss */
    a.index-nav-btn .label.label6 {
      width: 244px;
      margin-left: -122px; }
      /* line 754, ../scss/index.scss */
      a.index-nav-btn .label.label6 .label-text {
        width: 244px;
        background-image: url("../images/index-nav-btn-label_photos.png"); }
    /* line 760, ../scss/index.scss */
    a.index-nav-btn .label.label7 .label-text {
      background-image: url("../images/index-nav-btn-label3.png"); }
    /* line 765, ../scss/index.scss */
    a.index-nav-btn .label.label8 .label-text {
      background-image: url("../images/index-nav-btn-label4.png"); }
    /* line 769, ../scss/index.scss */
    a.index-nav-btn .label.label10 {
      width: 180px;
      margin-left: -90px; }
      /* line 773, ../scss/index.scss */
      a.index-nav-btn .label.label10 .label-text {
        width: 180px;
        background-image: url("../images/index-nav-btn-label5.png"); }
    /* line 779, ../scss/index.scss */
    a.index-nav-btn .label.label11 .label-text {
      background-image: url("../images/index-nav-btn-label6.png"); }
    @media only screen and (min-width: 768px) and (max-width: 1039px) {
      /* line 705, ../scss/index.scss */
      a.index-nav-btn .label {
        width: 110px;
        height: 73px;
        margin-top: -36px;
        margin-left: -55px; }
        /* line 791, ../scss/index.scss */
        a.index-nav-btn .label .label-text {
          width: 110px;
          height: 73px;
          padding-top: 73px;
          line-height: 73px; }
        /* line 798, ../scss/index.scss */
        a.index-nav-btn .label.label6 {
          width: 192px;
          margin-left: -96px; }
          /* line 801, ../scss/index.scss */
          a.index-nav-btn .label.label6 .label-text {
            width: 192px; }
        /* line 805, ../scss/index.scss */
        a.index-nav-btn .label.label10 {
          width: 142px;
          margin-left: -71px; }
          /* line 808, ../scss/index.scss */
          a.index-nav-btn .label.label10 .label-text {
            width: 142px; } }
    @media only screen and (min-width: 320px) and (max-width: 767px) {
      /* line 705, ../scss/index.scss */
      a.index-nav-btn .label {
        width: 90px;
        height: 60px;
        margin-top: -30px;
        margin-left: -45px; }
        /* line 821, ../scss/index.scss */
        a.index-nav-btn .label .label-text {
          width: 90px;
          height: 60px;
          padding-top: 60px;
          line-height: 60px; }
        /* line 828, ../scss/index.scss */
        a.index-nav-btn .label.label1 {
          width: 190px;
          margin-left: -95px; }
          /* line 831, ../scss/index.scss */
          a.index-nav-btn .label.label1 .label-text {
            width: 190px; }
        /* line 836, ../scss/index.scss */
        a.index-nav-btn .label.label6 {
          width: 157px;
          margin-left: -78px; }
          /* line 839, ../scss/index.scss */
          a.index-nav-btn .label.label6 .label-text {
            width: 157px; }
        /* line 843, ../scss/index.scss */
        a.index-nav-btn .label.label10 {
          width: 116px;
          margin-left: -58px; }
          /* line 846, ../scss/index.scss */
          a.index-nav-btn .label.label10 .label-text {
            width: 116px; } }
  /* line 853, ../scss/index.scss */
  a.index-nav-btn .bg {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-transform: scaleX(0.1) scaleY(0.1);
    -ms-transform: scaleX(0.1) scaleY(0.1);
    -webkit-transform: scaleX(0.1) scaleY(0.1);
    transform: scaleX(0.1) scaleY(0.1); }
  /* line 865, ../scss/index.scss */
  a.index-nav-btn .hover-box {
    position: absolute;
    z-index: 2;
    top: 12px;
    left: 12px;
    width: 372px;
    height: 212px;
    padding: 24px 30px 58px 30px;
    background-color: #fff;
    background-image: url("../images/index-nav-btn-plus.png");
    background-repeat: no-repeat;
    background-size: 28px 28px;
    background-position: center 220px;
    transform-style: preserve-3d;
    -moz-transform-origin: 50% 50% 0;
    -webkit-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
    -moz-transform: perspective(2000px) rotateX(90deg);
    -ms-transform: perspective(2000px) rotateX(90deg);
    -webkit-transform: perspective(2000px) rotateX(90deg);
    transform: perspective(2000px) rotateX(90deg); }
    /* line 883, ../scss/index.scss */
    a.index-nav-btn .hover-box:not(:target) {
      background-color: black\9;
      /* IE9, 10 */
      display: none\9; }
    /* line 888, ../scss/index.scss */
    a.index-nav-btn .hover-box.hover {
      -moz-transform: perspective(2000px) rotateX(0deg);
      -ms-transform: perspective(2000px) rotateX(0deg);
      -webkit-transform: perspective(2000px) rotateX(0deg);
      transform: perspective(2000px) rotateX(0deg);
      background-color: #242424; }
    /* line 894, ../scss/index.scss */
    a.index-nav-btn .hover-box .subtitles {
      font-size: 13.5pt;
      line-height: 1.45em;
      letter-spacing: 0;
      margin-bottom: 5px; }
      /* line 900, ../scss/index.scss */
      a.index-nav-btn .hover-box .subtitles span {
        display: inline-block; }
        /* line 903, ../scss/index.scss */
        a.index-nav-btn .hover-box .subtitles span.highline {
          margin-top: 10px; }
    /* line 909, ../scss/index.scss */
    a.index-nav-btn .hover-box .text {
      font-size: 10pt;
      line-height: 1.5em; }
    /* line 915, ../scss/index.scss */
    a.index-nav-btn .hover-box .photo-hovertexts .text1 {
      width: 116px; }
      /* line 917, ../scss/index.scss */
      a.index-nav-btn .hover-box .photo-hovertexts .text1 img {
        width: 100%; }
    /* line 920, ../scss/index.scss */
    a.index-nav-btn .hover-box .photo-hovertexts .text2 {
      width: 98%;
      max-width: 412px;
      margin-top: 10px; }
      /* line 924, ../scss/index.scss */
      a.index-nav-btn .hover-box .photo-hovertexts .text2 img {
        width: 100%; }
    /* line 927, ../scss/index.scss */
    a.index-nav-btn .hover-box .photo-hovertexts .text3 {
      width: 55%;
      max-width: 259px;
      margin-top: 3px;
      margin-left: 1%;
      float: left; }
      /* line 933, ../scss/index.scss */
      a.index-nav-btn .hover-box .photo-hovertexts .text3 img {
        width: 100%; }
    /* line 936, ../scss/index.scss */
    a.index-nav-btn .hover-box .photo-hovertexts .text4 {
      width: 37%;
      max-width: 113px;
      margin-top: 3px;
      margin-left: 63%; }
      /* line 941, ../scss/index.scss */
      a.index-nav-btn .hover-box .photo-hovertexts .text4 img {
        width: 100%; }
  /* line 951, ../scss/index.scss */
  a.index-nav-btn.cp-btn .label {
    display: none; }
  @media only screen and (min-width: 1350px) and (max-width: 1920px) {
    /* line 959, ../scss/index.scss */
    a.index-nav-btn .subtitles.subtitle1 {
      overflow: hidden;
      width: 409px;
      height: 0 !important;
      height: 51px;
      padding-top: 51px;
      line-height: 51px;
      background-image: url(../images/index-nav-cf-hovertext.png);
      background-repeat: no-repeat;
      background-size: 409px 51px;
      margin-bottom: 13px; }
    /* line 963, ../scss/index.scss */
    a.index-nav-btn .subtitles.subtitle2 {
      overflow: hidden;
      width: 308px;
      height: 0 !important;
      height: 51px;
      padding-top: 51px;
      line-height: 51px;
      background-image: url(../images/index-nav-btn1-hovertext.png);
      background-repeat: no-repeat;
      background-size: 308px 51px;
      margin-bottom: 8px; }
    /* line 967, ../scss/index.scss */
    a.index-nav-btn .subtitles.subtitle4 {
      overflow: hidden;
      width: 265px;
      height: 0 !important;
      height: 20px;
      padding-top: 20px;
      line-height: 20px;
      background-image: url(../images/index-nav-btn2-hovertext.png);
      background-repeat: no-repeat;
      background-size: 265px 20px;
      margin-bottom: 8px; }
    /* line 972, ../scss/index.scss */
    a.index-nav-btn .subtitles.subtitle5 {
      overflow: hidden;
      width: 453px;
      height: 0 !important;
      height: 96px;
      padding-top: 96px;
      line-height: 96px;
      background-image: url(../images/index-nav-cp-hovertext.png);
      background-repeat: no-repeat;
      background-size: 453px 96px; }
    /* line 975, ../scss/index.scss */
    a.index-nav-btn .subtitles.subtitle7 {
      overflow: hidden;
      width: 255px;
      height: 0 !important;
      height: 51px;
      padding-top: 51px;
      line-height: 51px;
      background-image: url(../images/index-nav-btn3-hovertext.png);
      background-repeat: no-repeat;
      background-size: 255px 51px;
      margin-bottom: 8px; }
    /* line 979, ../scss/index.scss */
    a.index-nav-btn .subtitles.subtitle8 {
      overflow: hidden;
      width: 286px;
      height: 0 !important;
      height: 51px;
      padding-top: 51px;
      line-height: 51px;
      background-image: url(../images/index-nav-btn4-hovertext.png);
      background-repeat: no-repeat;
      background-size: 286px 51px;
      margin-bottom: 8px; }
    /* line 983, ../scss/index.scss */
    a.index-nav-btn .subtitles.subtitle10 {
      overflow: hidden;
      width: 184px;
      height: 0 !important;
      height: 20px;
      padding-top: 20px;
      line-height: 20px;
      background-image: url(../images/index-nav-btn5-hovertext.png);
      background-repeat: no-repeat;
      background-size: 184px 20px;
      margin-bottom: 8px; }
    /* line 987, ../scss/index.scss */
    a.index-nav-btn .subtitles.subtitle11 {
      overflow: hidden;
      width: 212px;
      height: 0 !important;
      height: 51px;
      padding-top: 51px;
      line-height: 51px;
      background-image: url(../images/index-nav-btn6-hovertext.png);
      background-repeat: no-repeat;
      background-size: 212px 51px;
      margin-bottom: 8px; } }

/* バナーエリア */
/* line 997, ../scss/index.scss */
.bnr-area {
  padding: 0 0 20px 0;
  text-align: center; }
  @media only screen and (min-width: 320px) and (max-width: 767px) {
    /* line 997, ../scss/index.scss */
    .bnr-area {
      padding-bottom: 8px; } }
  /* line 1005, ../scss/index.scss */
  .bnr-area .bnr-item {
    display: inline-block;
    width: 382px;
    height: 122px;
    margin: 0 4px 0 4px; }
    /* line 1013, ../scss/index.scss */
    .bnr-area .bnr-item .BoxButtonUnit .Rectangular {
      height: 122px; }
    /* line 1017, ../scss/index.scss */
    .bnr-area .bnr-item .BoxButtonUnit span {
      width: 382px;
      height: 122px; }
      /* line 1020, ../scss/index.scss */
      .bnr-area .bnr-item .BoxButtonUnit span img {
        display: block;
        width: 380px;
        height: 120px; }
      /* line 1026, ../scss/index.scss */
      .bnr-area .bnr-item .BoxButtonUnit span.sideB {
        line-height: 120px;
        font-size: 12pt;
        background-color: #242424; }
    @media only screen and (min-width: 320px) and (max-width: 1139px) {
      /* line 1005, ../scss/index.scss */
      .bnr-area .bnr-item {
        width: 287px;
        height: 92px;
        margin-bottom: 6px; }
        /* line 1040, ../scss/index.scss */
        .bnr-area .bnr-item .BoxButtonUnit .Rectangular {
          height: 90px; }
        /* line 1044, ../scss/index.scss */
        .bnr-area .bnr-item .BoxButtonUnit span {
          width: 287px;
          height: 92px;
          padding: 0; }
          /* line 1049, ../scss/index.scss */
          .bnr-area .bnr-item .BoxButtonUnit span img {
            display: block;
            width: 285px;
            height: 90px; }
          /* line 1055, ../scss/index.scss */
          .bnr-area .bnr-item .BoxButtonUnit span.sideB {
            line-height: 90px; } }

/* line 1065, ../scss/index.scss */
.test-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  /* line 1073, ../scss/index.scss */
  .test-container .dummy-table {
    display: table;
    width: 100%;
    height: 100%; }
    /* line 1078, ../scss/index.scss */
    .test-container .dummy-table .link-td {
      display: table-cell;
      width: 100%;
      height: 100%;
      text-align: center;
      vertical-align: middle; }
      /* line 1085, ../scss/index.scss */
      .test-container .dummy-table .link-td .BoxButtonUnit {
        margin: 0 auto 0 auto; }
