@import url(https://use.fontawesome.com/releases/v6.1.0/css/all.css);
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Poppins:ital,wght@0,400;0,500;0,700;1,600&display=swap);
@charset "UTF-8";
/*! destyle.css v1.0.14 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model */
/* ============================================ */
* {
  box-sizing: border-box;
}

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

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

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

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

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

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

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

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

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
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;
}

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

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

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

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

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

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

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

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

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

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

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

html {
  font-size: 62.5%;
}

body {
  background-color: #212121;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.7;
  font-size: clamp(14px, 24 / 1200 * 100 * 1vw, 16px);
  word-break: break-all;
}
@media screen and (min-width: 1200px) {
  body {
    font-size: 16px;
  }
}

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

.wrapper {
  display: block;
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (min-width: 1200px) {
  .wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}

dt {
  font-weight: initial;
}

@media screen and (min-width: 768px) {
  [data-display=sp] {
    display: none !important;
  }
}

[data-display=pc] {
  display: none !important;
}
@media screen and (min-width: 768px) {
  [data-display=pc] {
    display: initial !important;
  }
}

.sa {
  opacity: 0;
  transition: all 0.8s ease;
}
.sa.inline {
  display: inline;
}
.sa.show {
  opacity: 1;
  transform: none;
}
.sa--lr {
  transform: translate(-100px, 0);
}
.sa--rl {
  transform: translate(100px, 0);
}
.sa--up {
  transform: translate(0, 100px);
}
.sa--down {
  transform: translate(0, -100px);
}
.sa--scaleUp {
  transform: scale(0.5);
}
.sa--scaleDown {
  transform: scale(1.5);
}
.sa--rotateL {
  transform: rotate(180deg);
}
.sa--rotateR {
  transform: rotate(-180deg);
}

.notice-area {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  align-items: center;
  width: 100%;
  min-height: 100vh;
}
@media screen and (min-width: 768px) {
  .notice-area {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.notice-area__inner {
  display: block;
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media screen and (min-width: 1200px) {
  .notice-area__inner {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .notice-area__inner {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.notice-area__container {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1em;
}
@media screen and (min-width: 768px) {
  .notice-area__container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.notice-area__logo {
  text-align: center;
}
.notice-area__text {
  font-size: clamp(20px, 36 / 1200 * 100 * 1vw, 24px);
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .notice-area__text {
    font-size: 24px;
  }
}

.ec-layoutRole {
  background: none;
}

.ec-headerNaviRole {
  color: #fff;
  background-color: #000;
}

.ec-headerNav .ec-headerNav__itemLink {
  color: #fff;
}
.ec-headerNav .ec-headerNav__itemIcon {
  color: #fff;
}

.ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search {
  background: #212121;
}

.ec-cartNavi {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .ec-cartNavi {
    color: #000;
  }
}

.ec-categoryRole {
  background-color: #fff;
}

.ec-categoryNaviRole {
  color: #fff;
  margin-bottom: 20px;
}
.ec-categoryNaviRole li a {
  color: #fff;
  background: none;
  font-weight: 400;
}

.ec-blockBtn--top {
  background-color: #A30505;
  color: #fff;
  transition: 0.3s;
}
.ec-blockBtn--top:hover {
  opacity: 0.8;
  background-color: #A30505;
  color: #fff;
}

.ec-newItemRole .ec-newItemRole__listItemHeading {
  color: #fff;
}
.ec-newItemRole .ec-newItemRole__listItem:not(:first-child) a {
  color: #fff;
}

@media screen and (min-width: 768px) {
  .ec-eyecatchRole {
    flex-wrap: wrap;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .ec-eyecatchRole .ec-eyecatchRole__image {
    max-width: 500px;
  }
}
.ec-eyecatchRole .ec-eyecatchRole__intro {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .ec-eyecatchRole .ec-eyecatchRole__intro {
    width: calc(100% - 500px);
  }
}

.ec-sliderRole {
  margin-bottom: 50px;
}

.alert-message {
  text-align: center;
  margin: auto;
  padding: 30px 10px;
  color: #fff;
}

.ec-itemNav__nav li:hover > a {
  background: none;
}

.ec-blockBtn--action {
  font-size: clamp(14px, 24 / 1200 * 100 * 1vw, 16px);
  font-weight: 400;
  color: #fff;
  background-color: #A30505;
  border-color: #A30505;
  transition: 0.3s;
}
@media screen and (min-width: 1200px) {
  .ec-blockBtn--action {
    font-size: 16px;
  }
}

.ec-blockBtn--cancel {
  font-size: clamp(14px, 24 / 1200 * 100 * 1vw, 16px);
  font-weight: 400;
  color: #fff;
  background-color: #525263;
  border-color: #525263;
  transition: 0.3s;
}
@media screen and (min-width: 1200px) {
  .ec-blockBtn--cancel {
    font-size: 16px;
  }
}

.ec-headingTitle {
  color: #fff;
  font-size: clamp(22px, 48 / 1200 * 100 * 1vw, 32px);
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (min-width: 1200px) {
  .ec-headingTitle {
    font-size: 32px;
  }
}
.ec-headingTitle::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}
.ec-headingTitle::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}

.ec-productRole {
  color: #fff;
  font-weight: 400;
  line-height: 1.5;
}
.ec-productRole .ec-productRole__price {
  color: #ff0000;
  font-size: clamp(18px, 39 / 1200 * 100 * 1vw, 26px);
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (min-width: 1200px) {
  .ec-productRole .ec-productRole__price {
    font-size: 26px;
  }
}
.ec-productRole .ec-productRole__price::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}
.ec-productRole .ec-productRole__price::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}
.ec-productRole .ec-productRole__category a {
  color: #ff0000;
  font-weight: 400;
}

.ec-price .ec-price__price {
  color: #ff0000;
  font-size: clamp(18px, 39 / 1200 * 100 * 1vw, 26px);
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (min-width: 1200px) {
  .ec-price .ec-price__price {
    font-size: 26px;
  }
}
.ec-price .ec-price__price::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}
.ec-price .ec-price__price::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}

.ec-productRole__priceRegularPrice {
  color: #fff;
  font-weight: 400;
}

.ec-searchnavRole .ec-searchnavRole__infos {
  color: #fff;
  font-weight: 400;
}
.ec-searchnavRole input, .ec-searchnavRole select, .ec-searchnavRole textarea {
  font-size: clamp(14px, 24 / 1200 * 100 * 1vw, 16px);
  font-weight: 400;
}
@media screen and (min-width: 1200px) {
  .ec-searchnavRole input, .ec-searchnavRole select, .ec-searchnavRole textarea {
    font-size: 16px;
  }
}

.ec-shelfRole {
  color: #fff;
  font-weight: 400;
}

.ec-shelfGrid__item {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .ec-shelfGrid__item {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.ec-shelfGrid__item .ec-numberInput input[type=number] {
  margin-bottom: 0;
}

.ec-registerRole {
  color: #fff;
}

.ec-input input, .ec-birth input, .ec-select input, .ec-halfInput input, .ec-numberInput input, .ec-zipInput input, .ec-telInput input {
  font-size: clamp(14px, 24 / 1200 * 100 * 1vw, 16px);
  font-weight: 400;
}
@media screen and (min-width: 1200px) {
  .ec-input input, .ec-birth input, .ec-select input, .ec-halfInput input, .ec-numberInput input, .ec-zipInput input, .ec-telInput input {
    font-size: 16px;
  }
}

.ec-input select, .ec-birth select, .ec-select select, .ec-halfInput select, .ec-numberInput select, .ec-zipInput select, .ec-telInput select {
  font-size: clamp(14px, 24 / 1200 * 100 * 1vw, 16px);
  font-weight: 400;
}
@media screen and (min-width: 1200px) {
  .ec-input select, .ec-birth select, .ec-select select, .ec-halfInput select, .ec-numberInput select, .ec-zipInput select, .ec-telInput select {
    font-size: 16px;
  }
}

.ec-topicpath .ec-topicpath__item a {
  color: #A30505;
  transition: 0.3s;
}
.ec-topicpath .ec-topicpath__item a:hover {
  opacity: 0.8;
}
.ec-topicpath .ec-topicpath__item--active a {
  color: #A30505;
}

.ec-layoutRole__contents {
  color: #fff;
}

.ec-role {
  color: #fff;
}

.ec-off1Grid .ec-off1Grid__cell {
  width: 100%;
  margin-left: 0;
}

.ec-borderedDefs {
  border-top: none;
}
.ec-borderedDefs dl, .ec-borderedDefs dd, .ec-borderedDefs dt {
  line-height: 1.5;
}
.ec-borderedDefs dl {
  padding: 20px 0;
}
@media screen and (min-width: 768px) {
  .ec-borderedDefs {
    display: table;
    border: none;
    border-collapse: collapse;
    line-height: 1.5;
  }
  .ec-borderedDefs dl {
    display: table-row;
    line-height: 1.5;
  }
  .ec-borderedDefs dt {
    display: table-cell;
    border: 1px solid #fff;
    padding: 30px 10px;
    text-align: center;
    line-height: 1.5;
  }
  .ec-borderedDefs dd {
    display: table-cell;
    border: 1px solid #fff;
    padding: 30px 10px;
    text-align: left;
    line-height: 1.5;
  }
}

.ec-pageHeader h1, .ec-pageHeader .h1 {
  margin: 0 auto 40px;
  border-top: none;
  padding: 10px 0 10px;
  border-color: #fff;
  color: #fff;
}

.ec-login {
  background: none;
}

.privacy {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2em;
}
@media screen and (min-width: 768px) {
  .privacy {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.privacy-content {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1em;
}
@media screen and (min-width: 768px) {
  .privacy-content {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.privacy-content__container {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1em;
}
@media screen and (min-width: 768px) {
  .privacy-content__container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.privacy-content__title {
  font-size: clamp(16px, 27 / 1200 * 100 * 1vw, 18px);
  font-weight: 500;
  padding: 10px;
  line-height: 1.5;
  border-bottom: 1px solid #fff;
}
@media screen and (min-width: 1200px) {
  .privacy-content__title {
    font-size: 18px;
  }
}
.privacy-content__title::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}
.privacy-content__title::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}
.privacy-content__list > * {
  padding-left: 1em;
  text-indent: -1em;
}

.ec-contactRole {
  color: #fff;
}

.ec-navlistRole .ec-navlistRole__item {
  transition: 0.3s;
}
.ec-navlistRole .ec-navlistRole__item a {
  color: #fff;
}
.ec-navlistRole .ec-navlistRole__item.active a {
  color: #A30505;
}
.ec-navlistRole .ec-navlistRole__item:hover a {
  color: #525263;
}

.ec-welcomeMsg {
  color: #fff;
}

.ec-mypageRole {
  color: #fff;
}

.ec-withdrawRole {
  color: #fff;
}

.ec-categoryRole__listItem a {
  transition: 0.3s;
}
.ec-categoryRole__listItem a:hover {
  opacity: 0.8;
}

.ec-blockTopBtn.pagetop {
  display: none !important;
}

.ec-contactRole p {
  margin: 0 0 20px;
}

.ec-cartRole {
  color: #fff;
}
.ec-cartRole .ec-cartRole__totalAmount {
  color: #A30505;
}

.ec-cartHeader {
  color: #000;
}

.ec-rectHeading h1, .ec-rectHeading .h1, .ec-rectHeading h2, .ec-rectHeading .h2, .ec-rectHeading h3, .ec-rectHeading .h3, .ec-rectHeading h4, .ec-rectHeading .h4, .ec-rectHeading h5, .ec-rectHeading .h5, .ec-rectHeading h6, .ec-rectHeading .h6 {
  color: #000;
}

.ec-orderRole__detail {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .ec-orderRole__detail {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.ec-orderRole {
  color: #fff;
}

.ec-inlineBtn, #shopping_order_message {
  font-size: clamp(12px, 21 / 1200 * 100 * 1vw, 14px);
}
@media screen and (min-width: 1200px) {
  .ec-inlineBtn, #shopping_order_message {
    font-size: 14px;
  }
}

.ec-select.ec-select__delivery {
  display: none;
}

.ec-totalBox {
  color: #000;
}
.ec-totalBox .ec-totalBox__price {
  color: #A30505;
}
.ec-totalBox .ec-totalBox__taxLabel {
  color: #A30505;
}
.ec-totalBox .ec-totalBox__paymentTotal .ec-totalBox__price {
  color: #A30505;
}
.ec-totalBox .ec-totalBox__paymentTotal .ec-totalBox__taxLabel {
  color: #A30505;
}

.ec-inlineBtn--action, .ec-inlineBtn--cancel, .ec-blockBtn, .ec-blockBtn--top {
  font-size: inherit;
}

.ec-modal .ec-modal-wrap {
  color: #000;
}

.ec-login {
  display: none;
}

.ec-guest {
  width: 100%;
  color: #000;
  background: none;
  padding: 0;
  margin: 0;
}

.ec-cartNaviIsset {
  color: #000;
}

.shipping-notice {
  margin-top: 50px;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .shipping-notice {
    margin-top: 100px;
  }
}
.shipping-notice__inner {
  display: block;
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (min-width: 1200px) {
  .shipping-notice__inner {
    padding-left: 0;
    padding-right: 0;
  }
}
.shipping-notice__inner > * {
  margin-bottom: 1em;
}
.shipping-notice__inner > *:last-child {
  margin-bottom: 0;
}
.shipping-notice__title {
  font-size: clamp(20px, 33 / 1200 * 100 * 1vw, 22px);
  font-weight: 700;
  display: inline-block;
  text-align: left;
}
@media screen and (min-width: 1200px) {
  .shipping-notice__title {
    font-size: 22px;
  }
}
.shipping-notice__text > * {
  display: inline-block;
  text-align: left;
}

.nav-footer__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 10px;
}
@media screen and (min-width: 768px) {
  .nav-footer__inner {
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
}
.nav-footer__btn {
  font-size: clamp(12px, 21 / 1200 * 100 * 1vw, 14px);
  text-decoration: underline;
  text-underline-offset: 5px;
  transition: 0.3s;
}
@media screen and (min-width: 1200px) {
  .nav-footer__btn {
    font-size: 14px;
  }
}
.nav-footer__btn:hover {
  text-decoration: none;
  color: #A30505;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

.text-regular {
  font-weight: 400;
}
.text-medium {
  font-weight: 500;
}
.text-bold {
  font-weight: 700;
}
.text-red {
  color: #ff0000;
}

.footer {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .footer {
    margin-top: 100px;
  }
}
.footer-top {
  background-color: #000000;
  color: #fff;
  padding: 40px 10px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .footer-top::before {
    content: "";
    display: block;
    width: 1px;
    height: calc(100% - 80px);
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.footer-top__inner {
  display: block;
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 850px;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 50px;
}
@media screen and (min-width: 1200px) {
  .footer-top__inner {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .footer-top__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1200px) {
  .footer-top__inner {
    gap: 100px;
  }
}
.footer-bottom {
  background-color: #212121;
  padding: 40px 10px;
  color: #fff;
}
.footer-bottom__inner {
  display: block;
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 20px;
}
@media screen and (min-width: 1200px) {
  .footer-bottom__inner {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .footer-bottom__inner {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media screen and (min-width: 768px) {
  .footer-bottom__inner {
    gap: 40px;
  }
}
.footer-content {
  display: flex;
  gap: 15px;
  align-items: center;
}
@media screen and (min-width: 1200px) {
  .footer-content {
    gap: 30px;
  }
}
.footer-content::before {
  font-size: clamp(16px, 45 / 1200 * 100 * 1vw, 30px);
  line-height: 1;
}
@media screen and (min-width: 1200px) {
  .footer-content::before {
    font-size: 30px;
  }
}
.footer-content__title {
  font-size: clamp(16px, 27 / 1200 * 100 * 1vw, 18px);
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 1200px) {
  .footer-content__title {
    font-size: 18px;
  }
}
.footer-content__title::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}
.footer-content__title::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}
.footer-content__container {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 0.5em;
  align-content: flex-start;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .footer-content__container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.footer-logo {
  max-width: 150px;
  width: 100%;
  margin: auto;
}
.footer-copy {
  font-size: clamp(10px, 18 / 1200 * 100 * 1vw, 12px);
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .footer-copy {
    font-size: 12px;
  }
}
.footer [data-icon=truck]::before {
  font-display: swap;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f0d1";
  color: inherit;
}
.footer [data-icon=card]::before {
  font-display: swap;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f09d";
  color: inherit;
}

.header {
  width: 100%;
  background-color: #000;
  padding-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .header {
    padding-bottom: 0;
  }
}
.header__inner {
  max-width: 1090px;
  width: 100%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.modal-body .text-start {
  color: #333;
  padding: 20px;
}
