
@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: #3a3a3a;
  font: normal 400 1.1rem/1.6 "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: 400;
}

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;
}

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 #3a3a3a;
  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 #dadada;
  -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.7rem;
  }
}

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: 400;
}

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: hidden;
  max-width: 1024px;
  margin: 0 auto 32px;
  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 4%;
  padding: 0;
}

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

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

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

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

#mainVisual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin: 0 0 18px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (pointer: fine) and (hover: hover) {
  #mainVisual {
    height: 40vw;
    max-height: 409.6px;
    overflow: hidden;
    margin-bottom: 72px;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  #mainVisual {
    height: 40vw;
    max-height: 409.6px;
    overflow: hidden;
    margin-bottom: 72px;
  }
}

.bl_main > .bl_mainVisual {
  margin: 0 0 18px;
  z-index: 0;
}

@media (pointer: fine) and (hover: hover) {
  .bl_main > .bl_mainVisual {
    margin-bottom: 72px;
  }
}

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

#mainVisual > img {
  display: block;
  width: 50%;
  max-width: 100%;
}

#mainVisual > .el_floatLogo {
  position: absolute;
  bottom: 8%;
  left: 38%;
  width: 10%;
}

.bl_main > .bl_mainBlockTitle {
  margin-bottom: 4px;
}

@media (pointer: fine) and (hover: hover) {
  .bl_main > .bl_mainBlockTitle {
    margin-bottom: 12px;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .bl_main > .bl_mainBlockTitle {
    margin-bottom: 12px;
  }
}

.bl_mainBlockTitle_title {
  font-size: 2.0rem;
}

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

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

.bl_mainBlockTitle_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.bl_mainBlockTitle_latest {
  font-size: 2.0rem;
}

@media (pointer: fine) and (hover: hover) {
  .bl_mainBlockTitle_latest {
    font-size: 3.2rem;
    margin-left: 46px;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .bl_mainBlockTitle_latest {
    font-size: 3.2rem;
    margin-left: 46px;
  }
}

.bl_mainBlockTitle_viewBtn {
  border: 1px solid;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-left: auto;
  padding: 3.0px;
  text-align: center;
  width: 60px;
}

@media (pointer: fine) and (hover: hover) {
  .bl_mainBlockTitle_viewBtn {
    font-size: 2.0rem;
    margin-right: 36px;
    padding: 5px;
    width: 96px;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .bl_mainBlockTitle_viewBtn {
    font-size: 2.0rem;
    margin-right: 36px;
    padding: 5px;
    width: 96px;
  }
}

.bl_mainBlockTitle_viewBtn > a {
  display: block;
}

.bl_mainBlockTitle_viewBtn:hover {
  -webkit-text-decoration: underline solid #3a3a3a;
          text-decoration: underline solid #3a3a3a;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.bl_mainBlockTitle_viewBtn:active {
  -webkit-box-shadow: inset 0 2px 3px -1px #bbb;
          box-shadow: inset 0 2px 3px -1px #bbb;
  padding: 3px 2px 1px;
}

@media (pointer: fine) and (hover: hover) {
  .bl_mainBlockTitle_viewBtn:active {
    padding: 5px 4px 3px;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .bl_mainBlockTitle_viewBtn:active {
    padding: 5px 4px 3px;
  }
}

.fs-pt-list__item {
  margin-bottom: 4px;
}

.fs-pt-list__link,
.fs-pt-list__link:visited {
  padding-left: 2px;
  text-decoration: underline;
}

.bl_main > .bl_mainBlock_content {
  margin-bottom: 32px;
}

@media (pointer: fine) and (hover: hover) {
  .bl_main > .bl_mainBlock_content {
    margin-bottom: 96px;
  }
  .bl_main > .bl_mainBlock_content > * {
    margin: 0 46px;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .bl_main > .bl_mainBlock_content {
    margin-bottom: 96px;
  }
  .bl_main > .bl_mainBlock_content > * {
    margin: 0 46px;
  }
}

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

.bl_header {
  background: rgba(255, 255, 255, 0.8);
  height: 42px;
  position: relative;
  width: 100%;
  z-index: 200;
}

@media (pointer: fine) and (hover: hover) {
  .bl_header {
    height: 128px;
  }
}

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

.ly_headerLogo {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

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

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

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

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

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

.hp_headerLogo_img {
  padding: 12px 0 8px;
}

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

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

.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 {
    display: none;
  }
}

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

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

.el_gnavDrawer_hidden {
  display: none;
}

.ly_gnavDrawer_btn {
  left: 1px;
  position: absolute;
  top: 1px;
}

.el_gnavDrawer_btn {
  display: block;
  background: transparent;
  height: 60px;
  padding: 12px 24px 32px 10px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  width: 50px;
  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(0, 0, 0, 0.5);
  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;
  }
}

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

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

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

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

@media (pointer: fine) and (hover: hover) {
  .bl_headerCart > a {
    padding: 0;
    height: 16px;
    width: 16px;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .bl_headerCart > a {
    padding: 0;
    height: 16px;
    width: 16px;
  }
}

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

.el_howManyInCart {
  background: #3a3a3a;
  border-radius: 50%;
  color: #fff;
  font-size: 0.8rem;
  height: 1.4rem;
  line-height: 14px;
  position: absolute;
  right: 6px;
  text-align: center;
  top: 6px;
  width: 1.4rem;
}

@media (pointer: fine) and (hover: hover) {
  .el_howManyInCart {
    right: -8px;
    top: 10px;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .el_howManyInCart {
    right: -8px;
    top: 10px;
  }
}

.ly_headerSearch {
  position: absolute;
  right: 52px;
  top: 2px;
}

@media (pointer: fine) and (hover: hover) {
  .bl_headerSearch {
    display: none;
  }
  .bl_headerSearch.hp_pcLayoutShow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .bl_headerSearch {
    display: none;
  }
  .bl_headerSearch.hp_pcLayoutShow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

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

@media (pointer: fine) and (hover: hover) {
  .bl_headerSearch > a {
    padding: 0;
    height: 16px;
    width: 16px;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .bl_headerSearch > a {
    padding: 0;
    height: 16px;
    width: 16px;
  }
}

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

.ly_headerPcNav {
  margin: 0 auto;
  -webkit-transform: translateY(87px);
      -ms-transform: translateY(87px);
          transform: translateY(87px);
}

.bl_headerPcNav {
  display: none;
}

@media (pointer: fine) and (hover: hover) {
  .bl_headerPcNav {
    display: block;
    max-width: 1024px;
  }
  .bl_headerPcNav > div {
    margin: 0 6%;
  }
  .bl_headerPcNav > div > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    width: 100%;
  }
  .bl_headerPcNav > div > ul > li {
    font-size: 1.1rem;
    margin-right: 18px;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
  }
  .bl_headerPcNav > div > ul > li:last-child {
    margin-right: 0;
  }
  .bl_headerPcNav > div > ul > li#pcSearchBox.is_active::after {
    border-bottom: 1px solid #3a3a3a;
    width: 100%;
  }
  .bl_headerPcNav > div > ul > li::after {
    content: '';
    border-bottom: 1px solid transparent;
    display: block;
    height: 1px;
    margin: 0 auto;
    -webkit-transition: width .3s;
    -o-transition: width .3s;
    transition: width .3s;
    -webkit-transform: translateY(3px);
        -ms-transform: translateY(3px);
            transform: translateY(3px);
    width: 0px;
  }
  .bl_headerPcNav > div > ul > li:hover::after {
    border-bottom: 1px solid #3a3a3a;
    width: 100%;
  }
  .bl_headerPcNav > div > ul > li.hp_menuOpenEmphasis:hover::after {
    border: 0;
  }
  .bl_headerPcNav > div > ul > li:nth-last-child(2):focus-within::after {
    border-bottom: 1px solid #3a3a3a;
    width: 100%;
  }
  .bl_headerPcNav > div > ul > li .fs-clientInfo {
    padding: 0;
  }
  .bl_headerPcNav > div > ul > li .bl_itemsMenu {
    position: relative;
  }
  .bl_headerPcNav > div > ul > li .bl_itemsMenu ~ .bl_itemsDropdown {
    opacity: 0;
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
  }
  .bl_headerPcNav > div > ul > li .bl_itemsMenu ~ .bl_itemsDropdown > div {
    display: none;
  }
  .bl_headerPcNav > div > ul > li .el_menuToggleCb {
    display: none;
  }
  .bl_headerPcNav > div > ul > li .el_menuToggleCb ~ .bl_itemsMenu {
    position: relative;
  }
  .bl_headerPcNav > div > ul > li .el_menuToggleCb ~ .bl_itemsMenu::after {
    bottom: -4px;
    content: '';
    border-bottom: 1px solid transparent;
    display: block;
    height: 1px;
    left: 50%;
    margin: 0 auto;
    position: absolute;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 0px;
    z-index: 11;
  }
}

@media screen and (pointer: fine) and (hover: hover) and (-ms-high-contrast: active), screen and (pointer: fine) and (hover: hover) and (-ms-high-contrast: none) {
  .bl_headerPcNav > div > ul > li .el_menuToggleCb ~ .bl_itemsMenu::after {
    -webkit-animation: 0.3s ease 0s 1 normal foldBarReverseIe;
            animation: 0.3s ease 0s 1 normal foldBarReverseIe;
    bottom: -4px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media (pointer: fine) and (hover: hover) {
  .bl_headerPcNav > div > ul > li .el_menuToggleCb ~ .bl_itemsMenu:hover::before {
    -webkit-animation: 0.4s ease 0s infinite alternate popinBall;
            animation: 0.4s ease 0s infinite alternate popinBall;
    border-bottom: 1px solid #3a3a3a;
    border-right: 1px solid #3a3a3a;
    content: '';
    height: 4px;
    left: 50%;
    position: absolute;
    width: 4px;
  }
}

@media screen and (pointer: fine) and (hover: hover) and (-ms-high-contrast: active), screen and (pointer: fine) and (hover: hover) and (-ms-high-contrast: none) {
  .bl_headerPcNav > div > ul > li .el_menuToggleCb ~ .bl_itemsMenu:hover::before {
    -webkit-animation: 0.4s ease 0s infinite alternate popinBallIe;
            animation: 0.4s ease 0s infinite alternate popinBallIe;
    left: 50%;
    -webkit-transform: rotate(45deg) translate(-50%, 0);
        -ms-transform: rotate(45deg) translate(-50%, 0);
            transform: rotate(45deg) translate(-50%, 0);
    top: -0.5rem;
  }
}

@media (pointer: fine) and (hover: hover) {
  .bl_headerPcNav > div > ul > li .el_menuToggleCb ~ .bl_itemsMenu:hover::after {
    border-bottom: 1px solid #3a3a3a;
    width: 100%;
  }
  .bl_headerPcNav > div > ul > li .el_menuToggleCb:checked ~ .bl_itemsMenu {
    position: relative;
  }
  .bl_headerPcNav > div > ul > li .el_menuToggleCb:checked ~ .bl_itemsMenu::after {
    bottom: -16px;
    content: '';
    border-bottom: 1px solid #3a3a3a;
    border-right: 1px solid #3a3a3a;
    display: block;
    height: 12px;
    margin: 0 auto;
    -webkit-transform: rotate(45deg) translate(-50%, 4px);
        -ms-transform: rotate(45deg) translate(-50%, 4px);
            transform: rotate(45deg) translate(-50%, 4px);
    width: 12px;
  }
}

@media screen and (pointer: fine) and (hover: hover) and (-ms-high-contrast: active), screen and (pointer: fine) and (hover: hover) and (-ms-high-contrast: none) {
  .bl_headerPcNav > div > ul > li .el_menuToggleCb:checked ~ .bl_itemsMenu::after {
    -webkit-animation: 0.3s ease 0s 1 normal foldBarIe;
            animation: 0.3s ease 0s 1 normal foldBarIe;
    bottom: -16px;
    -webkit-transform: rotate(45deg) translate(-50%, 4px);
        -ms-transform: rotate(45deg) translate(-50%, 4px);
            transform: rotate(45deg) translate(-50%, 4px);
  }
}

@media (pointer: fine) and (hover: hover) {
  .bl_headerPcNav > div > ul > li .el_menuToggleCb:checked ~ .bl_itemsMenu:hover::before {
    -webkit-animation: none;
            animation: none;
    border: 0;
  }
  .bl_headerPcNav > div > ul > li .el_menuToggleCb:checked ~ .bl_itemsDropdown {
    background: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
            box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
    display: block;
    opacity: 1;
    position: absolute;
    left: 0px;
    top: 38px;
    width: 100%;
  }
  .bl_headerPcNav > div > ul > li .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 8px;
  }
  .bl_headerPcNav > div > ul > li .el_menuToggleCb:checked ~ .bl_itemsDropdown > div > ul {
    margin-right: 4%;
    padding: 0 0 0 8px;
    width: 31%;
  }
  .bl_headerPcNav > div > ul > li .el_menuToggleCb:checked ~ .bl_itemsDropdown > div > ul ul {
    padding: 0 0 0 12px;
  }
  .bl_headerPcNav > div > ul > li .el_menuToggleCb:checked ~ .bl_itemsDropdown > div > ul:last-child {
    margin-right: 0;
  }
  .bl_headerPcNav > div > ul > li .el_menuToggleCb:checked ~ .bl_itemsDropdown > div > ul li {
    font-size: 1.2rem;
    margin: 0 0 16px 0;
  }
  .bl_headerPcNav > div > ul > li .el_menuToggleCb:checked ~ .bl_itemsDropdown > div > ul li a {
    position: relative;
  }
  .bl_headerPcNav > div > ul > li .el_menuToggleCb:checked ~ .bl_itemsDropdown > div > ul li a::after {
    bottom: -4px;
    content: '';
    border-bottom: 1px solid transparent;
    display: block;
    height: 1px;
    left: 50%;
    margin: 0 auto;
    position: absolute;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 0;
  }
  .bl_headerPcNav > div > ul > li .el_menuToggleCb:checked ~ .bl_itemsDropdown > div > ul li a:hover::after {
    border-bottom: 1px solid #3a3a3a;
    width: 100%;
  }
  .bl_headerPcNav > div > ul > li .el_menuToggleCb:checked ~ .bl_itemsDropdown .hp_categoryMargin {
    margin: 32px 0 16px 0;
  }
  .bl_headerPcNav > div > ul > li .el_menuToggleCb:checked ~ .bl_itemsDropdown .bl_itemsDropClose {
    background: rgba(255, 255, 255, 0.9);
    border-top: 1px dotted #bbb;
    border-radius: 0 0 4px 4px;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
            box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
    cursor: pointer;
    display: block;
    font-size: 1.2rem;
    right: 0;
    position: absolute;
    padding: 6px 0;
    text-align: center;
    width: 68px;
    z-index: 101;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .bl_headerPcNav {
    display: block;
    max-width: 1024px;
  }
  .bl_headerPcNav > div {
    margin: 0 6%;
  }
  .bl_headerPcNav > div > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    width: 100%;
  }
  .bl_headerPcNav > div > ul > li {
    font-size: 1.1rem;
    margin-right: 18px;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
  }
  .bl_headerPcNav > div > ul > li:last-child {
    margin-right: 0;
  }
  .bl_headerPcNav > div > ul > li#pcSearchBox.is_active::after {
    border-bottom: 1px solid #3a3a3a;
    width: 100%;
  }
  .bl_headerPcNav > div > ul > li::after {
    content: '';
    border-bottom: 1px solid transparent;
    display: block;
    height: 1px;
    margin: 0 auto;
    -webkit-transition: width .3s;
    -o-transition: width .3s;
    transition: width .3s;
    -webkit-transform: translateY(3px);
        -ms-transform: translateY(3px);
            transform: translateY(3px);
    width: 0px;
  }
  .bl_headerPcNav > div > ul > li:hover::after {
    border-bottom: 1px solid #3a3a3a;
    width: 100%;
  }
  .bl_headerPcNav > div > ul > li.hp_menuOpenEmphasis:hover::after {
    border: 0;
  }
  .bl_headerPcNav > div > ul > li:nth-last-child(2):focus-within::after {
    border-bottom: 1px solid #3a3a3a;
    width: 100%;
  }
  .bl_headerPcNav > div > ul > li .fs-clientInfo {
    padding: 0;
  }
  .bl_headerPcNav > div > ul > li .bl_itemsMenu {
    position: relative;
  }
  .bl_headerPcNav > div > ul > li .bl_itemsMenu ~ .bl_itemsDropdown {
    opacity: 0;
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
  }
  .bl_headerPcNav > div > ul > li .bl_itemsMenu ~ .bl_itemsDropdown > div {
    display: none;
  }
  .bl_headerPcNav > div > ul > li .el_menuToggleCb {
    display: none;
  }
  .bl_headerPcNav > div > ul > li .el_menuToggleCb ~ .bl_itemsMenu {
    position: relative;
  }
  .bl_headerPcNav > div > ul > li .el_menuToggleCb ~ .bl_itemsMenu::after {
    bottom: -4px;
    content: '';
    border-bottom: 1px solid transparent;
    display: block;
    height: 1px;
    left: 50%;
    margin: 0 auto;
    position: absolute;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 0px;
    z-index: 11;
  }
}

@media screen and (-ms-high-contrast: active) and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) and (-ms-high-contrast: active), screen and (-ms-high-contrast: active) and (-ms-high-contrast: none), screen and (-ms-high-contrast: none) and (-ms-high-contrast: none) {
  .bl_headerPcNav > div > ul > li .el_menuToggleCb ~ .bl_itemsMenu::after {
    -webkit-animation: 0.3s ease 0s 1 normal foldBarReverseIe;
            animation: 0.3s ease 0s 1 normal foldBarReverseIe;
    bottom: -4px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .bl_headerPcNav > div > ul > li .el_menuToggleCb ~ .bl_itemsMenu:hover::before {
    -webkit-animation: 0.4s ease 0s infinite alternate popinBall;
            animation: 0.4s ease 0s infinite alternate popinBall;
    border-bottom: 1px solid #3a3a3a;
    border-right: 1px solid #3a3a3a;
    content: '';
    height: 4px;
    left: 50%;
    position: absolute;
    width: 4px;
  }
}

@media screen and (-ms-high-contrast: active) and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) and (-ms-high-contrast: active), screen and (-ms-high-contrast: active) and (-ms-high-contrast: none), screen and (-ms-high-contrast: none) and (-ms-high-contrast: none) {
  .bl_headerPcNav > div > ul > li .el_menuToggleCb ~ .bl_itemsMenu:hover::before {
    -webkit-animation: 0.4s ease 0s infinite alternate popinBallIe;
            animation: 0.4s ease 0s infinite alternate popinBallIe;
    left: 50%;
    -webkit-transform: rotate(45deg) translate(-50%, 0);
        -ms-transform: rotate(45deg) translate(-50%, 0);
            transform: rotate(45deg) translate(-50%, 0);
    top: -0.5rem;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .bl_headerPcNav > div > ul > li .el_menuToggleCb ~ .bl_itemsMenu:hover::after {
    border-bottom: 1px solid #3a3a3a;
    width: 100%;
  }
  .bl_headerPcNav > div > ul > li .el_menuToggleCb:checked ~ .bl_itemsMenu {
    position: relative;
  }
  .bl_headerPcNav > div > ul > li .el_menuToggleCb:checked ~ .bl_itemsMenu::after {
    bottom: -16px;
    content: '';
    border-bottom: 1px solid #3a3a3a;
    border-right: 1px solid #3a3a3a;
    display: block;
    height: 12px;
    margin: 0 auto;
    -webkit-transform: rotate(45deg) translate(-50%, 4px);
        -ms-transform: rotate(45deg) translate(-50%, 4px);
            transform: rotate(45deg) translate(-50%, 4px);
    width: 12px;
  }
}

@media screen and (-ms-high-contrast: active) and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) and (-ms-high-contrast: active), screen and (-ms-high-contrast: active) and (-ms-high-contrast: none), screen and (-ms-high-contrast: none) and (-ms-high-contrast: none) {
  .bl_headerPcNav > div > ul > li .el_menuToggleCb:checked ~ .bl_itemsMenu::after {
    -webkit-animation: 0.3s ease 0s 1 normal foldBarIe;
            animation: 0.3s ease 0s 1 normal foldBarIe;
    bottom: -16px;
    -webkit-transform: rotate(45deg) translate(-50%, 4px);
        -ms-transform: rotate(45deg) translate(-50%, 4px);
            transform: rotate(45deg) translate(-50%, 4px);
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .bl_headerPcNav > div > ul > li .el_menuToggleCb:checked ~ .bl_itemsMenu:hover::before {
    -webkit-animation: none;
            animation: none;
    border: 0;
  }
  .bl_headerPcNav > div > ul > li .el_menuToggleCb:checked ~ .bl_itemsDropdown {
    background: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
            box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
    display: block;
    opacity: 1;
    position: absolute;
    left: 0px;
    top: 38px;
    width: 100%;
  }
  .bl_headerPcNav > div > ul > li .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 8px;
  }
  .bl_headerPcNav > div > ul > li .el_menuToggleCb:checked ~ .bl_itemsDropdown > div > ul {
    margin-right: 4%;
    padding: 0 0 0 8px;
    width: 31%;
  }
  .bl_headerPcNav > div > ul > li .el_menuToggleCb:checked ~ .bl_itemsDropdown > div > ul ul {
    padding: 0 0 0 12px;
  }
  .bl_headerPcNav > div > ul > li .el_menuToggleCb:checked ~ .bl_itemsDropdown > div > ul:last-child {
    margin-right: 0;
  }
  .bl_headerPcNav > div > ul > li .el_menuToggleCb:checked ~ .bl_itemsDropdown > div > ul li {
    font-size: 1.2rem;
    margin: 0 0 16px 0;
  }
  .bl_headerPcNav > div > ul > li .el_menuToggleCb:checked ~ .bl_itemsDropdown > div > ul li a {
    position: relative;
  }
  .bl_headerPcNav > div > ul > li .el_menuToggleCb:checked ~ .bl_itemsDropdown > div > ul li a::after {
    bottom: -4px;
    content: '';
    border-bottom: 1px solid transparent;
    display: block;
    height: 1px;
    left: 50%;
    margin: 0 auto;
    position: absolute;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 0;
  }
  .bl_headerPcNav > div > ul > li .el_menuToggleCb:checked ~ .bl_itemsDropdown > div > ul li a:hover::after {
    border-bottom: 1px solid #3a3a3a;
    width: 100%;
  }
  .bl_headerPcNav > div > ul > li .el_menuToggleCb:checked ~ .bl_itemsDropdown .hp_categoryMargin {
    margin: 32px 0 16px 0;
  }
  .bl_headerPcNav > div > ul > li .el_menuToggleCb:checked ~ .bl_itemsDropdown .bl_itemsDropClose {
    background: rgba(255, 255, 255, 0.9);
    border-top: 1px dotted #bbb;
    border-radius: 0 0 4px 4px;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
            box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
    cursor: pointer;
    display: block;
    font-size: 1.2rem;
    right: 0;
    position: absolute;
    padding: 6px 0;
    text-align: center;
    width: 68px;
    z-index: 101;
  }
}

@-webkit-keyframes popinBall {
  from {
    -webkit-transform: rotate(45deg) translateX(-50%);
            transform: rotate(45deg) translateX(-50%);
    top: -0.5rem;
  }
  to {
    -webkit-transform: rotate(45deg) translateX(-50%);
            transform: rotate(45deg) translateX(-50%);
    top: -1.5rem;
  }
}

@keyframes popinBall {
  from {
    -webkit-transform: rotate(45deg) translateX(-50%);
            transform: rotate(45deg) translateX(-50%);
    top: -0.5rem;
  }
  to {
    -webkit-transform: rotate(45deg) translateX(-50%);
            transform: rotate(45deg) translateX(-50%);
    top: -1.5rem;
  }
}

@-webkit-keyframes popinBallIe {
  from {
    left: 50%;
    -webkit-transform: rotate(45deg) translate(-50%, 0px);
            transform: rotate(45deg) translate(-50%, 0px);
    top: -0.5rem;
  }
  to {
    left: 50%;
    -webkit-transform: rotate(45deg) translate(-50%, 0px);
            transform: rotate(45deg) translate(-50%, 0px);
    top: -1.5rem;
  }
}

@keyframes popinBallIe {
  from {
    left: 50%;
    -webkit-transform: rotate(45deg) translate(-50%, 0px);
            transform: rotate(45deg) translate(-50%, 0px);
    top: -0.5rem;
  }
  to {
    left: 50%;
    -webkit-transform: rotate(45deg) translate(-50%, 0px);
            transform: rotate(45deg) translate(-50%, 0px);
    top: -1.5rem;
  }
}

@-webkit-keyframes foldBarIe {
  from {
    bottom: -4px;
    -webkit-transform: rotate(0deg) translate(-50%, 0px);
            transform: rotate(0deg) translate(-50%, 0px);
  }
  to {
    bottom: -16px;
    -webkit-transform: rotate(45deg) translate(-50%, 4px);
            transform: rotate(45deg) translate(-50%, 4px);
  }
}

@keyframes foldBarIe {
  from {
    bottom: -4px;
    -webkit-transform: rotate(0deg) translate(-50%, 0px);
            transform: rotate(0deg) translate(-50%, 0px);
  }
  to {
    bottom: -16px;
    -webkit-transform: rotate(45deg) translate(-50%, 4px);
            transform: rotate(45deg) translate(-50%, 4px);
  }
}

@-webkit-keyframes foldBarReverseIe {
  from {
    bottom: -16px;
    -webkit-transform: rotate(45deg) translate(-50%, 4px);
            transform: rotate(45deg) translate(-50%, 4px);
  }
  to {
    bottom: -4px;
    -webkit-transform: rotate(0deg) translate(-50%, 0px);
            transform: rotate(0deg) translate(-50%, 0px);
  }
}

@keyframes foldBarReverseIe {
  from {
    bottom: -16px;
    -webkit-transform: rotate(45deg) translate(-50%, 4px);
            transform: rotate(45deg) translate(-50%, 4px);
  }
  to {
    bottom: -4px;
    -webkit-transform: rotate(0deg) translate(-50%, 0px);
            transform: rotate(0deg) translate(-50%, 0px);
  }
}

.ly_brandsContainer {
  margin: 0 auto;
}

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

.ly_brands {
  padding: 0 8px;
}

.bl_brands {
  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;
  }
}

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

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

.bl_footerCopyRight {
  margin: 0 auto;
  padding: 0 0 36px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

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

.bl_footerAccordionContainer {
  margin: 0 4%;
}

@media (pointer: fine) and (hover: hover) {
  .bl_footerAccordionContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0 2%;
  }
  .bl_footerAccordionContainer > * {
    border-left: 1px solid #bbb;
    width: 31%;
  }
  .bl_footerAccordionContainer > *:nth-child(1) {
    width: 38%;
  }
  .bl_footerAccordionContainer > *:last-child {
    border-right: 1px solid #bbb;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .bl_footerAccordionContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0 2%;
  }
  .bl_footerAccordionContainer > * {
    border-left: 1px solid #bbb;
    width: 31%;
  }
  .bl_footerAccordionContainer > *:nth-child(1) {
    width: 38%;
  }
  .bl_footerAccordionContainer > *:last-child {
    border-right: 1px solid #bbb;
  }
}

.bl_footerAccordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 32px;
}

@media (pointer: fine) and (hover: hover) {
  .bl_footerAccordion {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 2%;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .bl_footerAccordion {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 2%;
  }
}

.bl_footerAccordion > dt {
  width: 100%;
}

.el_footerAccordion_label {
  border-bottom: 1px solid;
  display: block;
  font-size: 1.4rem;
  margin-bottom: 4px;
}

@media (pointer: fine) and (hover: hover) {
  .el_footerAccordion_label {
    border: 0;
    margin-bottom: 12px;
    -webkit-transform: translateX(-2%);
        -ms-transform: translateX(-2%);
            transform: translateX(-2%);
    width: 110%;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .el_footerAccordion_label {
    border: 0;
    margin-bottom: 12px;
    -webkit-transform: translateX(-2%);
        -ms-transform: translateX(-2%);
            transform: translateX(-2%);
    width: 110%;
  }
}

.bl_footerAccordion_body {
  display: inline-block;
  width: 100%;
}

@media (min-width: 481px) {
  .bl_footerAccordion_body {
    width: 50%;
  }
}

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

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

.bl_footerAccordion_body > a {
  color: #939393;
  display: block;
  font-size: 1.2rem;
  padding: 8px;
  position: relative;
}

.bl_footerAccordion_body > a:hover {
  color: #3a3a3a;
}

.bl_footerAccordion_body > a:hover::before {
  -webkit-animation: 1s linear 0s infinite rotateSymbol;
          animation: 1s linear 0s infinite rotateSymbol;
  bottom: 8px;
  content: '◆';
  color: #000;
  display: block;
  font-size: 1rem;
  left: -0.8rem;
  position: absolute;
}

@-webkit-keyframes rotateSymbol {
  from {
    -webkit-transform: rotate(0deg) scale(0.8);
            transform: rotate(0deg) scale(0.8);
  }
  to {
    -webkit-transform: rotate(360deg) scale(0.8);
            transform: rotate(360deg) scale(0.8);
  }
}

@keyframes rotateSymbol {
  from {
    -webkit-transform: rotate(0deg) scale(0.8);
            transform: rotate(0deg) scale(0.8);
  }
  to {
    -webkit-transform: rotate(360deg) scale(0.8);
            transform: rotate(360deg) scale(0.8);
  }
}

.bl_footerAccordion_body.is_active > a {
  border: none;
  color: #939393;
  line-height: inherit;
  opacity: 1;
  padding: 12px 0 12px 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::before {
  content: '';
  height: 7px;
  width: 7px;
  border: none;
  border-right: 1px solid #939393;
  border-top: 1px solid #939393;
  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;
}

.bl_newsList_outer {
  margin: -4px 0 0;
  width: 100%;
}

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

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

.bl_keyVisual_outer {
  width: 100%;
}

.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: 48px;
  margin: 0;
  padding: 0;
  position: fixed;
  right: 24px;
}

.bl_goTopBtn {
  border: none;
  background-color: rgba(255, 255, 255, 0.5);
  height: 47px;
  outline: 1px solid rgba(154, 154, 154, 0.5);
  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 rgba(154, 154, 154, 0.5);
}

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

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

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

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

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

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

.ly_lv2h {
  margin: 0;
  padding: 96px 0 32px;
  text-align: center;
}

.el_lv2h {
  font-size: 2.0rem;
  line-height: 1.15;
}

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

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

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

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

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

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

.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 #3a3a3a;
  border-top: 1px solid #3a3a3a;
  -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: 0 auto;
  padding: 6px;
}

.bl_hrefBtn {
  border: 1px solid #939393;
  display: block;
  text-align: center;
  width: 160px;
}

.bl_hrefBtn:active {
  border-top: 2px solid #939393;
  padding-bottom: 5px;
}

.bl_itemsViewModule {
  margin: 0 0 32px;
}

@media (pointer: fine) and (hover: hover) {
  .bl_itemsViewModule {
    margin: 0 0 96px;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .bl_itemsViewModule {
    margin: 0 0 96px;
  }
}

@media (pointer: fine) and (hover: hover) {
  .bl_newItem:last-of-type .bl_itemsViewModule {
    margin-bottom: 0;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .bl_newItem:last-of-type .bl_itemsViewModule {
    margin-bottom: 0;
  }
}

.ly_drawerTitle {
  padding: 10px 0 10px 10px;
}

.bl_drawerTitle {
  border-bottom: 0;
  font-size: 1.5rem;
  font-weight: 600;
}

.ly_drawerInnerBlock {
  padding: 0 20px 0;
}

.ly_drawerInnerBlock a {
  display: inline-block;
  margin: 0 12px 0 0;
  padding: 6px 0;
}

.bl_drawerInnerBlock {
  border-bottom: 0;
}

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

.bl_drawerInnerBlock.hp_drawerSale {
  margin-top: -20px;
  padding: 8px 16px 8px 30px;
  color: #ee0000;
  font-size: 1.8rem;
}

.bl_drawerInnerBlock.hp_drawerInnerBlock_bgGray {
  background: #f2f2f2;
}

.bl_drawerSpacer {
  height: 10px;
}

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

.bl_drawerAccordion {
  margin-bottom: 16px;
}

.bl_drawerAccordion_body > a {
  display: block;
  color: #939393;
  line-height: inherit;
  opacity: 1;
  padding: 8px 0 8px 30px;
  position: relative;
  text-align: left;
  width: 100%;
}

.bl_drawerAccordion_body > a.hp_newWindowAnchor::after {
  opacity: 0.5;
}

.el_drawerAccordion_label {
  display: block;
  padding: 10px 16px;
  position: relative;
  text-align: left;
  width: 100%;
}

.bl_drawerIconMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-bottom: 24px;
  padding-top: 0;
}

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

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

.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;
}

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

.el_howManyInCart_inDrawer {
  background: #3a3a3a;
  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;
}

.hp_loggedIn_show.hp_loggedIn_false {
  display: none;
}

.hp_loggedIn_hidden.hp_loggedIn_true {
  display: none;
}

.el_nonContextBorder {
  background: #fff;
  border-top: 0;
  height: 1px;
}

.hp_nonContextBorder_withmargin {
  margin-bottom: 16px;
}

.bl_btnBaseColor {
  background: #3a3a3a;
  border: 0;
  color: #fff;
  display: inline-block;
  padding: 16px 0;
  text-align: center;
  width: 100%;
}

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

.bl_btnBaseColor:visited {
  color: #fff;
}

.bl_btnBaseColor:active {
  border-top: 1px solid #3a3a3a;
  color: #fff;
  padding-bottom: 15px;
}

.bl_btnBaseColor:focus {
  color: #fff;
  opacity: 0.5;
}

.bl_btnSubColor {
  background: #6a6a69;
  border: 0;
  color: #fff;
  display: inline-block;
  padding: 16px 0;
  text-align: center;
  width: 100%;
}

.bl_btnSubColor > span {
  display: block;
  color: #fff;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.bl_btnSubColor:visited {
  color: #fff;
}

.bl_btnSubColor:active {
  border-top: 1px solid #6a6a69;
  padding-bottom: 15px;
}

.bl_btnSubColor:focus {
  opacity: 0.5;
}

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

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

.bl_btnLighetColor:visited {
  color: #939393;
}

.bl_btnLighetColor:active {
  border-top: 2px solid #939393;
  padding-bottom: 15px;
}

.bl_btnLighetColor:focus {
  opacity: 0.5;
}

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

a.bl_btnRoundedRect {
  display: block;
}

.bl_btnRoundedRect {
  border: 1px solid #939393;
  color: #939393;
  text-align: center;
  width: 180px;
}

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

.bl_btnRoundedRect:visited {
  color: #939393;
}

.bl_btnRoundedRect:active {
  border-top: 2px solid #bbb;
  padding-bottom: 11px;
}

.bl_btnRoundedRect:focus {
  opacity: 0.5;
}

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

a.bl_btnRoundedRect_mini {
  display: block;
}

.bl_btnRoundedRect_mini {
  color: #939393;
  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: #939393;
}

.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: 12px 0;
}

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

.el_functionalIcon {
  height: 26px;
  overflow: visible;
  padding: 2px;
  width: 26px;
}

.el_functionalIcon img {
  transform-box: fill-box;
}

.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;
}

@media (pointer: fine) and (hover: hover) {
  .fs-p-closed .el_lv2h_pageHeading,
  .bl_main > .el_lv2h_pageHeading {
    font-size: 1.8rem;
    font-weight: bolder;
    padding: 56px 0;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .fs-p-closed .el_lv2h_pageHeading,
  .bl_main > .el_lv2h_pageHeading {
    font-size: 1.8rem;
    font-weight: bolder;
    padding: 56px 0;
  }
}

.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 {
    width: 48%;
    margin-left: 4%;
  }
}

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

@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 {
  margin: 12px auto 48px;
  max-width: 600px;
  text-align: right;
}

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

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

.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 32px;
}

.bl_ecDiscription h3 {
  font-size: 1.6rem;
  margin-bottom: 8px;
}

.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.2em;
  position: absolute;
  top: 0.4em;
}

.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: 8px;
}

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

.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 dotted #dadada;
}

.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: 4px;
}

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"] {
  margin-left: 4px;
}

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

.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_searchBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 0.8rem;
}

.bl_searchBox > input {
  border: 0;
  height: 16px;
  opacity: 0;
  padding: 1px 0;
  -webkit-transition: opacity 0.3s, width 0.3s ease-in, padding 0.3s ease-in, margin 0.3s ease-in;
  -o-transition: opacity 0.3s, width 0.3s ease-in, padding 0.3s ease-in, margin 0.3s ease-in;
  transition: opacity 0.3s, width 0.3s ease-in, padding 0.3s ease-in, margin 0.3s ease-in;
  width: 0;
}

.bl_searchBox > input:focus {
  border: 0;
  margin-right: 8px;
  opacity: 1;
  padding: 1px 2px;
  width: 128px;
}

.bl_searchBox > button {
  background: transparent;
  border: 0;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  padding: 0;
}

.bl_searchBox > button > img {
  width: 16px;
}

.hp_relWrapper {
  position: relative;
}

.bl_searchBox_animateXtend:hover .bl_searchBox > input {
  margin-right: 8px;
  opacity: 1;
  padding: 1px 2px;
  -webkit-transition: opacity 0.3s 333ms, width 0.3s ease-in 88ms, padding 0.3s ease-in 88ms, margin 0.3s ease-in 88ms;
  -o-transition: opacity 0.3s 333ms, width 0.3s ease-in 88ms, padding 0.3s ease-in 88ms, margin 0.3s ease-in 88ms;
  transition: opacity 0.3s 333ms, width 0.3s ease-in 88ms, padding 0.3s ease-in 88ms, margin 0.3s ease-in 88ms;
  width: 128px;
}

.bl_searchBox_animateXtend > .hp_relWrapper > img {
  height: 16px;
  width: 16px;
  position: absolute;
  right: 0;
  top: 1px;
  visibility: hidden;
}

.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 #3a3a3a;
          text-decoration: underline solid #3a3a3a;
}

.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;
}

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

.bl_footerAccordion .hp_newWindowAnchor::after {
  opacity: 0.5;
}

.bl_brandList {
  display: none;
}

.el_menuToggleCb:checked ~ .bl_itemsDropdown .bl_brandList_container {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.el_menuToggleCb:checked ~ .bl_itemsDropdown .bl_brandList_container .bl_brandList {
  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;
}

.el_menuToggleCb:checked ~ .bl_itemsDropdown .bl_brandList_container .bl_brandList > div {
  margin: 0 4% 4% 0;
  position: relative;
  width: 22%;
}

.el_menuToggleCb:checked ~ .bl_itemsDropdown .bl_brandList_container .bl_brandList > div:nth-child(4n) {
  margin: 0 0 4%;
}

.el_menuToggleCb:checked ~ .bl_itemsDropdown .bl_brandList_container .bl_brandList > div:nth-last-child(-n+4) {
  margin-bottom: 0;
}

.el_menuToggleCb:checked ~ .bl_itemsDropdown .bl_brandList_container .bl_brandList > div > a::after {
  content: '';
  border-bottom: 1px solid transparent;
  display: block;
  height: 1px;
  left: 50%;
  margin: 0 auto;
  position: absolute;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
}

.el_menuToggleCb:checked ~ .bl_itemsDropdown .bl_brandList_container .bl_brandList > div > a:hover::after {
  border-bottom: 1px solid #3a3a3a;
  width: 100%;
}

.el_menuToggleCb:checked ~ .bl_itemsDropdown .bl_brandList_container .bl_brandList ~ .hp_searchSwitch {
  background: #fff;
  border: 1px solid #ccc;
  padding: 4px 12px;
}

.el_menuToggleCb:checked ~ .bl_itemsDropdown .bl_brandList_container > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
}

.el_menuToggleCb:checked ~ .bl_itemsDropdown .bl_brandList_container > div img {
  width: 16px;
  height: 16px;
  margin: 3px 6px 0 0;
}

.el_menuToggleCb:checked ~ .bl_itemsDropdown .bl_brandList_container > div img + div {
  margin-left: 6px;
}

.el_menuToggleCb:checked ~ .bl_itemsDropdown .bl_brandList_container > div label {
  font-size: 1.4rem;
  line-height: 1.6;
  margin-left: 5px;
}

.el_menuToggleCb:checked ~ .bl_itemsDropdown .bl_brandList_container > div label .fs-c-radio__radioMark {
  height: 14px;
  min-width: 14px;
  width: 14px;
}

.el_menuToggleCb:checked ~ .bl_itemsDropdown .bl_brandList_container > div .fs-c-radio__radio + .fs-c-radio__label {
  margin-left: 24px;
}

.el_menuToggleCb:checked ~ .bl_itemsDropdown .bl_brandList_container .hp_noAnchor::before {
  content: '';
  background: rgba(0, 0, 0, 0.2);
  display: block;
  height: 0;
  position: absolute;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  width: 100%;
  z-index: 11;
}

.el_menuToggleCb:checked ~ .bl_itemsDropdown .bl_brandList_container.is_searchActive > .bl_brandList > div > .hp_noAnchor::before {
  height: 100%;
}

.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*/
@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%;
  }
}

.fs-c-breadcrumb__list {
  border-bottom: 1px solid #dadada;
  margin: 6px 0 10px;
}

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

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

.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: #3a3a3a;
}

/* 商品画像 */
.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 2% 18px 0;
  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: #3a3a3a;
  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 > *,
.fs-c-continueShopping > * {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

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

.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 24px;
  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-bottom: 15px;
}

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

.fs-c-checkout-productAllocation {
  border: 0;
}

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

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

.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-bottom: 1px solid #dadada;
  margin: 0;
  padding: 12px 0;
}

.fs-c-variationList__item:last-child {
  border-bottom: 0;
}

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

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

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

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

.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: 2fr 3em 5fr;
        grid-template-columns: 2fr 3em 5fr;
  }
}

@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;
}

/* 人商品表示カルーセル */
.bl_main > .fs-c-productListCarousel.fs-c-slick {
  margin: 0 auto 32px;
  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;
  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 14px;
}

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

.fs-c-sortItems__list li {
  display: inline-block;
  padding: 8px;
  text-align: center;
  width: 98px;
}

.fs-c-sortItems__list__item.is-active {
  background: #3a3a3a;
  border: 0;
  color: #fff;
}

.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 {
  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 a::before {
  content: '';
  height: 7px;
  width: 7px;
  border: none;
  border-right: 1px solid #3a3a3a;
  border-top: 1px solid #3a3a3a;
  left: 4px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          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% 16px;
}

@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 6% 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 6% 32px;
  }
}

@media (pointer: fine) and (hover: hover) {
  .fs-l-cart__mainColumn {
    width: 62%;
  }
}

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

@media (pointer: fine) and (hover: hover) {
  .fs-l-cart__sideColumn {
    -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: 0 0 16px;
    width: 34%;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .fs-l-cart__sideColumn {
    -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: 0 0 16px;
    width: 34%;
  }
}

.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;
  padding: 8px 8px 8px 0;
}

.fs-c-cartTable__row {
  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;
  /* 以上3項目はデフォルトメディアクエリ打ち消し */
}

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

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

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

/* 数量表示列 */
.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 #dadada;
  margin: 0;
  padding: 4px;
}

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

.fs-c-cartTable__quantity {
  display: block;
  margin: 6px 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: 6px 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: 56px;
}

@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__dataCell--action .bl_btnLighetColor.hp_btn_narrow {
  border: 0;
  padding: 4px 0;
  margin-top: 1px;
}

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

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

@media (pointer: fine) and (hover: hover) {
  #fs_orderTotalContainer .fs-c-checkout-preview__title {
    margin-top: 0;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  #fs_orderTotalContainer .fs-c-checkout-preview__title {
    margin-top: 0;
  }
}

.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: 80px;
  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: 3px;
  -webkit-box-shadow: 0 1px 2px #bbb;
          box-shadow: 0 1px 2px #bbb;
  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;
  padding-right: 8px;
}

.fs-c-bundlePrice__price--price {
  font-size: 1.2rem;
}

.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 #dadada;
}

.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: 400;
  margin: 0;
  text-align: center;
}

/* お気に入り商品カルーセル */
.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://pony.itembox.design/item/assets/images/common/navPrevIcon.svg?t=20250521165651");
    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://pony.itembox.design/item/assets/images/common/navNextIcon.svg?t=20250521165651");
    cursor: pointer;
    height: 48px;
    width: 24px;
  }
}

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

.fs-c-wishlistProduct__footer {
  border: 1px solid #dadada;
  border-radius: 2.6rem;
  color: #939393;
  margin: 32px auto 0;
  padding: 4px 0;
  text-align: center;
  width: 120px;
}

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

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

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

/* 注文手続きエリア */
.fs-l-checkout__mainColumn {
  margin: 0 3% 16px;
}

@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;
    margin: 0;
    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;
    margin: 0;
    width: 62%;
  }
}

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

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

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

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

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

#fs-orderContents-container,
.fs-c-checkout-orderInfo__title {
  margin: 0 0 8px;
}

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

.fs-c-checkout-buyerInfo,
.fs-c-checkout-destination,
.fs-c-checkout-paymentInfo,
.fs-c-checkout-deliveryInfo {
  margin: 0 0 16px;
  padding: 8px 8px 8px 0;
  position: relative;
}

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

.fs-c-checkout-addresseeList > li {
  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 {
  padding-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-addressee__check +
.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 {
  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-customerInfo__name,
.fs-c-checkout-destination__name {
  font-size: 1.4rem;
}

.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_btnSubColor {
  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 #dadada;
}

.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: none;
  border-bottom: 1px solid #dadada;
}

.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 #dadada;
}

/* マイページメニューのレイアウト */
.fs-c-accountService {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 20px 0 0;
  text-align: center;
}

.fs-c-accountService > li {
  border: 1px solid #eee;
  border-radius: 3px;
  -webkit-box-shadow: 1px 2px 3px #bbb;
          box-shadow: 1px 2px 3px #bbb;
  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 a .fs-c-string--label {
  font-size: 1.2rem;
}

.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: #939393;
}

.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 #3a3a3a;
          text-decoration: underline solid #3a3a3a;
}

.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.6;
}

.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 #dadada;
  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 41px;
}

.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: #3a3a3a;
  list-style: decimal outside;
  margin: 0px 0 2px 1em;
}

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

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

@media (pointer: fine) and (hover: hover) {
  .fs-c-inputTable__dataCell {
    padding-bottom: 8px;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .fs-c-inputTable__dataCell {
    padding-bottom: 8px;
  }
}

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

.fs-c-newUsers {
  margin: 0 3% 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: 32px;
}

/* お客様情報入力 */
.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 #3a3a3a;
}

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

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

.fs-c-inputGroup, .fs-c-inputGroup--vertical, .fs-c-inputGroup--inline {
  border: 1px solid #3a3a3a;
  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: #dadada;
}

.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 #dadada;
  border-radius: 0;
}

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

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

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

.fs-c-subSection h2 {
  font-size: 1.4rem;
  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-body-auth .bl_main .fs-c-inputInformation__field {
  margin-bottom: 49px;
}

@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(-16px);
        -ms-transform: translateX(-16px);
            transform: translateX(-16px);
  }
}

@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(-16px);
        -ms-transform: translateX(-16px);
            transform: translateX(-16px);
  }
}

.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 {
  height: 48px;
  margin: 48px auto 0;
  width: 60px;
}

@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 > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}

.bl_main .fs-c-buttonContainer--myPageTop > a .fs-c-button__image {
  height: 27px;
  margin: 0 auto;
  width: 27px;
}

.bl_main .fs-c-buttonContainer--myPageTop > a::after {
  content: "MY PAGE";
  color: #3a3a3a;
  display: inline-block;
  font-weight: bold;
  height: 1rem;
}

.bl_main .fs-c-buttonContainer--myPageTop > a:hover {
  opacity: 0.5;
}

.bl_main .fs-c-buttonContainer--myPageTop > a:focus {
  opacity: 0.7;
  -webkit-transform: translateY(1px);
      -ms-transform: translateY(1px);
          transform: translateY(1px);
}

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

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

.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: #3a3a3a;
  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.fs-c-accountService__page--accountDelete {
  width: 100%;
}

.fs-body-my-wishlist .fs-c-buttonContainer--myPageTop {
  margin-top: 8px;
}

@media (pointer: fine) and (hover: hover) {
  .fs-body-my-wishlist .fs-c-buttonContainer--myPageTop {
    margin-top: 33px;
  }
}

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

.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 #dadada;
  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: 57px;
}

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

.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 #dadada;
  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: 57px;
}

.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.3em;
  position: absolute;
  top: 0.1em;
}

.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 #eee;
  border-radius: 3px;
  -webkit-box-shadow: 1px 2px 3px #bbb;
          box-shadow: 1px 2px 3px #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;
  -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 {
  border: 0;
  font-size: 1.2rem;
  padding: 8px 12px;
  width: auto;
}

.fs-body-my-addressbook .bl_main .fs-c-addressBookList__list tbody .fs-c-buttonContainer .bl_btnLighetColor:focus {
  border: 0;
  -webkit-transform: translateY(1px);
      -ms-transform: translateY(1px);
          transform: translateY(1px);
}

.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 .bl_main .fs-c-buttonContainer--myPageTop {
  margin-top: 16px;
}

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

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

.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-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 #eee;
  border-radius: 3px;
  -webkit-box-shadow: 1px 2px 3px #bbb;
          box-shadow: 1px 2px 3px #bbb;
  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 .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-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: 41px;
}

.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: 45px;
}

.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.3em;
  position: absolute;
  top: 0.1em;
}

.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 #3a3a3a;
          text-decoration: underline solid #3a3a3a;
}

.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 #eee;
  border-radius: 3px;
  -webkit-box-shadow: 1px 2px 3px #bbb;
          box-shadow: 1px 2px 3px #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;
  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;
}

.fs-body-my-orders-details .bl_main dl {
  padding: 12px 0;
}

.fs-body-my-orders-details .bl_main dl > * {
  font-size: 1.4rem;
}

.fs-body-my-orders-details .bl_main dl > * + * {
  margin-top: 4px;
}

.fs-body-my-orders-details .bl_main dl > dt {
  border-bottom: 1px solid #939393;
  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-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;
}

.fs-body-custom .bl_main .bl_brandListContainer {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.fs-body-custom .bl_main .bl_brandListContainer .bl_brandList {
  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;
}

.fs-body-custom .bl_main .bl_brandListContainer .bl_brandList > div {
  margin: 0 4% 4% 0;
  position: relative;
  width: 48%;
}

.fs-body-custom .bl_main .bl_brandListContainer .bl_brandList > div:nth-child(2n) {
  margin: 0 0 4%;
}

.fs-body-custom .bl_main .bl_brandListContainer .bl_brandList > div:nth-last-child(-n+2) {
  margin-bottom: 0;
}

@media (min-width: 601px) {
  .fs-body-custom .bl_main .bl_brandListContainer .bl_brandList > div {
    margin: 0 5% 4% 0;
    width: 30%;
  }
  .fs-body-custom .bl_main .bl_brandListContainer .bl_brandList > div:nth-child(2n) {
    margin: 0 5% 4% 0;
  }
  .fs-body-custom .bl_main .bl_brandListContainer .bl_brandList > div:nth-child(3n) {
    margin: 0 0 4%;
  }
  .fs-body-custom .bl_main .bl_brandListContainer .bl_brandList > div:nth-last-child(-n+3) {
    margin-bottom: 0;
  }
}

@media (min-width: 769px) {
  .fs-body-custom .bl_main .bl_brandListContainer .bl_brandList > div {
    margin: 0 4% 4% 0;
    width: 22%;
  }
  .fs-body-custom .bl_main .bl_brandListContainer .bl_brandList > div:nth-child(2n) {
    margin: 0 4% 4% 0;
  }
  .fs-body-custom .bl_main .bl_brandListContainer .bl_brandList > div:nth-child(3n) {
    margin: 0 4% 4% 0;
  }
  .fs-body-custom .bl_main .bl_brandListContainer .bl_brandList > div:nth-child(4n) {
    margin: 0 0 4%;
  }
  .fs-body-custom .bl_main .bl_brandListContainer .bl_brandList > div:nth-last-child(-n+4) {
    margin-bottom: 0;
  }
}

.fs-body-custom .bl_main .bl_brandListContainer .bl_brandList > div > a::after {
  content: '';
  border-bottom: 1px solid transparent;
  display: block;
  height: 1px;
  left: 50%;
  margin: 0 auto;
  position: absolute;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
}

.fs-body-custom .bl_main .bl_brandListContainer .bl_brandList > div > a:hover::after {
  border-bottom: 1px solid #3a3a3a;
  width: 100%;
}

.fs-body-custom .bl_main .bl_brandListContainer .hp_searchSwitch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 16px 0;
}

.fs-body-custom .bl_main .bl_brandListContainer .hp_searchSwitch img {
  width: 16px;
  height: 16px;
  margin: 3px 6px 0 0;
}

.fs-body-custom .bl_main .bl_brandListContainer .hp_searchSwitch label {
  font-size: 1.4rem;
  line-height: 1.6;
  margin-left: 5px;
}

.fs-body-custom .bl_main .bl_brandListContainer .hp_searchSwitch label .fs-c-radio__radioMark {
  height: 14px;
  min-width: 14px;
  width: 14px;
}

.fs-body-custom .bl_main .bl_brandListContainer .hp_searchSwitch .fs-c-radio__radio + .fs-c-radio__label {
  margin-left: 24px;
}

.fs-body-custom .bl_main .bl_brandListContainer .hp_noAnchor::before {
  content: '';
  background: rgba(0, 0, 0, 0.2);
  display: block;
  height: 0;
  position: absolute;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  width: 100%;
  z-index: 11;
}

.fs-body-custom .bl_main .bl_brandListContainer.is_searchActive > .bl_brandList > div > .hp_noAnchor::before {
  height: 100%;
}
