@charset "UTF-8";
/* Copyright 2014 Ricoh Company, Ltd.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

body {
  text-decoration: none;
  font-family: 'Open Sans', Helvetica, Arial, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}

a {
  text-decoration: none;
  font-family: 'Open Sans', Helvetica, Arial, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}

img {
  vertical-align: text-bottom;
}

#sidr ul li.bannerarea {
  padding-top: 6px;
  background-color: #404040;
}
#sidr ul li.bannerarea img {
  width: 100%;
  height: auto;
}
#sidr ul li.bannerarea .side_banner {
  padding: 10px 15px;
}
#sidr ul li.bannerarea .side_banner .iphone {
  padding-bottom: 15px;
  margin: 0;
}
#sidr ul li.bannerarea .side_banner .iphone .for_iphone {
  width: 157px;
  height: 10px;
  margin-bottom: 8px;
}
#sidr ul li.bannerarea .side_banner .iphone .btn_as {
  display: block;
  width: 168px;
  height: 50px;
  padding: 0px;
}
#sidr ul li.bannerarea .side_banner .android {
  padding-bottom: 15px;
  margin: 0;
}
#sidr ul li.bannerarea .side_banner .android .for_android {
  width: 157px;
  height: 10px;
  margin-bottom: 8px;
}
#sidr ul li.bannerarea .side_banner .android .btn_gp {
  display: block;
  width: 145px;
  height: 50px;
  padding: 0px;
}
#sidr ul li {
  display: block;
  margin: 0;
  line-height: 49px;
  border-bottom: 1px solid #c1c1c1;
}
#sidr ul li a {
  font-size: 13px;
  padding: 0 15px;
  display: block;
  text-decoration: none;
  color: #404040;
  background-image: url(../img/arrow_right_sp.png);
  background-repeat: no-repeat;
  background-position: 95% 50%;
  background-size: 9px 14px;
  -webkit-background-size: 9px 14px;
  font-weight: 400;
}
#sidr ul li.global {
  background-image: url(../img/globalicon_sp.png);
  background-repeat: no-repeat;
  background-position: 15px 15px;
  background-size: 17px 17px;
  -webkit-background-size: 17px 17px;
}
#sidr ul li.global .menu_lang_changer {
  text-indent: 25px;
  background-image: url(../img/global_open_normal_sp.png);
  background-repeat: no-repeat;
  background-position: 95% 50%;
  background-size: 15px 9px;
  -webkit-background-size: 15px 9px;
  color: #808080;
}
#sidr ul li.global .menu_lang_changer.open {
  background-image: url(../img/global_close_normal_sp.png);
}

body {
  /*background: #000;*/
  background: #fff;
}

a {
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
a:hover {
  opacity: 0.6;
}

.onepage-pagination.black li a:before {
  background: rgba(0, 0, 0, 0.6);
}
.onepage-pagination.black li a.active:before {
  border: 1px solid #000;
}
.onepage-pagination.black li a.active:after {
  background: #000;
}
.onepage-pagination.white li a:before {
  background: rgba(255, 255, 255, 0.6);
}
.onepage-pagination.white li a.active:before {
  border: 1px solid #FFF;
}
.onepage-pagination.white li a.active:after {
  background: #FFF;
}

#glp {
  position: absolute;
  top: 0;
  left: 0px;
  z-index: -1;
  width: 100%;
  height: 530px;
  overflow: hidden;
}
/*#glp:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(0,0,0,0.5);
  z-index: 16;
}*/
/*#glp:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 10%;
  content: '';
  background-image: url("../img/top_mainvisual_bg.png");
  background-repeat: no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  background-position: 0 0;
  z-index: 32;
}*/

#flp {
  height: 600px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}

#sp_top_nav {
  display: none;
}

#sp_footer {
  display: none;
}

#sp_banner {
  display: none;
}

#top_footer {
  position: fixed;
  bottom: 0px;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  height: 70px;
  width: 100%;
  height: 70px;
  display: inline-block;
  z-index: 1024;
}
#top_footer #footer_link_home {
  width: 94px;
  height: 35px;
  display: block;
  position: absolute;
  left: 50%;
  top: 18px;
  margin-left: -47px;
  background-image: url("../img/r_logo.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100%;
}
#top_footer #footer_list {
  margin-left: 30px;
}
#top_footer #footer_list li {
  float: left;
  margin-right: 25px;
}
#top_footer #footer_list:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
#top_footer #footer_list li a {
  line-height: 70px;
  color: #c1c1c1;
  font-size: 12px;
  height: 70px;
  display: inherit;
}
#top_footer #footer_list #global_changer {
  background-image: url("../img/globalicon_pc.png");
  background-repeat: no-repeat;
  background-position: 0px 50%;
  padding-left: 19px;
  line-height: 14px;
  height: 14px;
  background-size: 14px 14px;
  height: 70px;
  background-position: 0px 50%;
  position: relative;
}
#top_footer #footer_list #global_changer .global_sub {
  bottom: 50px;
  left: -30px;
  position: absolute;
  text-align: center;
  list-style: none;
  padding-left: 0;
}
#top_footer #footer_list #global_changer .global_sub li {
  margin-right: 0px;
  float: none;
}
#top_footer #footer_list #global_changer .global_sub li a {
  background: rgba(0, 0, 0, 0.7);
  height: 27px;
  line-height: 27px;
  display: block;
  width: 120px;
  font-size: 11px;
  color: #fff;
  position: relative;
  text-align: center;
  cursor: pointer;
}
#top_footer #footer_list #global_changer .global_sub li a:hover {
  opacity: 1;
  color: #c1c1c1;
}
#top_footer #footer_sns_list {
  position: absolute;
  top: 10px;
  right: 20px;
}
#top_footer #footer_sns_list li {
  float: left;
  margin-right: 20px;
}
#top_footer #footer_sns_list:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
#top_footer #footer_sns_list li a {
  background-size: contain;
}
#top_footer #footer_sns_list li a.fb {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-image: url("../img/sns_60_fb.png");
  background-repeat: no-repeat;
}
#top_footer #footer_sns_list li a.tw {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-image: url("../img/sns_60_tw.png");
  background-repeat: no-repeat;
}
#top_footer #footer_sns_list li a.ig {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-image: url("../img/sns_60_ig.png");
  background-repeat: no-repeat;
}
#top_footer #footer_sns_list li a.tb {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-image: url("../img/sns_60_yt.png");
  background-repeat: no-repeat;
}
#top_footer #copyright {
  position: absolute;
  right: 30px;
  line-height: 35px;
  font-size: 12px;
  color: #c1c1c1;
  bottom: 0px;
}

#top_scroll_btn {
  position: absolute;
  bottom: 70px;
  left: 46%;
  width: 100px;
  height: 60px;
}
#top_scroll_btn #allow_icon {
  display: inline-block;
  font-family: "thetafont";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
#top_scroll_btn.black {
  color: #3B3B3B;
}
#top_scroll_btn.black a {
  color: #3B3B3B;
}
#top_scroll_btn.white {
  color: #FFF;
}
#top_scroll_btn.white a {
  color: #FFF;
}
#top_scroll_btn a {
  font-size: 60px;
  width: 60px;
  height: 30px;
  overflow: hidden;
  color: #FFF;
  position: absolute;
  top: 0px;
  left: 20px;
  display: block;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
#top_scroll_btn span {
  visibility: hidden;
  position: absolute;
  width: 100px;
  text-align: center;
  left: 0px;
  color: #FFF;
  font-size: 12px;
  top: 35px;
}
#top_scroll_btn.totop span {
  visibility: visible;
}

#flplayer {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
}

#pc_top_nav {
  z-index: 100;
  position: fixed;
  top: 20px;
  left: 20px;
  height: 50px;
  width: 100%;
  color: #FFF;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
#pc_top_nav a {
  font-family: 'Open Sans', Helvetica, Arial, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
  font-size: 15px;
  font-weight: normal;
  height: 25px;
  display: inherit;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
#pc_top_nav.black {
  color: #3B3B3B;
}
#pc_top_nav.black a {
  color: #3B3B3B;
}
#pc_top_nav.white {
  color: #FFF;
}
#pc_top_nav.white a {
  color: #FFF;
}
#pc_top_nav .icon-logo_h {
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  font-size: 145px;
  position: absolute;
  left: 0px;
  top: -8px;
  color: #FFF;
  height: 60px;
  overflow: hidden;
  width: 170px;
}
#pc_top_nav .icon-logo_h:before {
  width: 160px;
}
#pc_top_nav ul {
  margin-left: 180px;
  font-size: 18px;
  line-height: 20px;
  margin-top: 12px;
}
#pc_top_nav ul li {
  float: left;
  margin-right: 18px;
}
#pc_top_nav ul:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
#pc_top_nav ul li.dev {
  float: left;
  width: 120px;
}
#pc_top_nav ul li.dev .icon-split {
  display: block;
  float: left;
  width: 20px;
  margin-right: 18px;
  font-size: 20px;
}
#pc_top_nav ul a {
  color: #FFF;
}
#pc_top_nav #login {
  position: absolute;
  top: 5px;
  right: 40px;
  background: rgba(0, 0, 0, 0.4);
  padding: 10px;
  color: white;
  -webkit-border-radius: 20px 20px;
  -moz-border-radius: 20px / 20px;
  border-radius: 20px / 20px;
  padding: 10px 20px;
}
#pc_top_nav #login a {
  color: white;
}
#pc_top_nav #login a {
  font-size: 14px;
  height: 16px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #pc_top_nav .icon-logo_h:not(:target) {
    overflow: visible !important;
    top: 0px !important;
  }
}
#top_wrapper {
  z-index: 100;
  margin: 0 auto;
}

#top_wrapper section .section_content {
  position: relative;
}
#top_wrapper section .section_content .body_copy {
  margin-top: 20px;
  font-size: 16px;
  line-height: 30px;
}
#top_wrapper section .section_content .morelink {
  float: left;
  font-size: 20px;
  margin-right: 15px;
}
#top_wrapper section .section_content .morelink .icon-more_allow {
  margin-right: 5px;
  font-size: 28px;
  position: absolute;
  left: 0;
  top: 5px;
}
#top_wrapper section .section_content .morelink a {
  color: #3B3B3B;
  line-height: 43px;
  display: inherit;
  position: relative;
  padding-left: 33px;
}
#top_wrapper .top-mainvisual {
  width: 100%;
  height: 650px;
  display: inline-block;
  margin-bottom: 0;
  position: relative;
}
#top_wrapper .top-mainvisual-sp {
  display: none;
}
#top_wrapper .top-mainvisual-inner {
  height: 100%;
}
#top_wrapper .top-mainvisual #theta_all {
  position: absolute;
  left: 30px;
  bottom: 90px;
}
#top_wrapper .top-mainvisual #page1_banner {
  position: absolute;
  right: 30px;
  bottom: 90px;
}
#top_wrapper .top-mainvisual #page1_banner_youtube {
  position: absolute;
  right: 30px;
  bottom: 90px;
}
#top_wrapper .top-mainvisual .section_content {
  margin: 0px auto!important;
  height: 10000px!important;
  width: 960px;
  position: absolute;
  bottom: 10%;
  left: 0;
  right: 0;
  max-height: calc(90% - 70px + 30px);
}
#top_wrapper .top-mainvisual .section_content .mv_logo_wrapper {
  z-index: 5;
  display: block;
  margin: 0 auto;
  max-height: 635px;
  bottom: 0;
  position: absolute;
  left: 111px;
  height: 100%;
  width: 200px;
}
#top_wrapper .top-mainvisual .section_content .mv_logo {
  position: absolute;
  top: 43.8%;
  left: 0;
  z-index: 8;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}
#top_wrapper .top-mainvisual .section_content .mv_main {
 /* position: absolute;
  top: 0;*/
  /*left: 165px;*/
  z-index: 8;
  display: block;
  margin: 0 auto;
  max-height: 635px;
  bottom: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}
#top_wrapper .top-mainvisual .section_content .mv_main_inner {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
#top_wrapper .top-mainvisual .section_content .mv_img {
  position: absolute;
  top: 62px;
  left: 440px;
  z-index: 200;
}
#top_wrapper .top-mainvisual .section_content .mv_shaddow {
  position: absolute;
  top: 492px;
  left: 440px;
}
#top_wrapper .top-mainvisual .section_content .mv_lead_wrapper {
  z-index: 100;
  display: block;
  margin: 0 auto;
  max-height: 635px;
  bottom: 0;
  position: absolute;
  left: 603px;
  height: 100%;
  width: 255px;
}
#top_wrapper .top-mainvisual .section_content .mv_lead {
  position: absolute;
  top: 43.8%;
  left: 0;
  z-index: 1;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}
#top_wrapper .top-mainvisual .section_content .news {
  position: absolute;
  /*top: 573px;*/
  bottom: 60px;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 12px;
  color: #404040;
  text-align: center;
  line-height: 1;
}

th.short.date,th.short.date,td.short.version,td.short.version {
  width: 110px;
}

@keyframes slideUp {
  0% {
    top: 120%;
    opacity: 0;
  }

  100% {
    top: 10%;
    opacity: 1;
  }
}

@-moz-keyframes slideUp {
  0% {
    top: 120%;
    opacity: 0;
  }

  100% {
    top: 10%;
    opacity: 1;
  }
}

@-webkit-keyframes slideUp {
  0% {
    top: 120%;
    opacity: 0;
  }

  100% {
    top: 10%;
    opacity: 1;
  }
}

@keyframes slideUpForThetaImg {
  0% {
    top: 120%;
    opacity: 0;
  }

  100% {
    top: 10%;
    opacity: 1;
  }
}

@-moz-keyframes slideUpForThetaImg {
  0% {
    top: 120%;
    opacity: 0;
  }

  100% {
    top: 10%;
    opacity: 1;
  }
}

@-webkit-keyframes slideUpForThetaImg {
  0% {
    top: 120%;
    opacity: 0;
  }

  100% {
    top: 10%;
    opacity: 1;
  }
}

@keyframes slideDown {
  0% {
    top: -10px;
    opacity: 0;
  }

  100% {
    top: 0px;
    opacity: 1;
  }
}

@-moz-keyframes slideDown {
  0% {
    top: -10px;
    opacity: 0;
  }

  100% {
    top: 0px;
    opacity: 1;
  }
}

@-webkit-keyframes slideDown {
  0% {
    top: -10px;
    opacity: 0;
  }

  100% {
    top: 0px;
    opacity: 1;
  }
}

@keyframes txtSlideUp {
  0% {
    top: 120%;
    opacity: 0;
  }

  100% {
    top: 20%;
    opacity: 1;
  }
}

@-moz-keyframes txtSlideUp {
  0% {
    top: 120%;
    opacity: 0;
  }

  100% {
    top: 20%;
    opacity: 1;
  }
}

@-webkit-keyframes txtSlideUp {
  0% {
    top: 120%;
    opacity: 0;
  }

  100% {
    top: 20%;
    opacity: 1;
  }
}

@keyframes rInfoSlideUp {
  0% {
    top: 120%;
    opacity: 0;
  }

  100% {
    top: 30%;
    opacity: 1;
  }
}

@-moz-keyframes rInfoSlideUp {
  0% {
    top: 120%;
    opacity: 0;
  }

  100% {
    top: 30%;
    opacity: 1;
  }
}

@-webkit-keyframes rInfoSlideUp {
  0% {
    top: 120%;
    opacity: 0;
  }

  100% {
    top: 30%;
    opacity: 1;
  }
}

@keyframes alphaAnime {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes alphaAnime {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes alphaAnime {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.sp_show {
  display: none;
}

.intro {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-image: url("../img/bgIntro.png");
  background-repeat: no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  top: 0;
  left: 0;
}
.intro.revealed {
  z-index: -1;
}
.intro_parts {
  opacity: 0;
}
.intro .intro_inner {
  margin: 0px auto!important;
  height: 10000px!important;
  width: 960px;
  position: absolute;
  bottom: 10%;
  left: 0;
  right: 0;
  max-height: calc(90% - 70px + 30px);
}
.intro .intro_inner .mv_logo_wrapper {
  z-index: 100;
  display: block;
  margin: 0 auto;
  max-height: 635px;
  bottom: 0;
  position: absolute;
  left: 111px;
  height: 100%;
  width: 200px;
}
.intro .intro_inner .mv_logo {
  position: absolute;
  top: 43.8%;
  left: 0;
  z-index: 200;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}
.intro .intro_inner .mv_img {
 /* position: absolute;
  top: 0;*/
  /*left: 165px;*/
  z-index: 100;
  display: block;
  margin: 0 auto;
  max-height: 635px;
  bottom: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}
.intro .intro_inner .mv_lead_wrapper {
  z-index: 10;
  display: block;
  margin: 0 auto;
  max-height: 635px;
  bottom: 0;
  position: absolute;
  left: 603px;
  height: 100%;
  width: 255px;
}
.intro .intro_inner .mv_lead {
  position: absolute;
  top: 43.8%;
  left: 0;
  z-index: 10;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}

.hoverMenu {
  position: absolute;
  z-index: 10;
  top: 30px;
  left: 0;
  padding: 16px;
  background-color: rgba(00, 00, 00, 0.4);
  color: #ffffff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: none;
  margin-left: 180px;
  margin-top: 10px;
}
.hoverMenu.active {
  display: block;
}
#pc_top_nav li.hoverMenu_item {
  display: block;
  margin-right: 0;
  margin-top: 16px;
  float: none;
}
#pc_top_nav li.hoverMenu_item a {
  display: block;
  margin-right: 0;
  line-height: 15px;
  font-size: 17px;
  font-weight: normal;
  color: #ffffff;
  padding-left: 15px;
  background-image: url(../img/icon_hoverList.png);
  background-repeat: no-repeat;
}
#pc_top_nav li.hoverMenu_item a:hover {
  opacity: 0.6;
}
#pc_top_nav li.hoverMenu_item:first-child {
  margin-top: 0;
}
#pc_top_nav .about a {
  display: inline-block;
}
#pc_top_nav .about:after {
  content: '';
  display: inline-block;
  width: 9px;
  height: 6px;
  background-image: url(../img/icon_productList2.png);
  vertical-align: middle;
  margin-left: 5px;
}
#pc_top_nav ul.hoverMenu_items {
  margin: 0;
}

/* 151023 start*/

#top_wrapper .top-mainvisual .page1_inner .page1_logo {
  position: absolute;
  top: 40%;
  left: 50%;
  margin-top: -35px;
  margin-left: -252px;
}
#top_wrapper .top-mainvisual-logo {
  position: absolute;
  top: 250px;
  left: 50%;
  width: 340px;
  height: 47px;
  background: url('../img/top_mainvisual_logo.png') no-repeat 0 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#top_wrapper .top-mainvisual-logo img {
  display: none;
}
#top_wrapper .top-mainvisual-product {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 50%;
  width: 640px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
#top_wrapper .top-mainvisual-product img {
  width: 100%;
  height: auto;
}
#top_wrapper .top-mainvisual .page1_productArea {
  position: absolute;
  bottom: 100px;
  left: 50%;
  width: 100%;
  min-width: 1180px;
  overflow: hidden;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}
#top_wrapper .top-mainvisual .page1_productArea .page1_productArea_s{
  float: left;
  margin-left: 50px;
  margin-bottom: 35px;
  margin-top: 67px;
}
#top_wrapper .top-mainvisual .page1_productArea .page1_productArea_m15{
  margin-top: 220px;
  float: right;
  margin-right: 50px;
}
#top_wrapper .top-mainvisual .page1_news_wrapper{
  position: absolute;
  width: 480px;
  bottom: 135px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}
#top_wrapper .top-mainvisual .page1_campaign_link{
  display: inline-block;
  margin-bottom: 15px;
}
#top_wrapper .top-mainvisual .page1_campaign_link img{
  width: 100%;
}
#top_wrapper .top-mainvisual .page1_news{
  font-size: 12px;
  color: #808080;
  width: 480px;
}
#top_wrapper .top-mainvisual .page1_news a{
  font-size: 12px;
  color: #808080;
  overflow: hidden;
}
#top_wrapper .top-mainvisual .page1_news .left{
  float: left;
  width: 100px;
  line-height: 1.8;
}
#top_wrapper .top-mainvisual .page1_news .right{
  float: left;
  width: 370px;
  line-height: 1.8;
}
/* 151023 end*/

#top_wrapper .top-mainvisual-credits {
  position: absolute;
  bottom: 100px;
  right: 10px;
}
#top_wrapper .top-mainvisual-credit-item {
  display: none;
  color: #878787;
  font-size: 12px;
}
.ex_1 #top_wrapper .top-mainvisual .credit_1,
.ex_2 #top_wrapper .top-mainvisual .credit_2,
.ex_3 #top_wrapper .top-mainvisual .credit_3,
.ex_4 #top_wrapper .top-mainvisual .credit_4,
.ex_5 #top_wrapper .top-mainvisual .credit_5 {
  display: block;
}
.top-mainvisual-arrow {
  position: absolute;
  bottom: 100px;
  left: 50%;
  width: 35px;
  height: 19px;
  background: url('../img/icon_top_arrow_white.png') no-repeat 0 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.top-section {
  margin: 70px auto 80px;
}
.top-section:first-of-type {
  margin-top: 0;
}
.top-section-head {
  text-align: center;
  margin: 0 0 80px 0;
  font-size: 40px;
}
.top-information {
  margin: 0 0 70px 0;
}
.top-mainvisual-inner {
  height: 100%;
}
.top-information,
.top-section-inner {
  position: relative;
  max-width: 1008px;
  margin: 0 auto;
  color: #404040;
}
.top-section-inner-wide {
  max-width: inherit;
}
.top-banner-list {
  max-width: 640px;
  margin: 0 auto;
}
.top-banner-item {
  text-align: center;
  margin: 0 0 10px 0;
}
.top-banner-item:last-child {
  margin: 0;
  padding-bottom: 40px;
}
.top-news-list {
  max-width: 640px;
  margin: 30px auto 0;
}
.top-news-list a {
  color: #0088bd;
}
.top-news-list a:hover {
  color: #a8defd;
  opacity: 1;
}
.top-news-item {
  margin: 0 0 10px 0;
}
.top-news-item.top-news-head {
  margin: 0 0 15px 0;
  text-align: center;
}
.top-news-item:last-child {
  margin: 0;
}
.top-news-item-inner {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}
.top-news-item-date {
  margin: 0 30px 0 0;
  line-height: 1.5;
  flex-basis: 130px;
}
.top-news-item-title {
  line-height: 1.5;
  flex-basis: 480px;
}
.top-event-list {
  display:table;
  min-width: 200px;
  margin: 30px auto 0;
  border: 2px solid #0088bd;
  padding: 5px 5px;
}
.top-event-list .top-event-txt {
  display:table-cell;
  color: #0088bd;
  font-weight:bold;
  vertical-align: middle;
}
.top-event-list:hover {
  opacity: 0.5;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.top-event-list a:hover {
  opacity: 1;
}
.top-event-list .top-event-icon {
  display:table-cell;
  vertical-align: middle;
  padding-left:5px;
}
.top-event-item {
  display:table-row;
  margin: 0 0 10px 0;
  text-align: center;
}
.top-event-item.top-event-head {
  margin: 0 0 15px 0;
}
.top-event-item:last-child {
  margin: 0;
}
.top-event-link {
  line-height: 1.5;
}
.top-function-copy,
.top-function-lead {
  text-align: center;
}
.top-function-copy {
  line-height: 1.0;
}
.copy-row-sub {
  display: block;
  font-size: 40px;
}
.copy-row-main {
  display: block;
  margin: 20px 0 0 0;
  font-size: 64px;
  font-weight: 300;
}
.top-function-lead {
  margin: 40px 0 0 0;
  font-size: 16px;
  line-height: 26px;
}
.top-function-picts {
  max-width: 1008px;
  margin: 60px auto 0;
}
.top-function-picts-img {
  width: 100%;
}
.top-function-picts-img-pc {
  display: block;
  width: 100%;
}
.top-function-picts-img-sp {
  display: none;
}
.top-function-picts-text {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}
.top-function-picts-item {
  flex-basis: 25%;
}
.top-function-picts-item-label {
  margin: 40px auto 0;
  text-align: center;
  font-size: 32px;
  line-height: 1.0;
}
.pict-take .top-function-picts-item-label {
  padding-left: 7px;
  padding-right: 13px;
}
.pict-see .top-function-picts-item-label {
  padding-left: 0;
  padding-right: 20px;
}
.pict-edit .top-function-picts-item-label {
  padding-left: 8px;
  padding-right: 12px;
}
.pict-share .top-function-picts-item-label {
  padding-left: 18px;
  padding-right: 2px;
}

.top-movies-list {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}
.top-movies-list-item {
  position: relative;
}
.top-movies-list-item:hover:before {
  background: rgba(0,0,0,0);
}
.top-movies-list-item a {
  position: relative;
  display: block;
}
.top-movies-list-item a:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0,0,0,0.5);
  content: '';
  z-index: 512;
  transition: background 0.2s ease;
  cursor: pointer;
}
.top-movies-list-item:nth-child(2n-1) {
  margin-right: 1px;
}
.top-movies-list-item:nth-child(2n) {
  margin-left: 2px;
}
.top-movies-list-item img {
  display: block;
  width: 100%;
  height: auto;
}
.top-movies-list-item a,
.top-movies-list-item a:visited {
  color: #fff;
}
.top-movies-list-item-text {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  padding-bottom: 72px;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  z-index: 520;
  cursor: pointer;
  background: url(../img/icon_movie_play.png) no-repeat 50% bottom;
  font-size: 24px;
  text-align: center;
}
.top-movies-list-item-text.coming_soon {
  background: none;
}
.top-movies-list-item-text.coming_soon:after {
  content: "Coming soon";
  display: block;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
}
.top-products-list {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
}
.top-products-list-item {
  flex-basis: 50%;
  position: relative;
  overflow: hidden;
}
.top-products-list-item:nth-of-type(n+3) {
  margin-top: 4px;
}
.top-products-list-item img {
  display: block;
  width: 100%;
  height: auto;
}
.top-products-list-item-image {
  margin-left: 2px;
}
.top-products-list-item:nth-child(2n-1) .top-products-list-item-image {
  margin-right: 1px;
}
/*.top-products-list-item:nth-child(2n) .top-products-list-item-image {
  margin-left: 2px;
}*/
.top-products-list-item-new .top-products-list-item-inner:before {
  position: absolute;
  left: 60px;
  top: 40px;
  content: url('../img/icon_product_new.png');
  width: 60px;
  height: 60px;
}
.top-products-list-item-text {
  position: absolute;
  top: auto;
  bottom: 0;
  width: calc(100% - 3px);
  background: rgba(38,38,38,0.5);
  color: #fff;
  text-align: center;
  padding: 20px 0 30px 0;
}
.top-products-list-item:nth-child(2n-1) .top-products-list-item-text {
  left: 2px;
}
.top-products-list-item:nth-child(2n) .top-products-list-item-text {
  left: 2px;
}
.top-products-list-item-inner {
  display: block;
  position: relative;
}
.top-products-list-item-head {
  font-size: 32px;
  line-height: 1.0;
  margin: 0 0 20px 0;
}
.top-products-list-item-lead {
  font-size: 16px;
  line-height: 1.0;
}
.top-bottom-links-list {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.top-bottom-links-item {
  flex-basis: 33.3%;
  overflow: hidden;
  position: relative;
}
.top-bottom-links-item-middle {
  flex-basis: 50%;
}
.top-bottom-links-item-wide {
  flex-basis: 100%;
}
.top-bottom-links-item-inner {
  display: block;
}
.top-bottom-links-item-inner:hover {
  opacity: 1;
}
.top-bottom-links-item-image {
  position: relative;
  margin-left: 2px;
}
.top-bottom-links-item:not(:nth-child(3n)) .top-bottom-links-item-image {
  margin-right: 1px;
}
.top-bottom-links-item-wide .top-bottom-links-item-image,
.top-bottom-links-item:nth-child(n+4) .top-bottom-links-item-image {
  margin-top: 3px;
}
.top-bottom-links-item-image:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(38,38,38,0.5);
  transition: background 0.2s ease;
}
.top-bottom-links-item:hover .top-bottom-links-item-image:before {
  background: rgba(38,38,38,0.15);
}
.top-bottom-links-item-image img {
  width: 100%;
}
.top-bottom-links-item-image img.visible-at-wide {
  display: block;
}
.top-bottom-links-item-image img.visible-at-narrow {
  display: none;
}
.top-bottom-links-item-text {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  color: #fff;
  text-align: center;
}
.top-bottom-links-item-head {
  font-size: 40px;
  line-height: 1.0;
  margin: 0 0 6px 0;
}
.top-bottom-links-item-wide .top-bottom-links-item-head {
  margin-bottom: 16px;
}
.top-bottom-links-item-lead {
  font-size: 16px;
  line-height: 1.0;
}

.top-above-footer {
  margin: 40px 0 0 0;
  text-align: center;
  font-size: 16px;
}
.top-bottom-links {
  margin-bottom: 40px;
}
.top-above-footer-text {
  padding: 0 0 50px 0;
  line-height: 1.0;
}
.top-above-footer-text a {
  color: #0088bd;
}

/* common
----------------------------------------------------------*/

/* width:100% */
#header,
#header > div,
#footer{
  min-width: 1008px;
  width:100%;
}
#header > div{
  position:relative;
  margin:0 auto;
}
/* width:960px */
#main{
  position:relative;
  width:960px;
  margin:0 auto;
}

#header{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  height:80px;
  padding-bottom:23px;
  background-image: url(../img/top_header_bg.png);
  -webkit-background-size: 1200px 103px;
  background-size: 1200px 103px;
  background-repeat: repeat-x;
  }
  #header > div{
    position: relative;
    width: 1008px;
    height: 80px;
    margin: 0 auto;
}
  .logo,
  .gn{position:absolute;}
  .logo{top:22px; left:0;}
  .gn{min-width: 828px;margin-left: 180px;font-size: 18px;line-height: 20px;margin-top: 30px;}
  .gn:after{content: "."; display: block; height: 0; font-size: 0; clear: both; visibility: hidden;}
  .logo a,
  .gn a{display:inline-block;}
  .logo a{
    width:141px;
    height:40px;
    background:url("../../../intl/common/img/logo_w.png") no-repeat;
    background-size: 141px 40px;
    overflow:hidden;
    }
  .gn li{
    float:left;
    margin-right: 20px;
    letter-spacing: -0.5px;
    }
  .gn a{}
  .gn li a{
    font-family: 'Open Sans', Helvetica, Arial, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
    font-size: 15px;
    font-weight: normal;
    height: 25px;
    color: #fff;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  .gn li a.about,
  .gn li a.store{
    letter-spacing: 0.25em;
  }
  .gn .separator{
    margin-right: 77px;
  }
  .gn > li:last-child{
    position:absolute;
    right:0;
    margin-right: 0;
    }
  #about .gn  a.about,
  #download .gn  a.download,
  #store .gn  a.store,
  #gallery .gn  a.gallery,
  #enjoy .gn  a.enjoy,
  #support .gn  a.support,
  #info .gn  a.info,
  .gn a:hover{ opacity:.7;}

  .gn a.coming_soon {
    opacity: .7;
    cursor: default;
  }

  .gn li a.login{
    display:block;
    height: 30px;
    line-height: 30px;
    padding: 0 7px;
    text-align:center;
    font-size:15px;
    border: solid 1px #fff;
    margin-top: -3px;
    }
  .gn li a.login:hover{
    /* color:#fff; */
    /* background-color:#64c832; */
    }

#main{}
  .contents{}
  .box{
    padding:50px 70px;
    background:#fff;
    }
  .box+.box{border-top:1px solid #ccc;}
  .box p{ margin-bottom:5px;}
  .lead{ margin:0 10px 30px;}

  .nobox{ padding:0 10px 15px;}
  .box+.nobox{ padding-top:15px;}

  .note{ font-size:60%;}

  .leftpane,
  .rightpane,
  .rightpane_02{ position:relative;}
  .leftpane{ width:410px; float:left;}
  .rightpane{ width:410px; float:right;}
  .rightpane_02{ width:480px; float:right;}

  .contents_2col{
    width:760px;
    float:left;
    }
  .contents_2col .box{
    padding:40px 50px;
    background:#fff;
    }
  .contents_2col .nobox{
    padding:40px 50px 30px;
    }
  .contents_2col .nobox+.nobox{ padding-top:0;}
  .side{
    width:170px;
    float:right;
    }
  .lnav li{ margin-bottom:20px;}
  .lnav a{
    display:block;
    color:#404040;
    width:170px;
    padding-right:10px;
    background-image:url("../../../intl/common/img/bullet_right_g.png");
    background-size: 5px 8px;
    background-repeat:no-repeat;
    background-position:100% 46%;
    }
  .lnav .current a,
  .lnav a:hover{color:#0088bd;}

  .have_caption{ margin-top:-25px;}
  .caption{
    font-size:12px;
    margin-bottom:5px;
    }
  .box .caption{ color:#808080;}

#contents_foot{margin-top:90px;}
#contents_foot.sitemap{
  margin: 15px auto 0;
  width: 960px;
}

#footer{
  /*height: 300px;*/
  background: #ffffff;
  position: relative;
  }
.footer_share {
  width: 250px;
  margin: auto;
  padding: 16px 0;
  overflow: visible;
  width: 1008px;
}
.footer_share #sns_button {
  padding: 0;
}
.footer_share:after {
  content: "";
  clear: left;
  display: block;
}
.footer_share .footer_share_tw {
  float: left;
  margin-right: 40px;
}
.footer_band {
  height: 96px;
  position: relative;
  color: #fff;
  background: #1a1a1a;
}
.footer_band_inner {
  width: 1008px;
  height: 100%;
  margin: auto;
  position: relative;
}
.footer_band  a.global_main:hover {opacity: .7;}

#sns_button .social{
  text-align: center;
}
.footer_band .footer_sns {
  position: absolute;
  right: 0;
  top: 34px;
}
.footer_band .footer_sns li{
  float: left;
  margin-left: 29px;
}
.footer_band .footer_sns a{
  display: block;
  width: 27px;
  height: 27px;
}
.footer_band .footer_sns a:hover{
  opacity: .7;
}
.footer_band .footer_sns:after{
  content: "";
  clear: left;
  display: block;
}
.footer_band .footer_sns .fb {
  background: url("../../../intl/common/img/sns_ico_f.png") no-repeat;
  background-size: 26px;
}
.footer_band .footer_sns .tw {
  background: url("../../../intl/common/img/sns_ico_t.png") no-repeat;
  background-size: 27px;
}
.footer_band .footer_sns .ig {
  background: url("../../../intl/common/img/sns_ico_i.png") no-repeat;
  background-size: 27px;
}
.footer_band .footer_sns .tb {
  background: url("../../../intl/common/img/sns_ico_y.png") no-repeat;
  background-size: 27px;
}

.footer_logo {margin: auto;
  padding: 30px 0 20px 0;
  background-color: #fff;
}
.footer_logo a {background: url("../../../intl/common/img/company_logo.png") no-repeat;
  width: 101px;
  height: 35px;
  background-size: contain;
  display: block;
  margin: auto;
}
.footer_cr {text-align: center;
  background: #fff;
  padding-bottom: 34px;
  font-size: 12px;
  color: #404040;
}

  #footer li{ list-style: none;}
  .global,
  .fnavi,
  .cr{position:absolute;}

  ul.global{
    position:relative;
    height:16px;
    width:90px;
    top: 042px;
    left:0;
    }
    .global > li{ position:relative;}
    .global li a{
      display:block;
      width:90px;
      height:16px;
      line-height: 18px;
      font-size: 14px;
      color: #fff;
      position:relative;
      text-indent:25px;
      cursor:pointer;
      }
    a.global_main:before {
      content: " ";
      display: block;
      position: absolute;
      z-index: 10;
    }
    a.global_main:before,
    a.global_main:before{
      width:16px;
      height:16px;
      top:0;
      left:0;
      background: url("../../../intl/common/img/globe.png") no-repeat;
      }
    .global .global_sub {
      bottom: 16px;
      left: -5px;
      position: absolute;
      text-align: center;
      list-style:none;
      padding-left:0;
      }
    .global .global_sub li {background-color: #1a1a1a;color: #404040;}
      .global .global_sub a{
        background: #1a1a1a;
        text-indent:0;
        height:32px;
        line-height:32px;
        }
      .global .global_sub a:hover{opacity: .7;}
      .global .global_sub .margin{
        display:block;
        height: 10px;
        background: #1a1a1a;
        }
      .global li .global_sub li a{
        color: #fff;
      }

  .fnavi{
    padding-left: 45px;
    top: 42px;
    left:90px;
    }
  .fnavi li{
    float:left;
    margin-right: 24px;
    line-height: 18px;
    }
  .fnavi a{
    display:block;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    }
  .fnavi a:hover{opacity: .7;}

  .cr{
    font-size:11px;
    color: #808080;
    top: 0;
    right:0;
    margin-top: 24px;
    }

.hoverMenu {
  position: absolute;
  z-index: 10;
  top: 30px;
  left: 0;
  padding: 16px;
  background-color: rgba(00, 00, 00, 0.4);
  color: #ffffff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: none;
}
.hoverMenu.active {
  display: block;
}
#header.style li.hoverMenu_item {
  display: block;
  margin-right: 0;
  margin-top: 16px;
  float: none;
}
#header.style li.hoverMenu_item a {
  display: block;
  margin-right: 0;
  line-height: 15px;
  font-size: 18px;
  font-weight: normal;
  color: #ffffff;
  padding-left: 15px;
  background-image: url(../img/icon_hoverList.png);
  background-repeat: no-repeat;
}
#header.style li.hoverMenu_item a:hover {
  color: #0088bd;
}
#header.style li.hoverMenu_item:first-child {
  margin-top: 0;
}

  
  .menu_detail_wrapper {
    padding-top: 0;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 2;
    display: none;
    opacity: 0;
  }
  .menu_detail {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 20px 15px;
  }
  .menu_detail_wrapper.about_detail {
    min-width: 160px;
  }
  .menu_detail_wrapper.application_detail {
    min-width: 250px;
  }
  .menu_about,
  .menu_application {
    position: relative;
  }
  .menu_about > .about,
  .menu_application > .application {
    padding-right: 18px;
    position: relative;
  }
  .menu_about > .about:after,
  .menu_application > .application:after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 4px;
    position: absolute;
    top: 10px;
    right: 6px;
    background: url(../img/icon_arrow_top.png) no-repeat 0 0;
  }
  .menu_about:hover .about_detail,
  .menu_application:hover .application_detail {
    display: block;
    opacity: 1;
    padding-top: 10px;
    animation: menu-hover 0.2s ease-in-out;
  }
  .menu_detail li {
    margin-top: 10px;
    margin-right: 0;
    float: none;
    line-height: 25px;
  }
  .menu_detail li:first-child {
    margin-top: 0;
  }
  .menu_detail li a {
    font-size: 15px;
    color: #fff;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    height: auto;
  }
  .menu_detail li a:hover {
    opacity: .7;
  }
  @keyframes menu-hover {
    0% {
      opacity: 0;
      padding-top: 0;
    }
    20% {
      opacity: 0;
      padding-top: 0;
    }
    100% {
      opacity: 1;
      padding-top: 10px;
    }
  }


/* 言語切替
----------------------------------------------------------*/

.lang{ position:relative;}
#ID{
  position:absolute;
  top:62px;
  left:0;
  }
#ID a{
  display:block;
  background:#f7f7f7;
  color:#404040;
  width:155px;
  padding-left:15px;
  height:36px;
  line-height:36px;
  marginbottom:-20px;
  font-size:12px;
  }
#ID a:hover{
  color:#0088bd;
  opacity: 0.7;
  }

.sp{ display:none !important;}

@media screen and (min-width:641px) {
  #sns_button{
    padding: 0 70px 30px;
    background:#fff;
  }
  #sns_button li{
    margin:0;
    display:inline-block;
    padding:5px 5px 5px 0;
  }
  #sns_button li.tweet{
    margin-right: 30px;
  }

.contents_2col #sns_button{
    padding: 0 50px 30px;
  }
}
