@charset "UTF-8";
html {
  font-size: 62.5%; }

body {
  background-color: #fff;
  color: #3F3B3A;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.4rem;
  line-height: 1.6em; }

body a {
    outline: none;
    color: #000;
    text-decoration: none; }

body a img {
      -webkit-transition: opacity 0.2s ease, -webkit-transform 0.4s ease;
      transition: opacity 0.2s ease, -webkit-transform 0.4s ease;
      transition: opacity 0.2s ease, transform 0.4s ease;
      transition: opacity 0.2s ease, transform 0.4s ease, -webkit-transform 0.4s ease; }

body a:hover img {
      opacity: 0.8; }

body a:hover img.scale {
        -webkit-transform: scale(1.1);
                transform: scale(1.1); }

body img {
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
    max-width: 100%;
    vertical-align: top; }

body ul {
    list-style: none; }

body p {
    line-height: 1.6em; }

body em {
    font-style: normal; }

body .sp-only {
    display: none; }

body .pc-only {
    display: none; }

body .note {
    display: block; }

body .note:before {
      content: '* '; }

html.active {
  overflow: hidden; }

header#main-header {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 900px;
  max-width: 100%;
  height: 65px;
  margin: 0 auto;
  padding: 20px 30px; }

header#main-header .logo {
    display: inline-block;
    width: 88px; }

header#main-header #global-nav {
    -webkit-transition: opacity 0.2s ease;
    z-index: 1;
    position: fixed;
    top: 0;
    right: 100%;
    width: 100%;
    max-width: 100%;
    height: 100vh;
    padding: 100px 0;
    overflow: auto;
    background-color: #fff;
    opacity: 0;
    transition: opacity 0.2s ease; }

header#main-header #global-nav > ul {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
              flex-direction: column; }

header#main-header #global-nav > ul li {
        margin: 20px 30px;
        text-align: center; }

header#main-header #global-nav > ul li a {
          display: block;
          padding: 30px 10px;
          border-radius: 3px;
          background: -webkit-gradient(linear, left top, right top, from(#f0ecde), color-stop(#f7f7ec), to(#efead8));
          background: linear-gradient(90deg, #f0ecde, #f7f7ec, #efead8);
          font-family: 'Noto Serif JP', serif;
          font-size: 1.7rem;
          font-weight: 400;
          line-height: 100%; }

header#main-header #global-nav + .btn-nav {
      display: block;
      z-index: 3;
      position: absolute;
      top: 5px;
      right: 20px;
      width: 48px;
      height: 50px; }

header#main-header #global-nav + .btn-nav span {
        -webkit-transform: translate(-50%, -50%);
        -webkit-transition: 0.2s;
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 24px;
        height: 3px;
        margin: 0 0 0 0;
                transform: translate(-50%, -50%);
        background-color: #3f3b3a;
        transition: 0.2s; }

header#main-header #global-nav + .btn-nav span:before {
          -webkit-transition: 0.3s;
          display: block;
          position: absolute;
          top: 50%;
          left: 0;
          width: 24px;
          height: 3px;
          margin-top: -9px;
          background-color: #3f3b3a;
          content: '';
          transition: 0.3s; }

header#main-header #global-nav + .btn-nav span:after {
          -webkit-transition: 0.3s;
          display: block;
          position: absolute;
          top: 50%;
          left: 0;
          width: 24px;
          height: 3px;
          margin-top: 6px;
          background-color: #3f3b3a;
          content: '';
          transition: 0.3s; }

header#main-header #global-nav.open {
      z-index: 3;
      right: 0;
      opacity: 1; }

header#main-header #global-nav.open + .btn-nav span {
        background: transparent; }

header#main-header #global-nav.open + .btn-nav span::before {
          -webkit-transform: rotate(45deg);
          margin-top: 0;
                  transform: rotate(45deg); }

header#main-header #global-nav.open + .btn-nav span::after {
          -webkit-transform: rotate(-45deg);
          margin-top: 0;
                  transform: rotate(-45deg); }

main {
  width: 800px;
  max-width: 100%;
  margin: 25px auto 0;
  padding: 0 20px; }

main > header h1 {
    font-family: 'Noto Serif JP', serif;
    font-weight: 400;
    text-align: center; }

main > header + * {
    margin-top: 60px; }

footer#main-footer {
  margin-top: 40px;
  padding: 50px 0;
  background-color: #3f3b3a;
  color: #fff;
  text-align: center; }

footer#main-footer .links {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            justify-content: center;
    font-size: 1.2rem; }

footer#main-footer .links a {
      margin: 0 10px;
      color: #ccc;
      text-decoration: underline; }

footer#main-footer .copyright {
    margin-top: 20px;
    color: #aaa8a8;
    font-size: 1.2rem;
    font-weight: bold; }

.inview {
  -webkit-transform: translate(0, 30px);
  -webkit-transition: 0.8s;
          transform: translate(0, 30px);
  opacity: 0;
  transition: 0.8s; }

.inview.action {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1; }

.inview-fade {
  -webkit-transition: 0.8s;
  opacity: 0;
  transition: 0.8s; }

.inview-fade.action {
    opacity: 1; }

@media screen and (max-width: 767px) {
    body {
      font-size: 1.4rem; }
    body {
      width: 100%;
      overflow-x: hidden; }
      body .sp-only {
        display: inline; } }

@media screen and (min-width: 767px) {
    body a[href^='tel:'] {
      pointer-events: none; }
    header#main-header {
      height: 100px;
      padding: 30px 50px;
      text-align: center; }
      header#main-header .logo {
        width: 145px; }
        header#main-header .logo img {
          width: 100%; }
      header#main-header #global-nav {
        display: none; }
        header#main-header #global-nav + .btn-nav {
          display: none; }
          header#main-header #global-nav + .btn-nav span {
            display: none; }
    main {
      margin-top: 85px;
      padding: 0 50px; }
    footer#main-footer {
      margin-top: 150px;
      padding-bottom: 50px; } }

@media screen and (min-width: 900px) {
      body .pc-only {
        display: inline; } }


main#page-top {
  width: 900px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 30px; }
  main#page-top h2 {
    font-family: 'Noto Serif JP', serif;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.6em; }
  main#page-top .key-visual {
    margin: 0 -30px; }
  main#page-top > section + section {
    margin-top: 70px; }
  main#page-top .introduction {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            flex-direction: column; }
  main#page-top .introduction h2 {
      z-index: 1;
      position: relative;
      margin-top: -20px; }
  main#page-top .introduction h2 + p {
        margin-top: 5px;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 500; }
  main#page-top .introduction > figure {
      margin: 35px -30px 0; }
  main#page-top .introduction .content {
      -webkit-box-ordinal-group: 5;
          -ms-flex-order: 4;
              order: 4;
      margin-top: 40px;
      letter-spacing: 0.1em; }
  main#page-top .introduction .content p {
        line-height: 1.8em; }
  main#page-top .introduction .content p + p {
          margin-top: 1.4em; }
  main#page-top .introduction .note {
      margin-top: 20px;
      color: #523636; }
  main#page-top .feature {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
            flex-direction: column;
    margin: 70px -30px 0;
    padding: 0 30px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(176, 148, 106, 0)), color-stop(60%, rgba(176, 148, 106, 0.5)), color-stop(70%, rgba(176, 148, 106, 0.7)));
    background: linear-gradient(to top, rgba(176, 148, 106, 0) 0%, rgba(176, 148, 106, 0.5) 60%, rgba(176, 148, 106, 0.7) 70%); }
  main#page-top .feature > figure {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
      position: relative;
              order: 1;
      margin: 0 -30px; }
  main#page-top .feature > h2 {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      margin-top: 40px; }
  main#page-top .feature .content {
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3; }
  main#page-top .feature .content ul {
        margin-top: 40px; }
  main#page-top .feature .content ul li + li {
          margin-top: 40px; }
  main#page-top .feature .content ul li label {
          display: block;
          position: relative;
          padding: 20px;
          border-radius: 3px;
          background: -webkit-gradient(linear, left top, right top, from(#F0ECDE), color-stop(#F7F7EC), to(#EFEAD8));
          background: linear-gradient(to right, #F0ECDE, #F7F7EC, #EFEAD8);
          font-family: 'Noto Serif JP', serif;
          font-weight: 400;
          text-align: center; }
  main#page-top .feature .content ul li label:before {
            position: absolute;
            top: 0;
            left: 14px;
            width: 36px;
            height: 100%;
            content: ''; }
  main#page-top .feature .content ul li label.ems:before {
            background: url(https://gigaplus.makeshop.jp/whaprepare/img/ico-feature01.svg) left center no-repeat;
            background-size: 100% auto; }
  main#page-top .feature .content ul li label.micro-c:before {
            background: url(https://gigaplus.makeshop.jp/whaprepare/img/ico-feature02.svg) left center no-repeat;
            background-size: 100% auto; }
  main#page-top .feature .content ul li label.micro-b:before {
            background: url(https://gigaplus.makeshop.jp/whaprepare/img/ico-feature03.svg) left center no-repeat;
            background-size: 100% auto; }
  main#page-top .feature .content ul li label.rf:before {
            background: url(https://gigaplus.makeshop.jp/whaprepare/img/ico-feature04.svg) left center no-repeat;
            background-size: 100% auto; }
  main#page-top .feature .content ul li label.led:before {
            background: url(https://gigaplus.makeshop.jp/whaprepare/img/ico-feature05.svg) left center no-repeat;
            background-size: 100% auto; }
  main#page-top .feature .content ul li p {
          margin-top: 10px;
          letter-spacing: 0.1em; }
  main#page-top .purpose {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
            flex-direction: column;
    margin-right: -30px;
    margin-left: -30px;
    padding: 0 30px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(176, 148, 106, 0)), color-stop(50%, rgba(176, 148, 106, 0.5)), color-stop(70%, rgba(176, 148, 106, 0.7)));
    background: linear-gradient(to top, rgba(176, 148, 106, 0) 0%, rgba(176, 148, 106, 0.5) 50%, rgba(176, 148, 106, 0.7) 70%); }
  main#page-top .purpose > figure {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
      position: relative;
              order: 1;
      margin: 0 -30px; }
  main#page-top .purpose h2 {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      margin-top: 40px; }
  main#page-top .purpose h2 span {
        font-size: 0.7em; }
  main#page-top .purpose > p {
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3;
      margin-top: 10px; }
  main#page-top .purpose .content {
      -webkit-box-ordinal-group: 5;
          -ms-flex-order: 4;
              order: 4; }
  main#page-top .purpose .content ul li {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
                flex-direction: column;
        margin-top: 40px; }
  main#page-top .purpose .content ul li p {
          -webkit-box-ordinal-group: 2;
              -ms-flex-order: 1;
                  order: 1;
          margin-top: 10px; }
  main#page-top .effect {
    position: relative;
    margin-right: -30px;
    margin-left: -30px;
    padding: 40px 30px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(176, 148, 106, 0)), color-stop(50%, rgba(176, 148, 106, 0.5)), color-stop(70%, rgba(176, 148, 106, 0.7)));
    background: linear-gradient(to top, rgba(176, 148, 106, 0) 0%, rgba(176, 148, 106, 0.5) 50%, rgba(176, 148, 106, 0.7) 70%); }
  main#page-top .effect ol {
      list-style: none;
      counter-reset: number; }
  main#page-top .effect ol li {
        -webkit-box-align: center;
            -ms-flex-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
                align-items: center;
        margin-top: 40px;
        padding: 13px;
        border-radius: 3px;
        background: -webkit-gradient(linear, left top, right top, from(#F0ECDE), color-stop(#F7F7EC), to(#EFEAD8));
        background: linear-gradient(to right, #F0ECDE, #F7F7EC, #EFEAD8);
        counter-increment: number; }
  main#page-top .effect ol li:before {
          display: inline-block;
          width: 38px;
          height: 38px;
          margin-right: 13px;
          border: 1px solid #3f3b3a;
          border-radius: 38px;
          line-height: 38px;
          text-align: center;
          content: counter(number); }
  main#page-top .effect ol li span {
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1;
          font-size: 1.2rem; }
  main#page-top .howto {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            flex-direction: column;
    margin-top: 0; }
  main#page-top .howto h2 {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
      grid-area: title;
              order: 2;
      margin-top: 80px;
      font-family: 'Noto Serif JP', serif;
      font-weight: 500; }
  main#page-top .howto > figure {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
      grid-area: pic;
              order: 1;
      margin: 0 -30px; }
  main#page-top .howto > p {
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
      grid-area: text;
              order: 3;
      margin-top: 40px;
      letter-spacing: 0.1em; }
  main#page-top .howto ol {
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
      grid-area: ol;
              order: 3;
      list-style: none;
      counter-reset: number; }
  main#page-top .howto ol li {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-top: 40px;
        border-radius: 3px;
        counter-increment: number; }
  main#page-top .howto ol li label {
          -webkit-box-align: center;
              -ms-flex-align: center;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          grid-area: title;
                  align-items: center;
          font-size: 1.6rem; }
  main#page-top .howto ol li label:before {
            display: inline-block;
            width: 38px;
            height: 38px;
            margin-right: 13px;
            border: 1px solid #3f3b3a;
            border-radius: 38px;
            line-height: 38px;
            text-align: center;
            content: counter(number); }
  main#page-top .howto ol li > p {
          grid-area: text;
          margin-top: 15px;
          letter-spacing: 0.1em; }
  main#page-top .howto ol li > figure {
          grid-area: pic;
          margin: 40px -30px 0; }
  main#page-top > .product-detail {
    padding-bottom: 30px;
    border-bottom: 1px solid #AAA8A8; }
  main#page-top > .product-detail h2 {
      padding-bottom: 15px;
      border-bottom: 1px solid #AAA8A8;
      color: #3F3B3A;
      font-family: 'Noto Serif JP', serif;
      font-size: 2.2rem;
      font-weight: normal;
      font-weight: 400;
      letter-spacing: 0.1em;
      text-align: center; }
  main#page-top > .product-detail .product {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
              flex-direction: column;
      width: 400px;
      max-width: 100%;
      margin: 30px auto 0; }
  main#page-top > .product-detail .product figure {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; }
  main#page-top > .product-detail .product h3 {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        margin-top: 30px;
        font-family: 'Noto Serif JP', serif;
        font-size: 2.0rem;
        font-weight: 700;
        font-weight: 700; }
  main#page-top > .product-detail .product .price {
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3;
        margin-top: 25px;
        font-family: 'Noto Sans JP', sans-serif;
        font-size: 2.2rem;
        font-weight: 400;
        letter-spacing: 0.1em; }
  main#page-top > .product-detail .product .price span.tax {
          display: inline-block;
          margin-left: 5px;
          font-size: 1.4rem; }
  main#page-top > .product-detail .product .shipping {
        -webkit-box-ordinal-group: 5;
            -ms-flex-order: 4;
                order: 4; }
  main#page-top > .product-detail .product .spec {
        -webkit-box-ordinal-group: 6;
            -ms-flex-order: 5;
                order: 5;
        margin-top: 30px; }
  main#page-top > .product-detail .product .spec h4 {
          font-size: 1.6rem;
          font-weight: normal; }
  main#page-top > .product-detail .product .spec dl {
          -ms-flex-wrap: wrap;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
              flex-wrap: wrap; }
  main#page-top > .product-detail .product .spec dl dt {
            width: 100px;
            margin-top: 15px;
            font-size: 1.4rem; }
  main#page-top > .product-detail .product .spec dl dd {
            width: calc(100% - 100px);
            margin-top: 15px;
            font-size: 1.6rem; }
  main#page-top > .product-detail .cart {
      width: 900px;
      max-width: 100%;
      margin: 35px auto;
      padding: 60px 0;
      border-top: 1px solid #AAA8A8; }
  main#page-top > .product-detail .cart a {
        -webkit-box-shadow: 3px 2px 3px rgba(0, 0, 0, 0.1);
        display: block;
        width: 315px;
        margin: 0 auto;
        padding: 16px 0;
        border-radius: 4px;
        background: url(https://gigaplus.makeshop.jp/whaprepare/img/ico-cart.svg) #B0946A 15px center no-repeat;
        background-size: 28px auto;
                box-shadow: 3px 2px 3px rgba(0, 0, 0, 0.1);
        color: #fff;
        font-family: 'Noto Serif JP', serif;
        font-size: 1.6rem;
        font-weight: 400;
        text-align: center; }
  main#page-top > .contact {
    display: block;
    width: 100%;
    margin-top: 40px;
    padding: 18px 10px;
    border-radius: 5px;
    background-color: #756347;
    background-image: url(https://gigaplus.makeshop.jp/whaprepare/img/ico-email.svg);
    background-position: 15px center;
    background-size: 24px auto;
    color: #fff;
    font-family: 'Noto Serif JP', serif;
    font-size: 1.6rem;
    font-weight: 400;
    text-align: center; }
  main#page-top .links {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.8);
    font-family: 'Noto Serif JP', serif;
    font-weight: 400; }
  main#page-top .links .button {
      -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
      display: block;
      width: 100%;
      padding: 20px;
      border-radius: 5px;
      background-color: #756347;
      background-position: 15px center;
      background-repeat: no-repeat;
              box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
      color: #fff;
      font-size: 1.6rem;
      text-align: center;
      pointer-events: all; }
  main#page-top .links .button:hover {
        text-decoration: underline; }
  main#page-top .links .button.cart {
        background-image: url(https://gigaplus.makeshop.jp/whaprepare/img/ico-cart.svg);
        background-size: 28px auto; }
  main#page-top .links .button.contact {
        display: none;
        background-image: url(https://gigaplus.makeshop.jp/whaprepare/img/ico-email.svg);
        background-size: 24px auto; }
  main#page-top .links .gotop {
      -webkit-transition: opacity 0.4s ease;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: absolute;
      right: 10px;
      bottom: 100px;
              align-items: center;
              justify-content: center;
      width: 52px;
      height: 52px;
      border: 1px solid #AAA8A8;
      border-radius: 100%;
      background-color: rgba(255, 255, 255, 0.2);
      cursor: pointer;
      opacity: 0;
      pointer-events: none;
      transition: opacity 0.4s ease; }
  main#page-top .links .gotop:focus {
        outline: none; }
  main#page-top .links .gotop.show {
        opacity: 1;
        pointer-events: all; }
  footer#main-footer {
  padding: 50px 0 130px; }
  @media screen and (min-width: 767px) {
    main#page-top {
      -webkit-box-sizing: initial;
              box-sizing: initial;
      position: relative;
      padding: 0 50px; }
      main#page-top h2 {
        font-size: 2.7rem;
        letter-spacing: 0.1em; }
      main#page-top .key-visual {
        position: absolute;
        top: 0;
        left: 0;
        width: calc(100% - 100px);
        max-width: 100%;
        margin: 0 50px;
        padding-top: 45%; }
        main#page-top .key-visual figure {
          position: absolute;
          top: 0;
          right: 0;
          height: 100%; }
          main#page-top .key-visual figure img {
            height: 100%; }
      main#page-top .introduction {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        padding-top: 60%; }
        main#page-top .introduction h2 {
          position: absolute;
          top: 0;
          left: 0;
          margin: 0 0 0 50px;
          margin-top: 15%;
          font-size: 2.7rem; }
          main#page-top .introduction h2 + p {
            position: absolute;
            top: 0;
            left: 0;
            margin: 25% 0 0 50px;
            font-size: 1.6rem; }
        main#page-top .introduction > figure {
          width: 46%;
          margin: 0; }
        main#page-top .introduction .content {
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1;
          margin-top: 0;
          margin-left: 40px;
          font-size: 1.4rem; }
          main#page-top .introduction .content p {
            font-size: 1.4rem; }
      main#page-top .feature {
        margin: 100px 0 0 0;
        padding: 0;
        background: none; }
        main#page-top .feature:before {
          z-index: -1;
          position: absolute;
          top: 0px;
          right: calc(-50vw + 50%);
          bottom: 0px;
          left: calc(-50vw + 50%);
          background: -webkit-gradient(linear, left bottom, left top, from(rgba(176, 148, 106, 0)), color-stop(60%, rgba(176, 148, 106, 0.5)), color-stop(70%, rgba(176, 148, 106, 0.7)));
          background: linear-gradient(to top, rgba(176, 148, 106, 0) 0%, rgba(176, 148, 106, 0.5) 60%, rgba(176, 148, 106, 0.7) 70%);
          content: ''; }
        main#page-top .feature > figure {
          margin: 0; }
          main#page-top .feature > figure:before {
            z-index: -1;
            position: absolute;
            top: 0px;
            right: calc(-50vw + 50%);
            bottom: 0px;
            left: calc(-50vw + 50%);
            background-color: #0f1010;
            content: ''; }
        main#page-top .feature > h2 {
          margin-top: 80px;
          text-align: center; }
          main#page-top .feature .content ul {
            -ms-flex-wrap: wrap;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
                flex-wrap: wrap;
            margin: 0 -5%; }
          main#page-top .feature .content ul li {
            width: calc(40%);
            margin: 40px 5%; }
      main#page-top .purpose {
        margin: 0;
        padding: 100px 0 0 0;
        background: none; }
        main#page-top .purpose:before {
          z-index: -1;
          position: absolute;
          top: 0px;
          right: calc(-50vw + 50%);
          bottom: 0px;
          left: calc(-50vw + 50%);
          background: -webkit-gradient(linear, left bottom, left top, from(rgba(176, 148, 106, 0)), color-stop(80%, rgba(176, 148, 106, 0.1)), to(rgba(176, 148, 106, 0.7)));
          background: linear-gradient(to top, rgba(176, 148, 106, 0) 0%, rgba(176, 148, 106, 0.1) 80%, rgba(176, 148, 106, 0.7) 100%);
          content: ''; }
        main#page-top .purpose > figure {
          width: 600px;
          max-width: 100%;
          margin: 0 auto; }
        main#page-top .purpose h2 {
          text-align: center; }
        main#page-top .purpose > p {
          text-align: center; }
        main#page-top .purpose .content ul {
          -ms-flex-wrap: wrap;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
              flex-wrap: wrap;
                  justify-content: center;
          margin: 0 -5%; }
          main#page-top .purpose .content ul li {
            width: 42%;
            max-width: 400px;
            margin: 60px 4% 0; }
            main#page-top .purpose .content ul li p {
              letter-spacing: 0.1em; }
      main#page-top .effect {
        padding: 65px 0 0 0;
        background: none; }
        main#page-top .effect:before {
          z-index: -1;
          position: absolute;
          top: 0px;
          right: calc(-50vw + 50%);
          bottom: 0px;
          left: calc(-50vw + 50%);
          background: -webkit-gradient(linear, left bottom, left top, from(rgba(176, 148, 106, 0)), color-stop(80%, rgba(176, 148, 106, 0.1)), to(rgba(176, 148, 106, 0.7)));
          background: linear-gradient(to top, rgba(176, 148, 106, 0) 0%, rgba(176, 148, 106, 0.1) 80%, rgba(176, 148, 106, 0.7) 100%);
          content: ''; }
      main#page-top .effect h2 {
        text-align: center; }
        main#page-top .effect ol {
          width: 600px;
          margin: 0 auto; }
            main#page-top .effect ol li span {
              font-size: 1.4rem; }
      main#page-top .howto {
        -ms-grid-rows: auto auto auto;
        -ms-grid-columns: 46% 1fr;
        display: -ms-grid;
        display: grid;
            grid-template: 'pic title' auto 'pic text' auto 'ol ol' auto / 46% 1fr;
        margin-top: 100px;
        letter-spacing: 0.2em; }
        main#page-top .howto h2 {
          -ms-flex-item-align: end;
              -ms-grid-row-align: end;
              align-self: end;
          margin-top: 0; }
        main#page-top .howto > figure {
          margin: 0 40px 0 0; }
        main#page-top .howto > p {
          margin-top: 20px; }
          main#page-top .howto ol li {
            display: -ms-grid;
            display: grid;
            margin-top: 80px; }
            main#page-top .howto ol li:nth-child(even) {
              -ms-grid-rows: auto auto;
              -ms-grid-columns: 46% 1fr;
                  grid-template: 'pic title' auto 'pic text' auto / 46% 1fr; }
            main#page-top .howto ol li:nth-child(odd) {
              -ms-grid-rows: auto auto;
              -ms-grid-columns: 1fr 46%;
                  grid-template: 'title pic' auto 'text pic' auto / 1fr 46%; }
              main#page-top .howto ol li:nth-child(odd) > figure {
                margin: 0 0 0 40px; }
              main#page-top .howto ol li:nth-child(odd) > p,
              main#page-top .howto ol li:nth-child(odd) > label {
                margin-left: 30px; }
            main#page-top .howto ol li:nth-child(even) > h2 {
    -ms-grid-row: 1;
    -ms-grid-column: 2; }
            main#page-top .howto ol li:nth-child(odd) > h2 {
    -ms-grid-row: 1;
    -ms-grid-column: 1; }
            main#page-top .howto ol li:nth-child(even) > figure {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1; }
            main#page-top .howto ol li:nth-child(odd) > figure {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2; }
            main#page-top .howto ol li:nth-child(even) > p {
    -ms-grid-row: 2;
    -ms-grid-column: 2; }
            main#page-top .howto ol li:nth-child(odd) > p {
    -ms-grid-row: 2;
    -ms-grid-column: 1; }
            main#page-top .howto ol li label {
              -ms-flex-item-align: end;
                  -ms-grid-row-align: end;
                  align-self: end; }
            main#page-top .howto ol li > p {
              -ms-flex-item-align: start;
                  -ms-grid-row-align: start;
                  align-self: start; }
      main#page-top .howto h2 {
    -ms-grid-row: 1;
    -ms-grid-column: 2; }
      main#page-top .howto > figure {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1; }
      main#page-top .howto > p {
    -ms-grid-row: 2;
    -ms-grid-column: 2; }
      main#page-top .howto ol {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2; }
      main#page-top .howto ol li label {
    -ms-grid-row: 1;
    -ms-grid-column: 2; }
            main#page-top .howto ol li:nth-child(even) > label {
    -ms-grid-row: 1;
    -ms-grid-column: 2; }
            main#page-top .howto ol li:nth-child(odd) > label {
    -ms-grid-row: 1;
    -ms-grid-column: 1; }
      main#page-top .howto ol li > p {
    -ms-grid-row: 2;
    -ms-grid-column: 2; }
            main#page-top .howto ol li:nth-child(even) > p {
    -ms-grid-row: 2;
    -ms-grid-column: 2; }
            main#page-top .howto ol li:nth-child(odd) > p {
    -ms-grid-row: 2;
    -ms-grid-column: 1; }
      main#page-top .howto ol li > figure {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1; }
            main#page-top .howto ol li:nth-child(even) > figure {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1; }
            main#page-top .howto ol li:nth-child(odd) > figure {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2; }
            main#page-top .howto ol li > figure {
              margin: 0 40px 0 0; }
      main#page-top > .contact {
        display: none; }
      main#page-top .links {
        -webkit-transform: translateX(-50%);
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
        -webkit-box-align: end;
            -ms-flex-align: end;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        bottom: 10px;
        left: 50%;
                flex-direction: column;
                align-items: flex-end;
        width: 1380px;
        max-width: 100%;
                transform: translateX(-50%);
        background: none;
        pointer-events: none; }
        main#page-top .links > * {
          -webkit-box-ordinal-group: 3;
              -ms-flex-order: 2;
                  order: 2; }
        main#page-top .links .button {
          width: 180px;
          height: 100px;
          margin-top: 15px;
          padding: 55px 30px 20px;
          background-position: center 20px; }
          main#page-top .links .button.contact {
            display: block;
            background-position: center 25px; }
        main#page-top .links .gotop {
          -webkit-box-ordinal-group: 2;
              -ms-flex-order: 1;
          position: relative;
          right: auto;
          bottom: auto;
                  order: 1; }
    footer#main-footer {
      padding: 50px 0; } }
  @media screen and (min-width: 767px) and (max-width: 960px) {
    main#page-top {
      -webkit-box-sizing: border-box;
              box-sizing: border-box; } }
  @media screen and (max-width: 767px) {
        main#page-top > .product-detail .cart {
          padding: 30px 0; }
          main#page-top > .product-detail .cart a {
            width: 100%;
            max-width: 350px; } }
  @media screen and (min-width: 1280px) {
      main#page-top .links {
        bottom: 100px; } }
