/*!
 * ress.css • v3.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */

/* # =================================================================
   # Global selectors
   # ================================================================= */

html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */

hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
}

details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */

input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

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

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

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

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

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
  color: inherit;
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

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

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

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

/* # =================================================================
   # Specify media element style
   # ================================================================= */

img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

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

/* # =================================================================
   # Accessibility
   # ================================================================= */

/* Hide content from screens but not screenreaders */

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

ul {
  list-style-type: none;
}
img {
  width: 100%;
  vertical-align: top;
}
html {
  font-family: -apple-sysytem, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, Roboto, "Droid Sans", sans-serif;
}
body {
  background: #f8f8f8;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
.st-header .st-header_logo {
  display: block;
}
.st-footer {
  background: #000;
}
.st-footer .st-footer_head {
  color: #fff;
  letter-spacing: 0.16em;
  font-family: 'Lato', sans-serif;
}
.st-footer .st-footer_head .st-footer_link {
  letter-spacing: 0.16em;
}
.st-footer .st-footer_item {
  font-family: 'Lato', sans-serif;
}
.st-footer .st-footer_link-gray {
  color: #a2a2a2;
}
.st-footer .st-footer_link {
  color: #fff;
}
.st-footer .st-footer_social .st-footer_head {
  letter-spacing: 0.16em;
}
.st-footer .st-footer_social .st-footer_item:nth-child(1)::before,
.st-footer .st-footer_social .st-footer_item:nth-child(2)::before,
.st-footer .st-footer_social .st-footer_item:nth-child(3)::before,
.st-footer .st-footer_social .st-footer_item:nth-child(4)::before,
.st-footer .st-footer_social .st-footer_item:nth-child(5)::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
}
.st-footer .st-footer_social .st-footer_item:nth-child(1)::before {
  background: url("/img/commons/icon_facebook.png") no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  margin-right: 10px;
}
.st-footer .st-footer_social .st-footer_item:nth-child(2)::before {
  background: url("/img/commons/icon_instagram.png") no-repeat;
  background-size: contain;
  width: 14px;
  height: 14px;
  margin-right: 11px;
}
.st-footer .st-footer_social .st-footer_item:nth-child(3)::before {
  background: url("/img/commons/icon_twitter.png") no-repeat;
  background-size: contain;
  width: 12px;
  height: 12px;
  margin-right: 11px;
  margin-left: 2px;
}
.st-footer .st-footer_social .st-footer_item:nth-child(4)::before {
  background: url("/img/commons/icon_youtube.png") no-repeat;
  background-size: contain;
  width: 16px;
  height: 11px;
  margin-right: 9px;
}
.st-footer .st-footer_social .st-footer_item:nth-child(5)::before {
  background: url("/img/commons/icon_line.png") no-repeat;
  background-size: contain;
  width: 16px;
  height: 15px;
  margin-right: 9px;
}
.st-footer .st-footer_lang .st-footer_item {
  color: #fff;
  font-weight: bold;
  margin-bottom: 5px;
}
.st-footer .st-footer_lang .st-footer_link {
  font-weight: normal;
}
.st-footer .st-footer_copy {
  color: #fff;
}
.st-inner {
  width: 100%;
}
.st-white_link {
  display: inline-block;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255,255,255,0.6);
  letter-spacing: 0.16em;
  transition: border 0.4s;
  font-family: 'Lato', sans-serif;
}
.st-white_link-hover {
  border-bottom: 1px solid transparent;
}
.st-white_link-hover:hover {
  border-bottom: 1px solid rgba(255,255,255,0.6);
}
.st-black_link {
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid rgba(0,0,0,0.6);
  letter-spacing: 0.16em;
  transition: border 0.4s;
  font-family: 'Lato', sans-serif;
}
.st-black_link:hover {
  border-bottom: 1px solid transparent;
}
.st-black_link-hover {
  border-bottom: 1px solid transparent;
}
.st-black_link-hover:hover {
  border-bottom: 1px solid rgba(0,0,0,0.6);
}
.st-gray_link-hover {
  display: inline-block;
  line-height: 1;
  color: #a2a2a2;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  letter-spacing: 0.16em;
  transition: border 0.4s;
  font-family: 'Lato', sans-serif;
}
.st-gray_link-hover:hover {
  border-bottom: 1px solid rgba(162,162,162,0.6);
}
.st-gray_link-hover a.st-gray_link-hover {
  display: inline-block;
  line-height: 1;
  color: #a2a2a2;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  letter-spacing: 0.16em;
  transition: border 0.4s;
}
.st-gray_link-hover a.st-gray_link-hover:hover {
  border-bottom: 1px solid rgba(162,162,162,0.6);
}
.js-scroll {
  opacity: 0.1;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
  transition: all 1s;
}
.js-scroll.effect-scroll {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
@-webkit-keyframes commonElm {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes commonElm {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
@media screen and (max-width: 767px) {
  body {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
  }
  .st-menu {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 0px;
    height: 0px;
  }
  .st-menu.is-active {
    width: 100vw;
    background: rgba(0,0,0,0.3);
  }
  .st-menu .st-menu_open {
    display: block;
    width: 13px;
    height: 11px;
    background: url("/img/commons/icon_burger.png") no-repeat;
    background-size: cover;
    position: absolute;
    top: 19px;
    left: 17px;
  }
  .st-menu .st-menu_btn {
    display: flex;
    justify-content: space-between;
    padding: 20px 0 18px 0;
    margin-bottom: 15px;
    border-bottom: 1px solid #efefef;
  }
  .st-menu .st-menu_level_close {
    font-family: 'Lato', sans-serif;
    font-size: 10px;
    display: inline-block;
    letter-spacing: 0.16em;
    text-decoration: none;
  }
  .st-menu .st-menu_level_close:link {
    color: #333;
  }
  .st-menu .st-menu_level_close:visited {
    color: #333;
  }
  .st-menu .st-menu_level_close:hover {
    color: #333;
    text-decoration: underline;
  }
  .st-menu .st-menu_level_close:active {
    color: linkActivedColor;
  }
  .st-menu .st-menu_level_close::before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 9px;
    background: url("/img/commons/icon_arr_left.png");
    background-size: cover;
    margin-right: 12px;
    vertical-align: top;
    margin-top: 3px;
  }
  .st-menu .st-menu_level_link {
    font-family: 'Lato', sans-serif;
    font-size: 10px;
    display: inline-block;
    letter-spacing: 0.16em;
    text-decoration: none;
  }
  .st-menu .st-menu_level_link:link {
    color: #333;
  }
  .st-menu .st-menu_level_link:visited {
    color: #333;
  }
  .st-menu .st-menu_level_link:hover {
    color: #333;
    text-decoration: underline;
  }
  .st-menu .st-menu_level_link:active {
    color: linkActivedColor;
  }
  .st-menu .st-menu_close {
    display: block;
    width: 11px;
    height: 11px;
    background: url("/img/commons/icon_close.png");
    background-size: cover;
  }
  .st-menu .st-menu_level {
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 100;
  }
  .st-menu .st-menu_level .st-menu_level_inner {
    overflow: scroll;
    width: calc(580 / 700 * 100%);
    height: 100vh;
    background: #fff;
    padding: 0 20px 20px;
  }
  .st-menu .st-menu_item {
    font-size: 11px;
    padding: 15px 0;
    letter-spacing: 0.16em;
  }
  .st-menu .st-menu_link {
    font-family: 'Lato', sans-serif;
    display: block;
    background: url("/img/commons/icon_arr_right.png") no-repeat;
    background-position: center right;
    background-size: 5px 8px;
    text-decoration: none;
  }
  .st-menu .st-menu_link:link {
    color: #333;
  }
  .st-menu .st-menu_link:visited {
    color: #333;
  }
  .st-menu .st-menu_link:hover {
    color: #333;
    text-decoration: underline;
  }
  .st-menu .st-menu_link:active {
    color: linkActivedColor;
  }
  .st-menu .st-menu_title {
    font-family: 'Lato', sans-serif;
    font-size: 11px;
    padding-top: 30px;
    margin-top: 15px;
    border-top: 1px solid #efefef;
    letter-spacing: 0.16em;
  }
  .st-menu .st-menu_lang {
    margin-top: 20px;
  }
  .st-menu .st-menu_lang_item {
    color: #333;
    font-size: 10px;
    line-height: 2.2;
    letter-spacing: 0.16em;
  }
  .st-menu .st-menu_lang_link {
    font-family: 'Lato', sans-serif;
    color: #a2a2a2;
    text-decoration: none;
  }
  .st-menu .st-menu_lang_link:hover {
    text-decoration: underline;
  }
  .st-menu .st-menu_subitem {
    font-family: 'Lato', sans-serif;
    padding: 15px 0;
    font-size: 11px;
    letter-spacing: 0.16em;
  }
  .st-menu .st-menu_subitem a:link {
    color: #333;
    text-decoration: none;
  }
  .st-menu .st-menu_subitem a:visited {
    color: #333;
  }
  .st-menu .st-menu_subitem a:hover {
    color: #333;
    text-decoration: underline;
  }
  .st-menu .st-menu_subitem a:active {
    color: linkActivedColor;
  }
  .st-menu .st-menu_categoryitem {
    font-size: 11px;
    padding: 15px 0;
  }
  .st-menu .st-menu_categorylink {
    display: block;
    background: url("/img/commons/icon_arr_right.png") no-repeat;
    background-position: center right;
    background-size: 5px 8px;
    letter-spacing: 0.16em;
    text-decoration: none;
  }
  .st-menu .st-menu_categorylink:link {
    color: #333;
  }
  .st-menu .st-menu_categorylink:visited {
    color: #333;
  }
  .st-menu .st-menu_categorylink:hover {
    color: #333;
    text-decoration: underline;
  }
  .st-menu .st-menu_categorylink:active {
    color: linkActivedColor;
  }
  .st-menu .st-menu_productitem {
    padding: 15px 0;
    font-size: 11px;
    letter-spacing: 0.16em;
  }
  .st-menu .st-menu_productitem a:link {
    color: #333;
    text-decoration: none;
  }
  .st-menu .st-menu_productitem a:visited {
    color: #333;
  }
  .st-menu .st-menu_productitem a:hover {
    color: #333;
    text-decoration: underline;
  }
  .st-menu .st-menu_productitem a:active {
    color: linkActivedColor;
  }
  .st-menu .st-menu_level_01,
  .st-menu .st-menu_level_02,
  .st-menu .st-menu_level_03,
  .st-menu .st-menu_level_04 {
    -webkit-transform: translate(-100%);
            transform: translate(-100%);
    transition: -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  }
  .st-menu .st-menu_level_01.is-active,
  .st-menu .st-menu_level_02.is-active,
  .st-menu .st-menu_level_03.is-active,
  .st-menu .st-menu_level_04.is-active {
    -webkit-transform: translate(0);
            transform: translate(0);
    transition: -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  }
  .st-header {
    height: 50px;
  }
  .st-header .st-header_inner {
    position: relative;
    z-index: 2;
  }
  .st-header .st-header_logo {
    width: 175px;
    top: 19px;
    position: absolute;
    line-height: 1;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .st-header .st-header_menu_btn {
    display: block;
    width: 13px;
    height: 11px;
    position: relative;
  }
  .st-header .st-header_menu_btn .st-header_menu_btn_line {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #ccc;
  }
  .st-header .st-header_menu_btn .st-header_menu_btn_line:nth-child(1) {
    position: absolute;
    top: 0;
    left: 0;
  }
  .st-header .st-header_menu_btn .st-header_menu_btn_line:nth-child(2) {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    opacity: 1;
  }
  .st-header .st-header_menu_btn .st-header_menu_btn_line:nth-child(3) {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .st-header .st-header_open_btn {
    position: absolute;
    top: 20px;
    left: 17px;
  }
  .st-header .st-header_menu_btn.st-header_close_btn .st-header_menu_btn_line:nth-child(1) {
    -webkit-transform: translateY(5px) rotate(-45deg);
            transform: translateY(5px) rotate(-45deg);
  }
  .st-header .st-header_menu_btn.st-header_close_btn .st-header_menu_btn_line:nth-child(2) {
    opacity: 0;
  }
  .st-header .st-header_menu_btn.st-header_close_btn .st-header_menu_btn_line:nth-child(3) {
    -webkit-transform: translateY(-5px) rotate(45deg);
            transform: translateY(-5px) rotate(45deg);
  }
  .st-footer {
    margin-top: 40px;
  }
  .st-footer .st-footer_accordion {
    border-bottom: 1px solid #0f0f0f;
  }
  .st-footer .st-footer_head {
    font-size: 11px;
    position: relative;
    padding: 22px 0 22px 20px;
  }
  .st-footer .st-footer_head .st-footer_link {
    font-size: 11px;
  }
  .st-footer .st-footer_head.js-accordion_btn::after {
    position: absolute;
    top: 30px;
    right: 25px;
    background: url("/img/commons/icon_arr_down.png") no-repeat;
    content: "";
    display: block;
    width: 9px;
    height: 5px;
    background-size: contain;
  }
  .st-footer .st-footer_head.js-accordion_btn.is-active::after {
    background: url("/img/commons/icon_arr_up.png") no-repeat;
    background-size: contain;
  }
  .st-footer .st-footer_list {
    display: none;
    padding: 0 20px 22px 20px;
  }
  .st-footer .st-footer_item {
    font-size: 10px;
    line-height: 2.2;
    margin-bottom: 5px;
  }
  .st-footer .st-footer_social .st-footer_list {
    overflow: hidden;
  }
  .st-footer .st-footer_social .st-footer_item {
    width: 50%;
    float: left;
  }
  .st-footer .st-footer_line {
    line-height: 1;
    padding: 15px 0 20px 20px;
  }
  .st-footer .st-footer_copy {
    font-size: 10px;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  .st-inner {
    padding: 0 15px;
  }
  .st-white_link {
    font-size: 10px;
    padding: 0 0 2px;
  }
  .st-black_link {
    font-size: 10px;
    padding: 0 0 2px;
  }
  .st-gray_link-hover {
    font-size: 10px;
    padding: 0 0 2px;
  }
  .st-gray_link-hover a.st-gray_link-hover {
    font-size: 10px;
    padding: 0 0 2px;
  }
}
@media print, screen and (min-width: 768px) {
  .st-header .st-header_inner {
    display: flex;
    justify-content: space-between;
    padding-top: 45px;
    padding-right: calc(40 / 1280 * 100%);
    padding-bottom: 41px;
    padding-left: calc(40 / 1280 * 100%);
    align-items: flex-start;
  }
  .st-header .st-header_logo {
    margin-right: 2rem;
    max-width: 250px;
    width: 100%;
  }
  .st-header .st-header_wrap {
    display: flex;
  }
  .st-header .st-header_menu {
    display: flex;
    margin-right: 4rem;
  }
  .st-header .st-header_menu .st-header_item {
    margin-right: 24px;
    font-size: 11px;
    letter-spacing: 0.16em;
    line-height: 2;
  }
  .st-header .st-header_menu .st-header_item:last-child {
    margin-right: 0;
  }
  .st-header .st-header_menu .st-header_item .st-black_link {
    font-size: 11px;
  }
  .st-header .st-header_lang {
    max-width: 180px;
    display: flex;
    padding-top: 5px;
    letter-spacing: 0.16em;
    width: 100%;
  }
  .st-header .st-header_lang .st-header_text {
    line-height: 1;
    font-size: 11px;
  }
  .st-header .st-header_lang .st-header_text:nth-child(2) {
    padding: 0 10px;
    margin: 0 10px;
    border-left: 1px solid #a2a2a2;
    border-right: 1px solid #a2a2a2;
  }
  .st-header .st-header_lang .st-header_text:nth-child(3) {
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #a2a2a2;
  }
  .st-header .st-header_lang .st-header_text .st-gray_link-hover {
    font-size: 11px;
    font-weight: normal;
  }
  .st-footer {
    margin-top: 100px;
    padding-top: 50px;
  }
  .st-footer .st-footer_inner {
    width: 100%;
    margin: auto;
    padding: 0 calc(40 / 1280 * 100%);
  }
  .st-footer .st-footer_logo {
    width: 250px;
    display: block;
  }
  .st-footer .st-footer_menu {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
  }
  .st-footer .st-footer_box {
    display: flex;
  }
  .st-footer .st-footer_box:nth-child(1) {
    width: 642px;
  }
  .st-footer .st-footer_box:nth-child(2) {
    width: 240px;
  }
  .st-footer .st-footer_collection {
    width: calc(140 / 640 * 100%);
  }
  .st-footer .st-footer_stories {
    width: calc(140 / 640 * 100%);
  }
  .st-footer .st-footer_topics {
    width: calc(140 / 640 * 100%);
  }
  .st-footer .st-footer_store {
    width: calc(140 / 640 * 100%);
  }
  .st-footer .st-footer_fashion {
    width: calc(222 / 640 * 100%);
  }
  .st-footer .st-footer_head {
    font-size: 12px;
    margin-bottom: 15px;
  }
  .st-footer .st-footer_head .st-footer_link {
    font-size: 12px;
    line-height: 1.5;
  }
  .st-footer .st-footer_item {
    font-size: 10px;
    line-height: 1.8;
    letter-spacing: 0.16em;
  }
  .st-footer .st-footer_social {
    width: 240px;
    margin-right: calc(25 / 240 * 100%);
  }
  .st-footer .st-footer_social .st-footer_head .st-footer_link {
    letter-spacing: 0.16em;
    margin-bottom: 13px;
  }
  .st-footer .st-footer_social .st-footer_item {
    line-height: 2;
    margin-bottom: 5px;
  }
  .st-footer .st-footer_lang {
    margin-right: 20px;
  }
  .st-footer .st-footer_line {
    border-top: 1px solid #262626;
    font-size: 11px;
    color: #fff;
    margin-top: 60px;
    padding: 30px 0;
  }
  .st-footer .st-footer_copy {
    font-size: 11px;
  }
  .st-inner {
    margin: auto;
    padding: 0 calc(40 / 1280 * 100%);
  }
  .st-white_link {
    font-size: 10px;
    padding: 0 0 5px;
  }
  .st-black_link {
    font-size: 10px;
    padding: 0 0 5px;
  }
  .st-gray_link-hover {
    font-size: 10px;
    padding: 0 0 5px;
  }
  .st-gray_link-hover a.st-gray_link-hover {
    font-size: 10px;
    padding: 0 0 6px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .st-header .st-header_menu {
    margin-right: 2rem;
  }
  .st-header .st-header_item {
    font-size: 0.5rem;
    margin-right: 1rem;
  }
}
