@charset "UTF-8";
main {
  display: block;
}

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

p:not([class]) {
  margin-bottom: 0.5rem;
}

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

ol:not([class]), ul:not([class]) {
  padding-left: 16px;
}

ol:not([class]), ul:not([class]), dl:not([class]) {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol:not([class]) ol, ul:not([class]) ul, ol:not([class]) ul, ul:not([class]) ol {
  margin-bottom: 0;
}

ul[role=list],
ol[role=list] {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 300;
}

dd {
  margin-left: 0;
}

dd:not([class]) {
  margin-bottom: 0.5rem;
}

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

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

address {
  font-style: inherit;
}

a {
  color: var(--body-text-color);
  background-color: transparent;
  text-decoration: none;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
  text-underline-offset: 0.2em;
  color: var(--color-base-3);
  word-break: break-all;
  text-decoration: underline;
}
a:not([class]):hover {
  text-decoration: none;
  opacity: 0.8;
}

a:not([class]):not([href]),
a:not([class]):not([href]):hover,
a:not([class]):not([href]):focus {
  color: inherit;
  text-decoration: none;
  outline: 0;
}

abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: 700;
}

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 {
  vertical-align: middle;
  border-style: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: auto;
}

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

iframe {
  max-width: 100%;
}

img,
picture {
  max-width: 100%;
  display: block;
}

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

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-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::-ms-expand {
  display: none;
}

option {
  padding: 0;
}

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

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  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; /* 1 */
}

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

summary[class]::-webkit-details-marker {
  display: none;
}

[contenteditable] {
  outline: none;
}

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

template {
  display: none;
}

[hidden] {
  display: none;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.display_none {
  display: none;
  visibility: hidden;
  opacity: 0;
}

.text_wrap {
  white-space: normal;
}

.text_nowrap {
  white-space: nowrap;
}

.text_break {
  word-wrap: break-word;
  word-break: break-word;
}

.text_left {
  text-align: left;
}

.text_center {
  text-align: center;
}

.text_right {
  text-align: right;
}

.d_block {
  display: block;
}

.d_flex {
  display: flex;
  flex-wrap: wrap;
}

.d_inline_block {
  display: inline-block;
}

.justify_content_start {
  justify-content: flex-start;
}

.justify_content_center {
  justify-content: center;
}

.justify_content_end {
  justify-content: flex-end;
}

.justify_content_between {
  justify-content: space-between;
}

.align_items_start {
  align-items: flex-start;
}

.align_items_center {
  align-items: center;
}

.align_items_end {
  align-items: flex-end;
}

.text_decoration_none {
  text-decoration: none;
}

.text_decoration_underline {
  text-decoration: underline;
}

.border_style_dotted {
  border-style: dotted;
}

@media screen and (max-width: 919.8px) {
  .pc_only {
    display: none;
  }
}
@media screen and (min-width: 920px) {
  .pc_only {
    display: initial;
  }
}

@media screen and (min-width: 920px) {
  .sp_only {
    display: none;
  }
}

.pointer_event_none {
  pointer-events: none;
}

/* reset */
:root {
  --color-base-black: #333333;
  --color-base-white: #FFFFFF;
  --color-base-1: #202020;
  --color-base-2: #f58322;
  --color-base-3: #0066c0;
  --color-accent-1: #555555;
  --color-accent-2: #cccccc;
  --color-accent-3: #f9fafa;
  --color-accent-4: #dcdcdc;
  --color-accent-5: #666666;
  --color-accent-6: #FF9999;
  --color-accent-7: #aaaaaa;
  --color-accent-8: #b12704;
  --color-accent-9: #d66e1e;
  --color-accent-10: #f2f2f2;
  --color-accent-11: #f7f7f7;
  --color-qanda-q: #00919a;
  --color-qanda-a: #dd2c2c;
  --color-date-green: #008a00;
  --color-date-red: #b12704;
  --color-stock-green: #3c763d;
  --color-stock-orange: #f58322;
  --color-stock-red: #b12704;
  --color-alert-warning: #E64E4E;
  --color-alert-success: #6c9cfd;
  --color-special-iamgeb-bg: #eed;
  --colo-general-delivery: #59a889;
  --color-tag1: #e78d44;
  --color-tag2: #709959;
  --color-tag3: #cc0066;
  --color-tag4: #4c6c9c;
  --color-tag5: #4b4b4b;
  --color-tag6: #505e2e;
  --color-tag7: #314b05;
  --color-tag8: #284794;
  --line-height--base-125: 1.25;
  --line-height--base-155: 1.55;
  --line-height--base-185: 1.85;
  --line-height--base-205: 2.05;
  --letter-spacing--base-01: 0.01em;
  --letter-spacing--base-10: 0.1em;
  --container-base-space: 16px;
}

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  -moz-tab-size: 4;
  tab-size: 4;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 0.01em;
  font-weight: 300;
  line-height: 1.85;
  font-size: 16px;
  scroll-padding-top: 16px;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  text-rendering: optimizeSpeed;
  text-align: left;
  background-color: var(--color-base-white);
  color: var(--color-base-black);
  margin: 0;
  min-height: 100dvh;
}

/**
==============================
common
==============================
*/
.no-smooth-scroll {
  scroll-behavior: auto;
}

.smartphoto {
  z-index: 90000 !important;
}

.skeleton-loader {
  background-color: var(--color-accent-3);
}

.ec-contents_container {
  margin: 0 auto;
  padding: 0 var(--container-base-space);
  max-width: 1472px;
}

.ec-contents_mini_container {
  margin: 0 auto;
  padding: 0 var(--container-base-space);
  max-width: 1032px;
}

.ec-contents {
  position: relative;
}
.ec-contents .ec-contents__heading {
  position: relative;
  display: flex;
  justify-content: center;
  margin: 0 0 clamp(24px, 4.2666666667vw, 32px);
}
.ec-contents .ec-contents__heading .ec-heading__inner {
  position: relative;
  text-align: center;
  color: var(--color-base-1);
  line-height: 1.25;
  display: grid;
}
.ec-contents .ec-contents__heading .ec-heading__inner:before {
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  content: "";
  display: block;
  height: clamp(3px, 0.5333333333vw, 4px);
  background: var(--color-base-2);
}
@media screen and (max-width: 919.8px) {
  .ec-contents .ec-contents__heading .ec-heading__inner:before {
    width: 120px;
    margin-bottom: 4px;
  }
}
@media screen and (min-width: 920px) {
  .ec-contents .ec-contents__heading .ec-heading__inner:before {
    width: 80%;
    min-width: 120px;
    margin-bottom: 4px;
  }
}
.ec-contents .ec-contents__heading .ec-heading_en {
  font-family: "Roboto Condensed", serif;
  font-optical-sizing: auto;
  font-weight: 700;
}
.ec-contents .ec-contents__heading .ec-heading_en:not(.--mainTitle) {
  font-size: max(1rem, 10px);
}
.ec-contents .ec-contents__heading .ec-heading_en.--mainTitle {
  font-size: clamp(24px, 4.2666666667vw, 32px);
}
.ec-contents .ec-contents__heading .ec-heading {
  font-weight: 500;
}
.ec-contents .ec-contents__heading .ec-heading:not(.--mainTitle) {
  font-size: max(0.875rem, 10px);
}
.ec-contents .ec-contents__heading .ec-heading.--mainTitle {
  font-size: clamp(20px, 3.2vw, 24px);
}
.ec-contents .ec-contents_note {
  margin: clamp(24px, 4.2666666667vw, 32px) 0 clamp(24px, 4.2666666667vw, 32px);
}
.ec-contents .ec-contents_note ul {
  font-weight: 400;
  font-size: max(0.875rem, 10px);
  padding: 0;
}
.ec-contents .ec-contents_note ul li {
  position: relative;
  list-style: none;
  padding-left: 1.2em;
}
.ec-contents .ec-contents_note ul li::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
.ec-contents .ec-contents__subHeading {
  position: relative;
  margin: 0 0 clamp(20px, 3.7333333333vw, 28px);
  font-size: clamp(16px, 2.6666666667vw, 20px);
  font-weight: 700;
  line-height: 1.25;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 8px;
}
.ec-contents .ec-contents__subHeading:before {
  content: "";
  display: block;
  min-width: 14px;
  width: 14px;
  height: 14px;
  background-color: var(--color-base-2);
}
.ec-contents .ec-contents__body {
  position: relative;
}
@media screen and (max-width: 919.8px) {
  .ec-contents .ec-contents__body.--single {
    margin-top: 48px;
  }
}
@media screen and (min-width: 920px) {
  .ec-contents .ec-contents__body.--single {
    margin-top: 64px;
  }
}
@media screen and (max-width: 919.8px) {
  .ec-contents .ec-contents__footer {
    margin-top: 24px;
  }
}
@media screen and (min-width: 920px) {
  .ec-contents .ec-contents__footer {
    margin-top: 32px;
  }
}

.ec-contents_block {
  margin-top: clamp(32px, 8.5333333333vw, 64px);
  margin-bottom: clamp(64px, 17.0666666667vw, 128px);
}

.ec-actions {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 919.8px) {
  .ec-actions {
    flex-wrap: wrap;
    gap: 16px;
  }
}
@media screen and (min-width: 920px) {
  .ec-actions {
    flex-wrap: nowrap;
    gap: 32px;
  }
}
.ec-actions .ec-blockBtn {
  position: relative;
  display: block;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  cursor: pointer;
  max-width: 100%;
  width: 100%;
  text-decoration: none;
  padding: clamp(8px, 1.6vw, 12px) clamp(24px, 3.2vw, 24px);
  transition: color 0.3s ease, background-color 0.3s ease;
  font-size: max(1rem, 10px);
  line-height: 1.5;
}
.ec-actions .ec-inlineBtn {
  position: relative;
  display: inline-block;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  cursor: pointer;
  max-width: 100%;
  text-decoration: none;
  padding: clamp(8px, 1.3333333333vw, 10px) clamp(24px, 3.2vw, 24px);
  transition: color 0.3s ease, background-color 0.3s ease;
  font-size: max(0.875rem, 10px);
  line-height: 1.25;
}
@media screen and (max-width: 919.8px) {
  .ec-actions .ec-inlineBtn {
    min-width: 200px;
  }
}
@media screen and (min-width: 920px) {
  .ec-actions .ec-inlineBtn {
    min-width: 280px;
  }
}
.ec-actions .ec-blockBtn, .ec-actions .ec-inlineBtn {
  background-color: var(--color-base-white);
  border: 1px solid var(--color-base-black);
}
.ec-actions .ec-blockBtn:hover, .ec-actions .ec-inlineBtn:hover {
  color: var(--color-base-white);
  background-color: var(--color-base-black);
}
.ec-actions .ec-blockBtn.--navigate:after, .ec-actions .ec-inlineBtn.--navigate:after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 8px;
  border-radius: 1px;
  border-top: 2px solid var(--color-base-black);
  border-right: 2px solid var(--color-base-black);
}
.ec-actions .ec-blockBtn.--navigate:hover:after, .ec-actions .ec-inlineBtn.--navigate:hover:after {
  border-color: var(--color-base-white);
}
.ec-actions .ec-blockBtn.--action, .ec-actions .ec-inlineBtn.--action {
  color: var(--color-base-white);
  background-color: var(--color-base-2);
  border: 1px solid var(--color-base-2);
}
.ec-actions .ec-blockBtn.--action:after, .ec-actions .ec-inlineBtn.--action:after {
  border-color: var(--color-base-white);
}
.ec-actions .ec-blockBtn.--action:hover, .ec-actions .ec-inlineBtn.--action:hover {
  color: var(--color-base-white);
  background-color: var(--color-accent-9);
  border: 1px solid var(--color-accent-9);
}
.ec-actions .ec-blockBtn.--action:hover:after, .ec-actions .ec-inlineBtn.--action:hover:after {
  border-color: var(--color-base-white);
}
.ec-actions .ec-blockBtn.--cancel, .ec-actions .ec-inlineBtn.--cancel {
  color: var(--color-base-black);
  background-color: var(--color-accent-3);
  border: 1px solid var(--color-accent-4);
}
.ec-actions .ec-blockBtn.--cancel:after, .ec-actions .ec-inlineBtn.--cancel:after {
  border-color: var(--color-base-black);
}
.ec-actions .ec-blockBtn.--cancel:hover, .ec-actions .ec-inlineBtn.--cancel:hover {
  color: var(--color-base-black);
  background-color: var(--color-accent-2);
  border-color: var(--color-accent-2);
}
.ec-actions .ec-blockBtn.--cancel:hover:after, .ec-actions .ec-inlineBtn.--cancel:hover:after {
  border-color: var(--color-base-black);
}
.ec-actions .ec-blockBtn.--back:before, .ec-actions .ec-inlineBtn.--back:before {
  position: absolute;
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  transform: rotate(-135deg);
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: 8px;
  border-radius: 1px;
  border-top: 2px solid var(--color-base-black);
  border-right: 2px solid var(--color-base-black);
}
.ec-actions .ec-blockBtn.--back:hover, .ec-actions .ec-inlineBtn.--back:hover {
  background-color: var(--color-accent-2);
}
.ec-actions .ec-blockBtn.--back:hover::before, .ec-actions .ec-inlineBtn.--back:hover::before {
  border-color: var(--color-base-white);
}
@media screen and (max-width: 919.8px) {
  .ec-actions .ec-blockBtn.--spWidthMax, .ec-actions .ec-inlineBtn.--spWidthMax {
    width: 100%;
  }
}
.ec-actions .ec-blockBtn.--disabled, .ec-actions .ec-inlineBtn.--disabled {
  pointer-events: none !important;
}
.ec-actions .ec-blockBtn.--disabled, .ec-actions .ec-blockBtn.--disabled:hover, .ec-actions .ec-inlineBtn.--disabled, .ec-actions .ec-inlineBtn.--disabled:hover {
  color: var(--color-accent-1) !important;
  background-color: var(--color-accent-4) !important;
  border: 1px solid var(--color-accent-4) !important;
}
@media screen and (max-width: 919.8px) {
  .ec-actions .ec-actions__next {
    width: 100%;
  }
}
@media screen and (min-width: 920px) {
  .ec-actions .ec-actions__next {
    order: 2;
  }
}
@media screen and (max-width: 919.8px) {
  .ec-actions .ec-actions__prev {
    width: 100%;
  }
}
@media screen and (min-width: 920px) {
  .ec-actions .ec-actions__prev {
    order: 1;
  }
}

.ec-input input,
.ec-input textarea,
.ec-halfInput input,
.ec-telInput input,
.ec-zipInput input {
  width: 100%;
  padding: clamp(4px, 1.0666666667vw, 8px) clamp(8px, 2.1333333333vw, 16px);
  line-height: 1.55;
  color: var(--color-accent-1);
  background-color: var(--color-base-white);
  background-image: none;
  border: 1px solid var(--color-accent-1);
  border-radius: 0;
  box-shadow: none;
}
.ec-input input:disabled,
.ec-input textarea:disabled,
.ec-halfInput input:disabled,
.ec-telInput input:disabled,
.ec-zipInput input:disabled {
  background-color: var(--color-accent-4);
}

.ec-input:not(:last-child),
.ec-halfInput:not(:last-child),
.ec-telInput:not(:last-child),
.ec-zipInput:not(:last-child),
.ec-select:not(:last-child) {
  margin-bottom: 1rem;
}

.ec-input input,
.ec-halfInput input,
.ec-input textarea {
  display: block;
}

.ec-input textarea {
  min-height: 10em;
}

.ec-telInput input,
.ec-zipInput input {
  display: inline-block;
  max-width: 240px;
}

.ec-zipInput span {
  display: inline-block;
  margin-left: 8px;
}

.ec-select select {
  display: block;
  width: 100%;
  padding: clamp(4px, 1.0666666667vw, 8px) clamp(22px, 2.9333333333vw, 22px) clamp(4px, 1.0666666667vw, 8px) clamp(14px, 1.8666666667vw, 14px);
  line-height: 1.55;
  color: var(--color-accent-1);
  background-color: var(--color-base-white);
  background-image: none;
  border: 1px solid var(--color-accent-1);
  border-radius: 0;
  appearance: auto;
  box-shadow: none;
}
.ec-select select:disabled {
  background-color: var(--color-accent-4);
}

.ec-selectWrap {
  position: relative;
}
.ec-selectWrap:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 8px;
  height: 8px;
  transform: rotate(135deg) translateY(-50%);
  transform-origin: top;
  top: 50%;
  right: 8px;
  border-radius: 1px;
  border-top: 2px solid var(--color-base-black);
  border-right: 2px solid var(--color-base-black);
}
.ec-selectWrap select {
  appearance: none;
}

.ec-checkbox input[type=checkbox] {
  display: none;
}
.ec-checkbox label {
  position: relative;
  padding-left: 2rem;
}
.ec-checkbox label:before {
  content: "";
  position: absolute;
  display: block;
  font-size: max(1rem, 10px);
  line-height: 1.2;
  color: var(--color-accent-1);
  background-color: var(--color-base-white);
  background-image: none;
  border: 1px solid var(--color-accent-1);
  border-radius: 0;
  appearance: none;
  box-shadow: none;
  padding: 0;
  left: 0;
  top: 0;
  bottom: 0;
  width: 16px;
  height: 16px;
  margin: auto 0;
}
.ec-checkbox label:after {
  content: "";
  position: absolute;
  display: block;
  left: 0.4em;
  top: 0;
  border-right: 0.3rem solid var(--color-base-2);
  border-bottom: 0.3rem solid var(--color-base-2);
  width: 0.5em;
  height: 1em;
  opacity: 0;
  transform: rotate(45deg);
}
.ec-checkbox input[type=checkbox]:checked ~ label::after {
  opacity: 1;
}

.ec-halfInput {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.ec-halfInput .ec-halfInput__group {
  position: relative;
}

.ec-required {
  display: inline-block;
  margin-left: 4px;
  vertical-align: 0;
  background: var(--color-accent-8);
  color: var(--color-base-white);
  font-size: max(0.75rem, 10px);
  font-weight: normal;
  line-height: 1;
  border-radius: 4px;
  padding: 4px 8px 4px;
}

.ec-errorMessage {
  color: var(--color-accent-8);
  font-weight: 700;
  margin-top: 8px;
}

.ec-infoMessage {
  font-weight: 700;
  margin-top: 8px;
  font-size: max(0.875rem, 10px);
}

.error.ec-input input, .error.ec-input textarea, .error.ec-halfInput input, .error.ec-select select {
  border-color: var(--color-accent-8);
}

.ec-noSelectText {
  user-select: none;
  pointer-events: none;
}

.ec-layoutRole hr {
  background: none;
  opacity: 1;
  margin-top: 32px;
  margin-bottom: 32px;
  border: 0;
  border-top: 1px solid var(--color-accent-2);
}

.bg-load-overlay {
  background: rgba(255, 255, 255, 0.4);
  box-sizing: border-box;
  position: fixed;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: space-around;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2147483647;
  opacity: 1;
}

.ec-pageFootRole {
  margin: max(3rem, 10px) auto;
}

.ec-pageFootMiniRole {
  margin: max(1.5rem, 10px) auto;
}

/**
==============================
ec-alert
==============================
*/
.ec-alert {
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
  max-width: 640px;
  padding: 16px;
  margin: 0 auto 32px;
}
.ec-alert .ec-alert__icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  color: var(--color-base-white);
  fill: var(--color-base-white);
  vertical-align: top;
}
.ec-alert .ec-alert__text {
  display: inline-block;
  font-weight: 700;
  color: var(--color-base-white);
  position: relative;
  word-break: break-all;
  flex: 1;
}
.ec-alert.--success {
  background: var(--color-alert-success);
}
.ec-alert.--warning {
  background: var(--color-alert-warning);
}

/**
==============================
ec--headerRole
==============================
*/
.ec-layoutRole__header {
  position: relative;
  width: 100%;
  top: 0;
  z-index: 20000;
}

.ec-headerRole {
  position: relative;
  background-color: var(--color-accent-1);
  color: var(--color-base-white);
  padding: clamp(8px, 2.1333333333vw, 16px) 0;
}
.ec-headerRole .ec-headerRole__inner {
  margin: 0 auto;
  padding: 0 var(--container-base-space);
  max-width: 1472px;
}
@media screen and (min-width: 920px) {
  .ec-headerRole .ec-headerRole__inner:nth-child(2) {
    max-width: none;
  }
}
.ec-headerRole .ec-headerRole__order {
  display: grid;
  align-items: center;
  gap: clamp(12px, 2.1333333333vw, 16px) clamp(8px, 2.1333333333vw, 16px);
}
@media screen and (max-width: 919.8px) {
  .ec-headerRole .ec-headerRole__order {
    justify-content: start;
    grid-template-columns: auto auto 1fr;
  }
}
@media screen and (min-width: 920px) {
  .ec-headerRole .ec-headerRole__order {
    justify-content: center;
    grid-template-columns: auto minmax(auto, 640px) auto;
  }
}
.ec-headerRole .ec-headerErrorRole__order {
  display: grid;
  align-items: center;
  gap: clamp(8px, 2.1333333333vw, 16px) clamp(8px, 2.1333333333vw, 16px);
}
@media screen and (max-width: 919.8px) {
  .ec-headerRole .ec-headerErrorRole__order {
    justify-content: start;
    grid-template-columns: auto auto 1fr;
  }
}
@media screen and (min-width: 920px) {
  .ec-headerRole .ec-headerErrorRole__order {
    justify-content: center;
  }
}
.ec-headerRole .logo-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.ec-headerRole .ec-headerRole__logo {
  order: 2;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  max-width: clamp(160px, 26.6666666667vw, 200px);
}
.ec-headerRole .ec-headerRole__logo svg {
  display: inline-block;
  width: 100%;
}
.ec-headerRole .ec-headerRole__logo svg path {
  fill: var(--color-base-white);
}
.ec-headerRole .ec-headerRole__navi {
  order: 4;
}
@media screen and (max-width: 919.8px) {
  .ec-headerRole .ec-headerRole__navi {
    margin-left: auto;
  }
}
.ec-headerRole .ec-headerNaviRole {
  display: grid;
  grid-template-columns: auto auto auto;
  justify-content: end;
  gap: 8px;
}
.ec-headerRole .ec-headerNaviRole .ec-headerNaviRole__item {
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
.ec-headerRole .ec-headerNaviRole .ec-headerNaviRole__item:hover .ec-headerNaviRole__itemIcon:before {
  background-color: var(--color-base-2);
}
.ec-headerRole .ec-headerNaviRole .ec-headerNaviRole__item:hover .ec-headerNaviRole__itemText {
  color: var(--color-base-2);
}
.ec-headerRole .ec-headerNaviRole .ec-headerNaviRole__itemIcon {
  display: block;
  position: relative;
}
.ec-headerRole .ec-headerNaviRole .ec-headerNaviRole__itemIcon:before {
  content: "";
  display: block;
  margin: 0 auto;
  width: clamp(32px, 5.3333333333vw, 40px);
  height: clamp(32px, 5.3333333333vw, 40px);
  border-radius: 50%;
  background: #ffffff no-repeat center/60%;
}
.ec-headerRole .ec-headerNaviRole .ec-headerNaviRole__itemText {
  line-height: 1;
  white-space: nowrap;
  font-size: clamp(12px, 1.8666666667vw, 14px);
}
@media screen and (max-width: 919.8px) {
  .ec-headerRole .ec-headerNaviRole .ec-headerNaviRole__itemText {
    display: none;
  }
}
.ec-headerRole .ec-headerNaviRole .ec-headerNaviRole__itemLogout .ec-headerNaviRole__itemIcon:before {
  background-image: url(../img/icon/pen-to-square-solid.svg);
}
.ec-headerRole .ec-headerNaviRole .ec-headerNaviRole__itemMyPage .ec-headerNaviRole__itemIcon:before {
  background-image: url(../img/icon/user-large-solid.svg);
}
.ec-headerRole .ec-headerNaviRole .ec-headerNaviRole__itemMyPage small {
  color: var(--color-base-2);
}
.ec-headerRole .ec-headerNaviRole .ec-headerNaviRole__itemEntry .ec-headerNaviRole__itemIcon:before {
  background-image: url(../img/icon/pen-to-square-solid.svg);
}
.ec-headerRole .ec-headerNaviRole .ec-headerNaviRole__itemLogin .ec-headerNaviRole__itemIcon:before {
  background-image: url(../img/icon/key-solid.svg);
}
.ec-headerRole .ec-headerNaviRole .ec-headerNaviRole__itemFavorite .ec-headerNaviRole__itemIcon:before {
  background-image: url(../img/icon/heart-regular.svg);
}
.ec-headerRole .ec-headerNaviRole .ec-headerNaviRole__itemCart .ec-headerNaviRole__itemIcon {
  position: relative;
}
.ec-headerRole .ec-headerNaviRole .ec-headerNaviRole__itemCart .ec-headerNaviRole__itemIcon:before {
  background-image: url(../img/icon/cart-shopping-solid.svg);
}
.ec-headerRole .ec-headerNaviRole .ec-headerNaviRole__itemCart .ec-cartNavi__badge {
  font-family: "Roboto Condensed", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: clamp(16px, 2.1333333333vw, 16px);
  height: clamp(24px, 3.2vw, 24px);
  min-width: clamp(24px, 3.2vw, 24px);
  line-height: 1;
  color: var(--color-base-white);
  background-color: var(--color-base-2);
  bottom: -4px;
  right: -4px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 919.8px) {
  .ec-headerRole .ec-headerRole__search {
    order: 6;
    grid-area: 2/1/2/4;
  }
}
@media screen and (min-width: 920px) {
  .ec-headerRole .ec-headerRole__search {
    order: 2;
  }
}
.ec-headerRole .ec-headerRole__switch {
  order: 1;
}
@media screen and (min-width: 920px) {
  .ec-headerRole .ec-headerRole__switch {
    display: none;
  }
}
.ec-headerRole .ec-headerRole__switch .ec-switchNavi__btn {
  position: relative;
  display: grid;
  width: clamp(32px, 5.3333333333vw, 40px);
  height: clamp(32px, 5.3333333333vw, 40px);
  padding: 0;
}
.ec-headerRole .ec-headerRole__switch .ec-switchNavi__icon,
.ec-headerRole .ec-headerRole__switch .ec-switchNavi__icon:before,
.ec-headerRole .ec-headerRole__switch .ec-switchNavi__icon:after {
  display: block;
  width: 100%;
  height: 4px;
  border-radius: 2px;
  background: var(--color-base-white);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: all linear 0.1s;
  transform-origin: center;
}
.ec-headerRole .ec-headerRole__switch .ec-switchNavi__icon:before {
  content: "";
}
@media screen and (max-width: 919.8px) {
  .ec-headerRole .ec-headerRole__switch .ec-switchNavi__icon:before {
    transform: translateY(-12px);
  }
}
@media screen and (min-width: 920px) {
  .ec-headerRole .ec-headerRole__switch .ec-switchNavi__icon:before {
    transform: translateY(-14px);
  }
}
.ec-headerRole .ec-headerRole__switch .ec-switchNavi__icon:after {
  content: "";
}
@media screen and (max-width: 919.8px) {
  .ec-headerRole .ec-headerRole__switch .ec-switchNavi__icon:after {
    transform: translateY(12px);
  }
}
@media screen and (min-width: 920px) {
  .ec-headerRole .ec-headerRole__switch .ec-switchNavi__icon:after {
    transform: translateY(14px);
  }
}

/**
==============================
ec-cartNavi
==============================
*/
@media screen and (min-width: 920px) {
  .ec-cartNaviWrap:hover .ec-cartNavi {
    display: block;
  }
}

.ec-cartNavi {
  position: relative;
  display: none;
}

.ec-cartNaviIsset {
  color: var(--color-base-black);
  width: 100%;
  background: var(--color-base-white);
  padding: 16px;
  z-index: 20100;
  position: absolute;
  right: 0;
  min-width: 320px;
  box-shadow: 0 0 2px 8px rgba(0, 0, 0, 0.1);
}
.ec-cartNaviIsset .ec-cartNaviIsset__inner {
  overflow: auto;
  max-height: 240px;
  margin-bottom: 8px;
  display: grid;
  gap: 8px;
}
.ec-cartNaviIsset .ec-cartNaviIsset__cart {
  position: relative;
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 16px;
  border-bottom: 1px solid var(--color-accent-2);
}
.ec-cartNaviIsset .ec-cartNaviIsset__cart:hover {
  opacity: 0.8;
}
.ec-cartNaviIsset .ec-cartNaviIsset__cartImage {
  position: relative;
}
.ec-cartNaviIsset .ec-cartNaviIsset__cartContent {
  position: relative;
}
.ec-cartNaviIsset .ec-cartNaviIsset__cartContentTitle {
  font-size: 14px;
}
.ec-cartNaviIsset .cartNaviIsset__cartContentClass {
  font-size: 12px;
}
.ec-cartNaviIsset .ec-cartNaviIsset__cartContentNumber {
  font-size: 12px;
}
.ec-cartNaviIsset .ec-cartNaviIsset__total {
  font-size: 16px;
  margin-bottom: 8px;
}
.ec-cartNaviIsset .ec-inlineBtn {
  padding: clamp(8px, 1.0666666667vw, 8px) clamp(8px, 2.1333333333vw, 16px);
}

.ec-cartNaviNull {
  width: 100%;
  background: var(--color-base-white);
  padding: 16px;
  z-index: 20100;
  position: absolute;
  right: 0;
  min-width: 320px;
  box-shadow: 0 0 2px 8px rgba(0, 0, 0, 0.1);
}
.ec-cartNaviNull .ec-cartNaviNull__message {
  padding: 8px;
  font-weight: 700;
  background-color: #F99;
}

/**
==============================
ec-headerSearch
==============================
*/
.ec-headerSearch .ec-headerSearch__keyword {
  position: relative;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
  display: block;
}
.ec-headerSearch .ec-headerSearch__keyword .dummy_input {
  display: grid;
  justify-content: start;
  align-items: center;
  width: 100%;
  height: clamp(32px, 5.3333333333vw, 40px);
  padding: 4px 8px;
  font-size: clamp(14px, 2.1333333333vw, 16px);
  line-height: 1;
  color: #999;
  background-color: var(--color-base-white);
}
.ec-headerSearch .ec-headerSearch__keywordBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  white-space: nowrap;
  background-color: var(--color-accent-4);
  width: clamp(32px, 5.3333333333vw, 40px);
  height: clamp(32px, 5.3333333333vw, 40px);
  right: 0;
  top: 0;
}
.ec-headerSearch .ec-headerSearch__keywordBtn img {
  max-width: 64%;
  width: 100%;
  height: auto;
}

/**
==============================
ec-headerRole__menu
==============================
*/
.ec-headerRole__menu {
  margin-top: 16px;
}
@media screen and (max-width: 919.8px) {
  .ec-headerRole__menu {
    display: none;
  }
}
.ec-headerRole__menu .ec-headerMenuRole {
  display: grid;
  gap: 8px;
}
.ec-headerRole__menu .ec-headerMenuRole__list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px 30px;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: max(0.875rem, 10px);
  line-height: 1.55;
}
.ec-headerRole__menu .ec-headerMenuRole__title {
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 4px;
}
.ec-headerRole__menu .ec-headerMenuRole__title:hover {
  color: var(--color-base-2);
}
.ec-headerRole__menu .ec-headerOpenMenu__button {
  cursor: pointer;
  display: flex;
  gap: 4px;
  justify-content: center;
  align-items: center;
}
.ec-headerRole__menu .ec-headerOpenMenu__icon {
  font-size: 12px;
}
.ec-headerRole__menu .ec-openMenuRole {
  display: none;
}
.ec-headerRole__menu .ec-headerOpenMenu__toggle.is_hover .ec-openMenuRole {
  position: absolute;
  display: block;
  z-index: 21200;
  width: 100%;
  left: 0;
}
.ec-headerRole__menu .ec-headerOpenMenu__toggle.is_hover .ec-openMenuRole:before {
  content: "";
  position: absolute;
  display: block;
  width: 200vw;
  height: 100%;
  top: 16px;
  left: -50vw;
  right: -50vw;
  background-color: var(--color-accent-1);
  border-top: 1px solid var(--color-base-white);
  min-height: 80px;
}
.ec-headerRole__menu .ec-headerOpenMenu__toggle.is_hover > .ec-headerMenuRole__title {
  color: var(--color-base-2);
}
.ec-headerRole__menu .ec-headerOpenMenu__toggle.is_hover + .ec-headerOpenMenu__toggleOverlay {
  position: fixed;
  display: block;
  z-index: -1;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  right: 0;
  background-color: rgba(85, 85, 85, 0.6);
}
.ec-headerRole__menu .ec-openMenuRole__list {
  position: relative;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
  padding: 32px 0 8px;
  max-width: 1472px;
  margin: 0 auto;
}
.ec-headerRole__menu .ec-openMenuRole__list > li:not(.no__image) {
  max-width: 200px;
  width: 200px;
}
.ec-headerRole__menu .ec-openMenuRole__link {
  display: grid;
  gap: 8px;
  cursor: pointer;
}
.ec-headerRole__menu .ec-openMenuRole__link:hover .ec-openMenuRole__image img {
  transform: scale(1.05);
}
.ec-headerRole__menu .ec-openMenuRole__link:hover .ec-openMenuRole__text {
  color: var(--color-base-2);
}
.ec-headerRole__menu .ec-openMenuRole__image {
  position: relative;
  overflow: hidden;
}
.ec-headerRole__menu .ec-openMenuRole__image img {
  transition: transform 0.3s;
  object-fit: cover;
  width: 100%;
  height: 100%;
  aspect-ratio: 200/134;
}
.ec-headerRole__menu .ec-openMenuRole__text {
  text-align: center;
  font-size: 12px;
  font-weight: 700;
}

/**
==============================
ec-headerDrawerMenuRole
==============================
*/
#header_drawer_menu_toggle {
  display: none !important;
}

#header_drawer_menu_toggle:checked ~ .ec-headerDrawerMenuRole {
  display: block;
}

.ec-headerDrawerMenuRole {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100dvh;
  z-index: 30000;
  overflow-y: auto;
  overscroll-behavior-y: none;
}
.ec-headerDrawerMenuRole .ec-headerDrawerMenuRole__toggleOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 30010;
  background-color: rgba(85, 85, 85, 0.6);
}
.ec-headerDrawerMenuRole .ec-headerDrawerMenuClose {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 0 var(--container-base-space);
}
.ec-headerDrawerMenuRole .ec-headerDrawerMenuClose .ec-headerDrawerMenuClose__button {
  font-size: max(2rem, 10px);
  line-height: 1;
  display: grid;
  justify-content: center;
  align-items: center;
  width: clamp(32px, 5.3333333333vw, 40px);
  height: clamp(32px, 5.3333333333vw, 40px);
}
.ec-headerDrawerMenuRole .ec-headerDrawerMenuLogo .logo-wrap {
  max-width: 160px;
  display: block;
  margin-left: auto;
}
.ec-headerDrawerMenuRole .ec-headerDrawerMenuLogo svg path {
  fill: var(--color-base-white);
}
.ec-headerDrawerMenuRole .ec-headerDrawerMenuRole__body {
  position: relative;
  z-index: 30020;
  padding-top: 8px;
  background-color: var(--color-accent-1);
  color: var(--color-base-white);
  width: 100%;
  min-height: calc(100% + 1px);
}
.ec-headerDrawerMenuRole .ec-headerDrawerMenuRole__inner {
  display: grid;
  gap: 16px 0;
  padding-bottom: 160px;
}
.ec-headerDrawerMenuRole .ec-drawerMenu__separator {
  border-bottom: 2px solid var(--color-base-2);
  padding: 0;
  margin: 0;
}
.ec-headerDrawerMenuRole .ec-drawerMenu__title {
  padding: 0 var(--container-base-space);
  font-weight: 700;
  font-size: max(1.25rem, 10px);
}
.ec-headerDrawerMenuRole .ec-drawerMenu__home {
  padding: 0 var(--container-base-space);
  margin: 0;
  list-style: none;
  font-weight: 700;
  font-size: max(1.25rem, 10px);
}
.ec-headerDrawerMenuRole .ec-drawerMenu__home .ec-openMenuRole__link {
  display: flex;
  text-decoration: none;
}
.ec-headerDrawerMenuRole .ec-drawerMenu__dealsList {
  padding: 0 var(--container-base-space);
  margin: 0;
  list-style: none;
  font-weight: 700;
  display: grid;
  gap: 24px 16px;
  grid-template-columns: 1fr 1fr;
}
.ec-headerDrawerMenuRole .ec-drawerMenu__dealsList .ec-openMenuRole__link {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: max(0.875rem, 10px);
  line-height: 1.55;
}
.ec-headerDrawerMenuRole .ec-drawerMenu__dealsList .ec-openMenuRole__link span i {
  padding-right: 4px;
}
.ec-headerDrawerMenuRole .ec-drawerMenu__categoryList {
  padding: 0;
  margin: 0;
  list-style: none;
  font-weight: 700;
  overflow: hidden;
}
.ec-headerDrawerMenuRole .ec-drawerMenu__categoryList > li + li {
  margin-top: 16px;
}
.ec-headerDrawerMenuRole .ec-drawerMenu__categoryList .ec-drawerMenuAcd__toggle {
  display: none !important;
}
.ec-headerDrawerMenuRole .ec-drawerMenu__categoryList .ec-drawerMenu__categoryTitle {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 var(--container-base-space);
  font-weight: 700;
  margin-bottom: 8px;
}
.ec-headerDrawerMenuRole .ec-drawerMenu__categoryList .ec-drawerMenu__categoryGalleryRole {
  position: relative;
  display: none;
}
.ec-headerDrawerMenuRole .ec-drawerMenu__categoryList .ec-drawerMenuAcd__toggle:checked ~ .ec-drawerMenu__categoryGalleryRole {
  display: block;
}
.ec-headerDrawerMenuRole .ec-drawerMenu__categoryList .ec-drawerMenu__categoryGallery {
  padding: 8px 16px;
  margin: 8px 0 24px;
  list-style: none;
  gap: 16px;
  display: flex;
  overflow: hidden;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-behavior: smooth;
  scroll-snap-stop: always;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  border-top: 1px solid var(--color-base-white);
}
.ec-headerDrawerMenuRole .ec-drawerMenu__categoryList .ec-categoryGallery__link {
  display: grid;
  justify-content: center;
  align-content: start;
  gap: 4px;
  color: var(--color-base-black);
  overflow: hidden;
  border-radius: 4px;
  height: 100%;
}
.ec-headerDrawerMenuRole .ec-drawerMenu__categoryList .ec-categoryGallery__link .ec-categoryGallery__image {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  min-width: 160px;
  padding-bottom: 4px;
  border-bottom: 1px solid var(--color-accent-4);
}
.ec-headerDrawerMenuRole .ec-drawerMenu__categoryList .ec-categoryGallery__link .ec-categoryGallery__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  aspect-ratio: 160/100;
}
.ec-headerDrawerMenuRole .ec-drawerMenu__categoryList .ec-categoryGallery__link .ec-categoryGallery__text {
  color: var(--color-base-white);
  padding: 0 4px;
  font-size: max(0.75rem, 10px);
}
.ec-headerDrawerMenuRole .ec-drawerMenu__guideList {
  padding: 0 var(--container-base-space);
  margin: 0;
  list-style: none;
  font-weight: 700;
  display: grid;
  gap: 16px 16px;
  grid-template-columns: 1fr 1fr;
}
.ec-headerDrawerMenuRole .ec-drawerMenu__guideList .ec-openMenuRole__link {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: max(0.875rem, 10px);
  line-height: 1.55;
}
.ec-headerDrawerMenuRole .ec-drawerMenu__guideList .ec-openMenuRole__link span i {
  padding-right: 4px;
}
.ec-headerDrawerMenuRole .ec-drawerMenu__mypageList {
  padding: 0 var(--container-base-space);
  margin: 0;
  list-style: none;
  font-weight: 700;
  display: grid;
  gap: 16px 16px;
  grid-template-columns: 1fr 1fr;
}
.ec-headerDrawerMenuRole .ec-drawerMenu__mypageList .ec-openMenuRole__link {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: max(0.875rem, 10px);
  line-height: 1.55;
}
.ec-headerDrawerMenuRole .ec-drawerMenu__mypageList .ec-openMenuRole__link span i {
  padding-right: 4px;
}
.ec-headerDrawerMenuRole .ec-drawerMenu__snsList {
  padding: 0 var(--container-base-space);
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
}
.ec-headerDrawerMenuRole .ec-drawerMenu__snsList .ec-drawerMenu__snsText {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  font-size: max(2rem, 10px);
}

/**
==============================
ec--headerNewsRole
==============================
*/
.ec-headerNewsRole {
  position: relative;
  background: var(--color-accent-3);
  border-bottom: 1px solid var(--color-accent-2);
  z-index: 100;
}
.ec-headerNewsRole .ec-headerNewsRole__item {
  font-size: max(0.875rem, 10px);
  font-weight: 500;
  line-height: 1.55;
  display: flex;
  justify-content: center;
  padding: clamp(4px, 1.0666666667vw, 8px) 0;
  margin: 0 auto;
}

/**
==============================
ec-breadcrumbListRole
==============================
*/
.ec-breadcrumbListRole {
  overflow: hidden;
  position: relative;
}
.ec-breadcrumbListRole .ec-breadcrumbListRole__wrap {
  border-top: 1px solid #bebebe;
  border-bottom: 1px solid #bebebe;
  display: grid;
  gap: 4px;
  padding: 8px 0;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
.ec-breadcrumbListRole .ec-breadcrumbListRole__list {
  padding: 0 var(--container-base-space);
  margin: 0 auto;
  list-style: none;
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
  width: 100%;
}
.ec-breadcrumbListRole .ec-breadcrumbListRole__list li:not(:last-child):after {
  content: "/";
  display: inline;
  margin: 0 4px;
  color: var(--color-accent-2);
}
.ec-breadcrumbListRole .ec-breadcrumbListRole__list .breadcrumbLink, .ec-breadcrumbListRole .ec-breadcrumbListRole__list .breadcrumbText {
  font-size: max(0.75rem, 10px);
}
.ec-breadcrumbListRole .ec-breadcrumbListRole__list .breadcrumbLink {
  color: var(--color-base-3);
}
.ec-breadcrumbListRole .ec-breadcrumbListRole__list .breadcrumbLink:hover {
  text-decoration: none;
  opacity: 0.8;
}

/**
==============================
ec-footerSubRole
==============================
 */
.ec-footerSubRole {
  position: relative;
  padding-top: clamp(32px, 8.5333333333vw, 64px);
  padding-bottom: clamp(32px, 8.5333333333vw, 64px);
}
.ec-footerSubRole .ec-footerSubHelp {
  position: relative;
}
.ec-footerSubRole .ec-footerSubHelp__list {
  list-style: none;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  display: grid;
  gap: 16px;
}
@media screen and (max-width: 919.8px) {
  .ec-footerSubRole .ec-footerSubHelp__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (min-width: 920px) {
  .ec-footerSubRole .ec-footerSubHelp__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.ec-footerSubRole .ec-footerSubHelp__list > li > a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ec-footerSubRole .ec-footerSubHelp__list > li > a:hover {
  transition: opacity 0.3s ease;
  opacity: 0.8;
}
.ec-footerSubRole .ec-footerSubHelp__list > li > a img {
  width: 100%;
}
.ec-footerSubRole .ec-footerSubHelp__content {
  height: 100%;
  border: solid 0.1rem var(--color-accent-2);
  padding: clamp(12px, 3.2vw, 24px) clamp(8px, 2.1333333333vw, 16px);
  background: #FFF;
}
.ec-footerSubRole .ec-footerSubHelp__content ul {
  padding-left: 1.5rem;
}
.ec-footerSubRole .ec-footerSubHelp__content li {
  margin-bottom: clamp(8px, 2.1333333333vw, 16px);
}
.ec-footerSubRole .ec-footerSubHelp__content li li {
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 0.5em;
}
.ec-footerSubRole .ec-footerSubHelp__content small {
  display: inline-block;
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 0.5em;
}
.ec-footerSubRole .ec-footerSubHelp__content strong {
  display: block;
}
.ec-footerSubRole .ec-footerSubHelp__payment-method {
  display: flex;
  gap: 16px;
}
.ec-footerSubRole .ec-footerSubHelp__payment-method img {
  max-height: clamp(16px, 4.2666666667vw, 32px);
}
.ec-footerSubRole .ec-footerSubBanner {
  position: relative;
  margin-top: clamp(8px, 2.1333333333vw, 16px);
}
.ec-footerSubRole .ec-footerSubBanner__list {
  list-style: none;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  display: grid;
  gap: clamp(8px, 2.1333333333vw, 16px);
}
@media screen and (max-width: 919.8px) {
  .ec-footerSubRole .ec-footerSubBanner__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 920px) {
  .ec-footerSubRole .ec-footerSubBanner__list {
    grid-template-columns: repeat(4, 1fr);
  }
}
.ec-footerSubRole .ec-footerSubBanner__list a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ec-footerSubRole .ec-footerSubBanner__list a:hover {
  transition: opacity 0.3s ease;
  opacity: 0.8;
}
.ec-footerSubRole .ec-footerSubBanner__list a img {
  width: 100%;
}

/**
==============================
ec-footerStoreRole
==============================
*/
.ec-footerStoreRole {
  position: relative;
  background-color: #f9fafa;
  padding-top: clamp(32px, 8.5333333333vw, 64px);
}
.ec-footerStoreRole .ec-footerStoreRole__address {
  position: relative;
  margin-bottom: 32px;
  text-align: center;
  font-weight: 500;
  font-size: max(0.875rem, 10px);
}
.ec-footerStoreRole .ec-footerStoreRole__address strong {
  font-size: max(1.125rem, 10px);
  font-weight: 700;
}
.ec-footerStoreRole .ec-footerStoreRole__images {
  margin: 0 auto 8px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 8px;
}
.ec-footerStoreRole .ec-footerStoreRole__images img {
  width: 100%;
  height: 16vh;
  max-height: 100%;
  object-fit: cover;
}
.ec-footerStoreRole .footerStoreRole__map {
  position: relative;
  width: 100%;
  max-width: 100%;
  max-height: 240px;
  height: 24vh;
}
.ec-footerStoreRole .footerStoreRole__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/**
==============================
ec-layoutRole__footer
==============================
*/
.ec-layoutRole__footer {
  position: relative;
}
.ec-layoutRole__footer .ec-footerRole {
  background-color: #202020;
  color: #ffffff;
}
@media screen and (max-width: 919.8px) {
  .ec-layoutRole__footer .ec-footerRole {
    padding: 40px 0 80px;
  }
}
@media screen and (min-width: 920px) {
  .ec-layoutRole__footer .ec-footerRole {
    padding: 32px 0;
  }
}
.ec-layoutRole__footer .ec-footerRole__inner {
  margin: 0 auto;
  padding: 0 var(--container-base-space);
  max-width: 1032px;
}
.ec-layoutRole__footer .ec-footerHeader {
  display: grid;
  gap: 16px var(--container-base-space);
  margin-bottom: clamp(16px, 4.2666666667vw, 32px);
}
.ec-layoutRole__footer .ec-footerHeader__logo {
  position: relative;
}
.ec-layoutRole__footer .ec-footerHeader__logo .logo-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 240px;
  height: 56px;
}
@media screen and (max-width: 919.8px) {
  .ec-layoutRole__footer .ec-footerHeader__logo .logo-wrap {
    margin: 0 auto;
  }
}
.ec-layoutRole__footer .ec-footerHeader__logo svg {
  display: block;
  width: 100%;
  height: 100%;
}
.ec-layoutRole__footer .ec-footerHeader__logo svg path {
  fill: var(--color-base-white);
}
.ec-layoutRole__footer .ec-footerHeader_lead {
  font-weight: 400;
  font-size: max(0.875rem, 10px);
}
@media screen and (max-width: 919.8px) {
  .ec-layoutRole__footer .ec-footerHeader_lead {
    text-align: center;
  }
}
.ec-layoutRole__footer .ec-footerHeader__sns {
  position: relative;
  padding-top: clamp(4px, 1.0666666667vw, 8px);
}
.ec-layoutRole__footer .ec-footerHeader__sns .ec-footerHeader__sns__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: clamp(16px, 2.1333333333vw, 16px);
}
@media screen and (max-width: 919.8px) {
  .ec-layoutRole__footer .ec-footerHeader__sns .ec-footerHeader__sns__list {
    justify-content: center;
  }
}
.ec-layoutRole__footer .ec-footerHeader__sns .ec-footerHeader__snsText {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  font-size: clamp(32px, 4.2666666667vw, 32px);
  transition: opacity 0.3s ease;
  width: 32px;
  height: 32px;
}
.ec-layoutRole__footer .ec-footerHeader__sns .ec-footerHeader__snsText svg {
  display: block;
  width: 100%;
  height: 100%;
}
.ec-layoutRole__footer .ec-footerHeader__sns .ec-footerHeader__snsText svg path {
  fill: var(--color-base-white);
  transition: fill 0.25s ease;
}
.ec-layoutRole__footer .ec-footerHeader__sns .ec-footerHeader__snsText:hover svg path {
  fill: var(--color-base-2);
}
.ec-layoutRole__footer .ec-footerMenu {
  position: relative;
}
.ec-layoutRole__footer .ec-footerMenu .ec-footerMenu__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: clamp(16px, 4.2666666667vw, 32px) var(--container-base-space);
}
.ec-layoutRole__footer .ec-footerMenu__block {
  position: relative;
}
.ec-layoutRole__footer .ec-footerMenu__block .ec-footerMenu__toggle {
  display: none !important;
}
.ec-layoutRole__footer .ec-footerMenu__block .ec-footerMenu__toggleIcon {
  position: absolute;
  right: 4px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 16px;
  height: 16px;
}
@media screen and (max-width: 919.8px) {
  .ec-layoutRole__footer .ec-footerMenu__block .ec-footerMenu__toggleIcon {
    display: block;
  }
}
@media screen and (min-width: 920px) {
  .ec-layoutRole__footer .ec-footerMenu__block .ec-footerMenu__toggleIcon {
    display: none;
  }
}
.ec-layoutRole__footer .ec-footerMenu__block .ec-footerMenu__toggleIcon:before, .ec-layoutRole__footer .ec-footerMenu__block .ec-footerMenu__toggleIcon:after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  margin: auto;
  content: "";
  background: var(--color-base-white);
}
.ec-layoutRole__footer .ec-footerMenu__block .ec-footerMenu__toggleIcon:after {
  transform: rotate(90deg);
}
.ec-layoutRole__footer .ec-footerMenu__block .ec-footerMenu__blockTitle {
  font-family: "Roboto Condensed", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-size: max(1.25rem, 10px);
  border-bottom: 0.1rem solid var(--color-base-white);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  font-weight: 700;
  padding: 0 24px 0 0;
  position: relative;
}
@media screen and (min-width: 920px) {
  .ec-layoutRole__footer .ec-footerMenu__block .ec-footerMenu__blockTitle {
    pointer-events: none;
  }
}
.ec-layoutRole__footer .ec-footerMenu__content {
  position: relative;
}
@media screen and (max-width: 919.8px) {
  .ec-layoutRole__footer .ec-footerMenu__content {
    height: 0;
    visibility: hidden;
    position: relative;
    overflow: hidden;
  }
}
.ec-layoutRole__footer .ec-footerMenu__content .ec-footerMenu__contentList {
  list-style: none;
  margin: clamp(8px, 2.1333333333vw, 16px) 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
}
@media screen and (max-width: 919.8px) {
  .ec-layoutRole__footer .ec-footerMenu__content .ec-footerMenu__contentList {
    flex-direction: column;
    padding: 8px 8px 8px 16px;
  }
}
.ec-layoutRole__footer .ec-footerMenu__content .ec-footerMenu__contentItem {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-left: 2px solid var(--color-base-white);
  padding-left: 4px;
  transition: text-decoration 0.3s ease;
  font-size: max(0.875rem, 10px);
  line-height: 1.25;
}
.ec-layoutRole__footer .ec-footerMenu__content .ec-footerMenu__contentItem:hover {
  text-decoration: underline;
}
.ec-layoutRole__footer .ec-footerMenu__toggle:checked ~ .ec-footerMenu__blockTitle .ec-footerMenu__toggleIcon:after {
  transform: rotate(0);
}
.ec-layoutRole__footer .ec-footerMenu__toggle:checked ~ .ec-footerMenu__content {
  height: auto;
  visibility: visible;
}
.ec-layoutRole__footer .ec-footerCopyright {
  text-align: center;
  background-color: var(--color-accent-1);
  color: var(--color-base-white);
  padding: 8px var(--container-base-space);
  margin: 0 auto;
  font-size: max(0.625rem, 10px);
}

/**
==============================
ec-productListRole
ec-productMiniListRole
==============================
*/
.ec-productListRole {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 32px 16px;
}
@media screen and (max-width: 919.8px) {
  .ec-productListRole {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 920px) {
  .ec-productListRole {
    grid-template-columns: repeat(auto-fill, minmax(calc((1440px - 16px * 5) / 6), 1fr));
  }
}

.ec-productMiniListRole {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 32px 16px;
}
@media screen and (max-width: 919.8px) {
  .ec-productMiniListRole {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (min-width: 920px) {
  .ec-productMiniListRole {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 919.8px) {
  .ec-productMiniListRole .ec-productListItem {
    grid-template-columns: 160px 1fr;
    align-items: start;
  }
}
@media screen and (max-width: 919.8px) {
  .ec-productMiniListRole .ec-productListItem .ec-productListItem__body {
    align-content: start;
  }
}
@media screen and (max-width: 919.8px) {
  .ec-productMiniListRole > li:not(:first-child) {
    border-top: 1px solid var(--color-accent-2);
    padding-top: 16px;
  }
}

.ec-productListItem {
  display: grid;
  gap: 8px;
  text-decoration: none;
}
.ec-productListItem:hover .ec-productListItem__image img {
  transform: scale(1.05);
}
.ec-productListItem:hover .ec-productListItem__title {
  text-decoration: underline;
}
.ec-productListItem .ec-productListItem__image {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.ec-productListItem .ec-productListItem__image img {
  transition: transform 0.3s;
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 3/2;
}
.ec-productListItem .ec-productListItem__tags {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
}
.ec-productListItem .ec-productListItem__tags .ec-productListItem__tag {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  padding: 3px 6px;
  font-weight: 500;
  font-size: max(0.75rem, 10px);
}
.ec-productListItem .ec-productListItem__tags .tag_1 {
  background-color: var(--color-tag1);
  color: var(--color-base-white);
}
.ec-productListItem .ec-productListItem__tags .tag_2 {
  background-color: var(--color-tag2);
  color: var(--color-base-white);
}
.ec-productListItem .ec-productListItem__tags .tag_3 {
  background-color: var(--color-tag3);
  color: var(--color-base-white);
}
.ec-productListItem .ec-productListItem__tags .tag_4 {
  background-color: var(--color-tag4);
  color: var(--color-base-white);
}
.ec-productListItem .ec-productListItem__tags .tag_5 {
  background-color: var(--color-tag5);
  color: var(--color-base-white);
}
.ec-productListItem .ec-productListItem__tags .tag_6 {
  background-color: var(--color-tag6);
  color: var(--color-base-white);
}
.ec-productListItem .ec-productListItem__tags .tag_7 {
  background-color: var(--color-tag7);
  color: var(--color-base-white);
}
.ec-productListItem .ec-productListItem__tags .tag_8 {
  background-color: var(--color-tag8);
  color: var(--color-base-white);
}
.ec-productListItem .ec-productListItem__body {
  display: grid;
  gap: 2px;
}
.ec-productListItem .ec-productListItem__title {
  font-size: max(0.875rem, 10px);
  line-height: 1.4;
  word-break: break-all;
  position: relative;
  color: var(--color-base-3);
  font-weight: 400;
  margin-bottom: 4px;
}
.ec-productListItem .ec-productListItem__productClasses {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  font-size: max(0.875rem, 10px);
  line-height: 1.4;
}
.ec-productListItem .ec-productListItem__price {
  position: relative;
  font-size: max(0.875rem, 10px);
  line-height: 1.4;
  font-weight: 400;
}
.ec-productListItem .ec-productListItem__stock {
  position: relative;
  font-size: max(0.875rem, 10px);
  line-height: 1.4;
  font-weight: 500;
}
.ec-productListItem .ec-productListItem__stock .stock_green {
  color: var(--color-stock-green);
}
.ec-productListItem .ec-productListItem__stock .stock_orange {
  color: var(--color-stock-orange);
}
.ec-productListItem .ec-productListItem__stock .stock_red {
  color: var(--color-stock-red);
}

/**
==============================
ec-scrollTopRole
==============================
*/
.ec-scrollTopRole {
  position: relative;
}
.ec-scrollTopRole .ec-scrollTop {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid var(--color-accent-1);
  border-radius: 50%;
  position: fixed;
  bottom: 72px;
  z-index: 100;
  background-color: var(--color-accent-1);
  color: var(--color-base-white);
  padding: 0;
  right: 16px;
  line-height: 1;
}
@media screen and (max-width: 919.8px) {
  .ec-scrollTopRole .ec-scrollTop {
    width: 48px;
    height: 48px;
    font-size: max(1.5rem, 10px);
  }
}
@media screen and (min-width: 920px) {
  .ec-scrollTopRole .ec-scrollTop {
    width: 56px;
    height: 56px;
    font-size: max(2.25rem, 10px);
  }
}
.ec-scrollTopRole .ec-scrollTop:hover {
  background-color: var(--color-base-white);
  color: var(--color-accent-1);
}

.stock_green {
  color: var(--color-stock-green);
}

.stock_orange {
  color: var(--color-stock-orange);
}

.stock_red {
  color: var(--color-stock-red);
}

/*# sourceMappingURL=main.css.map */
