<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*
Theme Name: jeanscountry
Theme URI:
Description:
Author:
Author URI:
Version: 1.0
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, main, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, main, section, summary {
  display: block;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  overflow-y: scroll;
}

body {
  line-height: 1.8;
  font-family: Helvetica, Arial, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  color: #595757;
  background: #FFFFFF;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  font-size: 100%;
  color: #737070;
  background: transparent;
  -webkit-tap-highlight-color: rgba(159, 43, 33, 0.6);
}

a:focus {
  outline: none;
}

a:hover, a:active {
  text-decoration: none;
  color: #8c8a8a;
}

img {
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
}

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

hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #e9eaea;
}

::-moz-selection {
  color: #FFFFFF;
  background: #595757;
}

::selection {
  color: #FFFFFF;
  background: #595757;
}

input::-moz-selection,
textarea::-moz-selection {
  color: #595757;
}

input::selection,
textarea::selection {
  color: #595757;
}

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea {
  padding: 5px;
  vertical-align: middle;
  font-size: 100%;
  border: none;
  outline: none;
  -webkit-appearance: none;
}

textarea {
  resize: vertical;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
  position: relative;
  border: none;
  overflow: visible;
  cursor: pointer;
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: rgba(89, 87, 87, 0.4);
}

::-moz-placeholder {
  color: rgba(89, 87, 87, 0.4);
}

:-moz-placeholder {
  color: rgba(89, 87, 87, 0.4);
}

:-ms-input-placeholder {
  color: rgba(89, 87, 87, 0.4);
}

:placeholder-shown {
  color: rgba(89, 87, 87, 0.4);
}

.l-container {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.l-header {
  position: fixed;
  z-index: 99;
  width: 100%;
  min-height: 60px;
  background: rgba(251, 249, 249, 0.8);
}

.home .l-header {
  background: rgba(255, 255, 255, 0.8);
}

@media only screen and (min-width: 1025px) {
  .l-header {
    min-height: 80px;
  }
}

.l-global-nav {
  display: none;
}

@media only screen and (min-width: 1025px) {
  .l-global-nav {
    display: block;
    float: right;
  }
}

.l-content {
  padding-top: 20px;
}

.home .l-content {
  padding-top: 0;
}

.l-content img {
  max-width: 100%;
  height: auto;
}

@media only screen and (min-width: 1025px) {
  .l-content {
    padding-top: 80px;
  }
}

.l-wrap-blog {
  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;
  width: 100%;
}

.l-main {
  max-width: 660px;
  margin-right: auto;
  margin-bottom: 80px;
  margin-left: auto;
}

@media only screen and (min-width: 1025px) {
  .l-main {
    float: left;
    width: 66%;
    margin-right: 0;
    margin-left: 0;
  }
}

.l-side {
  max-width: 660px;
  margin-right: auto;
  margin-left: auto;
}

@media only screen and (min-width: 1025px) {
  .l-side {
    float: right;
    width: 28%;
    margin-right: 0;
    margin-left: 0;
  }
}

.l-footer {
  padding-top: 30px;
  padding-bottom: 30px;
}

.c-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: auto;
}

.c-row--left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.c-row--center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-row--between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-row--around {
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}

.c-btn {
  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;
  margin-right: auto;
  margin-left: auto;
}

.c-btn a {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  display: block;
  text-align: center;
  text-decoration: none;
}

.c-btn--primary a {
  position: relative;
  min-width: 200px;
  padding: 12px 2em 12px 2.2em;
  line-height: 1.1;
  letter-spacing: .2em;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #595757;
  background: transparent;
  border: 2px solid #595757;
  overflow: hidden;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.c-btn--primary a:hover {
  color: #FFFFFF;
  background: #595757;
}

@media only screen and (min-width: 768px) {
  .c-btn--primary a {
    font-size: 1.8rem;
  }
}

.c-btn--secondary a {
  min-width: 200px;
  padding: 6px 2em 6px 2.2em;
  color: #595757;
  background: transparent;
  border: 2px solid #595757;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.c-btn--secondary a:hover {
  color: #FFFFFF;
  background: #595757;
}

.c-btn--group {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.c-btn--group a {
  min-width: 280px;
}

.c-btn--group a:not(:last-child) {
  margin-bottom: 10px;
}

.c-btn--group br {
  display: none;
}

.c-btn--group span {
  padding-left: .5em;
}

@media only screen and (min-width: 768px) {
  .c-btn--group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .c-btn--group a {
    min-width: 200px;
    margin-right: 20px;
    margin-bottom: 10px;
    margin-left: 20px;
  }
  .c-btn--group br {
    display: inline;
  }
  .c-btn--group span {
    padding-left: 0;
  }
}

.pagetop {
  position: fixed;
  right: 10px;
  bottom: 10px;
}

.pagetop a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  font-size: 1.8rem;
  color: #FFFFFF;
  background: #595757;
  border: 2px solid transparent;
  border-radius: 50%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.pagetop a:hover {
  color: #595757;
  background: rgba(255, 255, 255, 0.6);
  border-color: #595757;
}

@media only screen and (min-width: 1025px) {
  .pagetop {
    right: 20px;
    bottom: 20px;
  }
}

.wpcf7-form {
  max-width: 800px;
  margin: auto;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form textarea {
  width: 100%;
  padding: 10px;
  vertical-align: middle;
  background: #eeefef;
  border: 1px solid transparent;
}

.wpcf7-form input[type="text"]:focus,
.wpcf7-form input[type="email"]:focus,
.wpcf7-form input[type="tel"]:focus,
.wpcf7-form textarea:focus {
  background: #fbfbfb;
  border-color: #eeefef;
}

.wpcf7-form #zip {
  max-width: 200px;
  margin-right: 1em;
}

.wpcf7-form #addr {
  margin-top: 10px;
}

.wpcf7-form &gt; p {
  margin-bottom: 20px;
}

.wpcf7-form dl {
  margin-bottom: 20px;
}

.wpcf7-form dt {
  margin-bottom: 5px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}

@media only screen and (min-width: 1025px) {
  .wpcf7-form input[type="text"],
  .wpcf7-form input[type="email"],
  .wpcf7-form input[type="tel"],
  .wpcf7-form textarea {
    width: auto;
    width: 320px;
    margin-top: 3px;
  }
  .wpcf7-form textarea {
    width: 100%;
    margin-top: 0;
  }
  .wpcf7-form #zip {
    width: 200px;
    margin-right: 0;
  }
  .wpcf7-form dl {
    display: table;
    width: 100%;
  }
  .wpcf7-form dt,
  .wpcf7-form dd {
    display: table-cell;
  }
  .wpcf7-form dt {
    width: 220px;
    padding: 10px;
    text-align: center;
    vertical-align: top;
    font-size: 1.4rem;
    background: #f5f6f0;
  }
  .wpcf7-form dd {
    padding-left: 20px;
  }
}

span.wpcf7-list-item {
  margin: 0;
}

.form-accept {
  margin-bottom: 20px;
  text-align: center;
}

.form-accept label {
  display: inline-block;
  padding: 5px;
  cursor: pointer;
}

.form-accept input[type="checkbox"] {
  margin-right: .5em;
}

@media only screen and (min-width: 768px) {
  .form-accept label {
    padding: 0;
    border: none;
    text-align: center;
  }
}

.form-send {
  text-align: center;
}

.form-send input[type="submit"] {
  width: 100%;
  height: 50px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #595757;
  background: #FFFFFF;
  border: 2px solid #595757;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-appearance: none;
}

.form-send input[type="submit"]:hover {
  color: #FFFFFF;
  background: #595757;
}

@media only screen and (min-width: 768px) {
  .form-send input[type="submit"] {
    width: 280px;
  }
}

.form-required, .form-optional {
  margin: 0 .5em;
  line-height: 1;
  color: #d1544b;
}

.form-optional {
  background: #036eb8;
}

.form-example {
  color: #606060;
}

@media only screen and (min-width: 1025px) {
  .form-example {
    display: inline;
    margin-left: 1em;
  }
}

.header__inner {
  margin-top: 18px;
}

.header__logo img {
  vertical-align: middle;
}

@media only screen and (min-width: 1025px) {
  .header__inner {
    margin-top: 25px;
  }
  .header__logo {
    float: left;
  }
  .header__logo a {
    display: block;
    vertical-align: middle;
  }
}

.nav-main li {
  font-family: 'Lato', sans-serif;
}

.nav-main a {
  text-decoration: none;
  color: #595757;
}

.nav-main .icon {
  margin-top: 5px;
  height: 18px;
  width: 18px;
}

@media only screen and (min-width: 1025px) {
  .nav-main li {
    float: left;
    padding: 0 11px;
    font-size: 1.5rem;
  }
  .nav-main a {
    display: block;
    position: relative;
    letter-spacing: .1em;
    -webkit-transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .nav-main a:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: -6px;
    left: 0;
    width: 100%;
    height: 1px;
    margin: auto;
    text-align: center;
    background-color: transparent;
    -webkit-transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .nav-main a:hover:after {
    bottom: 0;
    background-color: #595757;
  }
}

.main-visual {
  padding-top: 60px;
  text-align: center;
  overflow: hidden;
}

.main-visual img {
  height: auto;
  width: 100%;
}

@media only screen and (min-width: 1025px) {
  .main-visual {
    padding-top: 0;
  }
}

.section {
  padding-top: 80px;
}

.section__title {
  margin-bottom: 40px;
  text-align: center;
}

.section__title img {
  max-width: 100%;
  height: auto;
}

.section__subhead {
  margin-bottom: 40px;
  padding-left: .3em;
  letter-spacing: .3em;
  text-align: center;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "メイリオ", Meiryo, serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
}

@media only screen and (min-width: 768px) {
  .archive .section__title,
  .single .section__title {
    margin-bottom: 100px;
  }
  .section__subhead {
    padding-left: .5em;
    letter-spacing: .5em;
  }
}

.section--concept {
  color: #3f3e3e;
  background: url("images/bg-concept.jpg") center bottom/cover no-repeat;
}

.section--concept__inner {
  width: 100%;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 60px;
}

.section--concept__text {
  line-height: 2.2;
  text-shadow: 0 1px 0 #FFFFFF;
}

.section--concept__floor {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
  list-style: none;
}

.section--concept__floor li {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-bottom: 20px;
  text-align: center;
}

.section--concept__floor p {
  margin-top: 10px;
  padding-left: .2em;
  letter-spacing: .2em;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "メイリオ", Meiryo, serif;
  font-size: 16px;
  font-size: 1.6rem;
  text-shadow: 0 1px 1px #FFFFFF;
}

@media only screen and (min-width: 768px) {
  .section--concept__text {
    text-align: center;
  }
  .section--concept__floor {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media only screen and (min-width: 1025px) {
  .section--concept {
    background-size: 100% auto;
  }
  .section--concept .section__subhead {
    font-size: 2.2rem;
  }
  .section--concept__inner {
    padding-bottom: 80px;
  }
}

.section--brand, .section--item {
  padding-bottom: 60px;
}

.home .section--item {
  background: #e6eae2;
}

.section--news {
  padding-bottom: 60px;
  background: #F7EBF1;
}

.section--instagram {
  padding-bottom: 60px;
}

.section--instagram__inner {
  margin-bottom: 60px;
  margin-right: 30px;
  margin-left: 30px;
}

.section--about {
  background: #DFE9F3;
}

.section--about__pic {
  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: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  max-width: 740px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  list-style: none;
}

.section--about__pic li {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 32%;
      -ms-flex: 0 0 32%;
          flex: 0 0 32%;
}

.section--about__pic li img {
  display: block;
  height: auto;
  width: 100%;
}

.section--about__info {
  margin-bottom: 40px;
  text-align: center;
}

.section--about__info dl {
  margin-bottom: 20px;
}

.section--about__info dt {
  margin-bottom: 10px;
  letter-spacing: .2em;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "メイリオ", Meiryo, serif;
  font-size: 18px;
  font-size: 1.8rem;
}

@media only screen and (min-width: 768px) {
  .section--about__pic {
    margin-bottom: 80px;
  }
  .section--about__pic li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 220px;
        -ms-flex: 0 0 220px;
            flex: 0 0 220px;
  }
  .section--about__info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 680px;
    margin-right: auto;
    margin-bottom: 80px;
    margin-left: auto;
  }
  .section--about__info dl {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    text-align: left;
  }
  .section--about__info dt {
    font-size: 2.4rem;
  }
}

.section--contact {
  padding-bottom: 40px;
}

@media only screen and (min-width: 1025px) {
  .section--contact {
    padding-bottom: 80px;
  }
}

.section--404 {
  padding-bottom: 80px;
}

.section--404__title {
  margin-bottom: 40px;
  padding-left: .2em;
  letter-spacing: .2em;
  text-align: center;
  font-family: 'Lato', sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
}

.section--404__title + p {
  margin-bottom: 40px;
}

.list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  list-style: none;
}

.list-item a {
  display: block;
  text-decoration: none;
  color: #595757;
}

.list-item li {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 49%;
      -ms-flex: 0 1 49%;
          flex: 0 1 49%;
  margin-bottom: 20px;
}

.list-item li:not(:nth-child(2n)) {
  margin-right: 2%;
}

.list-item--item li {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 48%;
      -ms-flex: 0 1 48%;
          flex: 0 1 48%;
  margin-bottom: 40px;
}

.list-item--item li:not(:nth-child(2n)) {
  margin-right: 4%;
}

.list-item--item__name {
  margin-top: 10px;
}

.list-item--item__name dt {
  margin-bottom: 5px;
  font-size: 14px;
  font-size: 1.4rem;
  /*font-weight: bold;*/
}

.list-item--item__name dt .cat {
  display: inline-block;
  margin-right: .4em;
  padding: 0 10px;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #FFFFFF;
}

.list-item--item__name dt .cat--mens {
  background: #2C70B6;
}

.list-item--item__name dt .cat--ladies {
  background: #E94A6A;
}

.list-item--item__name dt .cat--kids {
  background: #23AC38;
}

.list-item--item__name dt .cat--other {
  background: #f9bc74;
}

.list-item--item__name dd .name {
  display: inline-block;
  line-height: 1.5;
}

.list-item--item__name dd .price {
  display: block;
  text-align: right;
}

.list-item--item__name dd .tax {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
}

.list-item--item-home li {
  float: left;
  width: 220px;
  margin-right: 40px !important;
}

.list-item__thumb {
  position: relative;
}

.list-item__thumb img {
  display: block;
  height: auto;
  width: 100%;
}

.list-item__name {
  margin-top: 10px;
  text-align: center;
}

.list-item__name img {
  width: auto;
  max-height: 40px;
}

.list-item .readmore {
  display: none;
  color: #FFFFFF;
}

.list-item--news dl {
  margin-top: 10px;
}

.list-item--news dt {
  font-family: 'Lato', sans-serif;
  font-weight: bold;
}

.list-item--news dd {
  line-height: 1.5;
}

@media only screen and (min-width: 768px) {
  .list-item {
    margin-bottom: 40px;
  }
  .list-item li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 22%;
        -ms-flex: 0 1 22%;
            flex: 0 1 22%;
  }
  .list-item li:not(:nth-child(4n)) {
    margin-right: 4%;
  }
}

@media only screen and (min-width: 1025px) {
  .list-item a {
    position: relative;
    overflow: hidden;
    -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .list-item a:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 200px;
    width: 220px;
    background: transparent;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    z-index: 10;
    -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .list-item a:hover:before {
    background: rgba(89, 87, 87, 0.8);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  .list-item a:hover .readmore {
    top: 50%;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  .list-item li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 220px;
        -ms-flex: 0 1 220px;
            flex: 0 1 220px;
  }
  .list-item .readmore {
    display: block;
    position: absolute;
    top: 60%;
    right: 0;
    left: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    letter-spacing: .2em;
    z-index: 12;
    text-align: center;
    font-family: 'Lato', sans-serif;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}

.list-ticker {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  overflow: hidden;
}

.list-ticker li a:hover img {
  opacity: .6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

.item-content {
  width: 100%;
  max-width: 660px;
  color: #FFFFFF;
}

.item-content img {
  width: 100%;
  height: auto;
}

.box-mailmagazine {
  position: relative;
  max-width: 720px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  padding: 30px 10px;
  text-align: center;
  background: url("images/bg-mailmagazine.gif") repeat;
}

.box-mailmagazine:before {
  content: "";
  display: block;
  position: absolute;
  top: -20px;
  left: -10px;
  height: 100%;
  width: 48px;
  background: url("images/icon-click.png") 0 0/48px auto no-repeat;
}

@media only screen and (min-width: 600px) {
  .box-mailmagazine:before {
    height: 100%;
    width: 80px;
    background-size: 80px auto;
  }
}

.box-mailmagazine__title {
  position: relative;
  margin-top: -10px;
  padding-bottom: 20px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #036eb8;
}

.box-mailmagazine__title:before, .box-mailmagazine__title:after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 30px;
  margin-bottom: -10px;
  background: #036eb8;
}

.box-mailmagazine__title:before {
  margin-right: 10px;
  -webkit-transform: rotate(-20deg);
      -ms-transform: rotate(-20deg);
          transform: rotate(-20deg);
}

.box-mailmagazine__title:after {
  margin-left: 10px;
  -webkit-transform: rotate(20deg);
      -ms-transform: rotate(20deg);
          transform: rotate(20deg);
}

.box-mailmagazine__title span {
  color: #db8a3c;
}

.box-mailmagazine__title + p {
  margin-bottom: 20px;
  font-weight: bold;
}

.box-mailmagazine .c-btn--primary a {
  max-width: 96%;
  line-height: 1.4;
  font-size: 14px;
  font-size: 1.4rem;
  color: #036eb8;
  border-color: #036eb8;
}

.box-mailmagazine .c-btn--primary a:hover {
  color: #FFFFFF;
  background: #036eb8;
}

@media only screen and (min-width: 600px) {
  .box-mailmagazine .c-btn--primary a {
    font-size: 1.8rem;
  }
  .box-mailmagazine .c-btn--primary a br {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .box-mailmagazine:before {
    position: absolute;
    top: -40px;
    left: -30px;
    height: 120px;
    width: 115px;
    background: url("images/icon-click.png") 0 0/auto no-repeat;
  }
  .box-mailmagazine__title {
    font-size: 2.4rem;
  }
  .box-mailmagazine__title:before, .box-mailmagazine__title:after {
    height: 70px;
    margin-bottom: -30px;
  }
  .box-mailmagazine__title:before {
    margin-right: 30px;
    -webkit-transform: rotate(-25deg);
        -ms-transform: rotate(-25deg);
            transform: rotate(-25deg);
  }
  .box-mailmagazine__title:after {
    margin-left: 30px;
    -webkit-transform: rotate(25deg);
        -ms-transform: rotate(25deg);
            transform: rotate(25deg);
  }
  .box-mailmagazine__title + p {
    font-size: 1.8rem;
  }
}

.box-sns {
  max-width: 720px;
  margin: auto;
  padding-top: 80px;
  padding-bottom: 60px;
}

.box-sns__inner {
  max-width: 320px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
}

.box-sns__inner h3 {
  margin-bottom: 20px;
  padding-bottom: 10px;
  text-align: center;
}

.box-sns__inner h3 + p {
  margin-bottom: 20px;
  text-align: center;
}

.box-sns__inner--line h3 {
  border-bottom: 2px solid #00C300;
}

.box-sns__inner--line p {
  font-size: 12px;
  font-size: 1.2rem;
}

.box-sns__inner--fb {
  text-align: center;
}

.box-sns__inner--fb h3 {
  border-bottom: 2px solid #315096;
}

.box-sns__inner--fb h3 + p {
  font-size: 16px;
  font-size: 1.6rem;
  color: #315096;
}

@media only screen and (min-width: 768px) {
  .box-sns {
    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;
  }
  .box-sns__inner {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
}

.line-qr {
  margin-bottom: 20px;
  padding-bottom: 10px;
  overflow: hidden;
  border-bottom: 2px solid #595757;
}

.line-qr p {
  float: left;
  width: 58%;
}

.line-qr img {
  float: right;
}

.line-btn {
  overflow: hidden;
}

.line-btn__txt {
  margin-bottom: 20px;
}

.line-btn__btn {
  text-align: center;
}

@media only screen and (min-width: 1025px) {
  .line-btn__txt {
    float: left;
    width: 58%;
  }
  .line-btn__btn {
    float: right;
    width: 110px;
  }
}

.nav-brand {
  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;
  max-width: 740px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  list-style: none;
  text-align: center;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "メイリオ", Meiryo, serif;
  font-size: 12px;
  font-size: 1.2rem;
  border-top: 1px solid #cfd1d1;
  border-bottom: 1px solid #cfd1d1;
}

@media only screen and (min-width: 600px) {
  .nav-brand {
    font-size: 1.6rem;
  }
}

.nav-brand li {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 33.5%;
      -ms-flex: 0 1 33.5%;
          flex: 0 1 33.5%;
  text-align: center;
}

.nav-brand li:not(:first-child) {
  border-left: 1px solid #cfd1d1;
}

.nav-brand a {
  display: block;
  padding: 10px 0 10px .1em;
  letter-spacing: .1em;
  text-decoration: none;
  color: #595757;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.nav-brand__mens a:hover {
  color: #96bde5;
}

.nav-brand__mens.current a {
  color: #96bde5;
}

.nav-brand__ladies a:hover {
  color: #f4a5b5;
}

.nav-brand__ladies.current a {
  color: #f4a5b5;
}

.nav-brand__kids a:hover {
  color: #82e692;
}

.nav-brand__kids.current a {
  color: #82e692;
}

.nav-brand__other a:hover {
  color: #f9bc74;
}

.nav-brand__other.current a {
  color: #f9bc74;
}

.nav-brand__all a:hover {
  color: #E94A6A;
}

.nav-brand__all.current a {
  color: #E94A6A;
}

@media only screen and (min-width: 1025px) {
  .nav-brand {
    margin-bottom: 60px;
    font-size: 2.0rem;
  }
}

.other-brand {
  margin-bottom: 80px;
}

.other-brand__title {
  margin-bottom: 20px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: normal;
  border-bottom: 1px solid #595757;
}

.other-brand__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
}

.other-brand__list li {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 30%;
      -ms-flex: 0 1 30%;
          flex: 0 1 30%;
}

.other-brand__list img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

@media only screen and (min-width: 768px) {
  .other-brand__list li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 24%;
        -ms-flex: 0 1 24%;
            flex: 0 1 24%;
  }
}

@media only screen and (min-width: 1025px) {
  .other-brand__list li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
}

.contact__subhead {
  margin-bottom: 40px;
  text-align: center;
}

.contact__subhead span {
  display: inline-block;
  padding: 0 5px;
  font-size: 16px;
  font-size: 1.6rem;
  border-bottom: 1px solid #595757;
}

.contact-head {
  margin-bottom: 60px;
  text-align: center;
}

.contact-head__title {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  padding: 5px 20px;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  background: #f5f6f0;
}

@media only screen and (min-width: 600px) {
  .contact-head__title {
    max-width: 320px;
  }
}

.contact-head__tel dt {
  font-family: 'Lato', sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
}

.map-canvas {
  width: 100%;
  height: 200px;
}

.map-canvas img {
  max-width: none;
}

@media only screen and (min-width: 1025px) {
  .map-canvas {
    height: 580px;
  }
}

.copyright {
  letter-spacing: .1em;
  text-align: center;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
}

@media only screen and (min-width: 600px) {
  .copyright br {
    display: none;
  }
}

.post {
  margin-bottom: 80px;
}

.post__header {
  margin-bottom: 20px;
}

@media only screen and (min-width: 1025px) {
  .post__header {
    margin-bottom: 40px;
  }
}

.post__date {
  font-family: 'Lato', sans-serif;
  font-weight: bold;
}

@media only screen and (min-width: 1025px) {
  .post__date {
    font-size: 1.6rem;
  }
}

.post__title {
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: normal;
}

.post__title a {
  text-decoration: none;
  color: #595757;
}

.post__title a:hover {
  text-decoration: underline;
}

@media only screen and (min-width: 1025px) {
  .post__title {
    font-size: 2.8rem;
  }
}

.post__content h4 {
  margin-bottom: 1.5em;
  padding: 10px;
  line-height: 1.4;
  font-size: 20px;
  font-size: 2.0rem;
  background: #e9eaea;
  border-radius: 4px;
}

.post__content p,
.post__content ul,
.post__content ol,
.post__content blockquote,
.post__content table {
  margin-bottom: 2em;
}

.post__content p:last-child,
.post__content ul:last-child,
.post__content ol:last-child,
.post__content blockquote:last-child,
.post__content table:last-child {
  margin-bottom: 0;
}

.post__content ul,
.post__content ol {
  margin-left: 2em;
}

.post__content li {
  padding-bottom: 10px;
  color: #9F2B21;
}

.post__content li:last-child {
  padding-bottom: 0;
}

.post__content li span {
  color: #595757;
}

.post__content a {
  text-decoration: underline;
  word-wrap: break-word;
}

.post__content a:hover {
  text-decoration: none;
}

.post__content img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto 2em;
}

.post__content blockquote {
  position: relative;
  padding: 1em;
  font-style: italic;
  border: 1px solid #cfd1d1;
  z-index: 1;
  border-radius: 4px;
}

.post__content blockquote:before {
  position: absolute;
  top: 5px;
  left: 5px;
  display: inline;
  padding-right: .5em;
  line-height: 1;
  color: #dcdede;
  font-size: 50px;
  font-size: 5.0rem;
  font-family: "FontAwesome";
  content: "\f10d";
  z-index: -1;
}

.post__content blockquote p {
  margin-bottom: 0;
  z-index: 1;
}

.post-brand {
  margin-bottom: 20px;
  border: 1px solid #cfd1d1;
}

.post-brand ::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 4px;
}

.post-brand ::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: #595757;
}

.post-brand__pic {
  display: block;
  margin-bottom: 20px;
  height: auto;
  width: 100%;
}

.post-brand__pic img {
  display: block;
  height: auto;
  width: 100%;
}

.post-brand__inner {
  padding-right: 4%;
  padding-bottom: 4%;
  padding-left: 4%;
}

.post-brand__logo {
  margin-bottom: 20px;
  text-align: center;
}

.post-brand__txt {
  margin-bottom: 20px;
  overflow: auto;
}

@media only screen and (min-width: 768px) {
  .post-brand {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    overflow: hidden;
  }
  .post-brand__pic {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    height: 100%;
    width: 100%;
    max-width: 360px;
    min-width: 360px;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .post-brand__inner {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    padding: 20px;
    text-align: center;
  }
  .post-brand__logo img {
    width: auto;
    max-height: 60px;
  }
  .post-brand__txt {
    max-height: 7.5em;
  }
}

@media only screen and (min-width: 1025px) {
  .post-brand {
    margin-bottom: 40px;
  }
  .post-brand__pic {
    height: auto;
    width: auto;
    margin: 0;
  }
}

.widget {
  margin-bottom: 40px;
}

.widget .screen-reader-text {
  display: none;
}

.widget__title {
  margin-bottom: 20px;
  padding: 0 2px 0 4px;
  line-height: 1.4;
  letter-spacing: .1em;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: normal;
  border-bottom: 1px solid #595757;
}

.widget__content ul {
  margin: .5em;
  list-style: none;
}

.widget__content li {
  margin-bottom: 5px;
}

.widget__content a {
  display: block;
}

.pager {
  display: table;
  table-layout: fixed;
  width: 100%;
  border-spacing: 5px 0;
  text-align: center;
}

.pager span {
  display: table-cell;
  vertical-align: middle;
}

.pager span a {
  display: block;
  padding: 10px 0;
  text-decoration: none;
  color: #595757;
  background: #e9eaea;
  border: 1px solid transparent;
}

.pager span a:hover {
  color: #595757;
  background: #FFFFFF;
  border-color: #595757;
}

.pager .pager-prev a:before {
  font-family: "FontAwesome";
  content: "\f104";
  margin-right: 10px;
}

.pager .pager-next a:after {
  font-family: "FontAwesome";
  content: "\f105";
  margin-left: 10px;
}

@media only screen and (min-width: 1025px) {
  .pager {
    display: block;
  }
  .pager span {
    display: inline-block;
    margin: 0 10px;
  }
  .pager span a {
    padding: 5px 16px;
  }
}

.wp-pagenavi {
  width: 100%;
  padding-top: 20px;
  text-align: center;
}

.wp-pagenavi .pages {
  display: none;
}

.wp-pagenavi span,
.wp-pagenavi a {
  display: inline-block;
  height: 32px;
  margin: 0 8px 0 0;
  padding: 0 12px;
  line-height: 32px;
  vertical-align: bottom;
  text-align: center;
  text-decoration: none;
  color: #595757;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.wp-pagenavi a:hover {
  background: #e9eaea;
}

.wp-pagenavi .current {
  font-weight: bold;
  color: #595757;
  background: #e9eaea;
}

.cf:after {
  content: ' ';
  display: block;
  clear: both;
}

.row {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.row:after {
  content: ' ';
  display: block;
  clear: both;
}

@media only screen and (min-width: 1025px) {
  .row {
    width: 1000px;
  }
}

.color-mens {
  color: #2C70B6;
}

.color-ladies {
  color: #E94A6A;
}

.color-kids {
  color: #23AC38;
}

.color-line {
  color: #00C300;
}

.tac {
  text-align: center;
}

.sp-none {
  display: none;
}

@media only screen and (min-width: 1025px) {
  .sp-none {
    display: block;
  }
}

@media only screen and (min-width: 1025px) {
  .pc-none {
    display: none;
  }
}

.bxslider {
  display: none;
  margin: 0;
}

.bx-wrapper {
  position: relative;
  margin-right: auto;
  margin-left: auto;
}

.bx-wrapper img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
}

.bx-pager {
  padding-top: 10px;
  text-align: center;
}

.bx-pager .bx-pager-item {
  display: inline-block;
}

.bx-pager.bx-default-pager a {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 5px;
  background: #e7dada;
  text-indent: -9999px;
  border-radius: 50%;
}

.bx-pager.bx-default-pager .active {
  background: #9F2B21;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.hamburger {
  display: block;
  width: 50px;
  height: 50px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999;
  padding: 17px 0 0 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

@media only screen and (min-width: 1025px) {
  .hamburger {
    display: none;
  }
}

.hamburger__icon {
  position: relative;
  margin-top: 12px;
  margin-bottom: 10px;
}

.hamburger__icon:before, .hamburger__icon:after {
  position: absolute;
  content: "";
}

.hamburger__icon:before {
  top: -10px;
}

.hamburger__icon:after {
  top: 10px;
}

.hamburger__icon, .hamburger__icon:before, .hamburger__icon:after {
  display: block;
  width: 30px;
  height: 1px;
  background-color: #595757;
  -webkit-transition-property: background-color, -webkit-transform;
  transition-property: background-color, -webkit-transform;
  transition-property: background-color, transform;
  transition-property: background-color, transform, -webkit-transform;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.hamburger.active .hamburger__icon {
  background-color: transparent;
}

.hamburger.active .hamburger__icon:before {
  -webkit-transform: translateY(10px) rotate(45deg);
      -ms-transform: translateY(10px) rotate(45deg);
          transform: translateY(10px) rotate(45deg);
}

.hamburger.active .hamburger__icon:after {
  -webkit-transform: translateY(-10px) rotate(-45deg);
      -ms-transform: translateY(-10px) rotate(-45deg);
          transform: translateY(-10px) rotate(-45deg);
}

.fat-nav {
  top: 0;
  left: 0;
  z-index: 998;
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.95);
  -ms-transform: scale(1.4);
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

.fat-nav.active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.fat-nav ul {
  text-align: center;
}

.fat-nav li,
.fat-nav a {
  color: #595757;
}

.fat-nav li {
  list-style-type: none;
  text-align: center;
  padding: 12px 0;
  font-size: 20px;
  font-size: 2.0rem;
}

.fat-nav li a {
  letter-spacing: .2em;
  text-decoration: none;
}

.fat-nav .inner {
  display: table-cell;
  vertical-align: middle;
}

.fat-nav .nav-main__icon {
  display: inline-block;
  padding: 10px;
}

.fat-nav .nav-main__icon svg {
  width: 24px;
  height: 24px;
}

.fat-nav__wrapper {
  width: 100%;
  height: 100%;
  margin: auto;
  display: table;
  table-layout: fixed;
}
</pre></body></html>