@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

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

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

a img {
  border: none;
}

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

@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
a {
  text-decoration: none;
  color: inherit;
}
a.hov {
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
a.hov:hover {
  opacity: .7;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

html {
  font-size: 14px;
  line-height: 2;
  color: #000;
}
html * {
  -webkit-text-size-adjust: 100%;
}

body {
  color: #000000;
  font-family: Helvetica, Verdana, Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', "游ゴシック", "Yu Gothic", YuGothic, 'メイリオ',Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

.att {
  font-size: 0.9rem;
  line-height: 1.8;
}

.touch .pageTop {
  display: none;
}

article {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  box-sizing: border-box;
}
article section * {
  box-sizing: border-box;
}
article section img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
article section .secInner {
  width: 800px;
  margin: 0 auto;
}
article section#movie {
  position: relative;
  width: 100%;
  height: 100vh;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../images/poster.jpg");
}
article section#movie .logo_tnf {
  display: block;
  position: absolute;
  top: 50px;
  right: 50px;
  z-index: 2;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
article section#movie .logo_tnf img {
  width: 76px;
}
article section#movie .logo_tnf:hover {
  opacity: .5;
}
article section#movie #video {
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #000;
}
article section#movie #video.move {
  opacity: 1;
}
article section#movie .scroll {
  display: block;
  width: 5em;
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-left: -2.5em;
  z-index: 2;
  text-align: center;
  font-size: 1rem;
  line-height: 1;
  font-weight: bold;
}
article section#movie .scroll img {
  width: 18px;
  margin: 20px auto 0;
}
article section#overview .secInner {
  padding: 95px 0;
  border-bottom: #000 1px solid;
}
article section#overview .secInner .logo_tnf {
  display: none;
}
article section#overview .secInner .title {
  font-weight: bold;
  font-size: 5.14286rem;
  line-height: 1.17857;
  -moz-transition: all 0.6s ease-in-out 0.4s;
  -o-transition: all 0.6s ease-in-out 0.4s;
  -webkit-transition: all 0.6s ease-in-out;
  -webkit-transition-delay: 0.4s;
  transition: all 0.6s ease-in-out 0.4s;
  opacity: 0;
  -moz-transform: translate(0, 30px);
  -ms-transform: translate(0, 30px);
  -webkit-transform: translate(0, 30px);
  transform: translate(0, 30px);
}
article section#overview .secInner .title span {
  font-size: 2rem;
  display: block;
}
article section#overview .secInner .lead {
  -moz-transition: opacity 0.6s ease-in-out 0.8s;
  -o-transition: opacity 0.6s ease-in-out 0.8s;
  -webkit-transition: opacity 0.6s ease-in-out;
  -webkit-transition-delay: 0.8s;
  transition: opacity 0.6s ease-in-out 0.8s;
  opacity: 0;
}
article section#overview.move .secInner .title {
  opacity: 1;
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
article section#overview.move .secInner .lead {
  opacity: 1;
}
article section#products .secInner {
  padding: 60px 20px;
  border-bottom: #000 1px solid;
}
article section#products .secInner .concept {
  padding-bottom: 75px;
}
article section#products .secInner .concept:after {
  content: "";
  display: block;
  clear: both;
}
article section#products .secInner .concept .logo {
  width: 207px;
  float: left;
  -moz-transition: all 0.6s ease-in-out 0.4s;
  -o-transition: all 0.6s ease-in-out 0.4s;
  -webkit-transition: all 0.6s ease-in-out;
  -webkit-transition-delay: 0.4s;
  transition: all 0.6s ease-in-out 0.4s;
  opacity: 0;
  -moz-transform: translate(-30px, 0);
  -ms-transform: translate(-30px, 0);
  -webkit-transform: translate(-30px, 0);
  transform: translate(-30px, 0);
}
article section#products .secInner .concept .lead {
  width: 520px;
  float: right;
  margin-top: -8px;
  -moz-transition: opacity 0.6s ease-in-out 0.8s;
  -o-transition: opacity 0.6s ease-in-out 0.8s;
  -webkit-transition: opacity 0.6s ease-in-out;
  -webkit-transition-delay: 0.8s;
  transition: opacity 0.6s ease-in-out 0.8s;
  opacity: 0;
}
article section#products .secInner .concept.move .logo {
  opacity: 1;
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
article section#products .secInner .concept.move .lead {
  opacity: 1;
}
article section#products .secInner ul:after {
  content: "";
  display: block;
  clear: both;
}
article section#products .secInner .item {
  padding-top: 50px;
  float: left;
  -moz-transition: all 0.8s ease-in-out 0.4s;
  -o-transition: all 0.8s ease-in-out 0.4s;
  -webkit-transition: all 0.8s ease-in-out;
  -webkit-transition-delay: 0.4s;
  transition: all 0.8s ease-in-out 0.4s;
  -moz-transform: translate(0, 30px);
  -ms-transform: translate(0, 30px);
  -webkit-transform: translate(0, 30px);
  transform: translate(0, 30px);
  opacity: 0;
  width: 350px;
}
article section#products .secInner .item:nth-child(2n) {
  -moz-transition: all 0.8s ease-in-out 0.8s;
  -o-transition: all 0.8s ease-in-out 0.8s;
  -webkit-transition: all 0.8s ease-in-out;
  -webkit-transition-delay: 0.8s;
  transition: all 0.8s ease-in-out 0.8s;
  float: right;
}
article section#products .secInner .item.move {
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
article section#products .secInner .item .data {
  padding: 30px 20px;
  background-color: #f6f6f8;
}
article section#products .secInner .item .data .name {
  font-size: 1.14286rem;
  font-weight: bold;
  line-height: 1.75;
}
article section#products .secInner .item .data .name .id:before {
  content: "   ";
}
article section#products .secInner .item .data .price {
  font-size: 1.14286rem;
  font-weight: bold;
  line-height: 1.75;
}
article section#products .secInner .item .data .text {
  margin-top: 30px;
  font-size: 0.85714rem;
  line-height: 1.75;
}
article section#products .secInner .item .data .btnWrap {
  margin-top: 20px;
  text-align: center;
}
article section#products .secInner .item .data .btnWrap a {
  display: inline-block;
  vertical-align: top;
  width: 150px;
  height: 38px;
  text-align: center;
  font-size: 1.14286rem;
  font-weight: bold;
  line-height: 38px;
  border: #000 1px solid;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
article section#products .secInner .item .data .btnWrap a:hover {
  border-color: transparent;
  background-color: #f00;
  color: #fff;
}

footer {
  position: relative;
  z-index: 2;
  padding: 12px 0 52px;
}
footer .copyright {
  width: 800px;
  margin: 0 auto;
  font-size: 0.85714rem;
  line-height: 20px;
}

.pageTop a {
  position: fixed;
  z-index: 100;
  bottom: 60px;
  right: -60px;
  display: block;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.pageTop a img {
  display: block;
}
.pageTop a:hover {
  opacity: .5;
}
.pageTop.active a {
  right: 30px;
}

.forSp {
  display: none;
}

body {
  min-width: 0;
}

a:hover {
  opacity: 1;
}

@media only screen and (max-width: 920px) {
  html {
    font-size: 16px;
  }

  .forPc {
    display: none;
  }

  article section .secInner {
    width: auto;
    margin: 0 1.71429rem;
  }
  article section#movie {
    height: auto;
    padding-top: 56.25%;
  }
  article section#movie .logo_tnf {
    top: 1.71429rem;
    right: 1.71429rem;
  }
  article section#movie .logo_tnf img {
    width: 5.5rem;
  }
  article section#overview .secInner {
    padding: 2.91667rem 0;
    position: relative;
  }
  article section#overview .secInner .logo_tnf {
    display: none;
    position: absolute;
    top: 2.91667rem;
    right: 0;
    z-index: 2;
  }
  article section#overview .secInner .logo_tnf img {
    width: 5.5rem;
  }
  article section#overview .secInner .title {
    font-size: 7.79221vw;
    margin-bottom: 1.66667rem;
    -moz-transform: translate(0, 1rem);
    -ms-transform: translate(0, 1rem);
    -webkit-transform: translate(0, 1rem);
    transform: translate(0, 1rem);
  }
  article section#overview .secInner .title span {
    font-size: 3.11688vw;
  }
  article section#products .secInner {
    padding: 5rem 0;
  }
  article section#products .secInner .concept {
    padding-bottom: 2.91667rem;
  }
  article section#products .secInner .concept .logo {
    width: auto;
    max-width: 53.76623vw;
    float: none;
  }
  article section#products .secInner .concept .lead {
    width: auto;
    float: none;
    margin-top: 3.33333rem;
  }
  article section#products .secInner .item {
    padding-top: 4.16667rem;
    float: none;
    width: auto;
  }
  article section#products .secInner .item:nth-child(2n) {
    -moz-transition: all 0.8s ease-in-out 0.4s;
    -o-transition: all 0.8s ease-in-out 0.4s;
    -webkit-transition: all 0.8s ease-in-out;
    -webkit-transition-delay: 0.4s;
    transition: all 0.8s ease-in-out 0.4s;
    float: none;
  }
  article section#products .secInner .item .data {
    padding: 1.66667rem 0 0;
    background-color: transparent;
  }
  article section#products .secInner .item .data .text {
    margin-top: 0;
  }
  article section#products .secInner .item .data .btnWrap {
    margin-top: 1.66667rem;
  }
  article section#products .secInner .item .data .btnWrap a {
    width: auto;
    padding: 0 1em;
    height: 2.71429rem;
    line-height: 2.71429rem;
  }

  footer {
    padding: 0 1.71429rem;
  }
  footer .copyright {
    padding: 1em 0 3em;
    width: auto;
  }
}
@media only screen and (max-width: 640px) {
  html {
    font-size: 3.11688vw;
  }

  article section#products .secInner .item {
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    -webkit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
  }
  article section#products .secInner .item:nth-child(2n) {
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    -webkit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
  }
  article section#products .secInner .item .data .name {
    font-size: 1rem;
  }
  article section#products .secInner .item .data .price {
    font-size: 1rem;
  }
  article section#products .secInner .item .data .text {
    font-size: 1rem;
  }

  footer .copyright {
    font-size: 0.83333rem;
  }

  br.forSp {
    display: inline;
  }
}
html.touch article section#movie {
  display: none;
}
html.touch article section#overview .secInner .logo_tnf {
  display: block;
}
html.touch article section#overview .secInner .video {
  margin-top: 2.08333rem;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
html.touch article section#overview .secInner .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
html.touch article section#products .secInner .item .data .btnWrap {
  display: none;
}
