@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

::after,
::before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  background: #fff;
  color: #222;
  font: normal 300 1.4rem/1.15 "Noto Serif", "Noto Sans JP", sans-serif;
  margin: 0;
  min-width: 320px;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

@media (pointer: fine) and (hover: hover) {
  body {
    min-width: 600px;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  body {
    min-width: 600px;
  }
}

main {
  display: block;
}

address,
blockquote,
dl,
figure,
form,
iframe,
p,
pre,
table {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin: 0;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 8px;
}

dt {
  font-weight: 300;
}

dd {
  margin: 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

a:visited {
  color: inherit;
}

a:active {
  color: inherit;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

a:focus {
  color: inherit;
}

a > * {
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

a > *:hover {
  opacity: 0.5;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  max-width: 100%;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

button,
input,
optgroup {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: transparent;
  border: 0;
  border-radius: 0;
  color: inherit;
  font: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  text-align: inherit;
  vertical-align: middle;
}

button:focus {
  outline: unset;
}

[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button {
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

button:hover {
  opacity: 0.5;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  font: inherit;
  margin: 0;
  outline: 0;
  text-align: inherit;
  vertical-align: middle;
}

[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="hidden"],
[type="month"],
[type="number"],
[type="password"],
[type="search"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
select,
textarea {
  background: transparent;
  border: 1px solid #bbb;
  border-radius: 0;
  color: inherit;
  padding: 8px;
}

[type="date"]:focus,
[type="datetime"]:focus,
[type="datetime-local"]:focus,
[type="email"]:focus,
[type="hidden"]:focus,
[type="month"]:focus,
[type="number"]:focus,
[type="password"]:focus,
[type="search"]:focus,
[type="tel"]:focus,
[type="text"]:focus,
[type="time"]:focus,
[type="url"]:focus,
[type="week"]:focus,
select:focus,
textarea:focus {
  background: transparent;
  border: 1px solid #ddd;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
}

[type="date"].is-error,
[type="datetime"].is-error,
[type="datetime-local"].is-error,
[type="email"].is-error,
[type="hidden"].is-error,
[type="month"].is-error,
[type="number"].is-error,
[type="password"].is-error,
[type="search"].is-error,
[type="tel"].is-error,
[type="text"].is-error,
[type="time"].is-error,
[type="url"].is-error,
[type="week"].is-error,
select.is-error,
textarea.is-error {
  background: #fcc2c2;
  border: 1px solid #da4453;
}

@media (max-width: 768px) {
  _:default:not(:root:root), [type="date"],
  [type="datetime"],
  [type="datetime-local"],
  [type="email"],
  [type="hidden"],
  [type="month"],
  [type="number"],
  [type="password"],
  [type="search"],
  [type="tel"],
  [type="text"],
  [type="time"],
  [type="url"],
  [type="week"],
  select,
  textarea {
    font-size: 1.6rem;
  }
}

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

select[multiple] {
  padding: 0;
}

select[multiple] > option {
  border: 0;
}

option {
  padding: 8px;
}

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

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 8px;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: none;
}

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

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 8px;
}

th {
  text-align: left;
  font-weight: 300;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

:focus {
  outline: unset;
}

.fs-c-button__label {
  display: none;
}

html {
  scroll-behavior: smooth;
}

/* ページメインコンテンツ */
.bl_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow: auto;
  max-width: 1024px;
  margin: 0 auto 48px;
  width: 100%;
}

@media (pointer: fine) and (hover: hover) {
  .bl_main {
    margin-bottom: 96px;
  }
  .bl_main.hp_main_widLim600 {
    width: 100%;
    max-width: 600px;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .bl_main {
    margin-bottom: 96px;
  }
  .bl_main.hp_main_widLim600 {
    width: 100%;
    max-width: 600px;
  }
}

* * > svg {
  transform-box: fill-box;
}

.hp_noWrap {
  display: inline-block;
  overflow-wrap: normal;
  word-break: keep-all;
}

#fs-page-error-container {
  margin: 0;
  padding: 0;
}

.bl_main > *:nth-child(n) {
  margin: 0 3%;
  padding: 0;
}

@media (pointer: fine) and (hover: hover) {
  .bl_main > *:nth-child(n) {
    margin: 0 4%;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .bl_main > *:nth-child(n) {
    margin: 0 4%;
  }
}

.bl_main > .fs-c-panelContainer {
  margin: 0;
  padding: 0;
}

.bl_goodsMark {
  border: 1px solid;
  max-width: 320px;
}

.ly_header {
  margin: 0;
  padding: 0;
}

.bl_header {
  border-bottom: 1px solid #bbb;
  height: 75px;
  -webkit-box-ordinal-group: -1;
      -ms-flex-order: -2;
          order: -2;
  position: relative;
  width: 100%;
}

@media (pointer: fine) and (hover: hover) {
  .bl_header {
    height: 214px;
    margin: 0 0 16px;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .bl_header {
    height: 214px;
    margin: 0 0 16px;
  }
}

.bl_header a {
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

@media (pointer: fine) and (hover: hover) {
  .bl_header a:hover {
    opacity: 0.5;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .bl_header a:hover {
    opacity: 0.5;
  }
}

.ly_headerLogo {
  left: 50%;
  position: absolute;
  top: 4px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (pointer: fine) and (hover: hover) {
  .ly_headerLogo {
    top: 71px;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .ly_headerLogo {
    top: 71px;
  }
}

.bl_headerLogo img {
  height: 40px;
  width: auto;
}

@media (pointer: fine) and (hover: hover) {
  .bl_headerLogo img {
    height: 58px;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .bl_headerLogo img {
    height: 58px;
  }
}

.hp_headerLogo_img {
  padding: 15px 0 10px;
}

.hp_headerLogo_link {
  display: block;
  margin: 0;
  padding: 0 20px;
}

/* header.drawer */
.ly_gNavDrawerContent {
  left: -100%;
  position: fixed;
  top: 0;
}

@media (pointer: fine) and (hover: hover) {
  .ly_gNavDrawerContent {
    position: static;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .ly_gNavDrawerContent {
    position: static;
  }
}

.ly_gNavDrawerContent.is_active {
  left: 0;
}

.bl_gNavDrawerContent {
  background: #fff;
  -webkit-box-shadow: 8px 0 20px rgba(0, 0, 0, 0.2);
          box-shadow: 8px 0 20px rgba(0, 0, 0, 0.2);
  height: 100%;
  max-width: 800px;
  min-height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  width: 84%;
  z-index: 101;
}

@media (pointer: fine) and (hover: hover) {
  .bl_gNavDrawerContent {
    border-bottom: 1px solid #bbb;
    -webkit-box-shadow: none;
            box-shadow: none;
    height: 59px;
    overflow-y: hidden;
    max-width: 100%;
    max-width: unset;
    min-height: auto;
    min-height: unset;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
    width: 100%;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .bl_gNavDrawerContent {
    border-bottom: 1px solid #bbb;
    -webkit-box-shadow: none;
            box-shadow: none;
    height: 59px;
    overflow-y: hidden;
    max-width: 100%;
    max-width: unset;
    min-height: auto;
    min-height: unset;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
    width: 100%;
  }
}

.bl_gNavDrawerContent > nav {
  margin-bottom: 96px;
}

@media (pointer: fine) and (hover: hover) {
  .bl_gNavDrawerContent > nav {
    max-width: 1024px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .bl_gNavDrawerContent > nav {
    max-width: 1024px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.el_gnavDrawer_hidden {
  display: none;
}

.ly_gnavDrawer_btn {
  left: 15px;
  position: absolute;
  top: 32px;
}

.el_gnavDrawer_btn {
  display: block;
  background: #fff;
  height: 23px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  width: 23px;
  z-index: 101;
}

@media (pointer: fine) and (hover: hover) {
  .el_gnavDrawer_btn {
    display: none;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .el_gnavDrawer_btn {
    display: none;
  }
}

.ly_gnavDrawer_closeBtn {
  position: fixed;
  right: 15px;
  top: 64px;
}

@media (max-width: 424px) {
  .ly_gnavDrawer_closeBtn {
    right: 3.54%;
  }
}

.el_gnavDrawer_closeBtn {
  background: transparent;
  display: none;
  height: 23px;
  opacity: 0;
  width: 23px;
  z-index: 101;
}

.ly_gnavDrawer_frosted {
  left: 0;
  position: fixed;
  top: 0;
}

.el_gnavDrawer_frosted {
  background: rgba(255, 255, 255, 0.8);
  display: none;
  height: 100vh;
  width: 100%;
  z-index: 100;
}

.el_gnavDrawer_frosted.is_active {
  display: block;
}

.el_gnavDrawer_closeBtn.is_active {
  display: block;
  -webkit-animation: .5s linear .3s 1 normal forwards fadeIn;
          animation: .5s linear .3s 1 normal forwards fadeIn;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@media (pointer: fine) and (hover: hover) {
  .bl_desktop_menus > .bl_drawerInnerBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .bl_desktop_menus > .bl_drawerInnerBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media (pointer: fine) and (hover: hover) {
  .bl_desktop_menus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0 0 0 auto;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .bl_desktop_menus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0 0 0 auto;
  }
}

.ly_headerCart {
  position: absolute;
  right: 8px;
  top: 24px;
}

@media (pointer: fine) and (hover: hover) {
  .bl_headerCart {
    display: none;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .bl_headerCart {
    display: none;
  }
}

.bl_headerCart > a {
  display: block;
  height: 40px;
  padding: 8px 0 9px;
  position: relative;
  text-align: center;
  width: 40px;
}

.bl_headerCart > a > img {
  height: 23px;
  width: 23px;
}

.el_howManyInCart {
  background: #222;
  border-radius: 50%;
  color: #fff;
  font-size: 1.2rem;
  height: 1.8rem;
  line-height: 18px;
  position: absolute;
  right: 2px;
  text-align: center;
  top: -3px;
  width: 1.8rem;
}

.ly_headerSearch {
  position: absolute;
  right: 56px;
  top: 24px;
}

@media (pointer: fine) and (hover: hover) {
  .bl_headerSearch {
    display: none;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .bl_headerSearch {
    display: none;
  }
}

.bl_headerSearch > a {
  display: block;
  height: 40px;
  padding: 8px 0 9px;
  position: relative;
  text-align: center;
  width: 40px;
}

.bl_headerSearch > a > img {
  height: 23px;
  width: 23px;
}

.ly_header_desktop {
  top: 174px;
  position: absolute;
}

.bl_header_desktop {
  display: none;
}

@media (pointer: fine) and (hover: hover) {
  .bl_header_desktop {
    border-top: 1px solid #bbb;
    display: block;
    height: 39px;
    width: 100%;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .bl_header_desktop {
    border-top: 1px solid #bbb;
    display: block;
    height: 39px;
    width: 100%;
  }
}

.bl_desktopMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 38px;
  max-width: 1024px;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
}

.bl_desktopMenu > li > a,
.bl_desktopMenu > li > div > label {
  display: block;
  line-height: 38px;
  height: 100%;
  margin: 0 16px 0 0;
  padding: 0 16px;
}

.bl_desktopMenu > li:last-child > label {
  margin: 0;
}

@media (pointer: fine) and (hover: hover) {
  .bl_brandSwitcher {
    display: none;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .bl_brandSwitcher {
    display: none;
  }
}

.bl_brandsContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 8px;
  width: 100%;
  max-width: 1024px;
}

.bl_brands {
  padding: 0 8px;
  width: 50%;
}

.bl_brands > a {
  display: block;
  height: 100%;
}

.bl_brands img {
  display: block;
  margin: 0 auto;
  max-height: 88px;
  max-width: 80%;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.bl_brands .hp_brands_heightLimit {
  max-height: 48px;
}

@media (pointer: fine) and (hover: hover) {
  .bl_footer {
    width: 100%;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .bl_footer {
    width: 100%;
  }
}

@media (pointer: fine) and (hover: hover) {
  .bl_footer > *:nth-child(n) {
    max-width: 1024px;
    margin: 0 auto;
    margin-bottom: 32px;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .bl_footer > *:nth-child(n) {
    max-width: 1024px;
    margin: 0 auto;
    margin-bottom: 32px;
  }
}

.bl_footer > .ly_footerCopyRight {
  height: auto;
  width: 100%;
}

@media (pointer: fine) and (hover: hover) {
  .bl_footer > .ly_footerCopyRight {
    border-top: 1px solid #bbb;
    max-width: 100%;
    max-width: unset;
    margin: 0;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .bl_footer > .ly_footerCopyRight {
    border-top: 1px solid #bbb;
    max-width: 100%;
    max-width: unset;
    margin: 0;
  }
}

.bl_footerCopyRight {
  margin: 0 auto;
  padding: 48px 0;
  text-align: center;
  width: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.el_footerCopyRight {
  color: #888;
  font-size: 1.0rem;
}

.bl_footerAccordionContainer {
  border-bottom: 1px solid #888;
}

@media (pointer: fine) and (hover: hover) {
  .bl_footerAccordionContainer {
    border: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .bl_footerAccordionContainer {
    border: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

@media (pointer: fine) and (hover: hover) {
  .bl_footerAccordion {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .bl_footerAccordion > div > * {
    -webkit-transition: padding 0.3s;
    -o-transition: padding 0.3s;
    transition: padding 0.3s;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .bl_footerAccordion {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .bl_footerAccordion > div > * {
    -webkit-transition: padding 0.3s;
    -o-transition: padding 0.3s;
    transition: padding 0.3s;
  }
}

.bl_footerAccordion_btn {
  border: none;
  border-top: 1px solid #888;
  border-bottom: 1px solid transparent;
  display: block;
  font-weight: 400;
  padding: 22px 15px;
  position: relative;
  text-align: left;
  -webkit-transition: border-bottom .5s;
  -o-transition: border-bottom .5s;
  transition: border-bottom .5s;
  width: 100%;
}

.bl_footerAccordion_btn:focus {
  opacity: 1;
}

@media (pointer: fine) and (hover: hover) {
  .bl_footerAccordion_btn {
    display: none;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .bl_footerAccordion_btn {
    display: none;
  }
}

.bl_footerAccordion_btn.is_active {
  border-bottom: 1px solid #888;
}

.bl_footerAccordion_btn.is_active:focus {
  opacity: 1;
}

.el_footerAccordion_label {
  display: none;
}

@media (pointer: fine) and (hover: hover) {
  .el_footerAccordion_label {
    display: block;
    font-weight: bold;
    padding: 14px 0;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .el_footerAccordion_label {
    display: block;
    font-weight: bold;
    padding: 14px 0;
  }
}

.bl_footerAccordion_btn::before {
  content: '';
  height: 7px;
  width: 7px;
  border: none;
  border-right: 1px solid #222;
  border-top: 1px solid #222;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
  top: 48%;
  position: absolute;
  right: 15px;
  -webkit-transition: top .5s, -webkit-transform .5s;
  transition: top .5s, -webkit-transform .5s;
  -o-transition: transform .5s, top .5s;
  transition: transform .5s, top .5s;
  transition: transform .5s, top .5s, -webkit-transform .5s;
}

.bl_footerAccordion_btn.is_active::before {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 40%;
}

.bl_footerAccordion_body {
  -webkit-transition: margin .5s;
  -o-transition: margin .5s;
  transition: margin .5s;
}

.bl_footerAccordion_body > a {
  display: block;
  padding: 0 0 0 34px;
  line-height: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: line-height .5s, opacity .5s, padding .5s, visibility .5s step-end;
  -o-transition: line-height .5s, opacity .5s, padding .5s, visibility .5s step-end;
  transition: line-height .5s, opacity .5s, padding .5s, visibility .5s step-end;
}

@media (pointer: fine) and (hover: hover) {
  .bl_footerAccordion_body > a {
    line-height: inherit;
    opacity: 1;
    padding: 14px 0 14px 8px;
    position: relative;
    visibility: visible;
  }
  .bl_footerAccordion_body > a:hover {
    opacity: 0.5;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .bl_footerAccordion_body > a {
    line-height: inherit;
    opacity: 1;
    padding: 14px 0 14px 8px;
    position: relative;
    visibility: visible;
  }
  .bl_footerAccordion_body > a:hover {
    opacity: 0.5;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
}

#accMenu0 > * > .bl_footerAccordion_body.is_active:nth-child(2),
.fs-clientInfo > .bl_footerAccordion_body.is_active:first-child {
  margin: 14px 0 0;
}

@media (pointer: fine) and (hover: hover) {
  #accMenu0 > * > .bl_footerAccordion_body.is_active:nth-child(2),
  .fs-clientInfo > .bl_footerAccordion_body.is_active:first-child {
    margin: 0;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  #accMenu0 > * > .bl_footerAccordion_body.is_active:nth-child(2),
  .fs-clientInfo > .bl_footerAccordion_body.is_active:first-child {
    margin: 0;
  }
}

.bl_footerAccordion_body.is_active:last-child {
  margin: 0 0 14px;
}

@media (pointer: fine) and (hover: hover) {
  .bl_footerAccordion_body.is_active:last-child {
    margin: 0;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .bl_footerAccordion_body.is_active:last-child {
    margin: 0;
  }
}

.bl_footerAccordion_body.hp_footerAccordionContent_singleColumn.is_active {
  margin: 14px 0;
}

@media (pointer: fine) and (hover: hover) {
  .bl_footerAccordion_body.hp_footerAccordionContent_singleColumn.is_active {
    margin: 0;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .bl_footerAccordion_body.hp_footerAccordionContent_singleColumn.is_active {
    margin: 0;
  }
}

.bl_footerAccordion_body.is_active > a {
  border: none;
  line-height: inherit;
  opacity: 1;
  padding: 14px 0 14px 34px;
  position: relative;
  text-align: left;
  -webkit-transition: line-height .5s, opacity .5s, padding .5s, visibility .5s step-start;
  -o-transition: line-height .5s, opacity .5s, padding .5s, visibility .5s step-start;
  transition: line-height .5s, opacity .5s, padding .5s, visibility .5s step-start;
  visibility: visible;
  width: 100%;
}

.bl_footerAccordion_body.is_active > a:focus {
  opacity: 0.5;
}

@media (pointer: fine) and (hover: hover) {
  .bl_footerAccordion_body.is_active > a {
    padding: 14px 0 14px 8px;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .bl_footerAccordion_body.is_active > a {
    padding: 14px 0 14px 8px;
  }
}

.bl_footerAccordion_body::before {
  opacity: 0;
  -webkit-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s;
}

.bl_footerAccordion_body.is_active > a::before {
  content: '';
  height: 7px;
  width: 7px;
  border: none;
  border-right: 1px solid #222;
  border-top: 1px solid #222;
  opacity: 1;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 42%;
  -webkit-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s;
  position: absolute;
  right: 15px;
}

@media (pointer: fine) and (hover: hover) {
  .bl_footerAccordion_body.is_active > a::before {
    border: 0;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .bl_footerAccordion_body.is_active > a::before {
    border: 0;
  }
}

.bl_main > .fs-pt-carousel {
  width: 100%;
  margin: 0 auto;
}

.ly_newsList {
  margin: 0 auto;
  padding: 56px 0 0;
}

.bl_newsList {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 200px;
}

.bl_newsList a {
  -webkit-text-decoration: underline solid #bbb;
          text-decoration: underline solid #bbb;
}

.fs-pt-carousel + .fs-pt-carousel,
.bl_newsList_outer + .fs-pt-carousel {
  margin-top: 56px;
}

.bl_main > .bl_keyVisual_outer {
  margin: 0 auto 8px;
  min-height: 0%;
}

.ly_keyvisual {
  margin: 0 auto;
}

.bl_keyVisual {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

/* main.gotop */
.bl_main > .ly_goTopBtn {
  margin: 0;
}

.ly_goTopBtn {
  -webkit-animation: 0.5s ease-in-out 1 backwards fadeUp;
          animation: 0.5s ease-in-out 1 backwards fadeUp;
  bottom: 70px;
  margin: 0;
  padding: 0;
  position: fixed;
  right: 10px;
}

@media (pointer: fine) and (hover: hover) {
  .ly_goTopBtn {
    right: 4%;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .ly_goTopBtn {
    right: 4%;
  }
}

.bl_goTopBtn {
  border: none;
  background-color: rgba(255, 255, 255, 0.8);
  height: 47px;
  outline: 1px solid #ddd;
  opacity: 1;
  -webkit-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s;
  visibility: visible;
  width: 47px;
  z-index: 99;
}

.bl_goTopBtn:focus {
  outline: 1px solid #ddd;
}

.bl_goTopBtn:hover {
  opacity: 1;
}

.bl_goTopBtn_proc {
  -webkit-animation: 0.5s ease-in-out 1 backwards fadeDawn;
          animation: 0.5s ease-in-out 1 backwards fadeDawn;
  border: none;
  background-color: rgba(255, 255, 255, 0.8);
  height: 47px;
  outline: 1px solid #ddd;
  opacity: 0;
  -webkit-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s;
  visibility: visible;
  width: 47px;
  z-index: 99;
}

.bl_goTopBtn_proc:hover {
  opacity: 0;
}

@-webkit-keyframes fadeDawn {
  from {
    bottom: 70px;
  }
  to {
    bottom: 10px;
  }
}

@keyframes fadeDawn {
  from {
    bottom: 70px;
  }
  to {
    bottom: 10px;
  }
}

@-webkit-keyframes fadeUp {
  from {
    bottom: 10px;
  }
  to {
    bottom: 70px;
  }
}

@keyframes fadeUp {
  from {
    bottom: 10px;
  }
  to {
    bottom: 70px;
  }
}

.bl_goTopBtn_hidden {
  opacity: 0;
  visibility: hidden;
}

.bl_goTopBtn_hidden:hover {
  opacity: 0;
}

.el_lv2h {
  font-size: 2.0rem;
  line-height: 1.15;
  padding: 84px 0 32px;
  text-align: center;
}

.bl_contentsMenuModule > .el_lv2h {
  padding: 28px 0 32px;
}

@media (pointer: fine) and (hover: hover) {
  .bl_contentsMenuModule > .el_lv2h {
    display: none;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .bl_contentsMenuModule > .el_lv2h {
    display: none;
  }
}

@media (pointer: fine) and (hover: hover) {
  .bl_contentsMenuModule {
    display: none;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .bl_contentsMenuModule {
    display: none;
  }
}

.bl_contentsMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
}

@media (pointer: fine) and (hover: hover) {
  .bl_contentsMenu {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 1024px;
    margin: 0 auto;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .bl_contentsMenu {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 1024px;
    margin: 0 auto;
  }
}

.bl_contentsMenu li {
  border-top: 1px solid #bbb;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (pointer: fine) and (hover: hover) {
  .bl_contentsMenu li {
    border: 0;
    -ms-flex-preferred-size: 15%;
        flex-basis: 15%;
    text-align: center;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .bl_contentsMenu li {
    border: 0;
    -ms-flex-preferred-size: 15%;
        flex-basis: 15%;
    text-align: center;
  }
}

.bl_contentsMenu li:nth-child(odd) {
  border-right: 1px solid #bbb;
}

@media (pointer: fine) and (hover: hover) {
  .bl_contentsMenu li:nth-child(odd) {
    border: 0;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .bl_contentsMenu li:nth-child(odd) {
    border: 0;
  }
}

.bl_contentsMenu li a {
  display: block;
  padding: 18px 12px;
  position: relative;
}

@media (pointer: fine) and (hover: hover) {
  .bl_contentsMenu li a {
    color: #888;
    padding: 12px;
  }
  .bl_contentsMenu li a:hover {
    opacity: 0.5;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .bl_contentsMenu li a {
    color: #888;
    padding: 12px;
  }
  .bl_contentsMenu li a:hover {
    opacity: 0.5;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
}

.bl_contentsMenu li a::before {
  content: '';
  height: 7px;
  width: 7px;
  border: none;
  border-right: 1px solid #222;
  border-top: 1px solid #222;
  opacity: 1;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 42%;
  position: absolute;
  right: 15px;
}

@media (pointer: fine) and (hover: hover) {
  .bl_contentsMenu li a::before {
    display: none;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .bl_contentsMenu li a::before {
    display: none;
  }
}

/* footer.gotop */
.ly_footerGoTopModule {
  margin: 64px 0 0;
}

@media (pointer: fine) and (hover: hover) {
  .bl_footerGoTopModule {
    display: none;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .bl_footerGoTopModule {
    display: none;
  }
}

.ly_footerGoTop a {
  display: block;
  margin: 0 auto;
  padding: 56px 0;
  text-align: center;
}

.bl_footerGoTop a {
  font-size: 1.6rem;
  position: relative;
}

.bl_footerGoTop a:focus {
  opacity: 1;
}

.bl_footerGoTop a::before {
  content: '';
  height: 21px;
  width: 21px;
  border: none;
  border-right: 1px solid #222;
  border-top: 1px solid #222;
  -webkit-transform: rotate(-45deg) translate(-50%, -50%);
      -ms-transform: rotate(-45deg) translate(-50%, -50%);
          transform: rotate(-45deg) translate(-50%, -50%);
  top: 24px;
  position: absolute;
  left: 50%;
}

.ly_hrefBtnModule {
  text-align: center;
}

.ly_hrefBtn {
  margin: 16px auto 0;
}

.bl_hrefBtn {
  border: 1px solid #888;
  display: block;
  padding: 6px;
  text-align: center;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  width: 160px;
}

.bl_hrefBtn > *:hover {
  opacity: 1;
}

.bl_hrefBtn:active {
  border-top: 1px solid #888;
  -webkit-box-shadow: inset 0 1px 3px #ddd;
          box-shadow: inset 0 1px 3px #ddd;
  padding-top: 7px;
  padding-bottom: 5px;
}

.bl_hrefBtn:hover {
  opacity: .5;
}

.bl_main > .bl_itemsViewModule {
  margin: 0 0 8px;
}

.bl_drawerTitle {
  border-bottom: 1px solid #bbb;
  font-size: 1.8rem;
  font-weight: 600;
  padding: 10px 0 10px 8px;
}

@media (pointer: fine) and (hover: hover) {
  .bl_drawerTitle {
    font-size: 2.3rem;
    border: 0;
    padding: 16px 0 16px 8px;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .bl_drawerTitle {
    font-size: 2.3rem;
    border: 0;
    padding: 16px 0 16px 8px;
  }
}

.ly_drawerInnerBlock a {
  display: inline-block;
  margin: 0 8px 0 0;
  padding: 10px 0 10px 8px;
}

@media (pointer: fine) and (hover: hover) {
  .ly_drawerInnerBlock a {
    padding: 21px 0;
    margin: 0 24px 0 0;
  }
}

@media (pointer: fine) and (hover: hover) and (max-width: 650px) {
  .ly_drawerInnerBlock a {
    margin-right: 12px;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .ly_drawerInnerBlock a {
    padding: 21px 0;
    margin: 0 24px 0 0;
  }
}

@media screen and (-ms-high-contrast: active) and (max-width: 650px), screen and (-ms-high-contrast: none) and (max-width: 650px) {
  .ly_drawerInnerBlock a {
    margin-right: 12px;
  }
}

.bl_drawerInnerBlock {
  border-bottom: 1px solid #bbb;
}

@media (pointer: fine) and (hover: hover) {
  .bl_drawerInnerBlock {
    border: none;
    display: none;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .bl_drawerInnerBlock {
    border: none;
    display: none;
  }
}

.bl_drawerInnerBlock.hp_drawerSale {
  border-top: 1px solid #bbb;
  padding: 10px 16px;
  color: #ee0000;
  font-size: 2.1rem;
}

.bl_drawerInnerBlock.bl_drawerLogout.hp_loggedIn_true {
  padding: 12px 6px;
}

@media (pointer: fine) and (hover: hover) {
  .bl_drawerInnerBlock.bl_drawerLogout.hp_loggedIn_true {
    display: block;
    padding: 0;
    margin: 0;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .bl_drawerInnerBlock.bl_drawerLogout.hp_loggedIn_true {
    display: block;
    padding: 0;
    margin: 0;
  }
}

.bl_drawerInnerBlock.bl_drawerLogout.hp_loggedIn_true .bl_btnLighetColor {
  padding: 12px 0;
}

@media (pointer: fine) and (hover: hover) {
  .bl_drawerInnerBlock.bl_drawerLogout.hp_loggedIn_true .bl_btnLighetColor {
    border: 0;
    padding: 0;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .bl_drawerInnerBlock.bl_drawerLogout.hp_loggedIn_true .bl_btnLighetColor {
    border: 0;
    padding: 0;
  }
}

.bl_drawerInnerBlock.bl_drawerLogout.hp_loggedIn_true .bl_btnLighetColor a {
  display: block;
}

@media (pointer: fine) and (hover: hover) {
  .bl_drawerInnerBlock.bl_drawerLogout.hp_loggedIn_true .bl_btnLighetColor a {
    padding: 11px 11px 16px 10px;
    margin-right: 24px;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .bl_drawerInnerBlock.bl_drawerLogout.hp_loggedIn_true .bl_btnLighetColor a {
    padding: 11px 11px 16px 10px;
    margin-right: 24px;
  }
}

.bl_drawerInnerBlock.bl_drawerLogout.hp_loggedIn_true .bl_btnLighetColor a:hover {
  opacity: 1;
}

.bl_drawerInnerBlock.bl_drawerLogout.hp_loggedIn_true .bl_btnLighetColor a .hp_imgHiddenSwitch {
  display: none;
}

@media (pointer: fine) and (hover: hover) {
  .bl_drawerInnerBlock.bl_drawerLogout.hp_loggedIn_true .bl_btnLighetColor a .hp_imgHiddenSwitch {
    display: block;
    width: 27px;
    height: 27px;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .bl_drawerInnerBlock.bl_drawerLogout.hp_loggedIn_true .bl_btnLighetColor a .hp_imgHiddenSwitch {
    display: block;
    width: 27px;
    height: 27px;
  }
}

@media (pointer: fine) and (hover: hover) {
  .bl_drawerInnerBlock.bl_drawerLogout.hp_loggedIn_true .bl_btnLighetColor a .hp_imgHiddenSwitch + span {
    color: #222;
    font-size: 1.1rem;
    position: absolute;
    -webkit-transform: translate(-50%, 4px);
        -ms-transform: translate(-50%, 4px);
            transform: translate(-50%, 4px);
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .bl_drawerInnerBlock.bl_drawerLogout.hp_loggedIn_true .bl_btnLighetColor a .hp_imgHiddenSwitch + span {
    color: #222;
    font-size: 1.1rem;
    position: absolute;
    -webkit-transform: translate(-50%, 4px);
        -ms-transform: translate(-50%, 4px);
            transform: translate(-50%, 4px);
  }
}

.bl_drawerInnerBlock.bl_drawerLogout.hp_loggedIn_true .bl_btnLighetColor:active {
  border-top: 2px solid #bbb;
  padding-bottom: 11px;
}

@media (pointer: fine) and (hover: hover) {
  .bl_drawerInnerBlock.bl_drawerLogout.hp_loggedIn_true .bl_btnLighetColor:active {
    border-top: 0;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .bl_drawerInnerBlock.bl_drawerLogout.hp_loggedIn_true .bl_btnLighetColor:active {
    border-top: 0;
  }
}

.bl_drawerInnerBlock.bl_drawerLogout.hp_loggedIn_true .bl_btnLighetColor:hover {
  opacity: 0.5;
}

@media (pointer: fine) and (hover: hover) {
  .bl_drawerInnerBlock > .hp_loggedIn_show,
  .bl_drawerInnerBlock > .hp_loggedIn_hidden {
    padding: 11px 11px 16px 10px;
    position: relative;
    margin-right: 24px;
    display: block;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .bl_drawerInnerBlock > .hp_loggedIn_show,
  .bl_drawerInnerBlock > .hp_loggedIn_hidden {
    padding: 11px 11px 16px 10px;
    position: relative;
    margin-right: 24px;
    display: block;
  }
}

.bl_drawerInnerBlock > .hp_loggedIn_show > .hp_imgHiddenSwitch,
.bl_drawerInnerBlock > .hp_loggedIn_hidden > .hp_imgHiddenSwitch {
  display: none;
}

@media (pointer: fine) and (hover: hover) {
  .bl_drawerInnerBlock > .hp_loggedIn_show > .hp_imgHiddenSwitch,
  .bl_drawerInnerBlock > .hp_loggedIn_hidden > .hp_imgHiddenSwitch {
    display: block;
    height: 27px;
    width: 27px;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .bl_drawerInnerBlock > .hp_loggedIn_show > .hp_imgHiddenSwitch,
  .bl_drawerInnerBlock > .hp_loggedIn_hidden > .hp_imgHiddenSwitch {
    display: block;
    height: 27px;
    width: 27px;
  }
}

@media (pointer: fine) and (hover: hover) {
  .bl_drawerInnerBlock > .hp_loggedIn_show > .hp_imgHiddenSwitch + span,
  .bl_drawerInnerBlock > .hp_loggedIn_hidden > .hp_imgHiddenSwitch + span {
    color: #222;
    font-size: 1.1rem;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, 4px);
        -ms-transform: translate(-50%, 4px);
            transform: translate(-50%, 4px);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    white-space: pre;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .bl_drawerInnerBlock > .hp_loggedIn_show > .hp_imgHiddenSwitch + span,
  .bl_drawerInnerBlock > .hp_loggedIn_hidden > .hp_imgHiddenSwitch + span {
    color: #222;
    font-size: 1.1rem;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, 4px);
        -ms-transform: translate(-50%, 4px);
            transform: translate(-50%, 4px);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    white-space: pre;
  }
}

.bl_drawerSpacer {
  height: 40px;
}

@media (pointer: fine) and (hover: hover) {
  .bl_drawerSpacer {
    display: none;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .bl_drawerSpacer {
    display: none;
  }
}

.bl_drawerSpacer > p {
  height: 100%;
  padding: 10px 8px;
  width: 100%;
}

.bl_drawerAccordion_btn {
  border: none;
  border-top: 1px solid #bbb;
  border-bottom: 1px solid transparent;
  display: block;
  font-weight: 400;
  padding: 10px 16px;
  position: relative;
  text-align: left;
  -webkit-transition: border-bottom .5s;
  -o-transition: border-bottom .5s;
  transition: border-bottom .5s;
  width: 100%;
}

.bl_drawerAccordion_btn:focus {
  opacity: 1;
}

.bl_drawerAccordion_btn.is_active {
  border-bottom: 1px solid #bbb;
}

.bl_drawerAccordion_btn.is_active:focus {
  opacity: 1;
}

.bl_drawerAccordion_body > a {
  display: block;
  padding: 0 0 0 26px;
  line-height: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: line-height .5s, opacity .5s, margin .5s, padding .5s, visibility .5s step-end;
  -o-transition: line-height .5s, opacity .5s, margin .5s, padding .5s, visibility .5s step-end;
  transition: line-height .5s, opacity .5s, margin .5s, padding .5s, visibility .5s step-end;
}

dl > .bl_drawerAccordion_body {
  -webkit-transition: margin .5s;
  -o-transition: margin .5s;
  transition: margin .5s;
}

dl > .bl_drawerAccordion_body:nth-child(2).is_active {
  margin: 8px 0 0;
}

dl > .bl_drawerAccordion_body:last-child.is_active {
  margin: 0 0 8px;
}

.bl_drawerAccordion_body.is_active > a {
  border: none;
  line-height: inherit;
  opacity: 1;
  padding: 8px 0 8px 26px;
  position: relative;
  text-align: left;
  -webkit-transition: line-height .5s, opacity .5s, padding .5s, visibility .5s step-start;
  -o-transition: line-height .5s, opacity .5s, padding .5s, visibility .5s step-start;
  transition: line-height .5s, opacity .5s, padding .5s, visibility .5s step-start;
  visibility: visible;
  width: 100%;
}

.bl_drawerAccordion_body.is_active > a:focus {
  opacity: 0.5;
}

.el_drawerAccordion_label {
  display: none;
}

.bl_drawerAccordion_btn::before {
  content: '';
  height: 7px;
  width: 7px;
  border: none;
  border-right: 1px solid #222;
  border-top: 1px solid #222;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
  top: 48%;
  position: absolute;
  right: 15px;
  -webkit-transition: top .5s, -webkit-transform .5s;
  transition: top .5s, -webkit-transform .5s;
  -o-transition: transform .5s, top .5s;
  transition: transform .5s, top .5s;
  transition: transform .5s, top .5s, -webkit-transform .5s;
}

.bl_drawerAccordion_btn.is_active::before {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 40%;
}

.bl_drawerIconMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (pointer: fine) and (hover: hover) {
  .bl_drawerIconMenu {
    padding: 0;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .bl_drawerIconMenu {
    padding: 0;
  }
}

.bl_drawerIconMenu_card {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 20%;
}

.bl_drawerIconMenu_card > a > div > .fs-clientInfo:not(.is-ready) {
  display: inline !important;
}

@media (pointer: fine) and (hover: hover) {
  .bl_drawerIconMenu_card.hp_disappear_onDesktop {
    display: none;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .bl_drawerIconMenu_card.hp_disappear_onDesktop {
    display: none;
  }
}

.bl_drawerIconMenu_card > a {
  display: block;
  padding: 12px 0;
  text-align: center;
}

@media (pointer: fine) and (hover: hover) {
  .bl_drawerIconMenu_card > a {
    padding: 11px 11px 16px 10px;
    position: relative;
    margin-right: 24px;
  }
}

@media (pointer: fine) and (hover: hover) and (max-width: 650px) {
  .bl_drawerIconMenu_card > a {
    margin-right: 12px;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .bl_drawerIconMenu_card > a {
    padding: 11px 11px 16px 10px;
    position: relative;
    margin-right: 24px;
  }
}

@media screen and (-ms-high-contrast: active) and (max-width: 650px), screen and (-ms-high-contrast: none) and (max-width: 650px) {
  .bl_drawerIconMenu_card > a {
    margin-right: 12px;
  }
}

.bl_drawerIconMenu_card > a > div {
  margin: 0 auto;
  position: relative;
  width: 27px;
}

.bl_drawerIconMenu_card > a > img,
.bl_drawerIconMenu_card > a > div > img {
  height: 27px;
  margin: 0 0 6px;
  width: 27px;
}

@media (pointer: fine) and (hover: hover) {
  .bl_drawerIconMenu_card > a > img,
  .bl_drawerIconMenu_card > a > div > img {
    margin: 0;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .bl_drawerIconMenu_card > a > img,
  .bl_drawerIconMenu_card > a > div > img {
    margin: 0;
  }
}

.bl_drawerIconMenu_card > a > h3 {
  font-size: 1.1rem;
}

@media (pointer: fine) and (hover: hover) {
  .bl_drawerIconMenu_card > a > h3 {
    position: absolute;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    white-space: pre;
    left: 50%;
    -webkit-transform: translate(-50%, 4px);
        -ms-transform: translate(-50%, 4px);
            transform: translate(-50%, 4px);
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .bl_drawerIconMenu_card > a > h3 {
    position: absolute;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    white-space: pre;
    left: 50%;
    -webkit-transform: translate(-50%, 4px);
        -ms-transform: translate(-50%, 4px);
            transform: translate(-50%, 4px);
  }
}

.el_howManyInCart_inDrawer {
  background: #222;
  border-radius: 50%;
  color: #fff;
  font-size: 1.2rem;
  height: 1.8rem;
  line-height: 1.8rem;
  position: absolute;
  right: -4px;
  text-align: center;
  top: 14px;
  width: 1.8rem;
}

@media (pointer: fine) and (hover: hover) {
  .el_howManyInCart_inDrawer {
    right: -6px;
    top: -2px;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .el_howManyInCart_inDrawer {
    right: -6px;
    top: -2px;
  }
}

.hp_loggedIn_show.hp_loggedIn_false {
  display: none;
}

.hp_loggedIn_hidden.hp_loggedIn_true {
  display: none;
}

.el_nonContextBorder {
  border-top: 1px solid #bbb;
  height: 1px;
}

@media (pointer: fine) and (hover: hover) {
  .el_nonContextBorder {
    display: none;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .el_nonContextBorder {
    display: none;
  }
}

.hp_nonContextBorder_withmargin {
  margin-bottom: 16px;
}

@media (pointer: fine) and (hover: hover) {
  .hp_nonContextBorder_withmargin {
    border-top: 1px solid #bbb;
    display: block;
    height: 1px;
    width: 100%;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .hp_nonContextBorder_withmargin {
    border-top: 1px solid #bbb;
    display: block;
    height: 1px;
    width: 100%;
  }
}

.bl_btnBaseColor {
  border: 1px solid #222;
  color: #222;
  display: inline-block;
  padding: 16px 0;
  text-align: center;
  width: 100%;
}

.bl_btnBaseColor > span {
  display: block;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.bl_btnBaseColor:visited {
  color: #222;
}

.bl_btnBaseColor:active {
  border-top: 1px solid #222;
  -webkit-box-shadow: inset 0 1px 3px #bbb;
          box-shadow: inset 0 1px 3px #bbb;
  padding-top: 17px;
  padding-bottom: 15px;
}

.bl_btnBaseColor:focus {
  opacity: 0.5;
}

.bl_btnLighetColor {
  border: 1px solid #bbb;
  color: #888;
  display: inline-block;
  padding: 16px 0;
  text-align: center;
  width: 100%;
}

.bl_btnLighetColor > span {
  display: block;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.bl_btnLighetColor:visited {
  color: #888;
}

.bl_btnLighetColor:active {
  border-top: 1px solid #bbb;
  -webkit-box-shadow: inset 0 1px 3px #ddd;
          box-shadow: inset 0 1px 3px #ddd;
  padding-top: 17px;
  padding-bottom: 15px;
}

.bl_btnLighetColor:focus {
  opacity: 0.5;
}

.ly_btnRoundedRect {
  margin: 0 auto 16px;
  padding: 11.5px 0;
}

a.bl_btnRoundedRect {
  display: block;
}

.bl_btnRoundedRect {
  border: 1px solid #bbb;
  border-radius: 2.6rem;
  color: #888;
  text-align: center;
  width: 200px;
}

.bl_btnRoundedRect > span {
  display: block;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.bl_btnRoundedRect:visited {
  color: #888;
}

.bl_btnRoundedRect:active {
  border-top: 1px solid #bbb;
  -webkit-box-shadow: inset 0 1px 3px #ddd;
          box-shadow: inset 0 1px 3px #ddd;
  padding-top: 12.5px;
  padding-bottom: 10.5px;
}

.bl_btnRoundedRect:focus {
  opacity: 0.5;
}

.ly_btnRoundedRect_mini {
  margin: 0 auto 8px;
  padding: 8.5px 0;
}

a.bl_btnRoundedRect_mini {
  display: block;
}

.bl_btnRoundedRect_mini {
  border: 1px solid #bbb;
  border-radius: 2.6rem;
  color: #888;
  font-size: 1.2rem;
  text-align: center;
  width: 128px;
}

.bl_btnRoundedRect_mini > span {
  display: block;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.bl_btnRoundedRect_mini:visited {
  color: #888;
}

.bl_btnRoundedRect_mini:active {
  border-top: 1px solid #bbb;
  -webkit-box-shadow: inset 0 1px 3px #ddd;
          box-shadow: inset 0 1px 3px #ddd;
  padding-top: 9.5px;
  padding-bottom: 7.5px;
}

.bl_btnRoundedRect_mini:focus {
  opacity: 0.5;
}

.bl_btnCheck {
  border: 1px solid #00c3ff;
  color: #00c3ff;
  display: inline-block;
  padding: 12px 0;
  text-align: center;
  width: 100%;
}

.bl_btnCheck > span {
  display: block;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.bl_btnCheck:visited {
  color: #00c3ff;
}

.bl_btnCheck:active {
  border-top: 2px solid #00c3ff;
  padding-bottom: 15px;
}

.bl_display_none {
  display: none;
}

.hp_btn_noMargin {
  margin: 0;
  width: 100%;
}

.hp_btn_noSideMargin {
  margin: 0 0 16px;
  width: 100%;
}

.hp_btn_narrow {
  padding: 5px 0;
}

.hp_btn_narrow span {
  font-size: 1.3rem;
}

.hp_btn_narrow:active {
  padding: 6px 0 4px;
}

.hp_btn_widthLimit {
  margin: 0 auto;
  max-width: 1024px;
}

.el_functionalIcon {
  height: 23px;
  width: 23px;
}

.hp_goodsContainer {
  padding: 16px 0 0;
}

.bl_goodsMain {
  margin: 0 3% 16px;
}

.fs-p-closed .el_lv2h_pageHeading,
.bl_main > .el_lv2h_pageHeading {
  font-size: 1.6rem;
  line-height: 1.15;
  -webkit-box-ordinal-group: -1;
      -ms-flex-order: -2;
          order: -2;
  padding: 32px 0;
  text-align: center;
}

.bl_goodsMainContainer {
  width: 100%;
  text-align: center;
}

@media (pointer: fine) and (hover: hover) {
  .bl_goodsMainContainer {
    width: 48%;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .bl_goodsMainContainer {
    width: 48%;
  }
}

.bl_goodsSubContainer {
  margin-left: 0;
  width: 100%;
}

@media (pointer: fine) and (hover: hover) {
  .bl_goodsSubContainer {
    margin-left: 4%;
    width: 48%;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .bl_goodsSubContainer {
    margin-left: 4%;
    width: 48%;
  }
}

@media (pointer: fine) and (hover: hover) {
  .bl_checkoutContainer {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0 4% 32px;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .bl_checkoutContainer {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0 4% 32px;
  }
}

.el_date {
  border-bottom: 1px solid #bbb;
  margin: 12px auto 48px;
  max-width: 600px;
  text-align: right;
}

.bl_ecDiscription > div * {
  padding: 4px 4px 4px 2px;
}

.bl_ecDiscription > div + div {
  margin-top: 48px;
}

.bl_ecDiscription > div small {
  display: block;
  padding-left: 0;
}

.bl_ecDiscription > div address {
  padding: 0;
}

.bl_ecDiscription > div address > dl {
  margin: 8px 8px 16px;
}

.bl_ecDiscription > div address.el_legalDetail > dl {
  margin: 0 auto 48px;
}

.bl_ecDiscription h3 {
  border-bottom: 1px solid #bbb;
  font-size: 1.6rem;
  margin-bottom: 4px;
}

.bl_ecDiscription p,
.bl_ecDiscription h4 {
  line-height: 1.4;
  padding-left: 8px;
}

.bl_ecDiscription > P {
  padding: 4px 4px 4px 2px;
}

.bl_ecDiscription ul {
  padding: 0;
}

.bl_ecDiscription ul > li {
  position: relative;
  margin-left: 1.8em;
  line-height: 1.4;
}

.bl_ecDiscription ul > li::before {
  content: "◯";
  font-size: 1rem;
  left: -1.4em;
  position: absolute;
  top: 0.7em;
}

.bl_ecDiscription ul > li + li {
  margin-top: 2px;
}

.bl_ecDiscription li > .bl_cautionList {
  margin: 6px 0 0 -0.8em;
}

.bl_ecDiscription .bl_cautionList {
  margin-top: 2px;
}

.bl_ecDiscription .bl_cautionList > li::before {
  content: "※";
  font-size: 1rem;
  left: -1.4em;
  position: absolute;
  top: 0.7em;
}

.bl_ecDiscription ol {
  padding: 0;
}

.bl_ecDiscription ol > li {
  position: relative;
  margin-left: 0.8em;
  line-height: 1.4;
}

.bl_ecDiscription dl {
  padding: 0;
  margin: 0 0 0 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.bl_ecDiscription dl > dt {
  border-bottom: 1px solid #ddd;
}

.bl_ecDiscription dl > dd {
  padding-left: 8px;
}

.bl_ecDiscription dl > dd + dt {
  margin-top: 8px;
}

.bl_ecDiscription .hp_lyright {
  text-align: right;
  padding-top: 16px;
  margin-right: 8px;
}

.bl_ecDiscription .hp_lyright small + small {
  margin-top: 4px;
}

.bl_ecDiscription.hp_newsContent {
  position: relative;
  margin: 0 auto;
}

.bl_ecDiscription.hp_newsContent > * {
  max-width: 600px;
  margin: 0 auto;
  width: 100%;
}

.bl_ecDiscription.hp_newsContent h3 {
  margin: 0 auto 24px;
}

.bl_ecDiscription.hp_newsContent p + h3 {
  margin-top: 48px;
}

.bl_ecDiscription.hp_newsContent p + .hp_bigImg {
  margin-top: 16px;
}

.bl_ecDiscription.hp_newsContent .hp_maxWidImg + h3 {
  margin-top: 48px;
}

.bl_ecDiscription.hp_newsContent a {
  -webkit-text-decoration: underline solid #bbb;
          text-decoration: underline solid #bbb;
}

.bl_ecDiscription.hp_newsContent img {
  padding: 0;
  margin: 8px auto;
  width: 100%;
}

.bl_ecDiscription.hp_newsContent img.hp_bigImg {
  float: left;
  margin-top: 0;
  margin-bottom: 48px;
  max-width: 1024px;
}

.bl_ecDiscription.hp_newsContent img.hp_floatLeft {
  float: left;
  margin-left: -8px;
  margin-right: 8px;
  width: auto;
}

.bl_ecDiscription.hp_newsContent img.hp_floatRight {
  float: right;
  margin-left: 8px;
  margin-right: -8px;
  width: auto;
}

.bl_ecDiscription.hp_newsContent p {
  padding: 0 8px;
}

.bl_ecDiscription.hp_newsContent p::after {
  clear: both;
}

.bl_olistWithTitle {
  counter-reset: outsideListCounter;
}

.bl_olistWithTitle > li::before {
  content: counter(outsideListCounter) ".";
  counter-increment: outsideListCounter;
  left: 0.1em;
  position: absolute;
  top: 0.15em;
}

.bl_olistWithTitle > li > h3 {
  display: inline-block;
  padding-left: 1.2em;
  width: 100%;
}

.bl_olistWithTitle > li + li {
  margin-top: 24px;
}

p + .bl_olistWithTitle {
  margin: 24px 0 0 -8px;
}

.bl_olistWithoutTitle {
  counter-reset: insideListCounter;
}

.bl_olistWithoutTitle > li {
  padding-left: 1.3em;
}

.bl_olistWithoutTitle > li::before {
  content: counter(insideListCounter) ".";
  counter-increment: insideListCounter;
  left: 0.1em;
  position: absolute;
}

.bl_olistWithoutTitle > li + li {
  margin-top: 2px;
}

.bl_olistWithoutTitle > li > .bl_olistWithoutTitle {
  margin-top: 2px;
}

p + .bl_olistWithoutTitle {
  margin-top: 2px;
}

.bl_kwSearch > form {
  max-width: 480px;
  width: 100%;
  margin: 0 auto;
}

.bl_kwSearch > form .hp_kwSearch_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (pointer: fine) and (hover: hover) {
  .bl_kwSearch > form .hp_kwSearch_flex {
    -webkit-transform: translateX(18px);
        -ms-transform: translateX(18px);
            transform: translateX(18px);
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .bl_kwSearch > form .hp_kwSearch_flex {
    -webkit-transform: translateX(18px);
        -ms-transform: translateX(18px);
            transform: translateX(18px);
  }
}

.bl_kwSearch > form [type="submit"] {
  padding: 7px;
}

.bl_kwSearch > form [type="submit"] > img {
  height: 23px;
  width: 23px;
}

.fs-body-search .bl_main .bl_kwSearch {
  margin-bottom: 32px;
}

@media (pointer: fine) and (hover: hover) {
  .fs-body-search .bl_main .bl_kwSearch {
    display: none;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .fs-body-search .bl_main .bl_kwSearch {
    display: none;
  }
}

.bl_main .hp_btnContainer_home {
  margin-top: 48px;
}

@media (pointer: fine) and (hover: hover) {
  .bl_main .hp_btnContainer_home {
    margin-top: 72px;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .bl_main .hp_btnContainer_home {
    margin-top: 72px;
  }
}

.bl_main .hp_btnContainer_home .ly_btnRoundedRect {
  margin-bottom: 0;
}

.bl_main .hp_anchor_underline,
.bl_main .hp_anchor_underline:visited
.bl_main .hp_anchor_underline:active,
.bl_main .hp_anchor_underline:focus {
  -webkit-text-decoration: underline solid #222;
          text-decoration: underline solid #222;
}

.hp_main_contact .bl_btnModuleBlock {
  margin-top: 41px;
}

.hp_main_contactSuccess .hp_btnContainer_home {
  margin-top: 45px;
}

@media (pointer: fine) and (hover: hover) {
  .hp_main_contactSuccess .hp_btnContainer_home {
    margin-top: 69px;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .hp_main_contactSuccess .hp_btnContainer_home {
    margin-top: 69px;
  }
}

.hp_main_contactFailed .hp_btnContainer_home {
  margin-top: 45px;
}

@media (pointer: fine) and (hover: hover) {
  .hp_main_contactFailed .hp_btnContainer_home {
    margin-top: 69px;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .hp_main_contactFailed .hp_btnContainer_home {
    margin-top: 69px;
  }
}

.hp_pastNewsList {
  overflow: visible;
}

.hp_pastNewsList .ly_newsList {
  padding-top: 0;
}

.hp_pastNewsList .ly_newsList li {
  margin-top: 12px;
}

.el_menuToggleCb {
  display: none;
}

.bl_itemsMenu {
  position: relative;
}

.bl_itemsMenu ~ .bl_itemsDropdown {
  opacity: 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.bl_itemsMenu ~ .bl_itemsDropdown > div {
  display: none;
}

.bl_itemsMenu::after {
  content: '';
  height: 6px;
  width: 6px;
  border: none;
  border-right: 1px solid #222;
  border-top: 1px solid #222;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  top: 48%;
  right: 14px;
  position: absolute;
}

.el_menuToggleCb:checked ~ .bl_itemsMenu::before {
  content: '';
  height: 12px;
  width: 12px;
  background: #fff;
  border: none;
  border-right: 1px solid #bbb;
  border-top: 1px solid #bbb;
  -webkit-transform: rotate(-45deg) translateX(54px);
      -ms-transform: rotate(-45deg) translateX(54px);
          transform: rotate(-45deg) translateX(54px);
  top: 70px;
  position: absolute;
  z-index: 101;
}

.el_menuToggleCb:checked ~ .bl_itemsMenu::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 40%;
}

.el_menuToggleCb:checked ~ .bl_itemsDropdown {
  -webkit-animation: 0.1s linear 0s 1 normal forwards fadeIn;
          animation: 0.1s linear 0s 1 normal forwards fadeIn;
  background: #fff;
  display: block;
  border-top: 1px solid #bbb;
  -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  left: 0;
  opacity: 1;
  position: absolute;
  width: 100%;
  z-index: 100;
}

.el_menuToggleCb:checked ~ .bl_itemsDropdown > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-width: 768px;
  margin: 0 auto;
  padding: 32px 0;
}

.el_menuToggleCb:checked ~ .bl_itemsDropdown > div > ul {
  margin-right: 4%;
  padding: 0 0 0 8px;
  width: 31%;
}

.el_menuToggleCb:checked ~ .bl_itemsDropdown > div > ul ul {
  padding: 0 0 0 12px;
}

.el_menuToggleCb:checked ~ .bl_itemsDropdown > div > ul:last-child {
  margin-right: 0;
}

.el_menuToggleCb:checked ~ .bl_itemsDropdown > div > ul li {
  font-size: 1.4rem;
  margin: 0 0 16px 0;
}

.el_menuToggleCb:checked ~ .bl_itemsDropdown .hp_categoryMargin {
  margin: 32px 0 16px 0;
}

.el_menuToggleCb:checked ~ .bl_itemsDropdown .bl_itemsDropClose {
  background: #fff;
  border-top: 1px dotted #bbb;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 8px 8px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  display: block;
  font-size: 1.2rem;
  left: 50%;
  position: absolute;
  padding: 6px 0;
  text-align: center;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 68px;
  z-index: 101;
}

.el_menuToggleCb:checked#menuToggle0 ~ .el_itemsMenu::before {
  -webkit-transform: rotate(-45deg) translateX(24px);
      -ms-transform: rotate(-45deg) translateX(24px);
          transform: rotate(-45deg) translateX(24px);
  top: 49px;
}

.el_menuToggleCb:checked#menuToggle1 ~ .bl_itemsDropdown > div:first-child {
  background: local left 8px bottom 48px/128px auto no-repeat url("https://swing.itembox.design/item/assets/images/common/swinswing-logo.svg?t=20211110110848");
}

.el_menuToggleCb:checked#menuToggle2 ~ .bl_itemsDropdown > div:first-child {
  background: local left 8px bottom 32px/128px auto no-repeat url("https://swing.itembox.design/item/assets/images/common/marlenedam-logo.jpg?t=20211110110848");
}

.bl_desktopMenu .bl_itemsDropdown {
  top: 38px;
  position: absolute;
}

.bl_itemsMenu {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.bl_itemsMenu:hover::after {
  opacity: .5;
}

.el_itemsMenu {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.el_itemsMenu:hover {
  opacity: .5;
}

.bl_footerAccordion_body.is_active .hp_newWindowAnchor::after {
  content: url("https://swing.itembox.design/item/assets/images/common/newTabIcon.svg?t=20211110110848");
  width: 10px;
  height: 10px;
  display: inline-block;
  margin-left: 5px;
}

@media (pointer: fine) and (hover: hover) {
  .hp_newWindowAnchor::after {
    content: url("https://swing.itembox.design/item/assets/images/common/newTabIcon.svg?t=20211110110848");
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-left: 5px;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .hp_newWindowAnchor::after {
    content: url("https://swing.itembox.design/item/assets/images/common/newTabIcon.svg?t=20211110110848");
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-left: 5px;
  }
}

.bl_drawerAccordion_body.is_active .hp_newWindowAnchor::after {
  content: url("https://swing.itembox.design/item/assets/images/common/newTabIcon.svg?t=20211110110848");
  width: 10px;
  height: 10px;
  display: inline-block;
  margin-left: 5px;
}

.el_cautionParagraph {
  position: relative;
}

.el_cautionParagraph::before {
  content: "※";
  position: absolute;
  left: -1em;
}

p + .el_cautionParagraph {
  margin: 1em 1em 1.5em;
}

.fs-c-couponExpiration__list__item {
  display: none;
}

li.fs-c-couponExpiration__list__item--available {
  display: block;
}

#fs-page-error-container {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

.fs-c-panelContainer {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

.fs-c-productListCarousel__ctrl {
  -ms-flex-preferred-size: 24px;
      flex-basis: 24px;
  min-width: 24px;
}

@media (pointer: fine) and (hover: hover) {
  .fs-c-productListCarousel__ctrl {
    -ms-flex-preferred-size: 32px;
        flex-basis: 32px;
    min-width: 32px;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .fs-c-productListCarousel__ctrl {
    -ms-flex-preferred-size: 32px;
        flex-basis: 32px;
    min-width: 32px;
  }
}

.fs-preview-header {
  display: none;
}

.fs-c-button__label {
  display: none;
}

@media (pointer: fine) and (hover: hover) {
  .fs-l-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .fs-l-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

/* パンくずlist*/
.fs-c-breadcrumb {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

@media (pointer: fine) and (hover: hover) {
  .fs-c-breadcrumb {
    width: 100%;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .fs-c-breadcrumb {
    width: 100%;
  }
}

nav > .fs-c-breadcrumb__list {
  max-width: 1024px;
  margin: 0  auto;
  padding: 8px;
}

div > .fs-c-breadcrumb__list {
  max-width: 1024px;
  margin: 0  auto;
  padding: 0 8px 8px;
}

.fs-c-breadcrumb__list li,
.fs-c-breadcrumb__list a,
.fs-c-breadcrumb__list a:hover,
.fs-c-breadcrumb__list a:visited,
.fs-c-breadcrumb__list a:active {
  color: #888;
}

/* 商品画像 */
.fs-c-productMainImage__image {
  text-align: center;
  margin: 0 0 16px;
}

.fs-c-productThumbnail {
  margin: 0 0 16px;
}

.fs-c-productThumbnail__image {
  position: relative;
  margin: 0 6px 18px 0;
  -ms-flex-preferred-size: 74px;
      flex-basis: 74px;
  min-width: 74px;
}

.fs-c-productThumbnail__image .fs-c-productThumbnail__image__caption {
  background: rgba(255, 255, 255, 0.75);
  position: absolute;
  bottom: -14px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}

/* 商品名 */
.fs-c-productNameHeading.fs-c-heading {
  font-size: 1.5rem;
  margin: 0 0 16px;
}

/* 商品価格 */
.fs-c-productPrice {
  letter-spacing: 0.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  /* 商品一覧、商品詳細、カート、カルーセル共通 */
}

/* 商品詳細ページの商品価格 */
.fs-c-productPrices--productDetail {
  font-size: 1.5rem;
  margin: 0 0 16px;
}

/* セール価格 */
.fs-c-productPrice--listed {
  text-decoration: line-through;
}

.fs-c-productPrice--listed + .fs-c-productPrice--selling {
  color: #ff0000;
  margin-top: 4px;
}

/* 商品一覧、カルーセルの商品価格 */
.fs-c-productListItem__prices {
  font-size: 1.3rem;
}

/* カートの商品価格 */
/* .fs-c-cartTable__unitPrice > .fs-c-productPrice {
  font-size: 1.3rem;
} */
.fs-c-productPrice__addon__label::before {
  content: '(';
}

.fs-c-productPrice__addon__label::after {
  content: ')';
}

/* ログインメッセージ */
.fs-c-registeredUsers__title {
  color: #222;
  font-size: 1.6rem;
  text-align: center;
}

/* 非バリエーション商品のお気に入りと購入数 */
.fs-c-productQuantityAndWishlist {
  position: relative;
}

.fs-c-productQuantityAndWishlist__wishlist {
  position: absolute;
  right: calc(3% + 12px);
  top: -35px;
  /* 23px(icon) + 12px(margin) */
}

/* 購入数を表示しない */
.fs-c-productQuantityAndWishlist__quantity {
  display: none;
}

.fs-c-buttonContainer > a,
.fs-c-continueShopping > a {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.fs-c-buttonContainer > a:hover,
.fs-c-continueShopping > a:hover {
  opacity: 0.5;
}

.fs-c-buttonContainer > a > *:hover,
.fs-c-continueShopping > a > *:hover {
  opacity: 1;
}

.fs-c-checkout-multiDestination__info__control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 8px 0 24px;
}

.fs-c-buttonContainer.fs-c-buttonContainer--changeSmall > button,
.fs-c-buttonContainer--chooseDestination > button {
  margin-top: 8px;
  padding: 16px 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.fs-c-buttonContainer.fs-c-buttonContainer--changeSmall > button:active,
.fs-c-buttonContainer--chooseDestination > button:active {
  padding-top: 17px;
  padding-bottom: 15px;
}

.fs-c-checkout-multiDestination__info__control > * + * {
  margin: auto;
  margin: unset;
}

.fs-c-buttonContainer--chooseDestination {
  margin-left: auto;
}

/* 商品説明(大)
パラグラフ・アコーディオン...はとりあえず実装しない */
/* <div class="fs-p-productDescription fs-p-productDescription--full"> */
.fs-p-productDescription {
  border: 1px solid #ddd;
  border-radius: 8px;
  margin: 0 0 16px;
  padding: 16px;
}

.fs-p-productDescription > h3 {
  font-size: 1.5rem;
  margin: 0 0 12px;
}

.fs-p-productDescription > p {
  margin: 0 0 12px;
}

/* バリエーション商品表示 */
.fs-c-variationList__item {
  border: 1px solid #ddd;
  border-radius: 8px;
  margin: 0 0 16px;
  padding: 8px 12px;
}

.fs-c-button--addToCart--variation {
  /* margin: 1px; for translateY(1px) */
  padding: 12px 4px;
}

.fs-c-button--addToCart--variation:active {
  padding-top: 13px;
  padding-bottom: 11px;
}

.fs-c-variationList__item__title {
  font-size: 1.4rem;
}

.fs-c-variationCart > li {
  -ms-grid-columns: 1fr 3em 166px;
      grid-template-columns: 1fr 3em 166px;
  -ms-grid-rows: auto;
      grid-template-rows: auto;
}

@media (max-width: 375px) {
  .fs-c-variationCart > li {
    overflow-wrap: break-word;
    -ms-grid-columns: 1fr 3em 3fr;
        grid-template-columns: 1fr 3em 3fr;
  }
}

@media (pointer: fine) and (hover: hover) and (max-width: 800px) {
  .fs-c-variationCart > li {
    overflow-wrap: break-word;
    -ms-grid-columns: 3fr 3em 8fr;
        grid-template-columns: 3fr 3em 8fr;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .fs-c-variationCart > li {
    overflow-wrap: break-word;
    -ms-grid-columns: 1fr 33px 120px;
        grid-template-columns: 1fr 33px 120px;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .fs-c-variationCart.fs-c-variationCart--withImage > li {
    overflow-wrap: break-word;
    -ms-grid-columns: auto 1fr 33px 120px;
        grid-template-columns: auto 1fr 33px 120px;
  }
}

.fs-c-variationCart.fs-c-variationCart--withImage > li > .fs-c-variationCart__image {
  display: none;
}

.fs-c-variationCart.fs-c-variationCart--withImage > li > .fs-c-variationCart__cartButton {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.fs-c-variationCart.fs-c-variationCart--withImage > li > .fs-c-variationCart__variationName {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.fs-c-variationCart.fs-c-variationCart--withImage > li > .fs-c-variationCart__wishlist {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.fs-c-variationLabel {
  font-size: 1.4rem;
  margin: 0 0 8px;
}

/* 人商品表示カルーセル */
.fs-c-productListCarousel {
  margin: 0 auto;
  max-width: 1024px;
}

.fs-body-bundle .bl_main,
.fs-body-category .bl_main,
.fs-body-search .bl_main {
  margin-bottom: 48px;
}

/* カルーセル上 or 商品一覧の1セル */
.fs-c-productListItem {
  position: relative;
}

/* カルーセル上 or 商品一覧のwishlist登録 */
.fs-c-productListItem__control {
  position: absolute;
  top: 8px;
  right: 8px;
}

/* 商品一覧の表示セルコントロール */
.fs-c-productList__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 3% 0;
  max-width: 1024px;
}

/* 商品一覧の1セル(fs-c-productListItem)のマージン */
.fs-c-productList__list__item {
  margin: 0 16px 36px 0;
}

.fs-c-productListItem__viewMoreImageButton {
  text-align: center;
  width: 100%;
}

@media (max-width: 480px) {
  .fs-c-productList__list .fs-c-productList__list__item {
    width: calc(calc(100% - 16px) / 2);
  }
}

@media screen and (max-width: 480px) and (-ms-high-contrast: active), screen and (max-width: 480px) and (-ms-high-contrast: none) {
  .fs-c-productList__list .fs-c-productList__list__item {
    margin: 0 4% 36px 0;
    width: 48%;
  }
}

@media (max-width: 480px) {
  .fs-c-productList__list__item:nth-child(2n) {
    margin: 0 0 24px;
  }
}

@media (min-width: 481px) and (max-width: 768px) {
  .fs-c-productList__list .fs-c-productList__list__item {
    width: calc(calc(100% - 32px) / 3);
  }
}

@media screen and (min-width: 481px) and (max-width: 768px) and (-ms-high-contrast: active), screen and (min-width: 481px) and (max-width: 768px) and (-ms-high-contrast: none) {
  .fs-c-productList__list .fs-c-productList__list__item {
    margin: 0 3% 36px 0;
    width: 31%;
  }
}

@media (min-width: 481px) and (max-width: 768px) {
  .fs-c-productList__list__item:nth-child(3n) {
    margin: 0 0 24px;
  }
}

@media (min-width: 769px) {
  .fs-c-productList__list .fs-c-productList__list__item {
    width: calc(calc(100% - 48px) / 4);
  }
}

@media screen and (min-width: 769px) and (-ms-high-contrast: active), screen and (min-width: 769px) and (-ms-high-contrast: none) {
  .fs-c-productList__list .fs-c-productList__list__item {
    margin: 0 2% 36px 0;
    width: 23%;
  }
}

@media (min-width: 769px) {
  .fs-c-productList__list__item:nth-child(4n) {
    margin: 0 0 24px;
  }
}

/* 商品カテゴリーページやカルーセルの商品画像のマージン */
.fs-c-productListItem__image__image {
  margin: 0 0 8px;
}

.fs-c-productList__controller {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  text-align: center;
  margin: 0 0 32px;
}

.fs-c-productList__controller > div {
  margin: 0 auto 8px;
  max-width: 320px;
  width: 100%;
}

.fs-c-sortItems {
  font-size: 1.3rem;
  text-align: left;
}

.fs-c-sortItems__label {
  display: block;
  height: 38px;
  padding: 8px;
}

.fs-c-sortItems__list {
  padding: 0;
}

.fs-c-sortItems__list li {
  border: 1px solid #bbb;
  color: #bbb;
  display: inline-block;
  padding: 8px;
  text-align: center;
  width: 98px;
}

.fs-c-sortItems__list__item.is-active {
  border: 1px solid #222;
  color: #222;
}

.fs-c-subgroup .fs-c-listControl {
  display: none;
}

.fs-c-subgroup {
  max-width: 1024px;
  margin: 0 auto 32px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media (pointer: fine) and (hover: hover) {
  .fs-c-subgroup {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: auto;
    width: unset;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .fs-c-subgroup {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: auto;
    width: unset;
  }
}

/* サブカテゴリーのリスト */
.fs-c-subgroupList {
  width: 304px;
}

@media (pointer: fine) and (hover: hover) {
  .fs-c-subgroupList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 32px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
    width: 100%;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .fs-c-subgroupList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 32px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
    width: 100%;
  }
}

.fs-c-subgroupList li {
  border-top: 1px solid #ddd;
  font-size: 1.5rem;
  padding: 8px 8px 8px 24px;
  position: relative;
}

@media (pointer: fine) and (hover: hover) {
  .fs-c-subgroupList li {
    font-size: 1.3rem;
    margin-right: 2%;
    padding: 12px 12px 12px 24px;
    width: 32%;
  }
  .fs-c-subgroupList li:nth-child(3n) {
    margin-right: 0;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .fs-c-subgroupList li {
    font-size: 1.3rem;
    margin-right: 2%;
    padding: 12px 12px 12px 24px;
    width: 32%;
  }
  .fs-c-subgroupList li:nth-child(3n) {
    margin-right: 0;
  }
}

.fs-c-subgroupList li:last-child {
  border-bottom: 1px solid #ddd;
}

@media (pointer: fine) and (hover: hover) {
  .fs-c-subgroupList li:nth-last-child(-n+3) {
    border-bottom: 1px solid #ddd;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .fs-c-subgroupList li:nth-last-child(-n+3) {
    border-bottom: 1px solid #ddd;
  }
}

/* サブカテゴリーのリスト
  文字のプレフィックス ">" */
.fs-c-subgroupList li a::before {
  content: '';
  height: 7px;
  width: 7px;
  border: none;
  border-right: 1px solid #222;
  border-top: 1px solid #222;
  left: 4px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  top: 16px;
  position: absolute;
}

/* ～がありません系メッセージ */
.fs-c-pageMessage {
  width: 100%;
}

.fs-c-noResultMessage__title {
  font-size: 1.5rem;
  padding: 88px 0;
  text-align: center;
}

/* ショッピングバッグ */
.bl_main > .fs-l-cart__contentsArea {
  margin: 0 3% 32px;
}

@media (pointer: fine) and (hover: hover) {
  .bl_main > .fs-l-cart__contentsArea {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0 4% 32px;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .bl_main > .fs-l-cart__contentsArea {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0 4% 32px;
  }
}

@media (pointer: fine) and (hover: hover) {
  .fs-l-cart__mainColumn {
    width: 62%;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .fs-l-cart__mainColumn {
    width: 62%;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}

@media (pointer: fine) and (hover: hover) {
  .fs-l-cart__sideColumn {
    border-bottom: 1px solid #bbb;
    border-top: 1px solid #bbb;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    height: auto;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 210px;
    margin-left: 4%;
    padding: 16px 0;
    width: 34%;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .fs-l-cart__sideColumn {
    border-bottom: 1px solid #bbb;
    border-top: 1px solid #bbb;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    height: auto;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 210px;
    margin-left: 4%;
    padding: 16px 0;
    width: 34%;
  }
}

@media (pointer: fine) and (hover: hover) {
  .fs-c-continueShopping {
    text-align: center;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .fs-c-continueShopping {
    text-align: center;
  }
}

@media (pointer: fine) and (hover: hover) {
  .fs-body-cart .fs-c-button--continueShopping {
    margin: 32px auto;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .fs-body-cart .fs-c-button--continueShopping {
    margin: 32px auto;
  }
}

.fs-c-purchaseHere__message {
  margin: 0 0 8px;
}

#fs-cartTotals-container {
  margin: 56px 3% 56px;
}

@media (pointer: fine) and (hover: hover) {
  #fs-cartTotals-container {
    margin: 0 3% 32px;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  #fs-cartTotals-container {
    margin: 0 3% 32px;
  }
}

/* ショッピングバッグ商品表示テーブル */
.fs-c-cartTable > thead {
  display: none;
}

.fs-c-cartTable__dataCell {
  border: none;
}

.fs-c-cartTable__row {
  border-top: 1px solid #bbb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 16px;
}

@media (pointer: fine) and (hover: hover) {
  .fs-c-cartTable__row {
    border-top: 1px solid #ddd;
  }
  .fs-c-cartTable__row:first-child {
    border-top: 1px solid #bbb;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .fs-c-cartTable__row {
    border-top: 1px solid #ddd;
  }
  .fs-c-cartTable__row:first-child {
    border-top: 1px solid #bbb;
  }
}

.fs-c-cartTable {
  border-bottom: 1px solid #bbb;
}

.fs-c-cartTableContainer {
  width: 100%;
}

/* 商品表示列 */
.fs-c-cartTable__dataCell--product {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  width: 100%;
}

.fs-c-cartTable__productInfo {
  width: 100%;
}

/* カート商品表示の文字(自動生成) */
.fs-c-cartTable__product,
.fs-c-cartTable__product a,
.fs-c-cartTable__product a:visited {
  color: #888;
  font-size: 1.4rem;
}

/* 返品特約メッセージ */
.fs-c-returnedSpecialContract {
  margin: 0 0 32px;
  padding-top: 8px;
}

@media (pointer: fine) and (hover: hover) {
  .fs-c-returnedSpecialContract {
    border-top: 1px solid #ddd;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .fs-c-returnedSpecialContract {
    border-top: 1px solid #ddd;
  }
}

/* 数量表示列 */
.fs-c-cartTable__dataCell--quantity {
  display: block;
  margin-left: auto;
  margin-top: -16px;
  -webkit-transition: margin-top 0.5s;
  -o-transition: margin-top 0.5s;
  transition: margin-top 0.5s;
  white-space: nowrap;
  width: 56px;
}

@media (min-width: 376px) {
  .fs-c-cartTable__dataCell--quantity {
    margin-top: -32px;
  }
}

@media (pointer: fine) and (hover: hover) {
  .fs-c-cartTable__dataCell--quantity {
    margin-top: -32px;
  }
}

@media (pointer: fine) and (hover: hover) and (max-width: 768px) {
  .fs-c-cartTable__dataCell--quantity {
    margin-top: -16px;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .fs-c-cartTable__dataCell--quantity {
    margin-top: -32px;
  }
}

@media screen and (-ms-high-contrast: active) and (max-width: 768px), screen and (-ms-high-contrast: none) and (max-width: 768px) {
  .fs-c-cartTable__dataCell--quantity {
    margin-top: -16px;
  }
}

.fs-c-quantity__select {
  border: 1px solid #ddd;
  margin: 0;
  padding: 4px;
}

.fs-c-quantity__number {
  border: 1px solid #ddd;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 30px;
  margin: 8px 0 0;
  text-align: left;
}

.fs-c-cartTable__quantity {
  display: block;
  margin: 13px 0 0;
}

.fs-c-cartTable__quantity > select {
  margin-top: -5px;
}

/* 小計表示列 */
.fs-c-cartTable__dataCell--subtotal {
  display: block;
  margin-top: -16px;
  -webkit-transition: margin-top 0.5s;
  -o-transition: margin-top 0.5s;
  transition: margin-top 0.5s;
  width: 88px;
}

@media (min-width: 376px) {
  .fs-c-cartTable__dataCell--subtotal {
    margin-top: -32px;
  }
}

@media (pointer: fine) and (hover: hover) {
  .fs-c-cartTable__dataCell--subtotal {
    margin-top: -32px;
  }
}

@media (pointer: fine) and (hover: hover) and (max-width: 768px) {
  .fs-c-cartTable__dataCell--subtotal {
    margin-top: -16px;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .fs-c-cartTable__dataCell--subtotal {
    margin-top: -32px;
  }
}

@media screen and (-ms-high-contrast: active) and (max-width: 768px), screen and (-ms-high-contrast: none) and (max-width: 768px) {
  .fs-c-cartTable__dataCell--subtotal {
    margin-top: -16px;
  }
}

.fs-c-cartTable__price {
  margin: 13px 0 0;
}

/* 削除ボタン */
.fs-c-cartTable__dataCell--action {
  display: block;
  padding-top: 24px;
  margin-top: -16px;
  -webkit-transition: margin-top 0.5s;
  -o-transition: margin-top 0.5s;
  transition: margin-top 0.5s;
  width: 64px;
}

@media (min-width: 376px) {
  .fs-c-cartTable__dataCell--action {
    margin-top: -32px;
  }
}

@media (pointer: fine) and (hover: hover) {
  .fs-c-cartTable__dataCell--action {
    margin-top: -32px;
  }
}

@media (pointer: fine) and (hover: hover) and (max-width: 768px) {
  .fs-c-cartTable__dataCell--action {
    margin-top: -16px;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .fs-c-cartTable__dataCell--action {
    margin-top: -32px;
  }
}

@media screen and (-ms-high-contrast: active) and (max-width: 768px), screen and (-ms-high-contrast: none) and (max-width: 768px) {
  .fs-c-cartTable__dataCell--action {
    margin-top: -16px;
  }
}

.fs-c-cartTable__actionButton {
  display: block;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 3px 0 0;
}

/* 合計表示 */
.fs-c-orderTotalTable {
  margin: 0 auto 32px;
  min-width: 204px;
  max-width: 480px;
  width: 80%;
}

.fs-c-checkout-preview__title {
  font-size: 1.5rem;
  margin: 4px 0 12px -7px;
}

@media (pointer: fine) and (hover: hover) {
  .fs-c-checkout-orderInfo__title {
    margin: 12px 1px;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .fs-c-checkout-orderInfo__title {
    margin: 12px 1px;
  }
}

.fs-c-totalAndActions > .fs-c-checkout-preview__title {
  margin: 0 auto 12px;
  max-width: 480px;
  width: 80%;
}

.fs-c-checkout-couponCodeInput__title {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 0;
  word-break: keep-all;
  min-width: 126px;
}

.fs-c-checkout-couponCodeInput__input {
  min-width: 200px;
  margin-bottom: 4px;
  margin-top: 4px;
}

.fs-c-couponCodeInput__button {
  min-width: 98px;
  margin: 4px 8px 4px auto;
}

.bl_btnLighetColor.fs-c-button--useCoupon {
  padding: 16px 20px;
}

.fs-c-checkout-couponList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.fs-c-checkout-couponList > .fs-c-checkout-couponList__item {
  border: 1px solid #bbb;
  border-radius: 8px;
  -webkit-box-shadow: 0 1px 2px #ddd;
          box-shadow: 0 1px 2px #ddd;
  padding: 8px;
  width: 48%;
}

.fs-c-checkout-couponList > .fs-c-checkout-couponList__item:nth-child(2n-1) {
  margin-right: 4%;
}

.fs-c-checkout-couponList > .fs-c-checkout-couponList__item .fs-c-checkout-couponList__description {
  margin-bottom: 8px;
}

.fs-c-checkout-couponList__item > * + * {
  margin-left: 0;
}

.fs-c-orderTotalTable__count {
  display: none;
}

.fs-c-orderTotalTable__sum th,
.fs-c-orderTotalTable__sum td {
  border: 0;
}

.fs-c-bundlePreview__item__total {
  margin-top: 8px;
}

.fs-c-orderTotalTable__bundleQuantity th,
.fs-c-orderTotalTable__bundleQuantity td,
.fs-c-orderTotalTable__itemPriceSummary th,
.fs-c-orderTotalTable__itemPriceSummary td {
  border: 0;
  border-bottom: 1px solid #bbb;
}

.fs-c-orderTotalTable > tbody > tr > th {
  text-align: center;
}

/* 600px以下の数量、小計の見出し(自動生成) */
.fs-c-cartTable__dataCell--point::before,
.fs-c-cartTable__dataCell--quantity::before,
.fs-c-cartTable__dataCell--subtotal::before {
  content: attr(data-cell-label);
  display: block;
  font-size: 0.8rem;
  font-weight: normal;
  margin: 0;
  text-align: center;
}

/* お気に入り商品カルーセル */
.bl_main > .fs-c-wishlistProduct {
  margin: 56px 0 32px;
}

@media (pointer: fine) and (hover: hover) {
  .bl_main > .fs-c-wishlistProduct {
    margin: 56px 4% 32px;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .bl_main > .fs-c-wishlistProduct {
    margin: 56px 4% 32px;
  }
}

.fs-c-wishlistProduct .fs-c-productListItem__control {
  display: none;
}

/*@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {*/
  .fs-c-button--carousel--prev:hover {
    opacity: 0.5;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
  }
  .fs-c-button--carousel--prev::before {
    content: url("https://swing.itembox.design/item/assets/images/common/navPrevIcon.svg?t=20211110110848");
    cursor: pointer;
    height: 48px;
    width: 24px;
  }
  .fs-c-button--carousel--next:hover {
    opacity: 0.5;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
  }
  .fs-c-button--carousel--next::before {
    content: url("https://swing.itembox.design/item/assets/images/common/navNextIcon.svg?t=20211110110848");
    cursor: pointer;
    height: 48px;
    width: 24px;
  }
}

.fs-c-wishlistProduct__footer {
  background: #fff;
  border: 1px solid #bbb;
  border-radius: 2.6rem;
  color: #888;
  margin: 32px auto 0;
  padding: 11.5px 0;
  text-align: center;
  width: 200px;
}

.fs-c-wishlistProduct__footer a {
  display: block;
}

.fs-c-wishlistProduct__footer a:visited {
  color: #888;
}

.fs-c-wishlistProduct__footer:active {
  border-top: 2px solid #bbb;
  padding-bottom: 10.5px;
}

.fs-c-cartBundleInfo__button {
  margin: 0 8px;
}

/* 注文手続きエリア */
@media (pointer: fine) and (hover: hover) {
  .fs-l-checkout__mainColumn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 62%;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .fs-l-checkout__mainColumn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 62%;
  }
}

@media (pointer: fine) and (hover: hover) {
  .fs-l-checkout__sideColumn {
    border-bottom: 1px solid #bbb;
    border-top: 1px solid #bbb;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    height: auto;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-left: 4%;
    min-width: 210px;
    padding: 16px 0;
    width: 34%;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .fs-l-checkout__sideColumn {
    border-bottom: 1px solid #bbb;
    border-top: 1px solid #bbb;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    height: auto;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-left: 4%;
    min-width: 210px;
    padding: 16px 0;
    width: 34%;
  }
}

#fs-orderContents-container {
  margin: 48px 0 8px;
}

@media (pointer: fine) and (hover: hover) {
  #fs-orderContents-container {
    border-top: 1px solid #bbb;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin: 0 0 32px;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  #fs-orderContents-container {
    border-top: 1px solid #bbb;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin: 0 0 32px;
  }
}

.fs-c-checkout-buyerInfo,
.fs-c-checkout-destination,
.fs-c-checkout-paymentInfo,
.fs-c-checkout-deliveryInfo {
  border-top: 1px solid #ddd;
  margin: 0 0 16px;
  padding: 8px;
  position: relative;
}

.fs-c-checkout-addresseeList {
  padding: 0;
}

.fs-c-checkout-addresseeList > li {
  border-bottom: 1px solid #ddd;
  padding-bottom: 8px;
  margin-bottom: 24px;
}

.fs-c-button--setDestination {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.fs-c-checkout-addressee__control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.fs-body-checkout-multiAddress .fs-c-checkout-addressee__control {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.fs-c-button--delete.fs-c-button--standard,
.fs-c-button--setDestination.fs-c-button--standard,
.fs-c-button--edit.fs-c-button--standard {
  padding: 16px 24px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.fs-c-button--delete.fs-c-button--standard:active,
.fs-c-button--setDestination.fs-c-button--standard:active,
.fs-c-button--edit.fs-c-button--standard:active {
  margin-bottom: 15px;
}

.fs-c-button--delete,
.fs-c-checkout-addressee__control > button + button {
  margin-left: auto;
}

.fs-c-checkout-addressee__data__name {
  font-size: 1.4rem;
  margin-bottom: 8px;
}

.fs-c-checkout-addressee__data__address {
  margin-bottom: 16px;
}

.fs-c-checkout-customerInfo > li,
.fs-c-checkout-deliveryInfo > li,
.fs-c-checkout-multiDestination__info__list > li,
.fs-c-checkout-multiDestination__deliveryMethod__preview > *,
.fs-c-checkout-destination__list li {
  margin-bottom: 4px;
}

.fs-c-checkout-preview h3, .fs-c-checkout-preview h4 {
  border-bottom: 1px solid #888;
  font-size: 1.5rem;
  padding: 0 4px;
  margin: 0 0 12px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (min-width: 768px) {
  .fs-c-checkout-destination__body {
    display: block;
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
  }
}

.fs-c-checkout-multiAddress {
  width: 100%;
  margin-bottom: 32px;
}

.fs-c-checkout-destination__control {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.fs-c-checkout-destination__control > * + * {
  margin-top: 0;
}

.fs-c-checkout-checkoutMethod {
  margin-bottom: 38px;
}

.fs-c-checkout-paymentInfo__message,
.fs-c-checkout-paymentMethodList > li:not(:last-child),
.fs-c-checkout-delivery__method > :not(:last-child) {
  margin-bottom: 2px;
}

.fs-c-checkout-productQuantityWarning__product {
  margin-bottom: 32px;
}

.fs-c-checkout-productQuantityWarning__warning {
  font-size: 1.6rem;
  padding: 8px 1px;
}

.fs-c-checkout-paymentMethod__option {
  margin-top: 16px;
}

.fs-c-checkout-paymentMethod__option .fs-c-checkout-paymentMethod__option__body + .fs-c-checkout-paymentMethod__option__body {
  margin-top: 8px;
}

.fs-c-checkout-paymentMethod__option .fs-c-dropdown {
  width: 200px;
}

.fs-c-checkout-paymentMethod__option .fs-c-dropdown::after {
  left: 164px;
  right: auto;
  right: unset;
  background: transparent;
  border-left: 0;
}

.fs-c-checkout-paymentMethod__creditCardRegistration .fs-c-creditCardIcons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 0;
}

.fs-c-checkout-paymentMethod__creditCardRegistration .fs-c-creditCardIcons li + li {
  margin-left: 6px;
}

.fs-c-checkout-paymentMethod__creditCardRegistration .fs-c-buttonContainer--inputCreditCardData {
  display: block;
  margin: 8px 0 0 auto;
  -webkit-transform: translateX(8px);
      -ms-transform: translateX(8px);
          transform: translateX(8px);
}

.fs-c-checkout-paymentMethod__creditCardRegistration .fs-c-buttonContainer--inputCreditCardData > .bl_btnLighetColor {
  padding: 16px 32px;
}

.fs-c-modal .fs-c-creditCardIcons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 0;
}

.fs-c-modal .fs-c-creditCardIcons li + li {
  margin-left: 6px;
}

.fs-c-checkout-paymentMethod .fs-c-checkout-paymentMethod__body > * {
  margin: 4px 0;
}

.fs-c-checkout-paymentMethod .fs-c-checkout-paymentMethod__body > *:first-child {
  margin-top: 8px;
}

.fs-c-checkout-paymentMethod .fs-c-checkout-paymentMethod__body > *:last-child {
  margin-bottom: 16px;
}

.fs-c-checkout-paymentMethod .fs-c-checkout-paymentMethod__body > * .fs-c-commissionTable {
  max-width: 400px;
  width: 100%;
}

.fs-c-checkout-paymentMethod .fs-c-checkout-paymentMethod__body > * .fs-c-commissionTable > tbody > tr > th,
.fs-c-checkout-paymentMethod .fs-c-checkout-paymentMethod__body > * .fs-c-commissionTable > tbody > tr > td {
  border: 1px solid #ddd;
}

.fs-c-checkout-paymentMethod:last-child .fs-c-checkout-paymentMethod__body > *:last-child {
  margin-bottom: 0;
}

.fs-c-checkout-paymentMethod__title {
  margin-top: 4px;
  padding-left: 2px;
}

.fs-c-bundlePreview {
  margin: 0 0 16px;
}

.fs-c-orderTotalTable__cartSum > th,
.fs-c-orderTotalTable__cartSum > td {
  border: 0;
}

.fs-c-orderTotalTable__bundleDiscount > th,
.fs-c-orderTotalTable__bundleDiscount > td,
.fs-c-orderTotalTable__subtotal > th,
.fs-c-orderTotalTable__subtotal > td {
  border: 0;
  border-bottom: 1px solid #ddd;
}

.fs-c-orderTotalTable__postageFee > th,
.fs-c-orderTotalTable__postageFee > td,
.fs-c-orderTotalTable__couponDiscount > th,
.fs-c-orderTotalTable__couponDiscount > td,
.fs-c-orderTotalTable__paymentFee > th,
.fs-c-orderTotalTable__paymentFee > td {
  border: none;
}

.fs-c-orderTotalTable .fs-c-orderTotalTable__grandTotal > th,
.fs-c-orderTotalTable .fs-c-orderTotalTable__grandTotal > td {
  border: none;
  border-top: 3px double #bbb;
}

/* マイページメニューのレイアウト */
.bl_main > .fs-c-accountService {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: center;
}

.fs-c-accountService > li {
  border: 1px solid #bbb;
  border-radius: 8px;
  -webkit-box-shadow: 0 1px 2px #888;
          box-shadow: 0 1px 2px #888;
  margin: 0 3% 20px 0;
  width: 31.3%;
}

@media (max-width: 480px) {
  .fs-c-accountService > li {
    width: 48%;
  }
}

@media (max-width: 480px) and (pointer: fine) and (hover: hover) {
  .fs-c-accountService > li {
    width: 31.3%;
  }
}

@media screen and (max-width: 480px) and (-ms-high-contrast: active), screen and (max-width: 480px) and (-ms-high-contrast: none) {
  .fs-c-accountService > li {
    width: 31.3%;
  }
}

.fs-c-accountService > li a {
  display: block;
  padding: 40px 8px;
}

.fs-c-accountService > li:nth-child(3n) {
  margin: 0 0 20px 0;
}

@media (max-width: 480px) {
  .fs-c-accountService > li:nth-child(odd) {
    margin: 0 4% 20px 0;
  }
  .fs-c-accountService > li:nth-child(even) {
    margin: 0 0 20px 0;
  }
}

@media (max-width: 480px) and (pointer: fine) and (hover: hover) {
  .fs-c-accountService > li:nth-child(n) {
    margin: 0 3% 20px 0;
  }
  .fs-c-accountService > li:nth-child(3n) {
    margin: 0 0 20px 0;
  }
}

@media screen and (max-width: 480px) and (-ms-high-contrast: active), screen and (max-width: 480px) and (-ms-high-contrast: none) {
  .fs-c-accountService > li:nth-child(n) {
    margin: 0 3% 20px 0;
  }
  .fs-c-accountService > li:nth-child(3n) {
    margin: 0 0 20px 0;
  }
}

.fs-c-accountService > .fs-c-accountService__page--accountDelete {
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.fs-c-accountService > .fs-c-accountService__page--accountDelete a {
  display: block;
  padding: 0 0 0 8px;
  text-align: left;
}

.fs-c-accountService__page--accountDelete .fs-c-accountService__pageLink__label {
  color: #888;
}

/* お届け先ページ */
.fs-body-my-addressbook-new .bl_main,
.fs-body-my-addressbook-edit .bl_main,
.fs-body-my-account-settings-edit .bl_main,
.fs-body-my-orders .bl_main,
.fs-body-customerDetails .bl_main,
.fs-body-register .bl_main {
  width: 100%;
  max-width: 600px;
}

.fs-body-my-addressbook-new .bl_main .fs-c-dropdown::after,
.fs-body-my-addressbook-edit .bl_main .fs-c-dropdown::after,
.fs-body-my-account-settings-edit .bl_main .fs-c-dropdown::after,
.fs-body-my-orders .bl_main .fs-c-dropdown::after,
.fs-body-customerDetails .bl_main .fs-c-dropdown::after,
.fs-body-register .bl_main .fs-c-dropdown::after {
  left: 164px;
  right: auto;
  right: unset;
  background: transparent;
  border-left: 0;
}

.fs-body-register .bl_main a,
.fs-body-register .bl_main a:active,
.fs-body-register .bl_main a:visited,
.fs-body-register .bl_main a:hover {
  -webkit-text-decoration: underline solid #222;
          text-decoration: underline solid #222;
}

.fs-c-radioGroup {
  margin-bottom: 8px;
}

#fs_input_prefecture {
  width: 200px;
  padding: 8px 3em 8px 8px;
}

.fs-c-memberOnlyMessage__message,
.fs-c-inputInformation__message,
.fs-c-checkout-delivery__method__message,
.fs-c-checkout-paymentMethod__message,
.fs-c-registerSuccessMessage,
.fs-c-suggestedAddress,
.fs-c-agreementConfirmationArea,
.fs-c-subSection__message,
.fs-c-inputField__explanation {
  line-height: 1.4;
}

.fs-c-memberOnlyMessage {
  height: 274px;
  padding: 82px 0 0;
  margin: 0 auto;
  width: 329px;
}

.fs-c-memberOnlyMessage > .fs-c-memberOnlyMessage__message {
  margin-bottom: 8px;
}

.fs-c-suggestedAddress li {
  padding: 4px 0;
}

.fs-c-radio__radioMark + .fs-c-radio__radioLabelText,
.fs-c-checkbox__checkMark + .fs-c-checkbox__labelText {
  margin-left: 4px;
}

/* ログイン画面 */
@media (pointer: fine) and (hover: hover) {
  .fs-body-auth .bl_main,
  .fs-body-resetPassword .bl_main,
  .fs-body-forgotPassword .bl_main,
  .fs-body-review-login .bl_main,
  .fs-body-wishlist-login .bl_main,
  .fs-body-cart-login .bl_main,
  .fs-body-login .bl_main,
  .fs-body-my-account-password .bl_main,
  .fs-body-newsletter-subscribe .bl_main,
  .fs-body-newsletter-subscribe-success .bl_main,
  .fs-body-newsletter-unsubscribe .bl_main,
  .fs-body-newsletter-unsubscribe-sucess .bl_main {
    width: 100%;
    max-width: 392px;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .fs-body-auth .bl_main,
  .fs-body-resetPassword .bl_main,
  .fs-body-forgotPassword .bl_main,
  .fs-body-review-login .bl_main,
  .fs-body-wishlist-login .bl_main,
  .fs-body-cart-login .bl_main,
  .fs-body-login .bl_main,
  .fs-body-my-account-password .bl_main,
  .fs-body-newsletter-subscribe .bl_main,
  .fs-body-newsletter-subscribe-success .bl_main,
  .fs-body-newsletter-unsubscribe .bl_main,
  .fs-body-newsletter-unsubscribe-sucess .bl_main {
    width: 100%;
    max-width: 392px;
  }
}

.fs-c-checkout-multiDestination__info__body {
  display: block;
}

.fs-c-checkout-multiDestination__info__body .fs-c-checkout-multiDestination__deliveryMethod {
  border-top: 1px solid #ddd;
  line-height: 1.6;
  padding: 4px 0;
}

@media (pointer: fine) and (hover: hover) {
  .fs-body-checkout-multiAddress-options .bl_main,
  .fs-body-checkout-multiAddress-products .bl_main,
  .fs-body-checkout-multiAddress-confirm .bl_main,
  .fs-body-checkout-multiAddress .bl_main {
    width: 100%;
    max-width: 512px;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .fs-body-checkout-multiAddress-options .bl_main,
  .fs-body-checkout-multiAddress-products .bl_main,
  .fs-body-checkout-multiAddress-confirm .bl_main,
  .fs-body-checkout-multiAddress .bl_main {
    width: 100%;
    max-width: 512px;
  }
}

@media (pointer: fine) and (hover: hover) {
  .fs-body-about-terms .bl_main,
  .fs-body-about-privacyPolicy .bl_main,
  .fs-body-about-returnPolicy .bl_main,
  .fs-body-about-memberAgreement .bl_main,
  .fs-body-checkout-success .bl_main,
  .fs-body-register-success .bl_main,
  .fs-body-my-top .bl_main,
  .fs-body-my-account-settings .bl_main,
  .fs-body-my-account-delete .bl_main,
  .fs-body-my-cards .bl_main,
  .fs-body-my-coupons .bl_main,
  .fs-body-my-orders-details .bl_main,
  .fs-body-notfound .bl_main {
    width: 100%;
    max-width: 600px;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .fs-body-about-terms .bl_main,
  .fs-body-about-privacyPolicy .bl_main,
  .fs-body-about-returnPolicy .bl_main,
  .fs-body-about-memberAgreement .bl_main,
  .fs-body-checkout-success .bl_main,
  .fs-body-register-success .bl_main,
  .fs-body-my-top .bl_main,
  .fs-body-my-account-settings .bl_main,
  .fs-body-my-account-delete .bl_main,
  .fs-body-my-cards .bl_main,
  .fs-body-my-coupons .bl_main,
  .fs-body-my-orders-details .bl_main,
  .fs-body-notfound .bl_main {
    width: 100%;
    max-width: 600px;
  }
}

.fs-body-checkout-multiAddress .fs-c-modal .fs-c-address {
  margin-bottom: 4px;
}

.fs-c-inputInformation__field {
  margin: 0 0 33px;
}

.fs-c-inputTable {
  margin: 0 auto;
  width: 100%;
}

.fs-c-fsLoginField > .fs-c-inputTable > tbody > tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.fs-c-inputTable > tbody > tr > th,
.fs-c-inputTable > tbody > tr > td {
  display: block;
  text-align: left;
  width: 100%;
}

.fs-c-orderedList {
  color: #222;
  list-style: decimal outside;
  margin: 0px 0 2px 1em;
}

.fs-c-inputTable__headerCell {
  padding: 8px 0 8px;
}

.fs-c-inputTable__dataCell {
  padding: 4px 0 8px;
}

.fs-c-inputInformation__link {
  margin: 0 0 16px;
}

.fs-c-newUsers {
  margin: 0 0 8px;
}

.fs-c-newUsers__title {
  font-size: 1.5rem;
  margin: 0 0 8px;
}

.fs-c-newUsers__message {
  margin: 0 0 16px;
}

.fs-c-fsLogin + .fs-c-newUsers {
  margin-top: 56px;
}

/* お客様情報入力 */
.fs-c-inputInformation__message {
  margin: 0 3% 8px;
}

.fs-c-memberInfoField {
  padding: 0;
}

.fs-c-memberInfoField > .fs-c-inputTable > tbody > tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.fs-c-memberInfoField > .fs-c-inputTable > tbody > tr > th,
.fs-c-memberInfoField > .fs-c-inputTable > tbody > tr > td {
  display: block;
  text-align: left;
  width: 100%;
}

.fs-c-radio__radioMark {
  border: 1px solid #333;
}

.fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark::before {
  background: #333;
}

.fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark {
  border: 1px solid #333;
}

.fs-c-inputGroup, .fs-c-inputGroup--vertical, .fs-c-inputGroup--inline {
  border: 1px solid #bbb;
  border-radius: 0;
}

.fs-c-inputGroup:active, .fs-c-inputGroup:focus-within, .fs-c-inputGroup--vertical:active, .fs-c-inputGroup--vertical:focus-within, .fs-c-inputGroup--inline:active, .fs-c-inputGroup--inline:focus-within {
  border-color: #ddd;
}

.fs-c-inputGroup > button, .fs-c-inputGroup--vertical > button, .fs-c-inputGroup--inline > button {
  border: 0;
  padding: 0;
}

.fs-c-button--displayPassword, .fs-c-button--hidePassword {
  width: 32px;
}

.fs-c-button--displayPassword::after {
  content: url(https://swing.itembox.design/item/assets/images/common/showPassIcon.svg);
  height: 23px;
  position: absolute;
  right: 4px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 23px;
}

.fs-c-button--hidePassword::after {
  content: url(https://swing.itembox.design/item/assets/images/common/hidePassIcon.svg);
  height: 23px;
  position: absolute;
  right: 4px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 23px;
}

#fs_input_blackmarketPassword:focus,
#fs_input_newPassword:focus,
#fs_input_tempPassword:focus,
#fs_input_password:focus {
  border: 0;
}

.fs-c-checkbox__checkMark {
  border: 1px solid #bbb;
  border-radius: 0;
}

.fs-c-checkbox__checkMark::before {
  top: 0.4em;
  left: 0.2em;
}

.fs-c-checkbox__checkbox:checked + label > .fs-c-checkbox__checkMark {
  background: #333;
  border: #333;
}

.fs-c-subSection {
  margin: 0 3% 16px;
}

.fs-c-subSection h2 {
  font-size: 2.0rem;
  margin: 0 0 16px;
}

.bl_main > .fs-c-featuredProduct {
  margin: 0;
}

@media (pointer: fine) and (hover: hover) {
  .bl_main > .fs-c-featuredProduct {
    margin: 0 4%;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .bl_main > .fs-c-featuredProduct {
    margin: 0 4%;
  }
}

.fs-c-featuredProduct__header,
.fs-c-wishlistProduct__header {
  margin: 8px auto 16px;
  text-align: center;
}

@media (pointer: fine) and (hover: hover) {
  .fs-c-featuredProduct__header,
  .fs-c-wishlistProduct__header {
    border-bottom: 1px solid #bbb;
    margin-bottom: 16px;
    text-align: left;
    width: 100%;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .fs-c-featuredProduct__header,
  .fs-c-wishlistProduct__header {
    border-bottom: 1px solid #bbb;
    margin-bottom: 16px;
    text-align: left;
    width: 100%;
  }
}

.fs-c-featuredProduct__title,
.fs-c-wishlistProduct__title {
  display: block;
  font-size: 1.6rem;
  padding: 8px 0;
}

.fs-c-productCarouselMainImage__thumbnailList {
  overflow-x: auto;
  overflow-y: hidden;
}

.fs-l-productLayout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.fs-c-modal__inner {
  width: 100%;
}

@media (pointer: fine) and (hover: hover) {
  .fs-c-modal__inner {
    width: 94%;
    max-width: 800px;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .fs-c-modal__inner {
    width: 94%;
    max-width: 800px;
  }
}

.fs-c-modal__header {
  border-bottom: 1px solid #bbb;
  padding: 4px;
}

.fs-c-modal__contents .fs-c-memberInfoField .fs-c-inputTable {
  width: 100%;
}

.fs-c-modal__contents .fs-c-memberInfoField .fs-c-dropdown::after {
  left: 164px;
  right: auto;
  right: unset;
  background: transparent;
  border-left: 0;
}

.fs-c-modal__contents .fs-c-creditCardInfoField {
  padding-bottom: 0;
  margin-bottom: -3px;
}

.fs-c-modal__contents .fs-c-creditCardInfoField .fs-c-dropdown:first-child::after {
  left: 34px;
  right: auto;
  right: unset;
  background: transparent;
  border-left: 0;
}

.fs-c-modal__contents .fs-c-creditCardInfoField #fs_input_creditCardExpirationMonth {
  width: 68px;
  padding: 8px;
}

.fs-c-modal__contents .fs-c-creditCardInfoField .fs-c-dropdown:last-child::after {
  left: 50px;
  right: auto;
  right: unset;
  background: transparent;
  border-left: 0;
}

.fs-c-modal__contents .fs-c-creditCardInfoField #fs_input_creditCardExpirationYear {
  width: 84px;
  padding: 8px;
}

.fs-c-registerSuccessMessage {
  margin-bottom: 48px;
}

.bl_main > .fs-c-registerSuccessMessage {
  margin: 0 3% 32px;
}

@media (pointer: fine) and (hover: hover) {
  .bl_main > .fs-c-registerSuccessMessage {
    margin: 0 4% 32px;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .bl_main > .fs-c-registerSuccessMessage {
    margin: 0 4% 32px;
  }
}

.bl_main > .fs-c-registerSuccessMessage > p {
  margin-bottom: 8px;
}

.fs-body-auth .bl_main .fs-c-inputInformation__field {
  margin-bottom: 41px;
}

@media (pointer: fine) and (hover: hover) {
  .fs-body-forgotPassword .bl_main {
    overflow: visible;
  }
  .fs-body-forgotPassword .bl_main .fs-c-inputInformation__message {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -webkit-transform: translateX(-51px);
        -ms-transform: translateX(-51px);
            transform: translateX(-51px);
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .fs-body-forgotPassword .bl_main {
    overflow: visible;
  }
  .fs-body-forgotPassword .bl_main .fs-c-inputInformation__message {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -webkit-transform: translateX(-51px);
        -ms-transform: translateX(-51px);
            transform: translateX(-51px);
  }
}

.fs-body-forgotPassword .bl_main .fs-c-forgotPasswordField {
  margin-top: 16px;
}

@media (pointer: fine) and (hover: hover) {
  .fs-body-forgotPassword .bl_main .fs-c-forgotPasswordField {
    margin-top: 20px;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .fs-body-forgotPassword .bl_main .fs-c-forgotPasswordField {
    margin-top: 20px;
  }
}

.fs-body-forgotPassword .bl_main .fs-c-orderedList {
  margin-bottom: 0;
}

.bl_main .fs-c-buttonContainer--myPageTop {
  margin-top: 48px;
}

@media (pointer: fine) and (hover: hover) {
  .bl_main .fs-c-buttonContainer--myPageTop {
    margin-top: 72px;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .bl_main .fs-c-buttonContainer--myPageTop {
    margin-top: 72px;
  }
}

.bl_main .fs-c-buttonContainer--myPageTop .ly_btnRoundedRect {
  margin-bottom: 0;
}

.fs-body-register .bl_main .fs-c-inputInformation__field {
  margin-bottom: 38px;
}

.fs-body-register-success .bl_main .fs-c-couponMessage {
  display: block;
  max-width: 480px;
  margin: 0 auto 24px;
}

.fs-body-register-success .bl_main .fs-c-registerSuccessMessage {
  line-height: 1.4;
  margin-bottom: 0;
}

.fs-body-register-success .bl_main .fs-c-registerSuccessMessage p {
  margin-bottom: 0;
}

.fs-body-register-success .bl_main .fs-c-registerSuccessMessage * + * {
  margin-top: 16px;
}

.fs-body-my-top .bl_main {
  max-width: 600px;
}

.fs-body-my-top .fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink__label {
  color: #222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1.2rem;
}

@media (pointer: fine) and (hover: hover) {
  .fs-body-my-top .fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink__label {
    font-size: 1.4rem;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .fs-body-my-top .fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink__label {
    font-size: 1.4rem;
  }
}

.fs-body-my-top .fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink__label::before {
  display: inline-block;
  height: 27px;
  left: 50%;
  position: relative;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 27px;
}

.fs-body-my-top .fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink__label * {
  margin-top: 12px;
}

.fs-body-my-top .fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete).fs-c-accountService__page--couponList .fs-c-accountService__pageLink__label::before {
  content: url("https://swing.itembox.design/item/assets/images/common/couponIcon.svg?t=20211110110848");
}

.fs-body-my-top .fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete).fs-c-accountService__page--wishList .fs-c-accountService__pageLink__label::before {
  content: url("https://swing.itembox.design/item/assets/images/common/favoriteIcon.svg?t=20211110110848");
}

.fs-body-my-top .fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete).fs-c-accountService__page--orderHistoryList .fs-c-accountService__pageLink__label::before {
  content: url("https://swing.itembox.design/item/assets/images/common/historyIcon.svg?t=20211110110848");
}

.fs-body-my-top .fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete).fs-c-accountService__page--accountReviews .fs-c-accountService__pageLink__label::before {
  content: url("https://swing.itembox.design/item/assets/images/common/messageIcon.svg?t=20211110110848");
}

.fs-body-my-top .fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete).fs-c-accountService__page--addressbook .fs-c-accountService__pageLink__label::before {
  content: url("https://swing.itembox.design/item/assets/images/common/addressbookIcon.svg?t=20211110110848");
}

.fs-body-my-top .fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete).fs-c-accountService__page--accountPassword .fs-c-accountService__pageLink__label::before {
  content: url("https://swing.itembox.design/item/assets/images/common/passlockIcon.svg?t=20211110110848");
}

.fs-body-my-top .fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete).fs-c-accountService__page--accountSettingsModify .fs-c-accountService__pageLink__label::before {
  content: url("https://swing.itembox.design/item/assets/images/common/personIcon.svg?t=20211110110848");
}

.fs-body-my-top .fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete).fs-c-accountService__page--accountCard .fs-c-accountService__pageLink__label::before {
  content: url("https://swing.itembox.design/item/assets/images/common/cardsIcon.svg?t=20211110110848");
}

.fs-body-my-top .fs-c-accountService__page.fs-c-accountService__page--accountDelete {
  margin-top: -2px;
  width: 100%;
}

.fs-body-my-account-settings .bl_main {
  max-width: 600px;
}

.fs-body-my-account-settings .bl_main .fs-c-inputTable > tbody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
}

.fs-body-my-account-settings .bl_main .fs-c-inputTable > tbody tr {
  border-bottom: 1px solid #ddd;
  margin-top: 8px;
}

.fs-body-my-account-settings .bl_main .fs-c-inputTable > tbody tr:nth-child(-n + 2) {
  width: 48%;
}

.fs-body-my-account-settings .bl_main .fs-c-inputTable > tbody tr:nth-child(1) {
  margin-right: 4%;
}

.fs-body-my-account-settings .bl_main .fs-c-inputTable > tbody tr:nth-child(3) {
  width: 100%;
}

.fs-body-my-account-settings .bl_main .fs-c-inputTable > tbody tr:nth-child(4) {
  margin-right: 24px;
  width: 88px;
}

.fs-body-my-account-settings .bl_main .fs-c-inputTable > tbody tr:nth-child(5) {
  margin-right: auto;
  width: 96px;
}

.fs-body-my-account-settings .bl_main .fs-c-inputTable > tbody tr:nth-child(n+6):nth-child(-n+8) {
  width: 100%;
}

.fs-body-my-account-settings .bl_main .fs-c-inputTable > tbody tr:nth-child(9) {
  margin-right: 24px;
  width: 168px;
}

.fs-body-my-account-settings .bl_main .fs-c-inputTable > tbody tr:nth-child(10) {
  margin-right: 24px;
  width: 72px;
}

.fs-body-my-account-settings .bl_main .fs-c-inputTable > tbody tr:nth-child(11) {
  margin-right: 24px;
}

.fs-body-my-account-settings .bl_main .fs-c-inputInformation__field {
  margin-bottom: 49px;
}

.fs-body-my-account-settings-edit .bl_main .fs-c-inputInformation__field {
  margin-bottom: 38px;
}

.fs-body-my-account-settings-edit .bl_main .fs-c-inputInformation__button .hp_btn_noSideMargin {
  margin-bottom: 0;
}

.fs-body-my-account-delete .bl_main .fs-c-inputTable > tbody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
}

.fs-body-my-account-delete .bl_main .fs-c-inputTable > tbody tr {
  border-bottom: 1px solid #ddd;
  margin-top: 8px;
}

.fs-body-my-account-delete .bl_main .fs-c-inputTable > tbody tr:nth-child(-n + 2) {
  width: 48%;
}

.fs-body-my-account-delete .bl_main .fs-c-inputTable > tbody tr:nth-child(1) {
  margin-right: 4%;
}

.fs-body-my-account-delete .bl_main .fs-c-inputTable > tbody tr:nth-child(3) {
  margin-right: 24px;
  width: 88px;
}

.fs-body-my-account-delete .bl_main .fs-c-inputTable > tbody tr:nth-child(4) {
  margin-right: auto;
  width: 96px;
}

.fs-body-my-account-delete .bl_main .fs-c-inputTable > tbody tr:nth-child(n+5):nth-child(-n+7) {
  width: 100%;
}

.fs-body-my-account-delete .bl_main .fs-c-inputInformation__field {
  margin-bottom: 49px;
}

.fs-body-my-account-delete .bl_main .bl_btnLighetColor {
  margin-bottom: 0;
}

.fs-body-my-addressbook .bl_main .fs-p-announcement {
  margin-bottom: 8px;
}

.fs-body-my-addressbook .bl_main .fs-p-announcement li {
  position: relative;
  margin-left: 0.8em;
  line-height: 1.4;
}

.fs-body-my-addressbook .bl_main .fs-p-announcement li::before {
  content: "◯";
  font-size: 1rem;
  left: -1.4em;
  position: absolute;
  top: 0.3em;
}

.fs-body-my-addressbook .bl_main .fs-c-button--addToAddressbook {
  max-width: 224px;
}

.fs-body-my-addressbook .bl_main .fs-c-addressBookList__list {
  width: 100%;
}

.fs-body-my-addressbook .bl_main .fs-c-addressBookList__list tbody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 16px 0 12px;
}

.fs-body-my-addressbook .bl_main .fs-c-addressBookList__list tbody tr {
  border: 1px solid #bbb;
  border-radius: 8px;
  -webkit-box-shadow: 0 1px 2px #888;
          box-shadow: 0 1px 2px #888;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 8px;
  width: 48%;
  margin: 0 4% 20px 0;
}

.fs-body-my-addressbook .bl_main .fs-c-addressBookList__list tbody tr:nth-child(even) {
  margin-right: 0;
  margin-top: 0;
}

@media (max-width: 480px) {
  .fs-body-my-addressbook .bl_main .fs-c-addressBookList__list tbody tr {
    margin-right: 0;
    width: 100%;
  }
}

@media (max-width: 480px) and (pointer: fine) and (hover: hover) {
  .fs-body-my-addressbook .bl_main .fs-c-addressBookList__list tbody tr {
    margin-right: 4%;
    width: 48%;
  }
  .fs-body-my-addressbook .bl_main .fs-c-addressBookList__list tbody tr:nth-child(even) {
    margin-right: 0;
  }
}

@media screen and (max-width: 480px) and (-ms-high-contrast: active), screen and (max-width: 480px) and (-ms-high-contrast: none) {
  .fs-body-my-addressbook .bl_main .fs-c-addressBookList__list tbody tr {
    margin-right: 4%;
    width: 48%;
  }
  .fs-body-my-addressbook .bl_main .fs-c-addressBookList__list tbody tr:nth-child(even) {
    margin-right: 0;
  }
}

@media (min-width: 769px) {
  .fs-body-my-addressbook .bl_main .fs-c-addressBookList__list tbody tr {
    margin-right: 3%;
    width: 31.3%;
  }
  .fs-body-my-addressbook .bl_main .fs-c-addressBookList__list tbody tr:nth-child(even) {
    margin-right: 3%;
  }
  .fs-body-my-addressbook .bl_main .fs-c-addressBookList__list tbody tr:nth-child(3n) {
    margin-right: 0;
  }
}

.fs-body-my-addressbook .bl_main .fs-c-addressBookList__list tbody tr td {
  width: 100%;
}

.fs-body-my-addressbook .bl_main .fs-c-addressBookList__list tbody .fs-c-buttonContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.fs-body-my-addressbook .bl_main .fs-c-addressBookList__list tbody .fs-c-buttonContainer .bl_btnLighetColor {
  padding: 8px 12px;
  width: auto;
}

.fs-body-my-addressbook .bl_main .fs-c-addressBookList__list tbody .fs-c-buttonContainer .hp_btn_noSideMargin {
  margin-bottom: 0;
}

.fs-body-my-addressbook .bl_main .fs-c-listTable > tbody > tr > th::before,
.fs-body-my-addressbook .bl_main .fs-c-listTable > tbody > tr td::before {
  display: inline;
}

.fs-body-my-addressbook-new .bl_main .bl_btnBaseColor {
  margin-bottom: 16px;
}

.fs-body-my-addressbook-new .bl_main .fs-c-buttonContainer--registerCancel .hp_btn_noSideMargin {
  margin-bottom: 0;
}

.fs-body-my-orders .bl_main .fs-c-history__listContainer {
  margin-top: 8px;
}

.fs-body-my-orders .bl_main .fs-c-orderHistory {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.fs-body-my-orders .bl_main .fs-c-orderHistory .fs-c-orderHistoryItem {
  border: 1px solid #bbb;
  border-radius: 8px;
  -webkit-box-shadow: 0 1px 2px #888;
          box-shadow: 0 1px 2px #888;
  margin: 0 0 16px;
  padding: 8px;
  width: 100%;
}

@media (min-width: 481px) {
  .fs-body-my-orders .bl_main .fs-c-orderHistory .fs-c-orderHistoryItem {
    margin-right: 2%;
    width: 49%;
  }
  .fs-body-my-orders .bl_main .fs-c-orderHistory .fs-c-orderHistoryItem:nth-child(2n) {
    margin-right: 0;
  }
  .fs-body-my-orders .bl_main .fs-c-orderHistory .fs-c-orderHistoryItem:nth-child(-n+2) {
    margin-top: 8px;
  }
}

.fs-body-my-orders .bl_main .fs-c-orderHistory .fs-c-orderHistoryItem .fs-c-orderHistoryItem__header > div + div {
  margin-top: 8px;
}

.fs-body-my-orders .bl_main .fs-c-orderHistory .fs-c-orderHistoryItem .fs-c-orderHistoryItem__body {
  display: none;
}

.fs-body-my-orders .bl_main .fs-c-orderHistory .fs-c-orderHistoryItem .fs-c-buttonContainer--addReview--detail {
  display: none;
}

.fs-body-my-orders .bl_main .fs-c-dropdown select {
  padding: 8px 3em 8px 8px;
  margin-bottom: 16px;
  width: 200px;
}

.fs-body-my-orders .bl_main .fs-c-dropdown::after {
  bottom: auto;
  bottom: unset;
}

.fs-body-my-orders .bl_main .bl_btnLighetColor {
  border-radius: 6px;
  margin-top: 8px;
}

.fs-body-newsletter-subscribe .bl_main form {
  display: none;
}

.fs-body-newsletter-subscribe .bl_main .fs-p-emailDomainNotice {
  font-size: 1.2rem;
  line-height: 1.4;
  position: relative;
  padding-left: 1em;
  margin-top: 16px;
  margin-bottom: 32px;
}

.fs-body-newsletter-subscribe .bl_main .fs-p-emailDomainNotice::before {
  content: "◯";
  font-size: 1rem;
  left: 0;
  position: absolute;
  top: 0.1em;
}

.fs-body-newsletter-subscribe-success .bl_main .fs-c-documentContent p {
  line-height: 1.4;
}

.fs-body-newsletter-subscribe-success .bl_main .fs-c-documentContent * + * {
  margin-top: 16px;
}

.fs-body-newsletter-subscribe-success .bl_main .fs-c-buttonContainer--topPage {
  margin-top: 46px;
}

.fs-body-newsletter-subscribe-success .bl_main .bl_btnLighetColor {
  margin-top: 20px;
}

.fs-body-newsletter-unsubscribe .bl_main .fs-c-inputInformation__field {
  margin-bottom: 33px;
}

.fs-body-newsletter-unsubscribe-sucess .bl_main .fs-c-documentContent p {
  line-height: 1.4;
}

.fs-body-newsletter-unsubscribe-sucess .bl_main .fs-c-documentContent * + * {
  margin-top: 16px;
}

.fs-body-newsletter-unsubscribe-sucess .bl_main .fs-c-buttonContainer--topPage {
  margin-top: 46px;
}

.fs-body-newsletter-unsubscribe-sucess .bl_main .bl_btnLighetColor {
  margin-top: 20px;
}

.fs-body-notfound .bl_main .fs-p-pageNotFound {
  line-height: 1.4;
}

.fs-body-notfound .bl_main .fs-p-pageNotFound img {
  display: block;
  margin: 0 auto 32px;
}

.fs-body-notfound .bl_main .fs-p-pageNotFound .fs-p-pageNotFound__title {
  font-size: 4rem;
  margin-bottom: 16px;
  text-align: center;
}

.fs-body-notfound .bl_main .fs-p-pageNotFound .fs-p-pageNotFound__body > p {
  padding: 0 auto;
}

.fs-body-customerDetails .bl_main .fs-c-inputInformation__field {
  margin-bottom: 38px;
}

.fs-body-customerDetails .bl_main .hp_btn_noSideMargin {
  margin-bottom: 0;
}

.fs-body-customerDetails .bl_main .fs-p-listWithCheckmark li {
  position: relative;
  margin-bottom: 2px;
  margin-left: 0.8em;
  line-height: 1.4;
}

.fs-body-customerDetails .bl_main .fs-p-listWithCheckmark li::before {
  content: "◯";
  font-size: 1rem;
  left: -1.4em;
  position: absolute;
  top: 0.3em;
}

.fs-body-customerDetails .bl_main a,
.fs-body-customerDetails .bl_main a:active,
.fs-body-customerDetails .bl_main a:visited,
.fs-body-customerDetails .bl_main a:hover {
  -webkit-text-decoration: underline solid #222;
          text-decoration: underline solid #222;
}

.fs-body-about-terms .bl_main .hp_btnContainer_home {
  margin-top: 39px;
}

@media (pointer: fine) and (hover: hover) {
  .fs-body-about-terms .bl_main .hp_btnContainer_home {
    margin-top: 63px;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .fs-body-about-terms .bl_main .hp_btnContainer_home {
    margin-top: 63px;
  }
}

.fs-body-about-returnPolicy .bl_main .hp_btnContainer_home {
  margin-top: 41px;
}

@media (pointer: fine) and (hover: hover) {
  .fs-body-about-returnPolicy .bl_main .hp_btnContainer_home {
    margin-top: 65px;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .fs-body-about-returnPolicy .bl_main .hp_btnContainer_home {
    margin-top: 65px;
  }
}

.fs-body-about-returnPolicy .bl_main a {
  -webkit-text-decoration: underline solid #bbb;
          text-decoration: underline solid #bbb;
}

.fs-body-about-returnPolicy .bl_main .bl_btnRoundedRect {
  text-decoration: none;
}

.fs-body-about-privacyPolicy .bl_main .hp_btnContainer_home {
  margin-top: 43px;
}

@media (pointer: fine) and (hover: hover) {
  .fs-body-about-privacyPolicy .bl_main .hp_btnContainer_home {
    margin-top: 67px;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .fs-body-about-privacyPolicy .bl_main .hp_btnContainer_home {
    margin-top: 67px;
  }
}

.fs-body-about-memberAgreement .bl_main {
  font-size: 1.2rem;
}

.fs-body-about-memberAgreement .bl_main .bl_ecDiscription h3 {
  font-size: 1.4rem;
}

.fs-body-my-coupons .bl_main .fs-c-couponList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.fs-body-my-coupons .bl_main .fs-c-couponList .fs-c-couponList__item {
  line-height: 2;
  margin: 0 auto 32px;
  max-width: 600px;
}

.fs-body-my-coupons .bl_main .fs-c-couponList .fs-c-couponList__item:last-child {
  margin-bottom: 0;
}

.fs-body-my-coupons .bl_main .fs-c-couponList .fs-c-couponList__item .fs-c-coupon__info {
  border: 1px solid #bbb;
  border-radius: 8px;
  -webkit-box-shadow: 0 1px 2px #888;
          box-shadow: 0 1px 2px #888;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 1.6;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 8px;
  width: 100%;
}

@media (pointer: fine) and (hover: hover) {
  .fs-body-my-coupons .bl_main .fs-c-couponList .fs-c-couponList__item .fs-c-coupon__info {
    padding: 16px;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .fs-body-my-coupons .bl_main .fs-c-couponList .fs-c-couponList__item .fs-c-coupon__info {
    padding: 16px;
  }
}

.fs-body-my-coupons .bl_main .fs-c-couponList .fs-c-couponList__item .fs-c-coupon__info .fs-c-coupon__image {
  width: 30%;
}

.fs-body-my-coupons .bl_main .fs-c-couponList .fs-c-couponList__item .fs-c-coupon__info .fs-c-coupon__image + .fs-c-coupon__name {
  padding-left: 8px;
}

.fs-body-my-coupons .bl_main .fs-c-couponList .fs-c-couponList__item .fs-c-coupon__info .fs-c-coupon__name {
  width: 70%;
}

.fs-body-my-coupons .bl_main .fs-c-couponList .fs-c-couponList__item .fs-c-coupon__info .fs-c-coupon__name .fs-c-couponName__explain {
  font-size: 1.2rem;
  margin-bottom: 4px;
}

.fs-body-my-coupons .bl_main .fs-c-couponList .fs-c-couponList__item .fs-c-coupon__info .fs-c-coupon__name .fs-c-couponName__name {
  font-size: 1.8rem;
  font-weight: bolder;
  margin-bottom: 4px;
}

.fs-body-my-coupons .bl_main .fs-c-couponList .fs-c-couponList__item .fs-c-coupon__info .fs-c-coupon__name .fs-c-couponName__discount {
  font-size: 1.6rem;
  margin-bottom: 4px;
}

.fs-body-my-coupons .bl_main .fs-c-couponList .fs-c-couponList__item .fs-c-coupon__info .fs-c-coupon__description {
  font-size: 1.1rem;
  width: 100%;
}

.fs-body-my-coupons .bl_main .fs-c-couponList .fs-c-couponList__item .fs-c-coupon__info .fs-c-coupon__description .fs-c-coupon__description__expiration {
  margin-top: 8px;
}

.fs-body-my-coupons .bl_main .fs-c-couponList .fs-c-couponList__item .fs-c-coupon__info .fs-c-coupon__description .fs-c-coupon__description__expiration .fs-c-couponExpiration__title {
  border-bottom: 1px solid #bbb;
  font-size: 1.2rem;
  padding-bottom: 4px;
}

.fs-body-my-coupons .bl_main .fs-c-couponList .fs-c-couponList__item .fs-c-coupon__info .fs-c-coupon__description .fs-c-coupon__description__expiration .fs-c-couponExpiration__list {
  padding: 4px 4px 4px 8px;
}

.fs-body-my-coupons .bl_main .fs-c-couponList .fs-c-couponList__item .fs-c-coupon__info .fs-c-coupon__description .fs-c-coupon__description__expiration .fs-c-couponExpiration__list li + li {
  margin-top: 4px;
}

.fs-body-my-coupons .bl_main .fs-c-couponList .fs-c-couponList__item .fs-c-coupon__info .fs-c-coupon__description .fs-c-coupon__description__appliedCondition {
  margin-top: 8px;
}

.fs-body-my-coupons .bl_main .fs-c-couponList .fs-c-couponList__item .fs-c-coupon__info .fs-c-coupon__description .fs-c-coupon__description__appliedCondition .fs-c-couponAppliedCondition__title {
  border-bottom: 1px solid #bbb;
  font-size: 1.2rem;
  padding-bottom: 4px;
}

.fs-body-my-coupons .bl_main .fs-c-couponList .fs-c-couponList__item .fs-c-coupon__info .fs-c-coupon__description .fs-c-coupon__description__appliedCondition .fs-c-couponAppliedCondition__list {
  padding-bottom: 0;
}

.fs-body-my-cards .bl_main .fs-c-creditCardList .fs-c-creditCardListItem + .fs-c-creditCardListItem {
  margin-top: 16px;
}

.fs-body-my-cards .bl_main .fs-c-creditCardList .fs-c-creditCardListItem__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 16px;
}

.fs-body-my-cards .bl_main .fs-c-creditCardList .fs-c-creditCardListItem__button .bl_btnBaseColor {
  max-width: 176px;
  margin-right: auto;
}

.fs-body-my-orders-details .bl_main .bl_btnLighetColor {
  margin-top: 32px;
}

.fs-body-my-orders-details .bl_main .fs-c-orderDetail__orderInfo.fs-c-orderDetailInfo {
  display: none;
}

.fs-body-my-orders-details .bl_main .fs-c-orderDetail__addresseeInfo {
  margin-top: 16px;
}

.fs-body-my-orders-details .bl_main .fs-c-orderDetail__addresseeInfo .fs-c-heading--section {
  font-size: 1.6rem;
  padding-left: 8px;
}

.fs-body-my-orders-details .bl_main .fs-c-orderDetail__addresseeInfo .fs-c-heading--subsection {
  padding-left: 8px;
}

.fs-body-my-orders-details .bl_main dl {
  padding: 24px 24px 48px;
}

.fs-body-my-orders-details .bl_main dl > * + * {
  margin-top: 4px;
}

.fs-body-my-orders-details .bl_main dl > dt {
  border-bottom: 1px solid #ddd;
  font-weight: bolder;
}

.fs-body-my-orders-details .bl_main .fs-c-orderTotalTable__paymentFee th {
  border: 0;
}

.fs-body-my-orders-details .bl_main .fs-c-orderTotalTable__paymentFee td {
  border: 0;
}

.fs-body-my-orders-details .bl_main .fs-c-orderTotalTable__total {
  padding: 0;
}

.fs-body-my-orders-details .bl_main .fs-c-orderTotalTable__total > * {
  border: 0;
  border-top: 3px double #bbb;
}

.fs-body-my-orders-details .bl_main .fs-c-orderPerAddressee__orderDeliveryInfo {
  margin-top: 32px;
}

.fs-body-my-orders-details .bl_main .fs-c-deliveryInfoList {
  margin: 0 auto;
  max-width: 320px;
  padding: 0;
}

.fs-body-my-orders-details .bl_main .fs-c-deliveryInfoList > * {
  border-bottom: 1px solid #ccc;
  padding: 4px 8px;
}

.fs-body-my-orders-details .bl_main .fs-c-deliveryInfoList > * + * {
  margin: 0;
}
