@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

html {
  font-size: 62.5%;
}

body {
  line-height: 1.6;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.05em;
  font-size: 14px;
  color: #000;
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
::-moz-selection {
  background: #000;
  color: #fff;
}
::selection {
  background: #000;
  color: #fff;
}

a {
  color: #000;
}
a:hover {
  color: #0d0d0d;
}

img {
  vertical-align: top;
}

ul, ol {
  list-style: none;
}

body {
  font-weight: 500;
}

#wrap {
  position: relative;
  width: 100%;
  min-width: 1024px;
}
@media screen and (max-width: 768px) {
  #wrap {
    min-width: 0px;
    overflow: hidden;
  }
}
#wrap header {
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  height: 92px;
}
@media screen and (max-width: 768px) {
  #wrap header {
    height: 60px;
  }
}
#wrap header .logo-webcg {
  position: absolute;
  top: 28px;
  left: 24px;
  width: 154px;
}
@media screen and (max-width: 768px) {
  #wrap header .logo-webcg {
    top: 18px;
    left: 20px;
    width: 100px;
  }
}
#wrap header .logo-webcg img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 769px) {
  #wrap header .logo-webcg {
    -webkit-transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #wrap header .logo-webcg:hover {
    opacity: 0.7;
  }
}
#wrap header .logo-cargraphic {
  position: absolute;
  top: 25px;
  right: 22px;
  width: 60px;
}
@media screen and (max-width: 768px) {
  #wrap header .logo-cargraphic {
    top: 18px;
    right: 20px;
    width: 38px;
  }
}
#wrap header .logo-cargraphic img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 769px) {
  #wrap header .logo-cargraphic {
    -webkit-transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #wrap header .logo-cargraphic:hover {
    opacity: 0.7;
  }
}
#wrap main {
  display: block;
  margin: 24px 0 0;
}
@media screen and (max-width: 768px) {
  #wrap main {
    margin: 50px 0 0;
  }
}
#wrap main section.main {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1240px;
  min-width: 1100px;
  margin: 0 auto;
  padding-bottom: 116px;
}
@media screen and (max-width: 768px) {
  #wrap main section.main {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    min-width: 0;
    padding-bottom: 24px;
  }
}
#wrap main section.main .l-col {
  width: 550px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #wrap main section.main .l-col {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    padding: 8px 0 0;
  }
}
#wrap main section.main .l-col h1 {
  position: relative;
  width: 444px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #wrap main section.main .l-col h1 {
    width: 287px;
  }
}
#wrap main section.main .l-col h1 img {
  width: 100%;
  height: auto;
}
#wrap main section.main .l-col nav {
  position: relative;
  width: 440px;
  margin: 3.5vw auto 0;
}
@media screen and (max-width: 768px) {
  #wrap main section.main .l-col nav {
    width: 90%;
    margin: 30px auto 0;
    left: 0px;
  }
}
#wrap main section.main .l-col nav h1 {
  color: #c90915;
  font-size: 28px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #wrap main section.main .l-col nav h1 {
    font-size: 22px;
    width: 100%;
    line-height: 1;
  }
}
#wrap main section.main .l-col nav ul {
  margin: 16px 0 0;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #wrap main section.main .l-col nav ul {
    margin: 12px 0 0;
    font-size: 18px;
  }
}
#wrap main section.main .l-col nav ul li {
  position: relative;
  padding-left: 16px;
  cursor: pointer;
  color: #004F91;
  letter-spacing: 0.01em;
  white-space: nowrap;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin: 20px 0 12px;
}
@media screen and (max-width: 768px) {
  #wrap main section.main .l-col nav ul li {
    white-space: normal;
    margin: 24px 0 8px;
  }
}
#wrap main section.main .l-col nav ul li span {
  position: relative;
  -webkit-transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (min-width: 769px) {
  #wrap main section.main .l-col nav ul li span {
    -webkit-transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #wrap main section.main .l-col nav ul li span:hover {
    opacity: 0.6;
  }
}
#wrap main section.main .l-col nav ul li span:after {
  position: absolute;
  content: "";
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #004F91;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media screen and (max-width: 768px) {
  #wrap main section.main .l-col nav ul li {
    padding-left: 14px;
  }
}
#wrap main section.main .l-col nav ul li.sub {
  font-size: 20px;
  padding-left: 28px;
  margin: 6px 0 0;
}
@media screen and (max-width: 768px) {
  #wrap main section.main .l-col nav ul li.sub {
    font-size: 14px;
    padding-left: 24px;
    margin: 4px 0 0;
  }
}
#wrap main section.main .l-col nav ul li.sub {
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #wrap main section.main .l-col nav ul li.sub {
    font-size: 15px;
  }
}
#wrap main section.main .l-col nav ul li:before {
  position: absolute;
  content: "";
  top: 11px;
  left: 0px;
  background: url("../img/icon_nav.svg") no-repeat;
  width: 8px;
  height: 8px;
  background-size: 100% 100%;
}
@media screen and (max-width: 768px) {
  #wrap main section.main .l-col nav ul li:before {
    top: 12px;
    width: 6px;
    height: 6px;
  }
}
#wrap main section.main .l-col nav ul li.sub:before {
  top: 8px;
  left: 12px;
}
@media screen and (max-width: 768px) {
  #wrap main section.main .l-col nav ul li.sub:before {
    top: 8px;
    left: 10px;
  }
}
#wrap main section.main .r-col {
  position: relative;
  top: -32px;
  width: calc(100% - 550px);
  background: #fff;
  padding: 4% 4% 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #wrap main section.main .r-col {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    padding: 0;
  }
}
#wrap main section.main .r-col .logo-sp {
  position: relative;
  width: 444px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #wrap main section.main .r-col .logo-sp {
    width: 287px;
  }
}
#wrap main section.main .r-col .logo-sp img {
  width: 100%;
  height: auto;
}
#wrap main section.main .r-col .image {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #wrap main section.main .r-col .image {
    margin: 26px 0 0;
  }
}
#wrap main section.main .r-col .image img {
  width: 100%;
  height: auto;
}
#wrap main section.main .r-col > .scrolldown {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 32px;
  display: none;
  bottom: -10px;
}
@media screen and (max-width: 768px) {
  #wrap main section.main .r-col > .scrolldown {
    display: block;
    bottom: -30px;
  }
}
#wrap main section.main .r-col > .scrolldown img {
  width: 100%;
  height: auto;
}
#wrap main section.main > .scrolldown {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 42px;
}
@media screen and (max-width: 768px) {
  #wrap main section.main > .scrolldown {
    display: none;
  }
}
#wrap main section.main > .scrolldown img {
  width: 100%;
  height: auto;
}
#wrap main section.nogarage {
  position: relative;
  width: 100%;
  margin: 80px auto 0;
  padding-bottom: 140px;
}
@media screen and (max-width: 768px) {
  #wrap main section.nogarage {
    margin: 0 auto 0;
    padding: 0px 0 80px;
    background-size: 200% auto;
  }
}
#wrap main section.nogarage .img-main .ttl-box h2 {
  width: 650px;
  margin: 72px auto 0;
}
@media screen and (max-width: 768px) {
  #wrap main section.nogarage .img-main .ttl-box h2 {
    margin: 40px auto 0;
    width: 300px;
  }
}
#wrap main section.nogarage .img-main .ttl-box h2 img {
  width: 100%;
  height: auto;
}
#wrap main section.nogarage .img-main .image {
  position: relative;
  width: 100%;
  margin: 60px auto 0;
}
@media screen and (max-width: 768px) {
  #wrap main section.nogarage .img-main .image {
    width: 100%;
    margin: 44px auto 0;
  }
}
#wrap main section.nogarage .img-main .image img {
  width: 100%;
  height: auto;
}
#wrap main section.nogarage .img-main h3 {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  letter-spacing: -0.05em;
  margin: 20px auto 0;
  font-size: 40px;
  line-height: 1.3;
}
#wrap main section.nogarage .img-main h3 span.smallcaps {
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  #wrap main section.nogarage .img-main h3 span.smallcaps {
    font-size: 16px;
    line-height: 2.5;
  }
}
@media screen and (max-width: 768px) {
  #wrap main section.nogarage .img-main h3 {
    font-size: 28px;
    margin: 12px auto 0;
    line-height: 1.35;
  }
}
#wrap main section.nogarage .img-main .lead {
  width: 100%;
  margin: 24px auto 0;
  font-size: 18px;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #wrap main section.nogarage .img-main .lead {
    width: 88%;
    margin: 20px auto 0;
    font-size: 16px;
    text-align: left;
  }
}
#wrap main section.nogarage .contents-2nd {
  position: relative;
  margin: 68px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1024px;
}
@media screen and (max-width: 768px) {
  #wrap main section.nogarage .contents-2nd {
    margin: 40px auto 0;
    width: 100%;
    display: block;
  }
}
#wrap main section.nogarage .contents-2nd article {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #wrap main section.nogarage .contents-2nd article {
    width: 100%;
  }
  #wrap main section.nogarage .contents-2nd article:nth-child(n+2) {
    margin-top: 50px;
  }
}
#wrap main section.nogarage .contents-2nd article .image-box {
  width: 100%;
}
#wrap main section.nogarage .contents-2nd article .image-box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #wrap main section.nogarage .contents-2nd article .image-box a {
    display: block;
  }
}
#wrap main section.nogarage .contents-2nd article .image-box a img {
  display: block;
  width: calc(50% - 5px);
  height: auto;
}
@media screen and (max-width: 768px) {
  #wrap main section.nogarage .contents-2nd article .image-box a img {
    width: 100%;
  }
  #wrap main section.nogarage .contents-2nd article .image-box a img:nth-child(2) {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  #wrap main section.nogarage .contents-2nd article .image-box {
    -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #wrap main section.nogarage .contents-2nd article .image-box:hover {
    opacity: 0.7;
  }
}
#wrap main section.nogarage .contents-2nd article .text-box {
  position: relative;
  margin-top: 36px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #wrap main section.nogarage .contents-2nd article .text-box {
    width: 88%;
    text-align: left;
    margin: 28px auto 0;
  }
}
#wrap main section.nogarage .contents-2nd article .text-box h4 {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.45;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 768px) {
  #wrap main section.nogarage .contents-2nd article .text-box h4 {
    font-size: 25px;
    line-height: 1.4;
  }
}
#wrap main section.nogarage .contents-2nd article .text-box > p {
  font-size: 20px;
  margin: 12px 0 0;
  line-height: 1.9;
}
@media screen and (max-width: 768px) {
  #wrap main section.nogarage .contents-2nd article .text-box > p {
    font-size: 15px;
    margin: 12px 0 0;
  }
}
#wrap main section.nogarage .contents-2nd article .text-box .btn-more {
  margin: 30px auto 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #wrap main section.nogarage .contents-2nd article .text-box .btn-more {
    margin: 20px auto 0;
  }
}
#wrap main section.nogarage .contents-3rd {
  position: relative;
  margin: 106px auto 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1024px;
}
@media screen and (max-width: 768px) {
  #wrap main section.nogarage .contents-3rd {
    margin: 50px auto 0;
    width: 88%;
  }
}
#wrap main section.nogarage .contents-3rd article {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  #wrap main section.nogarage .contents-3rd article {
    display: block;
  }
}
#wrap main section.nogarage .contents-3rd article:nth-child(n+2) {
  padding-top: 90px;
}
@media screen and (max-width: 768px) {
  #wrap main section.nogarage .contents-3rd article:nth-child(n+2) {
    padding-top: 50px;
  }
}
#wrap main section.nogarage .contents-3rd article .image {
  width: 480px;
}
@media screen and (max-width: 768px) {
  #wrap main section.nogarage .contents-3rd article .image {
    width: 100%;
  }
}
#wrap main section.nogarage .contents-3rd article .image a {
  display: block;
  width: 100%;
}
#wrap main section.nogarage .contents-3rd article .image a img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 769px) {
  #wrap main section.nogarage .contents-3rd article .image {
    -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #wrap main section.nogarage .contents-3rd article .image:hover {
    opacity: 0.7;
  }
}
#wrap main section.nogarage .contents-3rd article .text-box {
  position: relative;
  margin-left: 50px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  #wrap main section.nogarage .contents-3rd article .text-box {
    margin: 24px 0 0 0;
  }
}
#wrap main section.nogarage .contents-3rd article .text-box h4 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.35;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 768px) {
  #wrap main section.nogarage .contents-3rd article .text-box h4 {
    font-size: 23px;
    line-height: 1.4;
  }
}
#wrap main section.nogarage .contents-3rd article .text-box > p {
  font-size: 16px;
  margin: 12px 0 0;
  line-height: 1.9;
}
@media screen and (max-width: 768px) {
  #wrap main section.nogarage .contents-3rd article .text-box > p {
    font-size: 15px;
    margin: 12px 0 0;
  }
}
#wrap main section.nogarage .contents-3rd article .text-box .btn-more {
  margin: 30px auto 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #wrap main section.nogarage .contents-3rd article .text-box .btn-more {
    margin: 20px auto 0;
  }
}
#wrap main section.sec-pickup {
  position: relative;
  width: 100%;
  background: #f4f1f0;
  padding: 120px 0 120px;
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-pickup {
    padding: 72px 0 72px;
  }
}
#wrap main section.sec-pickup .container {
  position: relative;
  width: 1024px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-pickup .container {
    width: 88%;
  }
}
#wrap main section.sec-pickup .container h2 {
  position: relative;
  width: 100%;
  text-align: center;
  border-bottom: 5px solid #3c549d;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-pickup .container h2 {
    border-bottom: 3px solid #3c549d;
    padding-bottom: 6px;
  }
}
#wrap main section.sec-pickup .container h2 img {
  width: 260px;
  height: auto;
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-pickup .container h2 img {
    width: 180px;
  }
}
#wrap main section.sec-pickup .container .pickup-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 90px auto 0;
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-pickup .container .pickup-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 20px;
    width: 100%;
    padding: 0px;
    margin: 40px auto 0;
  }
}
#wrap main section.sec-pickup .container .pickup-box .image-box {
  width: 480px;
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-pickup .container .pickup-box .image-box {
    width: 100%;
  }
}
#wrap main section.sec-pickup .container .pickup-box .image-box a {
  display: block;
  width: 100%;
}
#wrap main section.sec-pickup .container .pickup-box .image-box a img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 769px) {
  #wrap main section.sec-pickup .container .pickup-box .image-box {
    -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #wrap main section.sec-pickup .container .pickup-box .image-box:hover {
    opacity: 0.7;
  }
}
#wrap main section.sec-pickup .container .pickup-box .text-box {
  position: relative;
  margin-left: 50px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-pickup .container .pickup-box .text-box {
    margin: 24px 0 0 0;
  }
}
#wrap main section.sec-pickup .container .pickup-box .text-box h4 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.35;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-pickup .container .pickup-box .text-box h4 {
    font-size: 23px;
    line-height: 1.4;
  }
}
#wrap main section.sec-pickup .container .pickup-box .text-box > p {
  font-size: 16px;
  margin: 12px 0 0;
  line-height: 1.9;
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-pickup .container .pickup-box .text-box > p {
    font-size: 15px;
    margin: 12px 0 0;
  }
}
#wrap main section.sec-pickup .container .pickup-box .text-box .btn-more {
  margin: 30px auto 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-pickup .container .pickup-box .text-box .btn-more {
    margin: 20px auto 0;
  }
}
#wrap main section.sec-pickup .container .pickup-box .btn-more {
  margin: 36px 0 0;
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-pickup .container .pickup-box .btn-more {
    margin: 20px auto 0;
  }
}
#wrap main section.gear-up-sellection {
  position: relative;
  width: 100%;
  padding: 80px 0 80px;
  margin: 0 0 0;
}
@media screen and (max-width: 768px) {
  #wrap main section.gear-up-sellection {
    margin: 0;
    padding: 48px 0 12px;
    border-bottom: 4px solid #d4d5d6;
  }
}
#wrap main section.gear-up-sellection h2 {
  position: relative;
  width: 1024px;
  margin: 0 auto;
  text-align: center;
  display: block;
  line-height: 0;
}
@media screen and (max-width: 768px) {
  #wrap main section.gear-up-sellection h2 {
    width: 100%;
    text-align: center;
  }
  #wrap main section.gear-up-sellection h2:before {
    position: absolute;
    content: "";
    top: 40px;
    left: 0;
    width: 100%;
    height: 4px;
    background: #d4d5d6;
  }
}
#wrap main section.gear-up-sellection h2 img {
  position: relative;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  #wrap main section.gear-up-sellection h2 img {
    width: 280px;
    height: auto;
    margin: 0 auto;
    background: #fff;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
#wrap main section.gear-up-sellection .contents {
  position: relative;
  width: 1024px;
  margin: 0 auto;
  padding: 20px 0 60px;
}
@media screen and (max-width: 768px) {
  #wrap main section.gear-up-sellection .contents {
    width: 88%;
    padding: 24px 0 60px;
  }
}
#wrap main section.gear-up-sellection .contents:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-left: 4px solid #d4d5d6;
  border-right: 4px solid #d4d5d6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #wrap main section.gear-up-sellection .contents:before {
    display: none;
  }
}
#wrap main section.gear-up-sellection .contents:after {
  position: absolute;
  content: "";
  bottom: -56px;
  left: 0;
  background: url("../img/frame_bottom_gear_selection.png");
  width: 1024px;
  height: 56px;
  background-size: 100% 100%;
}
@media screen and (max-width: 768px) {
  #wrap main section.gear-up-sellection .contents:after {
    display: none;
  }
}
#wrap main section.gear-up-sellection .contents article {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #wrap main section.gear-up-sellection .contents article {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 20px;
    width: 100%;
    padding: 0px;
  }
}
#wrap main section.gear-up-sellection .contents article:nth-child(n+2) {
  margin: 80px 0 0;
}
@media screen and (max-width: 768px) {
  #wrap main section.gear-up-sellection .contents article:nth-child(n+2) {
    margin: 50px 0 0;
  }
}
#wrap main section.gear-up-sellection .contents article .image-box {
  position: relative;
  margin: 24px 50px 0 0;
  width: 400px;
}
@media screen and (max-width: 768px) {
  #wrap main section.gear-up-sellection .contents article .image-box {
    margin: 20px auto 0;
    width: 240px;
  }
}
#wrap main section.gear-up-sellection .contents article .image-box a {
  position: relative;
  display: block;
}
#wrap main section.gear-up-sellection .contents article .image-box img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 769px) {
  #wrap main section.gear-up-sellection .contents article .image-box {
    -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #wrap main section.gear-up-sellection .contents article .image-box:hover {
    opacity: 0.7;
  }
}
#wrap main section.gear-up-sellection .contents article .text-box {
  margin: 28px 0 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  #wrap main section.gear-up-sellection .contents article .text-box {
    margin: 8px 0 0;
  }
}
#wrap main section.gear-up-sellection .contents article .text-box h3 {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: -0.03em;
  line-height: 1.35;
}
@media screen and (max-width: 768px) {
  #wrap main section.gear-up-sellection .contents article .text-box h3 {
    font-size: 21px;
    line-height: 1.4;
  }
}
#wrap main section.gear-up-sellection .contents article .text-box h4 {
  position: relative;
  margin: 16px 0 0;
  font-size: 21px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #wrap main section.gear-up-sellection .contents article .text-box h4 {
    font-size: 18px;
    margin: 12px 0 0;
  }
}
#wrap main section.gear-up-sellection .contents article .text-box h4 span {
  position: relative;
  font-size: 12px;
  margin-left: 10px;
  top: -4px;
}
@media screen and (max-width: 768px) {
  #wrap main section.gear-up-sellection .contents article .text-box h4 span {
    font-size: 11px;
    top: -2px;
  }
}
#wrap main section.gear-up-sellection .contents article .text-box .lead {
  position: relative;
  margin: 16px 0 0;
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  #wrap main section.gear-up-sellection .contents article .text-box .lead {
    margin: 12px 0 0;
    font-size: 15px;
    line-height: 1.75;
  }
}
#wrap main section.gear-up-sellection .contents article .btn-more {
  margin: 36px 0 0;
}
@media screen and (max-width: 768px) {
  #wrap main section.gear-up-sellection .contents article .btn-more {
    margin: 20px auto 0;
  }
}
#wrap main section.gear-recommend {
  position: relative;
  width: 100%;
  padding: 208px 0 120px;
  background: #dfe0e1;
}
@media screen and (max-width: 768px) {
  #wrap main section.gear-recommend {
    padding: 48px 0 70px;
  }
}
#wrap main section.gear-recommend .content {
  width: 1024px;
  background: #fff;
  border: 1px solid #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 88px 60px 110px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #wrap main section.gear-recommend .content {
    margin: 52px auto 0;
    width: 90%;
    padding: 52px 20px 50px;
  }
}
#wrap main section.gear-recommend .content h2 {
  text-align: center;
  width: 708px;
  margin: -198px auto 0;
}
@media screen and (max-width: 768px) {
  #wrap main section.gear-recommend .content h2 {
    width: 300px;
    margin: -95px auto 0;
  }
}
#wrap main section.gear-recommend .content h2 img {
  width: 100%;
  height: auto;
}
#wrap main section.gear-recommend .content .image {
  position: relative;
  margin: 70px 0 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #wrap main section.gear-recommend .content .image {
    width: 85%;
    margin: 32px auto 0;
  }
}
#wrap main section.gear-recommend .content .image img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 769px) {
  #wrap main section.gear-recommend .content .image {
    -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #wrap main section.gear-recommend .content .image:hover {
    opacity: 0.7;
  }
}
#wrap main section.gear-recommend .content .text-box {
  margin: 52px 0 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #wrap main section.gear-recommend .content .text-box {
    margin: 28px 0 0 0;
  }
}
#wrap main section.gear-recommend .content .text-box h3 {
  display: block;
  position: relative;
  font-size: 37px;
  font-weight: bold;
  letter-spacing: -0.03em;
  line-height: 1.35;
  width: 100%;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  #wrap main section.gear-recommend .content .text-box h3 {
    font-size: 22px;
    margin-bottom: 12px;
  }
}
#wrap main section.gear-recommend .content .text-box > p {
  font-size: 18px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  #wrap main section.gear-recommend .content .text-box > p {
    font-size: 15px;
    line-height: 1.7;
    text-align: justify;
  }
}
#wrap main section.gear-recommend .content .btn-more {
  margin: 36px auto 0;
  width: 256px;
}
@media screen and (max-width: 768px) {
  #wrap main section.gear-recommend .content .btn-more {
    margin: 24px auto 0;
    width: 164px;
  }
}
#wrap main section.sec-cg60 {
  position: relative;
  background: #fff;
  padding: 128px 0 80px;
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-cg60 {
    padding: 80px 0 64px;
  }
}
#wrap main section.sec-cg60 .ttl-box {
  position: relative;
}
#wrap main section.sec-cg60 .ttl-box h2 {
  width: 350px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-cg60 .ttl-box h2 {
    width: 150px;
  }
}
#wrap main section.sec-cg60 .ttl-box h2 img {
  width: 100%;
  height: auto;
}
#wrap main section.sec-cg60 .ttl-box h3 {
  margin: 20px auto 0;
  font-size: 36px;
  text-align: center;
  font-weight: bold;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-cg60 .ttl-box h3 {
    margin: 15px auto 0;
    font-size: 22px;
    line-height: 1.45;
  }
}
#wrap main section.sec-cg60 .image-box {
  position: relative;
  margin: 58px auto 0;
  width: 100%;
  max-width: 1280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-cg60 .image-box {
    margin: 24px auto 0;
    display: block;
  }
}
#wrap main section.sec-cg60 .image-box article {
  position: relative;
  width: 50%;
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-cg60 .image-box article {
    width: 88%;
    margin: 0 auto;
  }
}
#wrap main section.sec-cg60 .image-box article:nth-child(n+2) {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-cg60 .image-box article:nth-child(n+2) {
    margin-top: 5px;
  }
}
#wrap main section.sec-cg60 .image-box article .image {
  position: relative;
  width: 100%;
}
#wrap main section.sec-cg60 .image-box article .image img {
  width: 100%;
  height: auto;
}
#wrap main section.sec-cg60 .image-box article .text {
  position: absolute;
  bottom: 18px;
  left: 20px;
  color: #000;
  font-size: 16px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-cg60 .image-box article .text {
    font-size: 14px;
    bottom: 12px;
    left: 14px;
  }
}
#wrap main section.sec-cg60 p.caption {
  text-align: center;
  margin: 10px 0 0;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-cg60 p.caption {
    font-size: 12px;
    line-height: 1.4;
  }
}
#wrap main section.sec-cg60 .text-box {
  position: relative;
  width: 900px;
  margin: 60px auto 0;
  font-size: 18px;
  line-height: 1.78;
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-cg60 .text-box {
    width: 88%;
    margin: 40px auto 0;
    font-size: 15px;
    line-height: 1.75;
  }
}
#wrap main section.sec-cg60 .text-box .sub-image {
  width: 100%;
}
#wrap main section.sec-cg60 .text-box .sub-image .image-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#wrap main section.sec-cg60 .text-box .sub-image .image-box article {
  width: calc(50% - 6px);
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-cg60 .text-box .sub-image .image-box article {
    width: calc(50% - 4px);
  }
}
#wrap main section.sec-cg60 .text-box .sub-image .image-box article img {
  width: 100%;
  height: auto;
}
#wrap main section.sec-cg60 .text-box .sub-image .caption {
  font-size: 14px;
  margin: 16px 0 0;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-cg60 .text-box .sub-image .caption {
    font-size: 12px;
    line-height: 1.5;
  }
}
#wrap main section.sec-cg60 .howto-box {
  position: relative;
  background: #eaeef1;
  width: 900px;
  margin: 80px auto 0;
  padding: 40px 40px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-cg60 .howto-box {
    width: 88%;
    margin: 40px auto 0;
    padding: 28px 24px 28px;
  }
}
#wrap main section.sec-cg60 .howto-box h3 {
  font-size: 22px;
  font-weight: bold;
  color: #dc0b15;
  line-height: 1.45;
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-cg60 .howto-box h3 {
    font-size: 17px;
    letter-spacing: 0em;
  }
}
#wrap main section.sec-cg60 .howto-box ul {
  position: relative;
  margin: 12px auto 0;
}
#wrap main section.sec-cg60 .howto-box ul li {
  font-size: 18px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-cg60 .howto-box ul li {
    font-size: 15px;
    line-height: 1.6;
  }
}
#wrap main section.sec-cg60 .howto-box ul li a {
  text-decoration: underline;
}
#wrap main section.sec-cg60 .howto-box ul li span {
  display: block;
  margin-top: 2px;
  padding-left: 19px;
  font-size: 14px !important;
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-cg60 .howto-box ul li span {
    margin-top: 4px;
    padding-left: 0px;
    font-size: 13px !important;
  }
}
#wrap main section.sec-cg60 .howto-box p.note {
  margin: 20px 0 0;
  color: #666666;
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-cg60 .howto-box p.note {
    font-size: 11px;
  }
}
#wrap main section.share {
  position: relative;
  margin: 100px 0 0;
}
@media screen and (max-width: 768px) {
  #wrap main section.share {
    margin: 56px 0 0;
  }
}
#wrap main section.share ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#wrap main section.share ul li {
  position: relative;
  margin: 0 10px;
  width: 36px;
}
@media screen and (max-width: 768px) {
  #wrap main section.share ul li {
    width: 32px;
  }
}
#wrap main section.share ul li img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 769px) {
  #wrap main section.share ul li a {
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #wrap main section.share ul li a:hover {
    opacity: 0.7;
  }
}
#wrap main footer {
  padding: 80px 0 88px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #wrap main footer {
    padding: 36px 0 48px;
  }
}
#wrap main footer .copyright {
  position: relative;
  font-size: 15px;
  text-align: center;
  display: inline-block;
  padding: 0 0 0 40px;
}
@media screen and (max-width: 768px) {
  #wrap main footer .copyright {
    font-size: 10px;
    letter-spacing: 0.03em;
    padding: 0 0 0 28px;
  }
}
#wrap main footer .copyright:before {
  position: absolute;
  content: "AD";
  top: 1px;
  left: 0;
  border: 1px solid #000;
  padding: 4px 6px 3px 6px;
  font-size: 12px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #wrap main footer .copyright:before {
    font-size: 9px;
    padding: 2px 4px 2px 4px;
  }
}
#wrap main footer .pagetop {
  position: absolute;
  bottom: 28px;
  right: 28px;
  width: 60px;
  height: 60px;
  background: #000;
  text-align: center;
  padding: 23px 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  #wrap main footer .pagetop {
    -webkit-transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #wrap main footer .pagetop:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  #wrap main footer .pagetop {
    bottom: 0px;
    right: 0px;
    width: 35px;
    height: 35px;
    padding: 14px 0 0 0;
  }
  #wrap main footer .pagetop img {
    width: 10px;
    height: auto;
  }
}
#wrap main .btn-more {
  position: relative;
  width: 240px;
  height: 60px;
  line-height: 59px;
  color: #fff;
  background: #0574d4;
}
@media screen and (min-width: 769px) {
  #wrap main .btn-more {
    -webkit-transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #wrap main .btn-more:hover {
    background: #0089ff;
  }
}
@media screen and (max-width: 768px) {
  #wrap main .btn-more {
    width: 164px;
    height: 50px;
    line-height: 49px;
  }
}
#wrap main .btn-more a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #fff;
  text-align: center;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  #wrap main .btn-more a {
    font-size: 15px;
  }
}
#wrap main .btn-more:after {
  position: absolute;
  content: "";
  top: 24px;
  right: 16px;
  background: url("../img/icon_more.svg") no-repeat;
  width: 7px;
  height: 12px;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  #wrap main .btn-more:after {
    top: 19px;
    right: 11px;
    width: 5px;
    height: 9px;
  }
}

#nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
#nav.active {
  width: 100%;
  height: 100%;
}
#nav.active .cover {
  opacity: 1;
}
#nav.active .nav-box {
  display: block;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}
#nav.active > nav {
  background: #1a1a1a;
}
#nav.active > nav span:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(7px, 7px);
          transform: rotate(45deg) translate(7px, 7px);
}
#nav.active > nav span:nth-child(2) {
  opacity: 0;
}
#nav.active > nav span:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(7px, -7px);
          transform: rotate(-45deg) translate(7px, -7px);
}
#nav .cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}
#nav .nav-box {
  position: fixed;
  top: 0;
  left: 0;
  text-align: center;
  width: 560px;
  height: 100%;
  background: #000;
  -webkit-transform: translateX(-560px);
          transform: translateX(-560px);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media screen and (max-width: 768px) {
  #nav .nav-box {
    width: 100%;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
#nav .nav-box nav {
  position: absolute;
  top: 20%;
  left: 60px;
  width: 480px;
}
@media screen and (max-width: 768px) {
  #nav .nav-box nav {
    left: 20px;
    width: calc(100% - 40px);
  }
}
#nav .nav-box nav ul {
  position: relative;
  margin: 0 auto 0;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-align: left;
  letter-spacing: 0.02em;
  white-space: nowrap;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  #nav .nav-box nav ul {
    margin: 18px 0 0;
    font-size: 14px;
    white-space: normal;
  }
}
#nav .nav-box nav ul li {
  position: relative;
  padding-left: 21px;
  cursor: pointer;
}
#nav .nav-box nav ul li span {
  position: relative;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (min-width: 769px) {
  #nav .nav-box nav ul li span:hover {
    opacity: 0.7;
  }
}
#nav .nav-box nav ul li span:after {
  position: absolute;
  content: "";
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media screen and (max-width: 768px) {
  #nav .nav-box nav ul li {
    padding-left: 14px;
  }
}
#nav .nav-box nav ul li:nth-child(n+2) {
  margin: 8px 0 0;
}
@media screen and (max-width: 768px) {
  #nav .nav-box nav ul li:nth-child(n+2) {
    margin: 6px 0 0;
  }
}
#nav .nav-box nav ul li.sub {
  font-size: 16px;
  padding-left: 36px;
}
@media screen and (max-width: 768px) {
  #nav .nav-box nav ul li.sub {
    font-size: 12.5px;
    padding-left: 30px;
  }
}
#nav .nav-box nav ul li:before {
  position: absolute;
  content: "";
  top: 13px;
  left: 0px;
  background: url("../img/icon_nav_white.svg") no-repeat;
  width: 8px;
  height: 8px;
  background-size: 100% 100%;
}
@media screen and (max-width: 768px) {
  #nav .nav-box nav ul li:before {
    top: 8px;
    width: 6px;
    height: 6px;
  }
}
#nav .nav-box nav ul li.sub:before {
  top: 9px;
  left: 18px;
}
@media screen and (max-width: 768px) {
  #nav .nav-box nav ul li.sub:before {
    top: 7px;
    left: 16px;
  }
}
#nav > nav {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 84px;
  height: 84px;
  cursor: pointer;
  -webkit-transition: opacity 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  background: #000;
  -webkit-transform: translateX(-120px);
          transform: translateX(-120px);
  overflow: hidden;
}
#nav > nav.active {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}
@media screen and (max-width: 768px) {
  #nav > nav {
    top: 12px;
    left: 12px;
    width: 50px;
    height: 50px;
  }
}
#nav > nav:hover .inner {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  #nav > nav:hover .inner {
    opacity: 1;
  }
}
#nav > nav .inner {
  position: relative;
  top: 16px;
  left: 25px;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (max-width: 768px) {
  #nav > nav .inner {
    top: 9px;
    left: 15px;
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
  }
}
#nav > nav span {
  position: absolute;
  background: #fff;
  top: 15px;
  left: 0px;
  width: 34px;
  height: 2px;
  -webkit-transition: all 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (max-width: 768px) {
  #nav > nav span {
    height: 1px;
  }
}
#nav > nav span:nth-child(2) {
  top: 25px;
}
#nav > nav span:nth-child(3) {
  top: 35px;
}
@media screen and (min-width: 769px) {
  #nav.fixed > nav {
    -webkit-transform: translate(-8px, -8px);
            transform: translate(-8px, -8px);
  }
}

#cover {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 10000;
}/*# sourceMappingURL=style.css.map */