@charset "UTF-8";
@font-face {
  font-family: "FontAwesome";
  src: url("/fonts/fontawesome-webfont.eot");
  src: url("/fonts/fontawesome-webfont.eot") format("embedded-opentype"), url("/fonts/fontawesome-webfont.woff") format("woff"), url("/fonts/fontawesome-webfont.ttf") format("truetype"), url("/fonts/fontawesome-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
html {
  height: 100%;
}

body {
  margin: 0;
  padding: 0px 0 0 0;
  min-height: 100%;
  height: auto !important;
  width: 100%;
  height: 100%;
  position: relative;
  font-family: "Montserrat", "HelveticaNeue-Light", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  color: #19191a;
  -webkit-font-smoothing: antialiased;
}

.jptext {
  font-family: "YuGothic", "Yu Gothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Meiryo", "メイリオ", "ＭＳ Pゴシック", "MS PGothic", sans-serif;
  line-height: 170%;
}

img, div {
  outline: none !important;
}

.masterContainer {
  width: 100%;
  padding: 50px 0 134px 0;
}

.main {
  background: url(/images/fotomecha2/main_bgt.jpg) no-repeat 50% 70%;
  background-size: cover;
  border: none;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .main {
    background-image: url(/images/fotomecha2/main_bgt@2x.jpg);
    background-size: cover;
    border: none;
  }
}
.navbar-brand {
  margin-left: 0px !important;
}

.navbar-header {
  padding-left: 16px;
  padding-right: 16px;
}

/* iPadのポートレートでバーの背景がマージン分欠ける問題の対策 */
nav > div {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.navbar-default {
  background-color: rgba(255, 255, 255, 0.9);
  border-color: #e7e7e7;
}

.navbar-toggle {
  font-family: "Montserrat", "HelveticaNeue", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
}

div.main_screenshot {
  text-align: center;
}

img.icon {
  margin-bottom: 62px;
}

#mainDeviceImage {
  position: relative;
}
#mainDeviceImage img {
  max-width: 100%;
  max-height: auto;
}

#mdi1 {
  position: absolute;
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  -ms-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

div.description {
  text-align: center;
  padding-top: 50px;
}

h1 {
  color: #292d33 !important;
}
h1.description {
  font-family: "Montserrat", "HelveticaNeue-Light", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 40px;
  text-align: left;
  line-height: 130%;
  letter-spacing: 0.02em;
  text-shadow: 0px 1px 8px white;
}
h1.jptext {
  font-size: 40px;
  font-family: "YuGothic", "Yu Gothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Meiryo", "メイリオ", "ＭＳ Pゴシック", "MS PGothic", sans-serif;
}

p.requirements {
  color: #1d1f24 !important;
  text-align: center;
  font-size: 16px;
  text-shadow: 0px 1px 4px rgba(255, 255, 255, 0.9);
  font-optical-sizing: auto;
  font-weight: 400;
}

p.requirements.jptext {
  font-size: 16px;
}

ul.nav {
  margin: 0 16px;
}
ul.nav li {
  vertical-align: bottom;
}
ul.nav li a {
  color: #19191a !important;
  font-size: 14px;
  line-height: 20px;
  padding-top: 17px !important;
  /* adjust text vertical align */
  padding-bottom: 13px !important;
  /* adjust text vertical align */
  font-family: "Montserrat", "HelveticaNeue", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
}
ul.nav li.active a {
  background-color: #eeefef !important;
}

a {
  -webkit-transition: 0.4s;
  -ms-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a.inlineLink {
  color: #19191a;
  text-decoration: underline;
}
a.inlineLink:hover {
  color: #666666;
  text-decoration: underline;
}

ul.nav li a:hover {
  color: #666666 !important;
}

h2 {
  color: #ff7e00;
  font-weight: normal;
  font-size: 32px;
  line-height: 130%;
  font-family: "Montserrat", "HelveticaNeue-Light", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  margin-bottom: 0.5em;
}
h2.jptext {
  font-size: 32px;
  line-height: 150%;
}
h2.mobile {
  display: none;
}
h2.dtAndTab {
  display: block;
}

div.content p {
  font-size: 16px;
  margin-bottom: 0.5em;
  line-height: 170%;
}

div.featureContainer {
  background: url(/images/fotomecha2/gradbg.jpg) no-repeat center;
  background-size: cover;
}

div.feature {
  border: none;
  padding: 40px 0 40px 0;
  font-size: 16px;
}
div.feature h2 {
  text-align: center;
}

ul.feature {
  text-align: center;
  list-style-type: none;
  padding: 0;
  margin: 25px 0 36px 0;
}
ul.feature li {
  display: inline;
  padding: 0;
}

div.award {
  padding: 80px 0 60px 0;
  text-align: center;
}
div.award p {
  margin-top: 1.5em;
  text-align: center;
}

footer {
  position: absolute;
  bottom: 0;
  height: 134px;
  width: 100%;
  background: #262827;
  color: #ffffff;
  text-align: center;
  padding: 24px 0 24px 0;
  margin: 0;
  font-family: "Montserrat", "HelveticaNeue", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
}
footer ul {
  list-style-type: none;
  padding: 0;
  margin: 0 0 25px 0;
}
footer ul li {
  display: inline;
  padding: 0 0.6em 0 0.6em;
}
footer ul li a {
  color: #ffffff;
}
footer ul li a:hover {
  color: #aaaaaa;
}
footer ul li a:active {
  color: #aaaaaa;
  text-decoration: none;
}
footer ul li a:focus {
  color: #ffffff;
  text-decoration: none;
}
footer ul.menu3 li:nth-child(1) {
  border-right: 1px solid #999999;
}
footer ul.menu3 li:nth-child(1) {
  border-right: 1px solid #999999;
}
footer ul.menu3 li:nth-child(2) {
  border-right: 1px solid #999999;
}
footer ul.menu3 li:nth-child(3) {
  border-right: 1px solid #999999;
}
footer ul.menu2 li:nth-child(1) {
  border-right: 1px solid #999999;
}
footer div.share {
  text-align: left;
  padding-left: 20px;
}
footer div.share img {
  margin-bottom: 24px;
}
footer div.share img:hover {
  opacity: 0.9;
}

div.languageSelector {
  text-align: right;
  padding-right: 10px;
}

img.emotionale {
  margin-top: 10px;
  vertical-align: bottom;
}

div.screenshotareaContainer {
  text-align: center;
}

#featureDevice {
  position: relative;
  display: inline-block;
  width: 285px;
  text-align: right;
}

img.featureType {
  cursor: pointer;
}

img.current {
  cursor: default;
}

#screenshot0 {
  position: absolute;
  display: block;
  left: 0px;
}

#screenshot1 {
  position: absolute;
  display: none;
  left: 0px;
}

#screenshot2 {
  position: absolute;
  display: none;
  left: 0px;
}

#screenshot3 {
  position: absolute;
  display: none;
  left: 0px;
}

#screenshot4 {
  position: absolute;
  display: none;
  left: 0px;
}

.featureDescription {
  text-align: center;
}
.featureDescription ul {
  text-align: left;
}
.featureDescription p {
  text-align: left;
}

#featureDescription0 {
  display: block;
  opacity: 1;
}

#featureDescription1 {
  position: absolute;
  display: none;
  opacity: 0;
  top: 0;
}

#featureDescription2 {
  position: absolute;
  display: none;
  opacity: 0;
  top: 0;
}

#featureDescription3 {
  position: absolute;
  display: none;
  opacity: 0;
  top: 0;
}

#featureDescription4 {
  position: absolute;
  display: none;
  opacity: 0;
  top: 0;
}

#featureDescriptionContainer {
  position: relative;
}
#featureDescriptionContainer ul {
  padding: 0 0 0 1em;
}
#featureDescriptionContainer ul li {
  padding-bottom: 0.5em;
  color: #ff7e00;
}
#featureDescriptionContainer ul li span {
  color: #19191a;
}
#featureDescriptionContainer p.caution {
  text-indent: -1em;
  margin-left: 1em;
  font-size: 90%;
}

#toTop {
  position: fixed;
  bottom: 16px;
  right: 16px;
  cursor: pointer;
  display: none;
  margin: 0;
  padding: 0;
  background-color: #ff7e00;
  border: 0;
  z-index: 100;
}
#toTop .fa {
  font-size: 24px;
  margin: 8px;
}

.grayBg {
  background: url(/images/fotomecha2/gradbg2.jpg) center;
  background-size: cover;
}

div.support {
  border: none;
  padding: 40px 0 40px 0;
  font-size: 16px;
  font-family: "Montserrat", "HelveticaNeue-Light", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
}
div.support h1 {
  margin: 0;
  padding: 0;
  text-align: center;
}
div.support img.icon {
  margin: 0 0 30px 0;
  width: 95px;
  height: 95px;
}
div.support p {
  text-align: center;
}
div.support form {
  margin: 40px 0 40px 0;
  padding: 0 !important;
}
div.support form input {
  width: 100%;
}
div.support form input.btn {
  width: 33%;
  margin: 20px 33% 0 33%;
  font-weight: bold;
  font-size: 16px;
}
div.support form select {
  width: 50%;
}
div.support table {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}
div.support .content {
  font-size: 16px;
}

.screen-reader-response {
  display: none;
}

@media (min-width: 1400px) {
  .container-fluid .row {
    width: 1400px !important;
    margin: 0 auto;
  }

  .col-md-5.col-md-offset-1 {
    margin-left: 80px;
    width: 620px;
  }

  .col-md-4.col-md-offset-1 {
    margin-left: 124px;
    width: 496px;
  }

  .feature .col-md-3.col-md-offset-1 {
    margin-left: 80px;
    width: 372px;
  }

  .feature .col-md-6.col-md-offset-1 {
    margin-left: 124px;
    width: 744px;
  }

  .navbar-brand {
    padding-left: 80px;
  }

  ul.navbar-right {
    margin-right: 80px;
  }

  footer div.share {
    padding-left: 90px;
  }

  div.languageSelector {
    padding-right: 90px;
  }
}
@media (max-width: 992px) {
  .masterContainer {
    padding: 50px 0 240px 0;
  }

  footer {
    height: 240px;
  }

  .main {
    background-position: 60% center;
  }

  .navbar-brand {
    padding-left: 15px;
  }

  ul.navbar-right {
    margin-right: 10px;
  }

  div.description {
    padding-top: 20px;
  }

  .mainDevice {
    text-align: center;
  }

  img.icon {
    margin-bottom: 16px;
  }

  h1.description {
    color: #343434 !important;
    font-size: 28px;
    margin-top: 0;
  }

  p.requirements {
    color: #000000 !important;
  }

  h1.jptext {
    font-size: 28px;
    text-align: center;
  }

  h2 {
    font-size: 24px;
  }
  h2 .jptext {
    font-size: 24px;
  }

  footer div.share {
    text-align: center;
    padding: 0px;
  }
  footer div.share img {
    margin-left: 10px;
    margin-right: 10px;
  }

  div.languageSelector {
    text-align: center;
    padding: 0px;
  }
}
@media (max-width: 768px) {
  .masterContainer {
    padding: 50px 0 240px 0;
  }

  footer {
    height: 240px;
  }

  .main {
    background-position: 45% bottom;
  }

  .navbar-brand {
    margin-top: 3px;
  }

  #navbar {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  }

  ul.nav li {
    text-align: center;
  }
  ul.nav li.active a {
    background-color: transparent !important;
  }

  img.icon {
    display: none;
  }

  .main_screenshot img {
    width: 250px;
    height: auto;
  }

  .jumbotron {
    padding-bottom: 20px;
    margin-bottom: 10px;
  }

  div.feature {
    padding-top: 10px;
    background-position: 0 0;
  }

  h2.mobile {
    display: block !important;
  }

  h2.dtAndTab {
    display: none !important;
  }

  #featureDescription0 {
    position: static !important;
    display: block !important;
    opacity: 1 !important;
  }

  #featureDescription1 {
    position: static !important;
    display: block !important;
    opacity: 1 !important;
  }

  #featureDescription2 {
    position: static !important;
    display: block !important;
    opacity: 1 !important;
  }

  #featureDescription3 {
    position: static !important;
    display: block !important;
    opacity: 1 !important;
  }

  #featureDescription4 {
    position: static !important;
    display: block !important;
    opacity: 1 !important;
  }

  ul.feature {
    display: none !important;
  }

  img.mobile {
    display: inline !important;
  }

  #featureName {
    display: block !important;
  }

  #featureDevice > img {
    opacity: 0.2;
  }
}
@media (max-width: 413px) {
  .masterContainer {
    padding: 50px 0 240px 0;
  }

  footer {
    height: 240px;
  }

  .main {
    background-position: 30% 0px;
  }

  .navbar-brand {
    margin-top: 3px;
  }

  .main_screenshot img {
    width: 40%;
    height: auto;
  }

  div.description {
    padding-top: 0px;
  }

  img.icon {
    display: none;
  }

  h1.description {
    font-size: 24px;
  }

  p.requirements {
    font-size: 13px;
  }

  p.requirements.jptext {
    font-size: 13px;
  }

  .jumbotron {
    padding-bottom: 20px;
    margin-bottom: 0;
  }

  h2 {
    font-size: 20px !important;
  }

  div.content p {
    font-size: 14px;
  }

  div.feature {
    padding-top: 0;
    background-position: 0 0;
  }

  img.mobile {
    width: 80px;
    height: auto;
    margin-top: 20px !important;
  }

  #featureDescriptionContainer li {
    font-size: 14px;
    line-height: 175%;
  }
  #featureDescriptionContainer p.caution {
    font-size: 12px;
    line-height: 150%;
  }

  div.award {
    padding: 40px 0 30px 0;
  }
  div.award img {
    width: 100px;
    height: auto;
  }

  div.support p {
    line-height: 175%;
  }
}
#carousel {
  position: absolute;
  width: 226px;
  height: 402px;
  left: 29px;
  top: 79px;
  z-index: 50;
}

.slick-next {
  right: -60px !important;
}
.slick-next:before {
  content: "\f105" !important;
  font-family: FontAwesome !important;
  color: #000000 !important;
  font-size: 44px !important;
  width: 44px !important;
  height: 44px !important;
  line-height: 44px !important;
  opacity: 0.2 !important;
}

.slick-prev {
  left: -60px !important;
}
.slick-prev:before {
  content: "\f104" !important;
  font-family: FontAwesome !important;
  color: #000000 !important;
  font-size: 44px !important;
  width: 44px !important;
  height: 44px !important;
  line-height: 44px !important;
  opacity: 0.2 !important;
}

.slick-prev, .slick-next {
  width: 44px !important;
  height: 44px !important;
}

img.mobile {
  margin: 32px 0 12px 0;
  display: none;
}

ul.feature {
  display: block;
}

#featureName {
  display: none;
  position: absolute;
  width: 100%;
  height: 40px;
  left: 0;
  top: 516px;
  font-size: 14px;
  text-align: center;
  color: #000000;
  z-index: 200;
  line-height: 20px;
}

div.privacy {
  text-align: left;
  font-size: 14px;
  margin-bottom: 5em;
  padding: 40px 0 40px 0;
}
div.privacy h1 {
  text-align: center;
  margin: 0;
}
div.privacy h2 {
  margin-top: 0;
}
div.privacy h3 {
  margin-top: 1.5em;
  font-size: 120%;
  color: #000000;
}

td.foot {
  padding-top: 1.5em;
  padding-left: 1.5em;
  text-indent: -1.5em;
  line-height: 150%;
}
td.foot div.alert {
  text-indent: 0;
}

.wpcf7-wpgdprc input[type=checkbox] {
  width: auto;
  margin-right: 0.5em;
}
