/* Scss Document */
body {
  overflow: visible; }
  body.show {
    overflow: hidden; }

#header {
  background: #F2F2F2;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 15; }
  #header h1 {
    width: 240px;
    position: absolute;
    top: 1rem;
    left: 50%;
    transform: translateY(0%) translateX(-50%);
    -webkit-transform: translateY(0%) translateX(-50%); }
  #header .inner {
    display: flex;
    justify-content: space-between;
    padding: 1rem 5%; }
    #header .inner ul {
      display: flex;
      align-items: center; }
      #header .inner ul li {
        margin-right: 3rem; }
        #header .inner ul li:last-child {
          margin-right: 0; }
      #header .inner ul.right li {
        margin-right: 0;
        margin-left: 3rem; }
        #header .inner ul.right li:first-child {
          margin-left: 0; }
  #header .menu {
    position: fixed;
    top: 0px;
    right: 0px;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 100; }
    #header .menu span {
      background: transparent;
      content: "";
      display: block;
      width: 40px;
      height: 1px;
      opacity: 1;
      position: absolute;
      top: 28px;
      left: 0px; }
      #header .menu span::before, #header .menu span::after {
        background-color: #000;
        content: "";
        display: block;
        width: 40px;
        height: 1px;
        position: absolute;
        transition: all .25s; }
      #header .menu span::before {
        top: 6px; }
      #header .menu span::after {
        bottom: 6px; }
    #header .menu.show span::before, #header .menu.show span::after {
      background: #000;
      box-shadow: none; }
    #header .menu.show span::before {
      transform: translateY(-6px) rotate(45deg); }
    #header .menu.show span::after {
      transform: translateY(6px) rotate(-45deg); }
    #header .menu a.instagram {
      width: 32px;
      position: absolute;
      top: 14px;
      right: 76px; }

#footer {
  background: #F2F2F2; }
  #footer .inner {
    display: flex;
    justify-content: space-between;
    padding: 1rem 5%; }
    #footer .inner ul {
      display: flex;
      align-items: center; }
      #footer .inner ul li {
        margin-right: 3rem; }
        #footer .inner ul li:last-child {
          margin-right: 0; }

#top #section .kv a {
  display: flex;
  align-items: center;
  height: 100vh;
  min-height: 720px; }
  #top #section .kv a:hover {
    opacity: 1; }
    #top #section .kv a:hover .image::after {
      opacity: 0.75;
      -webkit-transform: scale(1.05);
      transform: scale(1.05); }
#top #section .kv .txt {
  text-align: center;
  width: 25%; }
  #top #section .kv .txt .inner {
    display: inline-block; }
  #top #section .kv .txt h2,
  #top #section .kv .txt h3 {
    font-weight: 500;
    text-align: left; }
  #top #section .kv .txt h2 {
    font-size: 20px;
    line-height: 1.5em;
    margin-bottom: 2.5rem; }
  #top #section .kv .txt h3 {
    font-size: 16px; }
#top #section .kv .image {
  position: relative;
  overflow: hidden;
  width: 75%;
  height: 100%; }
  #top #section .kv .image::after {
    background: no-repeat url("../images/kv@2x.jpg") 50% 50%;
    background-size: cover;
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    transition: all .5s; }
#top #section .content {
  display: flex;
  align-items: center;
  justify-content: center; }
  #top #section .content .about,
  #top #section .content .products {
    position: relative; }
    #top #section .content .about h3,
    #top #section .content .products h3 {
      font-size: 16px;
      font-weight: 400;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateY(-50%) translateX(-50%);
      -webkit-transform: translateY(-50%) translateX(-50%);
      z-index: 10; }
    #top #section .content .about img,
    #top #section .content .products img {
      width: 100%;
      height: auto;
      transition: all .5s; }
    #top #section .content .about a:hover,
    #top #section .content .products a:hover {
      opacity: 1; }
      #top #section .content .about a:hover img,
      #top #section .content .products a:hover img {
        opacity: 0.65; }
  #top #section .content .products h3 {
    color: #FFF; }

#about #section .kv {
  background: no-repeat url("../images/about@2x.jpg") 50% 50%;
  background-size: cover;
  height: 100vh;
  min-height: 480px;
  max-height: 600px; }
#about #section .content {
  padding: 10% 0; }
  #about #section .content .inner {
    font-size: 14px;
    margin: 0 auto;
    width: 90%; }
    #about #section .content .inner h3 {
      font-size: 16px;
      font-weight: 400;
      margin-bottom: 2rem;
      padding-bottom: 0.2rem;
      position: relative; }
      #about #section .content .inner h3::after {
        content: "";
        background: #0f0609;
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 2rem;
        height: 2px; }

#look #section .inner ul li {
  position: relative; }
  #look #section .inner ul li .number {
    position: absolute;
    top: 2%;
    left: 5%;
    z-index: 10; }
  #look #section .inner ul li img {
    width: 100%;
    height: auto; }
  #look #section .inner ul li.layer .box {
    display: flex; }
    #look #section .inner ul li.layer .box .left,
    #look #section .inner ul li.layer .box .right {
      width: 50%; }
  #look #section .inner ul li.look {
    position: relative; }
  #look #section .inner ul li a {
    opacity: 1; }
    #look #section .inner ul li a:hover {
      opacity: 1; }
    #look #section .inner ul li a .nunmer {
      opacity: 1; }
    #look #section .inner ul li a img {
      transition: all .5s; }
    #look #section .inner ul li a:hover img {
      opacity: 0.75; }

.is-eventNone {
  pointer-events: none; }

a {
  display: inline-block;
  -webkit-transition: all .5s;
  transition: all .5s; }
  a object {
    pointer-events: none; }

.image img {
  width: 100%;
  height: auto; }

.smp,
.tab {
  display: none; }

.tab-none {
  display: block; }
