<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@font-face {
  font-family: "AlteHaasGrotesk";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/font/AlteHaasGroteskRegular.woff2") format("woff2"), url("/assets/font/AlteHaasGroteskRegular.woff") format("woff"), url("/assets/font/AlteHaasGroteskRegular.ttf") format("truetype");
}
@font-face {
  font-family: "AlteHaasGrotesk";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/assets/font/KintoSans-Bold.woff2") format("woff2"), url("/assets/font/KintoSans-Bold.woff") format("woff"), url("/assets/font/KintoSans-Bold.ttf") format("truetype");
}
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary { /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: 700;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
a img,
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 0;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

figure,
sub,
sup {
  position: relative;
}

script {
  display: none !important;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

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

a,
abbr,
address,
blockquote,
body,
caption,
cite,
code,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
iframe,
img,
ins,
label,
legend,
li,
object,
ol,
p,
pre,
q,
small,
span,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
ul {
  border: 0;
  margin: 0;
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
html a {
  -webkit-font-smoothing: antialiased;
}

li {
  list-style: none;
}

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

html {
  font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.73;
  word-wrap: break-word;
  overflow-wrap: break-word;
  text-align: left;
  color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

hr {
  margin-top: 0;
  margin-bottom: 0;
}

pre {
  margin-top: 0;
  margin-bottom: 0;
}

blockquote {
  margin: 0;
}

ol,
ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

li {
  list-style-type: none;
}

dl {
  margin-top: 0;
  margin-bottom: 0;
}

dd {
  margin-left: 0;
}

figure {
  margin: 0;
}

address,
em,
cite,
dfn,
var,
i {
  font-style: inherit;
}

img,
iframe,
embed,
object,
video,
audio,
svg,
canvas {
  vertical-align: bottom;
}

img,
iframe,
video,
input,
select,
textarea {
  max-width: 100%;
  height: auto;
}

svg {
  fill: currentcolor;
}

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

td,
th {
  padding: 0;
}

th {
  text-align: inherit;
}

input,
button,
select,
textarea {
  padding: 0;
  font: inherit;
  color: inherit;
  background-color: transparent;
  border: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
}

::-ms-expand {
  display: none;
}

fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

[hidden][hidden] {
  display: none !important;
}

button {
  background: none;
  border: 0;
  outline: none;
  cursor: pointer;
}

a {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  a:hover {
    opacity: 0.7;
  }
}

img {
  width: 100%;
}

.br-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .br-pc {
    display: inline;
  }
}

.br-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .br-sp {
    display: inline;
  }
}

.primaryButton {
  display: block;
  background-color: #9c1e40;
  width: 100%;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.01em;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .primaryButton {
    padding: 16px 0 17px;
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .primaryButton {
    padding: 4vw 0 3.75vw;
    font-size: 4vw;
  }
}
.primaryButton::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../img/common/icon_arrow_white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .primaryButton::after {
    width: 7px;
    height: 14px;
    right: 13px;
  }
}
@media screen and (max-width: 767px) {
  .primaryButton::after {
    width: 2vw;
    height: 3.5vw;
    right: 3.25vw;
  }
}
.primaryButton.ghost {
  background-color: transparent;
  border: 1px solid #fff;
}
.primaryButton.bgBrown {
  background-color: #4b3427;
}
.primaryButton.bgWhite {
  color: #4b3427;
  background-color: #fff;
}
.primaryButton.bgWhite::after {
  background-image: url(../img/common/icon_arrow_brown.svg);
}
.primaryButton.bgGreen {
  background-color: #65a678;
}
.primaryButton.bgYellow {
  background-color: #ffa417;
}
.primaryButton.bgPurple {
  background-color: #853c76;
}

.mv {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 250px;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  padding: 5px 5%;
}
@media screen and (max-width: 767px) {
  .mv {
    height: 40vw;
    padding: 5px 15px;
  }
}
.mv.-small {
  height: 150px;
}
@media screen and (max-width: 767px) {
  .mv.-small {
    height: 37.5vw;
  }
}
.mv.-tall {
  height: 330px;
}
@media screen and (max-width: 767px) {
  .mv.-tall {
    height: 52.5vw;
  }
}
.mv .heading {
  color: #fff;
  text-align: center;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.mv .heading .ja,
.mv .heading .en {
  display: block;
  letter-spacing: 0.1em;
}
.mv .heading .ja {
  font-size: 35px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
@media screen and (max-width: 767px) {
  .mv .heading .ja {
    font-size: 5.75vw;
  }
}
.mv .heading .ja.-cBrown {
  color: #4b3427;
}
.mv .heading .ja.-fzSmall {
  font-size: 23px;
}
@media screen and (max-width: 767px) {
  .mv .heading .ja.-fzSmall {
    font-size: 4.5vw;
  }
}
.mv .heading .en {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .mv .heading .en {
    font-size: 4vw;
  }
}
.mv .heading .en.-cWineRed {
  color: #9c1e40;
}
.mv .heading .en.-fzSmall {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .mv .heading .en.-fzSmall {
    font-size: 3.5vw;
  }
}
.mv .heading.-boxed {
  padding: 0 100px;
  height: 110px;
  background-color: rgba(255, 255, 255, 0.8);
  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: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
@media screen and (max-width: 1023px) {
  .mv .heading.-boxed {
    height: 130px;
  }
}
@media screen and (max-width: 767px) {
  .mv .heading.-boxed {
    padding: 0 12.5vw;
    height: 27.5vw;
  }
}
.mv .heading.-boxed &gt; span {
  display: block;
  width: 100%;
}
.mv .heading.-boxed &gt; span.main {
  color: #9c1e40;
  font-size: 31px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
@media screen and (max-width: 767px) {
  .mv .heading.-boxed &gt; span.main {
    font-size: 5.75vw;
  }
}
.mv .heading.-boxed &gt; span.sub {
  color: #231815;
}
@media screen and (min-width: 768px) {
  .mv .heading.-boxed &gt; span.sub {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .mv .heading.-boxed &gt; span.sub {
    font-size: 3vw;
  }
}
.mv .heading.-boxed.-bgBrown {
  background-color: #4b3427;
}
.mv .heading.-boxed.-bgBrown .main {
  color: #fff;
}
.mv .heading.-tall {
  height: 130px;
}
@media screen and (max-width: 1023px) {
  .mv .heading.-tall {
    height: 130px;
  }
}
@media screen and (max-width: 767px) {
  .mv .heading.-tall {
    padding: 0 12.5vw;
    height: 27.5vw;
  }
}
.mv .heading.-narrow {
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .mv .heading.-narrow {
    padding: 0 5vw;
  }
}
.mv .heading.-wide {
  padding: 0 150px;
}
@media screen and (max-width: 767px) {
  .mv .heading.-wide {
    padding: 0 25vw;
  }
}

.secondMv {
  position: relative;
}
@media screen and (min-width: 768px) {
  .secondMv {
    max-width: 1120px;
    padding: 0 10px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .secondMv {
    width: 100%;
    padding: 0 5vw;
  }
}
@media screen and (min-width: 768px) {
  .secondMv {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .secondMv {
    padding-bottom: 3.75vw;
  }
}
.secondMv &gt; .heading {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #9c1e40;
  color: #fff;
  bottom: 0;
  line-height: 1;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .secondMv &gt; .heading {
    padding: 20px 50px;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .secondMv &gt; .heading {
    width: 80%;
    padding: 2.5vw 2.5vw;
    font-size: 4vw;
  }
}

.breadcrumb {
  margin: 10px 0 40px;
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    margin: 2vw 0 5vw;
  }
}
.breadcrumb .inner {
  max-width: 1120px;
  padding: 0 10px;
  margin: 0 auto;
}
.breadcrumb .list {
  line-height: 1.2;
}
.breadcrumb .item {
  display: inline;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .breadcrumb .item {
    margin: 1vw 0 5vw;
    font-size: 3.25vw;
  }
}
.breadcrumb .item:nth-child(n+2) {
  margin-left: 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .breadcrumb .item:nth-child(n+2) {
    margin-left: 10px;
  }
}
.breadcrumb .item:nth-child(n+2):before {
  content: "";
  display: block;
  width: 6px;
  height: 14px;
  background: url(../img/common/icon_arrow_black.svg) no-repeat center/contain;
  position: absolute;
  left: -18px;
  top: 0;
}
@media screen and (max-width: 767px) {
  .breadcrumb .item:nth-child(n+2):before {
    width: 4px;
    height: 10px;
    left: -8px;
  }
}
.breadcrumb .link {
  color: #777;
}
@media screen and (min-width: 768px) {
  .breadcrumb .link:hover {
    text-decoration: underline;
  }
}

.pageFixedNavi {
  position: fixed;
  background-color: #9c1e40;
  right: 0;
  z-index: 5;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .pageFixedNavi {
    top: 170px;
  }
}
@media screen and (max-width: 767px) {
  .pageFixedNavi {
    top: 15vh;
    height: 25vh;
  }
}
.pageFixedNavi &gt; .link {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  color: #fff;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .pageFixedNavi &gt; .link {
    font-size: 14px;
    padding: 8px;
  }
}
@media screen and (max-width: 767px) {
  .pageFixedNavi &gt; .link {
    font-size: 3.75vw;
    padding: 2vw 8vw 2vw 2vw;
    height: 100%;
  }
}
.pageFixedNavi .en {
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
}
.pageFixedNavi.-bgOrange {
  background-color: #ffa417;
}

.mv {
  background-color: #f8f7f4;
}

@media screen and (min-width: 768px) {
  .linkCard .head {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .linkCard .head {
    margin-bottom: 2.5vw;
  }
}
.linkCard .head .img {
  border: 1px solid #dbdcdc;
}
.linkCard .body {
  position: relative;
}
@media screen and (min-width: 768px) {
  .linkCard .body {
    padding-right: 50px;
  }
}
@media screen and (max-width: 767px) {
  .linkCard .body {
    padding-bottom: 3.75vw;
  }
}
.linkCard .body .text {
  color: #231815;
}
@media screen and (min-width: 768px) {
  .linkCard .body .text {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .linkCard .body .text {
    font-size: 3.75vw;
  }
}
.linkCard .body::after {
  content: "";
  display: block;
  background-image: url(../img/common/icon_blank.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .linkCard .body::after {
    width: 22px;
    height: 22px;
    top: 0;
    right: 3px;
  }
}
@media screen and (max-width: 767px) {
  .linkCard .body::after {
    width: 3.75vw;
    height: 3.75vw;
    bottom: 0;
    right: 0;
  }
}

@media screen and (min-width: 768px) {
  .linksBlock {
    max-width: 1120px;
    padding: 0 10px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .linksBlock {
    width: 100%;
    padding: 0 5vw;
  }
}
@media screen and (min-width: 768px) {
  .linksBlock {
    padding-top: 40px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .linksBlock {
    padding-top: 10vw;
    padding-bottom: 12.5vw;
  }
}
.linksBlock &gt; .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .linksBlock &gt; .inner {
    padding: 0 82px;
  }
}
@media screen and (min-width: 768px) {
  .linksBlock &gt; .inner .item {
    -webkit-flex-basis: 31%;
        -ms-flex-preferred-size: 31%;
            flex-basis: 31%;
  }
  .linksBlock &gt; .inner .item:nth-child(n+2) {
    margin-left: 3.5%;
  }
  .linksBlock &gt; .inner .item:nth-child(n+4) {
    margin-top: 5%;
  }
  .linksBlock &gt; .inner .item:nth-child(4n) {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .linksBlock &gt; .inner .item {
    -webkit-flex-basis: 48%;
        -ms-flex-preferred-size: 48%;
            flex-basis: 48%;
  }
  .linksBlock &gt; .inner .item:nth-child(n+2) {
    margin-left: 4%;
  }
  .linksBlock &gt; .inner .item:nth-child(n+3) {
    margin-top: 10%;
  }
  .linksBlock &gt; .inner .item:nth-child(3n) {
    margin-left: 0;
  }
}</pre></body></html>