@charset "UTF-8";
/*reset*/
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
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; }

html {
  font-size: 14px;
  line-height: 1.71429; }

body {
  font-family: Helvetica, Verdana, Arial, '小塚ゴシック Pro L','Kozuka Gothic Pro Light', 'Noto Sans Japanese', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ',Meiryo, '游ゴシック', 'Yu Gothic', YuGothic, 'ＭＳ Ｐゴシック', sans-serif;
  color: #000; }
  body * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

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; }

img, iframe {
  max-width: 100%;
  display: block;
  margin: 0 auto; }

img[src$=".svg"] {
  width: 100%; }

body {
  min-width: 900px; }

#bg {
  position: fixed;
  width: 100%;
  min-width: 900px;
  height: 100%;
  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;
  z-index: 0;
  background-image: url(../images/common/keyv.jpg);
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  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; }
  #bg.move {
    opacity: 1; }

#navi {
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 -160px;
  width: 840px;
  height: 60px; }
  #navi ul {
    width: 100%;
    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: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border: #000 solid 1.5px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box; }
    #navi ul.fixed {
      position: fixed;
      top: 30px;
      left: 50%;
      width: 840px;
      margin-left: -420px; }
    #navi ul li {
      margin: 0;
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      border: #000 solid 1.5px;
      font-size: 18px; }
      #navi ul li a {
        display: block;
        background-color: white;
        padding: 1em 0;
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: auto 1em; }
        #navi ul li a:hover, #navi ul li a.active {
          background-color: #000; }
          #navi ul li a:hover img, #navi ul li a.active img {
            opacity: 0; }
        #navi ul li a img {
          max-height: 100%;
          display: block; }
          #navi ul li a img.on {
            display: none; }
        #navi ul li a img {
          height: 1em;
          width: auto; }

#top {
  position: relative;
  z-index: 50;
  width: 100%;
  height: 100vh; }
  #top .inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    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; }
    #top .inner .title {
      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: 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;
      position: relative;
      width: 520px;
      height: 520px;
      background: #fff; }
      #top .inner .title * {
        z-index: 1; }
      #top .inner .title:before {
        content: "";
        display: block;
        position: absolute;
        top: 10px;
        left: 10px;
        right: 10px;
        bottom: 10px;
        border: #000 solid 3px;
        z-index: 0; }
      #top .inner .title h1 {
        width: 400px;
        margin-bottom: 64px; }
      #top .inner .title #navi {
        z-index: 2; }
      #top .inner .title .sub {
        width: 360px;
        margin-top: 24px; }
      #top .inner .title ul.sub {
        display: none;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        font-size: 12px; }
        #top .inner .title ul.sub li {
          height: 1em;
          margin: 1.16667em 0 0; }
          #top .inner .title ul.sub li:before {
            content: "";
            display: inline-block;
            vertical-align: top;
            width: 2em;
            height: 1em;
            background-image: url(../images/btns/btn_spacer.svg);
            background-position: 50%;
            background-size: contain;
            background-repeat: no-repeat; }
          #top .inner .title ul.sub li:first-child:before, #top .inner .title ul.sub li:nth-child(4):before {
            display: none; }
          #top .inner .title ul.sub li a {
            display: inline-block;
            vertical-align: top;
            -webkit-transition: all 0s ease-in-out 0.2s;
            -moz-transition: all 0s ease-in-out 0.2s;
            -o-transition: all 0s ease-in-out 0.2s;
            transition: all 0s ease-in-out 0.2s;
            position: relative; }
            #top .inner .title ul.sub li a[href="#gifts"] {
              background-size: auto 1.15385em; }
            #top .inner .title ul.sub li a img {
              display: block;
              height: 1em;
              width: auto;
              position: relative;
              top: 0;
              left: 0;
              z-index: 1; }
              #top .inner .title ul.sub li a img[src*="gifts"] {
                height: 1.15385em; }
              #top .inner .title ul.sub li a img.on {
                position: absolute;
                z-index: 0;
                opacity: 0; }
            #top .inner .title ul.sub li a:hover img {
              opacity: 0; }
              #top .inner .title ul.sub li a:hover img.on {
                opacity: 1; }
      #top .inner .title[data-cat="mens"] ul.sub.mens {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
      #top .inner .title[data-cat="womens"] ul.sub.womens {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
      #top .inner .title[data-cat="kids"] ul.sub.kids {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
    #top .inner a.scroll {
      position: absolute;
      bottom: 1em;
      left: 50vw;
      font-size: 60px;
      margin-left: -0.5em;
      width: 1em;
      height: 1em;
      display: block;
      background-size: auto 0.35em;
      background-position: 50%;
      background-repeat: no-repeat;
      background-image: url(../images/btns/btn_scroll.svg);
      background-color: #fff;
      border: #000 solid 3px;
      -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; }
      #top .inner a.scroll:hover {
        background-color: #000;
        background-image: url(../images/btns/btn_scroll_w.svg); }
      #top .inner a.scroll.down {
        -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;
        opacity: 0;
        bottom: 100%; }

ul.anchor {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 30px 0 60px;
  font-size: 13px; }
  ul.anchor li:before {
    content: "";
    display: inline-block;
    vertical-align: top;
    width: 2em;
    height: 1em;
    background-image: url(../images/btns/btn_spacer.svg);
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat; }
  ul.anchor li:first-child:before {
    display: none; }
  ul.anchor li a {
    display: inline-block;
    vertical-align: top;
    background-position: 0 -100px;
    background-size: auto 1em;
    background-repeat: no-repeat;
    position: relative;
    -webkit-transition: all 0s ease-in-out 0.2s;
    -moz-transition: all 0s ease-in-out 0.2s;
    -o-transition: all 0s ease-in-out 0.2s;
    transition: all 0s ease-in-out 0.2s; }
    ul.anchor li a[href="#gifts"] {
      background-size: auto 1.15385em; }
    ul.anchor li a img {
      display: block;
      height: 1em;
      width: auto;
      position: relative;
      top: 0;
      left: 0;
      z-index: 1; }
      ul.anchor li a img[src*="gifts"] {
        height: 1.15385em; }
      ul.anchor li a img.on {
        position: absolute;
        z-index: 0;
        opacity: 0; }
    ul.anchor li a:hover img {
      opacity: 0; }
      ul.anchor li a:hover img.on {
        opacity: 1; }

a.store {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  border: #E60000 solid 2px;
  background: #E60000;
  color: #fff;
  padding: 0 0.8em;
  font-size: 11px;
  line-height: 2; }

#content {
  background-color: #fff; }
  #content .contWrap {
    width: 100%;
    position: relative;
    overflow: hidden;
    -webkit-transition: height 0.4s ease-in-out;
    -moz-transition: height 0.4s ease-in-out;
    -o-transition: height 0.4s ease-in-out;
    transition: height 0.4s ease-in-out; }
    #content .contWrap .contSlide {
      width: 300%;
      position: relative;
      top: 0;
      left: 0;
      -webkit-transition: left 0.4s ease-in-out;
      -moz-transition: left 0.4s ease-in-out;
      -o-transition: left 0.4s ease-in-out;
      transition: left 0.4s ease-in-out; }
      #content .contWrap .contSlide:after {
        content: "";
        display: block;
        clear: both; }
      #content .contWrap .contSlide article {
        float: left;
        width: 33.33333%;
        opacity: 0;
        -webkit-transition: opacity 0.2s ease-in-out;
        -moz-transition: opacity 0.2s ease-in-out;
        -o-transition: opacity 0.2s ease-in-out;
        transition: opacity 0.2s ease-in-out; }
    #content .contWrap[data-cat="mens"] .contSlide {
      left: 0; }
      #content .contWrap[data-cat="mens"] .contSlide #mens {
        opacity: 1; }
    #content .contWrap[data-cat="womens"] .contSlide {
      left: -100%; }
      #content .contWrap[data-cat="womens"] .contSlide #womens {
        opacity: 1; }
    #content .contWrap[data-cat="kids"] .contSlide {
      left: -200%; }
      #content .contWrap[data-cat="kids"] .contSlide #kids {
        opacity: 1; }
  #content article {
    padding: 60px 0 0; }
    #content article section {
      max-width: 900px;
      padding: 0;
      margin: 0 auto; }
      #content article section.top {
        padding: 60px 0 0; }
        #content article section.top h2 {
          margin-bottom: 30px; }
      #content article section.products {
        position: relative; }
        #content article section.products .txt {
          position: absolute;
          width: 400px;
          text-align: center; }
          #content article section.products .txt h3 {
            margin-bottom: 25px; }
            #content article section.products .txt h3 img {
              height: 29px; }
          #content article section.products .txt p {
            line-height: 1.6;
            margin-bottom: 20px; }
      #content article section.gifts {
        margin-top: 45px; }
      #content article section.products,
      #content article section.gifts .bnr {
        -webkit-transition: opacity 0.2s ease-in-out;
        -moz-transition: opacity 0.2s ease-in-out;
        -o-transition: opacity 0.2s ease-in-out;
        transition: opacity 0.2s ease-in-out;
        cursor: pointer; }
        #content article section.products:hover,
        #content article section.gifts .bnr:hover {
          opacity: 0.5; }
          #content article section.products:hover a.store,
          #content article section.gifts .bnr:hover a.store {
            background: #fff;
            color: #E60000; }
  #content #mens h2 img {
    width: 336px; }
  #content #mens #mens_outer .txt {
    top: 40px;
    right: 0; }
  #content #mens #mens_bags .txt {
    top: 80px;
    left: 0; }
  #content #mens #mens_accessories .txt {
    top: 80px;
    right: 0; }
  #content #mens #mens_boots .txt {
    top: 40px;
    left: 0; }
  #content #womens h2 img {
    width: 336px; }
  #content #womens #womens_outer .txt {
    top: 40px;
    left: 0; }
  #content #womens #womens_bags .txt {
    top: 180px;
    right: 0; }
  #content #womens #womens_accessories .txt {
    top: 60px;
    left: 0; }
  #content #womens #womens_boots .txt {
    top: 40px;
    right: 0; }
  #content #kids h2 img {
    width: 336px; }
  #content #kids #kids_outer .txt {
    top: 140px;
    right: 0; }
  #content #kids #kids_bags .txt {
    top: 180px;
    left: 0; }
  #content #kids #kids_accessories .txt {
    top: 100px;
    right: 0; }
  #content #kids #kids_boots .txt {
    top: 60px;
    left: 0; }

.gifts {
  text-align: center;
  margin-top: 45px; }
  .gifts .bnr {
    position: relative;
    width: 100%;
    height: 270px;
    padding-top: 175px;
    margin-bottom: 30px; }
    .gifts .bnr img {
      position: absolute;
      top: 0;
      z-index: 1; }
    .gifts .bnr .store {
      position: relative;
      z-index: 2; }

footer {
  margin: 0 auto;
  text-align: center;
  background: #fff; }
  footer .footerInner {
    width: 900px;
    margin: 0 auto; }
  footer .kit h3 {
    font-size: 16px;
    font-weight: bold;
    line-height: 2.5;
    border: #000 solid 1px;
    margin-bottom: 30px; }
  footer .kit .double {
    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;
    padding-bottom: 30px;
    border-bottom: #000 solid 1px; }
    footer .kit .double .item {
      width: 48.33333%;
      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;
      text-align: left; }
      footer .kit .double .item .img {
        width: 160px; }
      footer .kit .double .item .txt {
        width: 255px; }
        footer .kit .double .item .txt h4 {
          font-size: 16px;
          font-weight: bold;
          margin-bottom: 10px; }
        footer .kit .double .item .txt p {
          font-size: 13px;
          line-height: 1.72308; }
  footer .kit .note {
    padding: 27px 0;
    font-size: 12px;
    line-height: 1.5; }
  footer .copyright {
    border-top: #000 solid 3px;
    padding: 19px 0;
    font-size: 14px;
    line-height: 1.57143; }

.pageTop {
  position: fixed;
  z-index: 100;
  bottom: 30px;
  right: -30px;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  -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;
  background-image: url(../images/btn_scrollup.svg);
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat; }
  .pageTop:hover {
    opacity: .5; }
  .pageTop.active {
    right: 30px; }

@media screen and (min-width: 940px) {
  .forSP {
    display: none; }
  img[src*="_sp."] {
    display: none; } }

@media only screen and (max-width: 940px) {
  html {
    font-size: 2.22222vw;
    line-height: 40/24; }
  body {
    min-width: 0; }
  .forPC {
    display: none; }
  img[src*="_pc."] {
    display: none; }
  #bg {
    min-width: 0; }
  #navi {
    margin: 0 -9.81481vw;
    width: 87.03704vw;
    height: 7.77778vw; }
    #navi ul {
      border: #000 solid 0.18519vw; }
      #navi ul.fixed {
        width: 87.03704vw;
        margin-left: -43.51852vw; }
      #navi ul li {
        border: #000 solid 0.18519vw; }
        #navi ul li a {
          display: block;
          padding: 2.5vw 0;
          background-size: auto 2.03704vw; }
          #navi ul li a:hover, #navi ul li a.active {
            background-color: #000; }
            #navi ul li a:hover img, #navi ul li a.active img {
              opacity: 0; }
          #navi ul li a img {
            height: 2.03704vw; }
  #top .inner {
    padding-bottom: 15vh; }
    #top .inner .title {
      width: 67.40741vw;
      height: 67.40741vw; }
      #top .inner .title:before {
        content: "";
        display: block;
        position: absolute;
        top: 1.2963vw;
        left: 1.2963vw;
        right: 1.2963vw;
        bottom: 1.2963vw;
        border: #000 solid 0.27778vw; }
      #top .inner .title h1 {
        width: 51.85185vw;
        margin-bottom: 8.14815vw; }
      #top .inner .title ul.sub {
        width: 50vw;
        margin-top: 2.77778vw;
        font-size: 0.92593vw; }
        #top .inner .title ul.sub li {
          margin: 1.85185vw 0 0; }
          #top .inner .title ul.sub li:before {
            width: 3.51852vw;
            height: 1.57407vw; }
          #top .inner .title ul.sub li a img {
            height: 1.57407vw; }
            #top .inner .title ul.sub li a img.on {
              display: none; }
            #top .inner .title ul.sub li a img[src*="gifts"] {
              height: 1.75926vw; }
            #top .inner .title ul.sub li a img:hover {
              opacity: 1; }
    #top .inner a.scroll {
      bottom: 15vh;
      font-size: 8.33333vw;
      border: #000 solid 0.27778vw; }
      #top .inner a.scroll:hover {
        background-color: #fff;
        background-image: url(../images/btns/btn_scroll.svg); }
  ul.anchor {
    padding: 4.35185vw 5.55556vw;
    font-size: 2.40741vw; }
    ul.anchor li {
      padding: 1.2037vw 0; }
      ul.anchor li:before {
        width: 2em;
        height: 2.40741vw;
        background-image: url(../images/btns/btn_spacer.svg);
        background-position: 50%;
        background-size: contain;
        background-repeat: no-repeat; }
      ul.anchor li:first-child:before, ul.anchor li:nth-child(4):before {
        display: none; }
      ul.anchor li a img {
        height: 2.40741vw;
        width: auto;
        -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; }
        ul.anchor li a img.on {
          display: none; }
        ul.anchor li a img[src*="gifts"] {
          height: 2.77778vw; }
      ul.anchor li a:hover img {
        opacity: 1; }
  a.store {
    font-size: 2.22222vw;
    line-height: 2; }
    a.store:hover {
      background: #E60000;
      color: #fff; }
  #content article {
    padding: 5.55556vw 0 0; }
    #content article section {
      max-width: 87.03704vw;
      padding: 0;
      margin: 0 auto; }
      #content article section.top {
        padding: 5.55556vw 0 0; }
        #content article section.top h2 {
          margin-bottom: 5.55556vw; }
      #content article section.products {
        position: relative;
        padding: 5.55556vw 0; }
        #content article section.products .txt {
          position: static;
          width: auto;
          text-align: center;
          padding: 5.55556vw 0 0; }
          #content article section.products .txt h3 {
            margin-bottom: 3.24074vw; }
            #content article section.products .txt h3 img {
              height: 4.90741vw; }
          #content article section.products .txt p {
            line-height: 1.61538;
            font-size: 2.40741vw;
            font-weight: bold;
            margin-bottom: 3.24074vw; }
      #content article section.gifts {
        margin-top: 5.09259vw; }
      #content article section.products,
      #content article section.gifts .bnr {
        -webkit-transition: opacity 0s ease-in-out;
        -moz-transition: opacity 0s ease-in-out;
        -o-transition: opacity 0s ease-in-out;
        transition: opacity 0s ease-in-out; }
        #content article section.products:hover,
        #content article section.gifts .bnr:hover {
          opacity: 1; }
          #content article section.products:hover a.store,
          #content article section.gifts .bnr:hover a.store {
            background: #E60000;
            color: #fff; }
  #content #mens h2 img {
    width: 42.40741vw; }
  #content #womens h2 img {
    width: 42.40741vw; }
  #content #kids h2 img {
    width: 42.40741vw; }
  .gifts .bnr {
    position: relative;
    width: 100%;
    height: 32.40741vw;
    padding-top: 22.77778vw;
    margin-bottom: 5.55556vw; }
    .gifts .bnr img {
      position: absolute;
      top: 0;
      z-index: 1; }
    .gifts .bnr .store {
      position: relative;
      z-index: 2; }
  footer .footerInner {
    width: 87.03704vw;
    margin: 0 auto; }
  footer .kit {
    padding-top: 5.55556vw; }
    footer .kit h3 {
      font-size: 2.22222vw;
      line-height: 2.5;
      border: #000 solid 1px;
      margin-bottom: 2.77778vw; }
    footer .kit .double {
      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;
      padding-bottom: 2.77778vw;
      border-bottom: #000 solid 1px; }
      footer .kit .double .item {
        width: 48.40426%;
        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;
        text-align: left; }
        footer .kit .double .item .img {
          width: 19.35185vw; }
        footer .kit .double .item .txt {
          width: 20vw; }
          footer .kit .double .item .txt h4 {
            font-size: 2.22222vw;
            font-weight: bold;
            margin-bottom: 0; }
          footer .kit .double .item .txt p {
            font-size: 2.22222vw;
            line-height: 1.72308; }
    footer .kit .note {
      padding: 1.94444vw 0;
      font-size: 2.03704vw;
      line-height: 1.81818; }
  footer .copyright {
    border-top: #000 solid 3px;
    padding: 1.85185vw 0;
    font-size: 2.22222vw;
    line-height: 1.66667; } }
