@charset "UTF-8";
/*reset*/
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; }

.clearfix:after {
  content: "";
  display: block;
  clear: both; }

html {
  font-size: 14px;
  line-height: 1.6; }

body {
  font-family: Helvetica,Arial,
 '游ゴシック',
 'Yu Gothic',YuGothic,
 'ヒラギノ角ゴ Pro','Hiragino Kaku Gothic Pro',
 'メイリオ','Meiryo',
 'ＭＳ Ｐゴシック',
 sans-serif;
  -webkit-text-size-adjust: 100%;
  background-color: #fff; }

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  a:hover {
    opacity: .7; }
  a.cs, a[href="#"] {
    opacity: 1;
    cursor: default; }

img {
  display: block;
  margin: 0 auto;
  max-width: 100%; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

#navi, #leadNav {
  position: fixed;
  z-index: 1000;
  width: 100%;
  top: 0;
  left: 0; }
  #navi a.trigger, #leadNav a.trigger {
    position: fixed;
    z-index: 2;
    top: 0;
    right: 0;
    display: block;
    width: 45px;
    height: 45px;
    padding: 20px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    background-color: rgba(255, 255, 255, 0.8); }
    #navi a.trigger em, #leadNav a.trigger em {
      position: absolute;
      top: 20px;
      left: 20px;
      width: 45px;
      height: 45px; }
      #navi a.trigger em i, #navi a.trigger em:before, #navi a.trigger em:after, #leadNav a.trigger em i, #leadNav a.trigger em:before, #leadNav a.trigger em:after {
        display: block;
        width: 100%;
        height: 3px;
        background-color: #000;
        position: absolute;
        left: 0;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out; }
      #navi a.trigger em:before, #navi a.trigger em:after, #leadNav a.trigger em:before, #leadNav a.trigger em:after {
        content: ""; }
      #navi a.trigger em:before, #leadNav a.trigger em:before {
        top: 5.5px; }
      #navi a.trigger em i, #leadNav a.trigger em i {
        top: 50%;
        margin-top: -1.5px; }
      #navi a.trigger em:after, #leadNav a.trigger em:after {
        bottom: 5.5px; }
  #navi .navInner, #leadNav .navInner {
    padding: 35px 0;
    width: 100%;
    height: 180px;
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    z-index: 1;
    top: -180px;
    left: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
    #navi .navInner .navList, #leadNav .navInner .navList {
      width: 90%;
      max-width: 1020px;
      margin: 0 auto;
      height: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      #navi .navInner .navList > li, #leadNav .navInner .navList > li {
        font-size: 14px;
        line-height: 1.2;
        font-weight: bold;
        width: 420px; }
        #navi .navInner .navList > li:nth-child(2), #leadNav .navInner .navList > li:nth-child(2) {
          -webkit-box-flex: 1;
          -webkit-flex: 1;
          -ms-flex: 1;
          flex: 1; }
        #navi .navInner .navList > li .label, #leadNav .navInner .navList > li .label {
          font-size: 18px;
          margin-bottom: 0.5em;
          display: block; }
        #navi .navInner .navList > li a, #leadNav .navInner .navList > li a {
          display: block;
          margin-top: 1em; }
          #navi .navInner .navList > li a:before, #leadNav .navInner .navList > li a:before {
            content: ">";
            display: inline-block;
            margin-right: 0.5em;
            font-size: 0.8em; }
          #navi .navInner .navList > li a.cs, #leadNav .navInner .navList > li a.cs {
            background-color: #ccc;
            opacity: .4; }
        #navi .navInner .navList > li em, #leadNav .navInner .navList > li em {
          font-size: 0.75em;
          line-height: 1.33333;
          font-family: 'Droid Serif', serif;
          font-weight: normal;
          display: block; }
  #navi.open a.trigger, #leadNav.open a.trigger {
    background-color: rgba(255, 255, 255, 0); }
    #navi.open a.trigger em:before, #leadNav.open a.trigger em:before {
      top: 50%;
      margin-top: -1.5px;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      height: 3px; }
    #navi.open a.trigger em i, #leadNav.open a.trigger em i {
      opacity: 0;
      -webkit-transform: translateX(-10px);
      -ms-transform: translateX(-10px);
      transform: translateX(-10px);
      height: 3px;
      margin-top: -1.5px; }
    #navi.open a.trigger em:after, #leadNav.open a.trigger em:after {
      bottom: 50%;
      margin-bottom: -1.5px;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      height: 3px; }
  #navi.open .navInner, #leadNav.open .navInner {
    top: 0; }

article#content {
  overflow: hidden; }
  article#content #TOP {
    opacity: 0;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    min-width: 980px;
    height: 100vh;
    margin: 0 auto;
    position: relative; }
    article#content #TOP.move {
      opacity: 1; }
      article#content #TOP.move:before, article#content #TOP.move:after {
        opacity: 1; }
      article#content #TOP.move .content {
        opacity: 1; }
        article#content #TOP.move .content .logo {
          opacity: 1; }
        article#content #TOP.move .content .title {
          opacity: 1; }
        article#content #TOP.move .content .season {
          opacity: 1; }
    article#content #TOP:before, article#content #TOP:after {
      content: "";
      display: block;
      width: 30.83333%;
      height: 100%;
      position: absolute;
      z-index: 0;
      top: 0;
      background-repeat: no-repeat;
      background-position: 50%;
      background-size: cover;
      opacity: 0; }
    article#content #TOP:before {
      left: 0;
      background-image: url(../images/kv_L.jpg);
      -webkit-transition: all 1s ease-in-out 1s;
      -moz-transition: all 1s ease-in-out 1s;
      -o-transition: all 1s ease-in-out 1s;
      transition: all 1s ease-in-out 1s; }
    article#content #TOP:after {
      right: 0;
      background-image: url(../images/kv_R.jpg);
      -webkit-transition: all 1s ease-in-out 2s;
      -moz-transition: all 1s ease-in-out 2s;
      -o-transition: all 1s ease-in-out 2s;
      transition: all 1s ease-in-out 2s; }
    article#content #TOP .content {
      position: relative;
      z-index: 1;
      opacity: 0;
      height: 100vh;
      width: 38.33333%;
      margin: 0 auto;
      padding-bottom: 100px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-transition: all 1s ease-in-out;
      -moz-transition: all 1s ease-in-out;
      -o-transition: all 1s ease-in-out;
      transition: all 1s ease-in-out; }
      article#content #TOP .content .logo {
        margin-bottom: 30px;
        opacity: 0;
        -webkit-transition: all 1s ease-in-out;
        -moz-transition: all 1s ease-in-out;
        -o-transition: all 1s ease-in-out;
        transition: all 1s ease-in-out; }
        article#content #TOP .content .logo img {
          width: 98px; }
      article#content #TOP .content .title {
        width: 228px;
        opacity: 0;
        -webkit-transition: all 1s ease-in-out 3s;
        -moz-transition: all 1s ease-in-out 3s;
        -o-transition: all 1s ease-in-out 3s;
        transition: all 1s ease-in-out 3s; }
      article#content #TOP .content .season {
        width: 312px;
        margin-top: 100px;
        opacity: 0;
        -webkit-transition: all 1s ease-in-out 4s;
        -moz-transition: all 1s ease-in-out 4s;
        -o-transition: all 1s ease-in-out 4s;
        transition: all 1s ease-in-out 4s; }
      article#content #TOP .content a.scroll {
        position: absolute;
        width: 48px;
        display: block;
        bottom: 35px;
        left: 50%;
        margin-left: -24px; }
  article#content section .secInner {
    max-width: 830px;
    margin: 0 auto; }
  article#content #lead #leadNav {
    position: static; }
    article#content #lead #leadNav .navInner {
      position: static; }
      article#content #lead #leadNav .navInner .navList {
        width: 90%;
        max-width: 770px;
        margin: 0 auto;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        article#content #lead #leadNav .navInner .navList > li {
          font-size: 14px;
          line-height: 1.2;
          font-weight: bold;
          width: 49.35065%; }
          article#content #lead #leadNav .navInner .navList > li:nth-child(2) {
            -webkit-box-flex: 0;
            -webkit-flex: none;
            -ms-flex: none;
            flex: none; }
          article#content #lead #leadNav .navInner .navList > li .label {
            font-size: 18px;
            margin-bottom: 0.5em;
            display: block; }
          article#content #lead #leadNav .navInner .navList > li a {
            display: block;
            margin-top: 1em;
            background-color: #fff;
            line-height: 1.2;
            padding: 0.4em 1em;
            border: #000 1px solid; }
            article#content #lead #leadNav .navInner .navList > li a:before {
              content: ">";
              display: inline-block;
              margin-right: 1em;
              font-size: 0.8em; }
            article#content #lead #leadNav .navInner .navList > li a.cs {
              background-color: #ccc;
              opacity: .4; }
          article#content #lead #leadNav .navInner .navList > li em {
            font-size: 0.75em;
            line-height: 1.33333;
            font-family: 'Droid Serif', serif;
            font-weight: normal;
            display: block; }
  article#content #lead .secInner {
    padding: 100px 0 95px; }
    article#content #lead .secInner .img img {
      width: 334px; }
    article#content #lead .secInner .content {
      padding-top: 35px;
      text-align: center; }
      article#content #lead .secInner .content h2.title {
        font-size: 20px;
        font-weight: bold;
        line-height: 1.75; }
      article#content #lead .secInner .content .lead {
        font-size: 16px;
        line-height: 1.75;
        margin: 0 auto;
        margin-top: 1em; }
  article#content .styles {
    padding-bottom: 100px; }
    article#content .styles .secInner .slider .item {
      margin-top: 50px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      article#content .styles .secInner .slider .item:nth-child(2n) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; }
      article#content .styles .secInner .slider .item .img {
        width: 395px; }
      article#content .styles .secInner .slider .item .style {
        margin: 0 40px; }
        article#content .styles .secInner .slider .item .style .case {
          font-size: 18px;
          font-weight: bold;
          line-height: 1; }
        article#content .styles .secInner .slider .item .style .pict {
          padding: 1rem 0; }
          article#content .styles .secInner .slider .item .style .pict img {
            border: #000 1px solid;
            width: 96px;
            margin-left: 0; }
        article#content .styles .secInner .slider .item .style .data {
          font-size: 12px;
          line-height: 1.58333; }
          article#content .styles .secInner .slider .item .style .data .name {
            font-weight: bold; }
          article#content .styles .secInner .slider .item .style .data .price a.btn {
            font-size: 0.8em;
            display: inline-block;
            background-color: #000;
            color: #fff;
            font-weight: bold;
            letter-spacing: 0.05em;
            padding: 0 0.6em;
            margin-left: 0.5em;
            line-height: 1.8;
            vertical-align: top; }
    article#content .styles#Styiling02 .secInner h2 img {
      width: 295px; }
    article#content .styles#Styiling03 .secInner h2 img {
      width: 300px; }
  article#content .about .secInner {
    max-width: 850px; }
    article#content .about .secInner h2 img {
      width: 249px; }
    article#content .about .secInner .item {
      padding-top: 50px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
      article#content .about .secInner .item .img {
        width: 395px; }
      article#content .about .secInner .item .content {
        width: 420px; }
        article#content .about .secInner .item .content .name {
          font-weight: bold; }
          article#content .about .secInner .item .content .name img {
            margin-left: 0; }
          article#content .about .secInner .item .content .name .ja {
            font-size: 12px;
            margin-top: 0.5em;
            display: block; }
        article#content .about .secInner .item .content .txt {
          margin-top: 30px; }
        article#content .about .secInner .item .content .product {
          margin: 35px 60px 0 auto; }
    article#content .about .secInner .productList {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      width: 780px;
      margin: 0 auto; }
      article#content .about .secInner .productList .product {
        margin: 50px 25px 0; }
    article#content .about .secInner .product {
      width: 210px; }
      article#content .about .secInner .product .imgWrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        height: 240px; }
        article#content .about .secInner .product .imgWrap.btm {
          -webkit-box-align: end;
          -webkit-align-items: flex-end;
          -ms-flex-align: end;
          align-items: flex-end; }
        article#content .about .secInner .product .imgWrap.h180 {
          height: 180px; }
      article#content .about .secInner .product .data {
        margin-top: 20px;
        font-size: 12px; }
        article#content .about .secInner .product .data .name {
          font-weight: bold; }
        article#content .about .secInner .product .data .price {
          margin-bottom: 2em; }
          article#content .about .secInner .product .data .price a.btn {
            font-size: 0.8em;
            display: inline-block;
            background-color: #000;
            color: #fff;
            font-weight: bold;
            letter-spacing: 0.05em;
            padding: 0 0.6em;
            margin-left: 0.5em;
            line-height: 1.8;
            vertical-align: top; }
        article#content .about .secInner .product .data .spec em {
          font-weight: bold; }
        article#content .about .secInner .product .data .color {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          margin-top: 0.2em; }
          article#content .about .secInner .product .data .color dt {
            margin-right: 1.5em;
            font-weight: bold; }
          article#content .about .secInner .product .data .color dd {
            -webkit-box-flex: 1;
            -webkit-flex: 1;
            -ms-flex: 1;
            flex: 1;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            padding-top: 0.2em; }
          article#content .about .secInner .product .data .color dd > i {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            width: 12px;
            height: 12px;
            margin-right: 8px;
            background-color: #000;
            border-color: transparent !important; }
            article#content .about .secInner .product .data .color dd > i i {
              display: block;
              width: 0;
              height: 0;
              border: #000 6px solid;
              border-top-color: transparent !important;
              border-left-color: transparent !important;
              background-color: transparent !important;
              margin-right: 0; }
              article#content .about .secInner .product .data .color dd > i i[data-color="white"] {
                border: #1c1c1b 1px solid;
                background-color: #fff !important; }
  article#content .about#about01 .secInner .item {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
  article#content .about#about02 .secInner .item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  article#content #mateial {
    padding-top: 50px; }
    article#content #mateial .secInner {
      width: 800px; }
      article#content #mateial .secInner:after {
        content: "";
        display: block;
        clear: both; }
      article#content #mateial .secInner .item {
        width: 390px;
        padding: 15px;
        margin-bottom: 20px;
        border: rgba(0, 0, 0, 0.2) 1px solid;
        float: left; }
        article#content #mateial .secInner .item:nth-child(1) {
          padding: 0;
          height: 208px; }
        article#content #mateial .secInner .item:nth-child(2) {
          height: 387px;
          float: right;
          font-size: 12px;
          position: relative; }
          article#content #mateial .secInner .item:nth-child(2) .label {
            font-weight: bold; }
          article#content #mateial .secInner .item:nth-child(2) .logo {
            position: absolute;
            top: 18px;
            right: 23px;
            width: 80px; }
          article#content #mateial .secInner .item:nth-child(2) .txt {
            line-height: 1.5;
            margin: 0.5em 0;
            width: 260px; }
          article#content #mateial .secInner .item:nth-child(2) dl {
            margin-top: 0.2em; }
            article#content #mateial .secInner .item:nth-child(2) dl dt {
              font-weight: bold; }
        article#content #mateial .secInner .item:nth-child(3) {
          height: 157px; }
          article#content #mateial .secInner .item:nth-child(3) .label {
            font-size: 15px;
            font-weight: bold; }
          article#content #mateial .secInner .item:nth-child(3) .txt {
            font-size: 13px;
            line-height: 1.61538;
            margin: 0.2em 0; }

article#content #about03 .slider.sl01, article#content #about03 .slider.sl02, article#content #about03 .slider.sl03 {
  display: none; }

img[src*="NAJ61704"] {
  width: 89.09091%; }

img[src*="NAJ61701"] {
  width: 89.54545%; }

img[src*="NAJ61702"] {
  width: 67.27273%; }

img[src*="NAJ71605"] {
  width: 80.45455%; }

img[src*="NAJ71611"] {
  width: 86.36364%; }

img[src*="NAJ71727"] {
  width: 67.27273%; }

img[src*="NAB71701"] {
  width: 93.63636%; }

img[src*="NAB71702"] {
  width: 93.63636%; }

img[src*="NAB71703"] {
  width: 57.27273%; }

img[src*="NAB71604"] {
  width: 53.18182%; }

img[src*="NAB71605"] {
  width: 66.81818%; }

img[src*="NAB71706"] {
  width: 79.09091%; }

img[src*="NYB81612"] {
  width: 120%; }

img[src*="NYB81613"] {
  width: 84.09091%; }

img[src*="NNB61702"] {
  width: 39.09091%; }

img[src*="NNB41701"] {
  width: 31.36364%; }

footer {
  max-width: 800px;
  margin: 60px auto 0;
  text-align: center; }
  footer .store .btn {
    display: block;
    background-color: #000;
    color: #fff;
    font-size: 23px;
    letter-spacing: 0.05em;
    font-weight: bold;
    line-height: 70px; }
  footer .copyright {
    padding: 40px 0;
    font-size: 10px; }

.pagetop {
  position: fixed;
  z-index: 50;
  bottom: 20px;
  right: 20px; }
  .pagetop a.btn {
    display: block;
    width: 48px;
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transform: translateX(40px);
    -ms-transform: translateX(40px);
    transform: translateX(40px);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
    .pagetop a.btn img {
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
    .pagetop a.btn.active {
      opacity: 1;
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0); }
      .pagetop a.btn.active:hover {
        opacity: 0.7; }

@media screen and (min-width: 769px) {
  .forSP {
    display: none; }
  img[src*="_sp."] {
    display: none; } }

@media screen and (max-width: 920px) {
  article#content section .secInner:before, article#content section .secInner:after {
    opacity: 0; } }

@media screen and (max-width: 768px) {
  html {
    font-size: 3.75vw; }
  body {
    min-width: 0; }
  a {
    -webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out; }
    a:hover {
      opacity: 1; }
  .forPC {
    display: none; }
  img[src*="_pc."] {
    display: none; }
  #navi a.trigger, #leadNav a.trigger {
    width: 9.375vw;
    height: 9.375vw;
    padding: 3.125vw; }
    #navi a.trigger em, #leadNav a.trigger em {
      top: 3.125vw;
      left: 3.125vw;
      width: 9.375vw;
      height: 9.375vw; }
      #navi a.trigger em:before, #leadNav a.trigger em:before {
        top: 12.5px;
        top: 1.17188vw; }
      #navi a.trigger em i, #leadNav a.trigger em i {
        top: 50%;
        margin-top: -1.5px; }
      #navi a.trigger em:after, #leadNav a.trigger em:after {
        bottom: 12.5px;
        bottom: 1.17188vw; }
  #navi .navInner, #leadNav .navInner {
    padding: 15.625vw 0;
    width: 100%;
    height: 100vh;
    top: -100vh;
    left: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
    #navi .navInner .navList, #leadNav .navInner .navList {
      width: 90%;
      max-width: 1020px;
      margin: 0 auto;
      height: 100%;
      display: block; }
      #navi .navInner .navList > li, #leadNav .navInner .navList > li {
        font-size: 3.75vw;
        line-height: 1.2;
        width: 100%;
        margin-bottom: 2em; }
        #navi .navInner .navList > li .label, #leadNav .navInner .navList > li .label {
          font-size: 5vw; }
        #navi .navInner .navList > li a, #leadNav .navInner .navList > li a {
          margin-top: 1.5em; }
  #navi.open a.trigger, #leadNav.open a.trigger {
    background-color: rgba(255, 255, 255, 0); }
    #navi.open a.trigger em:before, #leadNav.open a.trigger em:before {
      top: 50%;
      margin-top: -1.5px;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      height: 3px; }
    #navi.open a.trigger em i, #leadNav.open a.trigger em i {
      opacity: 0;
      -webkit-transform: translateX(-10px);
      -ms-transform: translateX(-10px);
      transform: translateX(-10px);
      height: 3px;
      margin-top: -1.5px; }
    #navi.open a.trigger em:after, #leadNav.open a.trigger em:after {
      bottom: 50%;
      margin-bottom: -1.5px;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      height: 3px; }
  #navi.open .navInner, #leadNav.open .navInner {
    top: -100vh;
    -webkit-transform: translateY(100vh);
    -ms-transform: translateY(100vh);
    transform: translateY(100vh); }
  article#content #TOP {
    min-width: 0;
    height: auto; }
    article#content #TOP.move .content:before {
      opacity: 1; }
    article#content #TOP:before, article#content #TOP:after {
      display: none; }
    article#content #TOP .content {
      height: auto;
      width: 100%;
      padding-bottom: 0;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
      article#content #TOP .content:before {
        content: "";
        display: block;
        width: 100%;
        height: 84.375vw;
        background-image: url(../images/kv_sp.jpg);
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: cover;
        opacity: 0;
        -webkit-transition: all 1s ease-in-out 2s;
        -moz-transition: all 1s ease-in-out 2s;
        -o-transition: all 1s ease-in-out 2s;
        transition: all 1s ease-in-out 2s; }
      article#content #TOP .content .logo {
        margin-top: 12.5vw;
        margin-bottom: 6.25vw; }
        article#content #TOP .content .logo img {
          width: 18.75vw; }
      article#content #TOP .content .title {
        width: 42.96875vw; }
      article#content #TOP .content .season {
        width: 60.15625vw;
        margin-top: 7.8125vw;
        margin-bottom: 12.5vw; }
      article#content #TOP .content a.scroll {
        position: relative;
        width: 9.375vw;
        left: auto;
        bottom: auto;
        margin: 0 auto; }
  article#content section .secInner {
    max-width: auto;
    margin: 0 auto; }
  article#content #lead {
    padding: 17.1875vw 0 28.125vw; }
    article#content #lead #leadNav .navInner {
      padding: 0;
      height: auto; }
      article#content #lead #leadNav .navInner .navList {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        article#content #lead #leadNav .navInner .navList > li {
          width: 100%; }
    article#content #lead .secInner {
      padding: 7.8125vw 0 0; }
      article#content #lead .secInner .img img {
        width: 59.375vw; }
      article#content #lead .secInner .content {
        padding-top: 10.9375vw; }
        article#content #lead .secInner .content h2.title {
          font-size: 6.25vw;
          line-height: 1.75; }
        article#content #lead .secInner .content .lead {
          font-size: 4.375vw;
          line-height: 1.75;
          margin-top: 1em;
          width: 75vw; }
  article#content .styles {
    padding-bottom: 18.75vw; }
    article#content .styles .secInner .slider {
      width: 82.8125vw;
      margin: 0 auto; }
      article#content .styles .secInner .slider .item {
        width: 65.625vw;
        margin: 7.8125vw 8.59375vw 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; }
        article#content .styles .secInner .slider .item:nth-child(2n) {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column; }
        article#content .styles .secInner .slider .item .img {
          width: auto; }
        article#content .styles .secInner .slider .item .style {
          width: auto;
          margin: 1em 0 0; }
          article#content .styles .secInner .slider .item .style .case {
            font-size: 5.625vw; }
          article#content .styles .secInner .slider .item .style .pict img {
            width: 29.6875vw; }
          article#content .styles .secInner .slider .item .style .data {
            font-size: 3.4375vw;
            line-height: 1.58333; }
    article#content .styles#Styiling01 .secInner h2 img {
      width: 66.71875vw; }
    article#content .styles#Styiling02 .secInner h2 img {
      width: 50vw; }
    article#content .styles#Styiling03 .secInner h2 img {
      width: 51.40625vw; }
  article#content .about .secInner {
    max-width: auto; }
    article#content .about .secInner h2 img {
      width: 42.1875vw; }
    article#content .about .secInner .item {
      padding-top: 23.4375vw;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
      article#content .about .secInner .item .img {
        width: 65.625vw; }
      article#content .about .secInner .item .content {
        width: 75vw;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center; }
        article#content .about .secInner .item .content .name {
          text-align: center;
          margin-bottom: 1.5em; }
          article#content .about .secInner .item .content .name img {
            margin-left: auto; }
          article#content .about .secInner .item .content .name .ja {
            font-size: 3.75vw;
            line-height: 1.75;
            margin-top: 0.5em;
            display: block; }
        article#content .about .secInner .item .content .txt {
          margin-top: 2em;
          font-size: 3.75vw;
          line-height: 1.875; }
        article#content .about .secInner .item .content .product {
          margin: 1.5em auto 0; }
    article#content .about .secInner .product {
      width: 65.625vw; }
      article#content .about .secInner .product.sl01, article#content .about .secInner .product.sl02, article#content .about .secInner .product.sl03 {
        display: none; }
      article#content .about .secInner .product .imgWrap {
        height: 56.25vw; }
        article#content .about .secInner .product .imgWrap.btm {
          height: 74.21875vw; }
        article#content .about .secInner .product .imgWrap.h180 {
          height: 42.1875vw; }
      article#content .about .secInner .product .data {
        margin-top: 1.5em;
        font-size: 3.75vw; }
        article#content .about .secInner .product .data .price {
          margin-bottom: 2em; }
        article#content .about .secInner .product .data .color dd > i {
          width: 3.75vw;
          height: 3.75vw;
          margin-right: 2.8125vw; }
          article#content .about .secInner .product .data .color dd > i i {
            border: #000 1.875vw solid; }
            article#content .about .secInner .product .data .color dd > i i[data-color="white"] {
              border: #1c1c1b 1px solid;
              background-color: #fff !important; }
    article#content .about .secInner .productList {
      display: block;
      width: 82.8125vw;
      margin: 0 auto; }
      article#content .about .secInner .productList .product {
        margin: 12.5vw 8.59375vw 0; }
      article#content .about .secInner .productList.slider .product.sl01, article#content .about .secInner .productList.slider .product.sl02, article#content .about .secInner .productList.slider .product.sl03 {
        display: block; }
  article#content .about#about01 .secInner h3.name {
    width: 71.40625vw; }
  article#content .about#about01 .secInner .item {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 7.8125vw; }
  article#content .about#about02 .secInner h3.name {
    width: 50vw; }
  article#content .about#about02 .secInner .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  article#content .about#about03 .secInner h3.name {
    width: 51.40625vw; }
  article#content #mateial {
    padding-top: 50px; }
    article#content #mateial .secInner {
      width: auto;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
      article#content #mateial .secInner:after {
        display: none; }
      article#content #mateial .secInner .item {
        width: 84.375vw;
        padding: 3.4375vw;
        margin-bottom: 4.6875vw;
        float: none; }
        article#content #mateial .secInner .item:nth-child(1) {
          height: auto;
          -webkit-box-ordinal-group: 2;
          -webkit-order: 1;
          -ms-flex-order: 1;
          order: 1; }
        article#content #mateial .secInner .item:nth-child(2) {
          -webkit-box-ordinal-group: 4;
          -webkit-order: 3;
          -ms-flex-order: 3;
          order: 3;
          height: auto;
          float: none;
          font-size: 12px; }
          article#content #mateial .secInner .item:nth-child(2) .label {
            font-weight: bold; }
          article#content #mateial .secInner .item:nth-child(2) .logo {
            position: static;
            margin: 0.5em auto; }
          article#content #mateial .secInner .item:nth-child(2) .txt {
            line-height: 1.5;
            margin: 0.5em 0;
            width: auto; }
          article#content #mateial .secInner .item:nth-child(2) dl {
            font-weight: bold;
            margin-top: 1em; }
        article#content #mateial .secInner .item:nth-child(3) {
          -webkit-box-ordinal-group: 3;
          -webkit-order: 2;
          -ms-flex-order: 2;
          order: 2;
          height: auto; }
          article#content #mateial .secInner .item:nth-child(3) .label {
            font-size: 3.75vw;
            font-weight: bold; }
          article#content #mateial .secInner .item:nth-child(3) .txt {
            font-size: 3.75vw;
            line-height: 1.61538;
            margin: 0.2em 0; }
  .slider .slick-arrow {
    top: 45vw; }
  #about02 .slider .slick-arrow {
    top: 55vw; }
  article#content #about03 .slider .slick-arrow {
    top: 55vw; }
  article#content #about03 .slider.sl01 {
    display: block; }
    article#content #about03 .slider.sl01 .slick-arrow {
      top: 40vw; }
  article#content #about03 .slider.sl02 {
    display: block; }
    article#content #about03 .slider.sl02 .slick-arrow {
      top: 33vw; }
  article#content #about03 .slider.sl03 {
    display: block; }
    article#content #about03 .slider.sl03 .slick-arrow {
      top: 32vw; }
  img[src*="NAJ61704"] {
    width: 92.85714%; }
  img[src*="NAJ61701"] {
    width: 94.52381%; }
  img[src*="NAJ61702"] {
    width: 69.04762%; }
  img[src*="NAJ71605"] {
    width: 84.52381%; }
  img[src*="NAJ71611"] {
    width: 90.47619%; }
  img[src*="NAJ71727"] {
    width: 55.71429%; }
  img[src*="NAB71701"] {
    width: 98.80952%; }
  img[src*="NAB71702"] {
    width: 100%; }
  img[src*="NAB71703"] {
    width: 56.42857%; }
  img[src*="NAB71604"] {
    width: 55.71429%; }
  img[src*="NAB71605"] {
    width: 70.2381%; }
  img[src*="NAB71706"] {
    width: 84.28571%; }
  img[src*="NYB81612"] {
    width: 105.2381%; }
  img[src*="NYB81613"] {
    width: 79.04762%; }
  img[src*="NNB61702"] {
    width: 42.38095%; }
  img[src*="NNB41701"] {
    width: 35.71429%; }
  footer {
    max-width: 84.375vw;
    margin: 15.625vw auto 0; }
    footer .store .btn {
      display: block;
      background-color: #000;
      color: #fff;
      font-size: 7.5vw;
      line-height: 1.33333;
      padding: 0.5em 0; }
    footer .copyright {
      padding: 12.5vw 0;
      font-size: 3.125vw; }
  .pagetop a.btn {
    width: 9.375vw; } }
