@charset "UTF-8";
/* ==============================================================
*  base
* ============================================================ */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: inherit;
  margin: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

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: 1em;
}

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

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

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

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

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

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

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

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

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

body {
  word-wrap: break-word;
}

section, main {
  display: block;
}

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
}

i, em {
  font-style: normal;
}

table {
  border-collapse: collapse;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
  line-height: 0;
}

* {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

:root {
  --user-primary-color: initial;
  --user-secondary-color: initial;
  --base-color: #FFF;
  --text-color: #212121;
  --border-color: #E8E8E8;
  --error-color: #E74E4E;
  --disable-color: #DDDDDD;
  --placeholder-color: rgba(33, 33, 33, 0.5);
  --box-color: #f7f7f7;
  --primary-color-default: #E74E4E;
  --secondary-color-default: #fff;
  --primary-color: var(--user-primary-color, #E74E4E);
  --secondary-color: var(--user-secondary-color, #fff);
}

.theme--dark {
  --base-color: #212121;
  --text-color: #FFF;
  --border-color: #707070;
  --error-color: #eb3e3e;
  --disable-color: #747474;
  --placeholder-color: rgba(255, 255, 255, 0.5);
  --box-color: #ececec;
  --primary-color-default: #eb3e3e;
  --secondary-color-default: #fff;
  --primary-color: var(--user-primary-color, #eb3e3e);
  --secondary-color: var(--user-secondary-color, #fff);
}

/* ==============================================================
*  contents
* ============================================================ */
/* common.scss
============================== */
html,
body {
  height: 100%;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}

body {
  background: var(--base-color);
  color: var(--text-color);
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  font-feature-settings: "palt";
  font-optical-sizing: auto;
  letter-spacing: 0.08em;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

img {
  width: 100%;
  max-width: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  line-height: 0;
  pointer-events: none;
  vertical-align: bottom;
}

.svg-symbol {
  display: none !important;
}

svg {
  fill: var(--text-color);
}

::-moz-selection {
  background-color: var(--text-color);
  color: var(--base-color);
}

::selection {
  background-color: var(--text-color);
  color: var(--base-color);
}

::-moz-selection {
  background-color: var(--text-color);
  color: var(--base-color);
}

.body--app a {
  -webkit-touch-callout: none !important;
}

/* スクリーンリーダー用 */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

a:focus,
button:focus,
label:focus,
input:focus,
iframe:focus,
textarea:focus,
[tabindex="0"]:focus,
input[type=submit]:focus,
summary:focus,
select:focus {
  outline: none;
}

a:focus:not(:focus-visible),
button:focus:not(:focus-visible),
label:focus:not(:focus-visible),
input:focus:not(:focus-visible),
iframe:focus:not(:focus-visible),
textarea:focus:not(:focus-visible),
[tabindex="0"]:focus:not(:focus-visible),
input[type=submit]:focus:not(:focus-visible),
summary:focus:not(:focus-visible),
select:focus:not(:focus-visible) {
  box-shadow: none;
}

a:focus-visible,
button:focus-visible,
label:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
[tabindex]:focus-visible,
input[type=submit]:focus-visible,
summary:focus-visible,
select:focus-visible {
  box-shadow: 0 0 0 2px #0077ff;
  border-color: #0077ff;
  border-radius: 5px;
}

@media (hover: none) and (pointer: coarse) {
  a:focus-visible,
  button:focus-visible,
  label:focus-visible,
  input:focus-visible,
  textarea:focus-visible,
  select:focus-visible,
  [tabindex]:focus-visible,
  input[type=submit]:focus-visible,
  summary:focus-visible,
  select:focus-visible {
    box-shadow: none;
    border-color: inherit;
  }
}
.using-mouse textarea:focus {
  box-shadow: none;
  border-color: inherit;
}

/* autofill */
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px var(--base-color) inset;
}

/* input */
input[type=text],
input[type=tel],
input[type=email],
input[type=password],
input[type=number],
input[type=date],
input[type=button],
button {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  font-feature-settings: "palt";
  font-optical-sizing: auto;
  letter-spacing: 0.08em;
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  box-shadow: none;
  padding: 0.8em;
  border-radius: 5px;
  border: 1px solid #cecece;
}
input[type=text].form__error,
input[type=tel].form__error,
input[type=email].form__error,
input[type=password].form__error,
input[type=number].form__error,
input[type=date].form__error,
input[type=button].form__error,
button.form__error {
  background: var(--error-color);
  color: #FFF;
  border-color: var(--error-color);
}
input[type=text].form__error:focus, input[type=text][disabled],
input[type=tel].form__error:focus,
input[type=tel][disabled],
input[type=email].form__error:focus,
input[type=email][disabled],
input[type=password].form__error:focus,
input[type=password][disabled],
input[type=number].form__error:focus,
input[type=number][disabled],
input[type=date].form__error:focus,
input[type=date][disabled],
input[type=button].form__error:focus,
input[type=button][disabled],
button.form__error:focus,
button[disabled] {
  background: transparent;
  color: inherit;
  border-color: inherit;
  opacity: 0.5;
  border: none;
}
input[type=text],
input[type=tel],
input[type=email],
input[type=password],
input[type=number],
input[type=date],
input[type=button],
button {
  touch-action: manipulation;
  vertical-align: middle;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=password],
input[type=number],
input[type=date],
input[type=button] {
  background: #fff;
  color: #212121;
}

input[readonly=readonly],
input[readonly=readonly] {
  border: none;
}

input[type=date] {
  display: inline-block;
  width: auto;
}

input[type=number]#form_zip1, input[type=number]#form_zip2, input[type=number]#form_emergency_tel {
  -moz-appearance: textfield;
}
input[type=number]#form_zip1::-webkit-outer-spin-button, input[type=number]#form_zip1::-webkit-inner-spin-button, input[type=number]#form_zip2::-webkit-outer-spin-button, input[type=number]#form_zip2::-webkit-inner-spin-button, input[type=number]#form_emergency_tel::-webkit-outer-spin-button, input[type=number]#form_emergency_tel::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
  -moz-appearance: textfield;
}

/* button */
button {
  border: none;
  line-height: 1;
}

input[type=button] {
  cursor: pointer;
}

/* textarea */
textarea {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  font-feature-settings: "palt";
  font-optical-sizing: auto;
  letter-spacing: 0.08em;
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  box-shadow: none;
  padding: 0.8em;
  border-radius: 5px;
  border: 1px solid #cecece;
}
textarea.form__error {
  background: var(--error-color);
  color: #FFF;
  border-color: var(--error-color);
}
textarea.form__error:focus, textarea[disabled] {
  background: transparent;
  color: inherit;
  border-color: inherit;
  opacity: 0.5;
  border: none;
}

/* select */
.form__select {
  position: relative;
  display: inline-block;
  position: relative;
}
.form__select::after {
  content: "";
  display: block;
  position: absolute;
  top: 45%;
  left: auto;
  right: 1em;
  width: 0.5em;
  height: 0.5em;
  border: 1px solid var(--text-color);
  border-top: none;
  border-right: none;
  transform: translateY(-50%) rotate(-45deg);
}
.form__select select {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  font-feature-settings: "palt";
  font-optical-sizing: auto;
  letter-spacing: 0.08em;
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  box-shadow: none;
  padding: 0.8em;
  border-radius: 5px;
  border: 1px solid #cecece;
}
.form__select select.form__error {
  background: var(--error-color);
  color: #FFF;
  border-color: var(--error-color);
}
.form__select select.form__error:focus, .form__select select[disabled] {
  background: transparent;
  color: inherit;
  border-color: inherit;
  opacity: 0.5;
  border: none;
}
.form__select select {
  padding: 0.5em 2.8em 0.5em 1em;
  color: var(--text-color);
  cursor: pointer;
}

/* searchBox */
.searchBox form {
  display: flex;
  align-items: center;
  border-radius: 5px;
  padding: 0.3em 1em;
  width: 100%;
  border: 1px solid var(--border-color);
  background: var(--box-color);
}
.searchBox form span {
  color: #212121;
  background: transparent;
  font-family: FontAwesome;
  font-size: 2rem;
}
.searchBox form input[type=text] {
  border: none;
  background: transparent;
}
.searchBox form input[type=submit] {
  display: none;
}

/* placeholder */
input::placeholder, input::-webkit-input-placeholder, input::-moz-placeholder, input:-ms-input-placeholder, input:-moz-placeholder,
textarea::placeholder,
textarea::-webkit-input-placeholder,
textarea::-moz-placeholder,
textarea:-ms-input-placeholder,
textarea:-moz-placeholder {
  color: var(--placeholder-color);
  font-size: 1.3rem;
}

/* checkbox */
/* radio */
.form__checkbox label,
.form__radio label {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  font-feature-settings: "palt";
  font-optical-sizing: auto;
  letter-spacing: 0.08em;
  display: block;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
}
.form__checkbox label p,
.form__checkbox label > span,
.form__radio label p,
.form__radio label > span {
  position: relative;
}
.form__checkbox input[type=checkbox],
.form__checkbox input[type=radio],
.form__radio input[type=checkbox],
.form__radio input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}
.form__checkbox .form__error,
.form__radio .form__error {
  color: var(--base-color);
}
.form__checkbox label p,
.form__checkbox label > span,
.form__radio label p,
.form__radio label > span {
  display: block;
  padding-left: 2em;
}
.form__checkbox label p::before,
.form__checkbox label > span::before,
.form__radio label p::before,
.form__radio label > span::before {
  content: "";
  display: inline-block;
  width: 1.25em;
  height: 1.25em;
  border: 1px solid var(--border-color);
  margin: -0.625em 0 0;
  position: absolute;
  top: 50%;
  left: 0;
}
.form__checkbox label input[type=radio] ~ p::before,
.form__checkbox label input[type=radio] ~ span::before,
.form__radio label input[type=radio] ~ p::before,
.form__radio label input[type=radio] ~ span::before {
  border-radius: 50%;
}
.form__checkbox label input[type=checkbox] ~ p::before,
.form__checkbox label input[type=checkbox] ~ span::before,
.form__radio label input[type=checkbox] ~ p::before,
.form__radio label input[type=checkbox] ~ span::before {
  border-radius: 2px;
}
.form__checkbox label input[type=checkbox] ~ p::after,
.form__checkbox label input[type=checkbox] ~ span::after,
.form__radio label input[type=checkbox] ~ p::after,
.form__radio label input[type=checkbox] ~ span::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0.8em;
  height: 0.4em;
  top: 50%;
  left: 0.25em;
  transform: rotate(-45deg);
  opacity: 0;
  margin: -0.25em 0 0;
  border: 2px solid #212121;
  border-top: none;
  border-right: none;
}
.form__checkbox label input[type=radio]:checked ~ p::before,
.form__checkbox label input[type=radio]:checked ~ span::before,
.form__radio label input[type=radio]:checked ~ p::before,
.form__radio label input[type=radio]:checked ~ span::before {
  border-color: var(--primary-color);
  border-width: 5px;
}
.form__checkbox label input[type=checkbox]:checked ~ p::after,
.form__checkbox label input[type=checkbox]:checked ~ span::after,
.form__radio label input[type=checkbox]:checked ~ p::after,
.form__radio label input[type=checkbox]:checked ~ span::after {
  opacity: 1;
}
.form__checkbox label.checkbox--single input[type=checkbox] ~ p::after,
.form__checkbox label.checkbox--single input[type=checkbox] ~ span::after,
.form__radio label.checkbox--single input[type=checkbox] ~ p::after,
.form__radio label.checkbox--single input[type=checkbox] ~ span::after {
  border-color: var(--text-color);
}

.default-check {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1em auto 0;
}

/* post,confirm */
.form--post,
.form--confirm,
.block--orderDetail {
  border-radius: 5px;
  background: var(--box-color);
  color: #212121;
}
.form--post dt,
.form--confirm dt,
.block--orderDetail dt {
  margin-bottom: 1em;
  font-size: 1.4rem;
  color: rgba(33, 33, 33, 0.6);
}
.form--post dd,
.form--confirm dd,
.block--orderDetail dd {
  position: relative;
  margin-bottom: 2em;
  font-size: 1.6rem;
}
.form--post dd:last-child,
.form--confirm dd:last-child,
.block--orderDetail dd:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.form--post dd img,
.form--confirm dd img,
.block--orderDetail dd img {
  max-width: 500px;
}
.form--post dd #form_zip2 + .btn .btn--small,
.form--confirm dd #form_zip2 + .btn .btn--small,
.block--orderDetail dd #form_zip2 + .btn .btn--small {
  padding: 0.5em 1em;
}
.form--post + .btn,
.form--confirm + .btn,
.block--orderDetail + .btn {
  margin-top: 20px;
}
.form--post .form__row + .form__row,
.form--confirm .form__row + .form__row,
.block--orderDetail .form__row + .form__row {
  border-top: 1px solid rgba(33, 33, 33, 0.1);
}
.form--post .form__row dt,
.form--confirm .form__row dt,
.block--orderDetail .form__row dt {
  color: rgba(33, 33, 33, 0.5);
  font-size: 1.4rem;
  font-weight: 400;
}

* + .form--post, * + .form--confirm {
  margin-top: 20px;
}

.form--post dt {
  margin: 2em 0 1em;
  font-size: 0.8em;
  font-weight: 500;
}
.form--post dt:first-of-type {
  margin-top: 0;
}
.form--post dd .txt--sub {
  color: rgba(33, 33, 33, 0.4);
}
.form--post dd div + div {
  margin-top: 0.5em;
}
.form--post dd .form__select::after {
  border-color: #212121;
}
.form--post dd select {
  background: #fff;
  color: #212121;
}
.form--post .form__row + .form__row {
  border-top: 1px solid rgba(33, 33, 33, 0.1);
}
.form--post .form__row dt {
  color: rgb(33, 33, 33);
}

.input--half {
  width: 48% !important;
}

/* error */
.block--error {
  padding: 1em;
  margin-bottom: 1em;
  border: 1px solid var(--error-color);
  border-radius: 5px;
  background: #f9ebeb;
  background-color: color-mix(in srgb, #fff 90%, var(--error-color));
  color: var(--error-color);
}
.block--error + .block--error {
  margin-top: 1em;
}
.block--error .error--tit {
  font-weight: 500;
  margin-bottom: 0.5em;
}

* + .block--error {
  margin-top: 1em;
}

.required::after,
.optional::after {
  display: inline-block;
  padding: 0.3em 0.5em;
  margin-left: 1em;
  border-radius: 3px;
  font-size: 1.1rem;
  line-height: 1;
}

/* required */
.required::after {
  content: "必須";
  background: var(--error-color);
  color: #FFF;
}

/* optional */
.optional::after {
  content: "任意";
  background: var(--disable-color);
}

/* pass */
dd:has(input[type=password]),
dd.visible {
  position: relative;
}

.show-pw {
  position: absolute;
  top: 50%;
  right: 0.5em;
  transform: translateY(-50%);
  color: #212121;
}

/* qty */
.qty-wrap {
  display: flex;
  align-items: center;
  gap: 4px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #cecece;
  border-radius: 5px;
  background: #fff;
}
.qty-wrap input {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  background: transparent;
  color: #212121;
}
.qty-wrap input[type=number] {
  min-width: 4em;
  padding: 0.5em 0.5em;
  border: none;
  -moz-appearance: textfield;
}
.qty-wrap input[type=number]::-webkit-outer-spin-button, .qty-wrap input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.qty-wrap input[type=button] {
  padding: 0;
  width: 2em;
  height: 2em;
  border: none;
  font-size: 1.8rem;
}
.qty-wrap input[type=button].is-disabled {
  opacity: 0.3;
  pointer-events: none;
}

.btn-base-style, .btn a,
.list--login li a {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  border: none;
  position: relative;
  z-index: 1;
  color: var(--text-color);
}

.btn,
.list--login li {
  width: 100%;
  max-width: 300px;
  margin: 1em 0;
  text-align: center;
  line-height: 1;
}
.btn a,
.list--login li a {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0 auto;
  transition: 0.3s;
  cursor: pointer;
  letter-spacing: 0.1em;
}

.btn .btn--main,
.btn input.btn--main,
.btn .btn--sub,
.btn input.btn--sub {
  width: 100%;
  padding: 1.2em 2em;
  border-radius: 6px;
  border: 1px solid var(--primary-color);
  font-size: 1.6rem;
  line-height: 1.2;
  cursor: pointer;
}
.btn .btn--main,
.btn input.btn--main {
  background: var(--primary-color);
  color: var(--secondary-color);
}
.btn .btn--sub,
.btn input.btn--sub {
  background: transparent;
  color: var(--primary-color);
}
.btn .btn--small {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.8em 1.4em;
  font-size: 1.4rem;
}

.fa-arrow-up-right-from-square {
  margin-left: 0.1em;
}

.list--login li a {
  border-radius: 999px;
  border: 1px solid var(--text-color);
  white-space: nowrap;
}

.list--login li.g-nav--item__mypage a,
.list--login li.g-nav--item__join a {
  background: var(--text-color);
  color: var(--base-color);
}

.list--login li.g-nav--item__login a {
  background: transparent;
  color: var(--text-color);
}

.list__more {
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.list__more a {
  display: block;
  padding: 1em;
  font-size: 1.6rem;
}

.detail__btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 40px auto 0;
}
.detail__btn a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.detail__btn a::after {
  content: "";
  display: block;
  position: absolute;
  top: 45%;
  left: -1em;
  right: auto;
  width: 0.5em;
  height: 0.5em;
  border: 1px solid var(--text-color);
  border-top: none;
  border-right: none;
  transform: translateY(-50%) rotate(45deg);
}

.btn--chevron {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.btn--chevron::after {
  content: "";
  display: block;
  position: absolute;
  top: 45%;
  left: auto;
  right: -0.5em;
  width: 0.5em;
  height: 0.5em;
  border: 1px solid var(--text-color);
  border-top: none;
  border-right: none;
  transform: translateY(-50%) rotate(-135deg);
}
.btn--chevron::after {
  position: relative;
  display: inline-block;
  transform: translateY(-20%) rotate(-135deg);
}

.btn--delete {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0;
  color: var(--text-color);
  text-decoration: underline;
  cursor: pointer;
}

.block--txt p + p {
  margin-top: 0.5em;
}

.txt--link a,
.txt a {
  text-decoration: underline;
}

.txt--basic {
  font-size: 1.4rem;
}

.txt--basic + .txt--basic {
  margin-top: 1em;
}

.txt--tit {
  font-size: 1.8rem;
}

p + .txt--tit {
  margin-top: 1em;
}

.txt--sub {
  font-size: max(12px, 0.85em);
  line-height: 1.8em;
}

.txt--lead {
  font-size: 1.6rem;
  margin-bottom: 1em;
}

.txt--large {
  font-size: 1.5em;
  font-weight: bold;
}

.txt--error {
  color: var(--error-color);
}

.txt--indent {
  text-indent: -1em;
  padding-left: 1em;
  font-feature-settings: normal;
}

.label {
  font-size: 1.3rem;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.bold {
  font-weight: bold;
}

.swiper-slide .swiper-button-prev,
.swiper-slide .swiper-button-next {
  display: none;
}

.detail-thumb-swiper {
  margin-top: 10px;
}

.block--pager {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(10px, 2vw);
  margin: 80px auto 0;
}
.block--pager .pager__item--other a,
.block--pager .pager__item--current > span {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 1.6rem;
}
.block--pager .pager__item--current > span {
  background: var(--text-color);
  color: var(--base-color);
  border-color: var(--text-color);
}
.block--pager .pager__item--older {
  margin-right: min(40px, 3vw);
}
.block--pager .pager__item--older a,
.block--pager .pager__item--older > span {
  position: relative;
}
.block--pager .pager__item--older a::after,
.block--pager .pager__item--older > span::after {
  content: "";
  display: block;
  position: absolute;
  top: 47%;
  left: -1.2em;
  right: auto;
  width: 0.7em;
  height: 0.7em;
  border: 1px solid var(--text-color);
  border-top: none;
  border-right: none;
  transform: translateY(-50%) rotate(45deg);
}
.block--pager .pager__item--newer {
  margin-left: min(40px, 3vw);
}
.block--pager .pager__item--newer a,
.block--pager .pager__item--newer > span {
  position: relative;
}
.block--pager .pager__item--newer a::after,
.block--pager .pager__item--newer > span::after {
  content: "";
  display: block;
  position: absolute;
  top: 47%;
  left: auto;
  right: -1.2em;
  width: 0.7em;
  height: 0.7em;
  border: 1px solid var(--text-color);
  border-top: none;
  border-right: none;
  transform: translateY(-50%) rotate(-135deg);
}
.block--pager .pager__item--older a span,
.block--pager .pager__item--older > span span,
.block--pager .pager__item--newer a span,
.block--pager .pager__item--newer > span span {
  font-size: 1.3rem;
}
.block--pager .pager__item--older > span,
.block--pager .pager__item--newer > span {
  opacity: 0.5;
}

.date {
  min-width: 7em;
  font-size: 1.3rem;
}

.category {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.2rem;
}

button.favorite {
  width: 35px;
  height: 35px;
  padding: 5px;
  cursor: pointer;
}
button.favorite svg {
  fill: transparent;
  stroke: var(--text-color);
  stroke-width: 1px;
  stroke-linecap: round;
  stroke-linejoin: round;
  overflow: visible;
  opacity: 0.5;
  transition: fill 0.2s, opacity 0.2s;
}
button.favorite.is-active svg {
  fill: var(--text-color);
  opacity: 1;
}

.thumb {
  aspect-ratio: 1/1;
}
.thumb img {
  height: 100%;
}

.ph {
  position: relative;
  margin: 0.5em 0;
}
.ph .dummy {
  position: absolute;
  inset: 0;
}

.video {
  position: relative;
  margin: 0.5em 0;
  padding-top: 56.25%;
  aspect-ratio: 16/9;
}
.video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.block--share {
  display: flex;
  align-items: center;
  gap: 5px;
}
.block--share .list-tit {
  letter-spacing: 0.3em;
  opacity: 0.5;
}
.block--share .list--share {
  display: flex;
}
.block--share .list--share li a {
  padding: 10px 8px;
  font-size: 1.8rem;
}
.block--share .list--share svg {
  width: 1.8rem;
  height: 1.8rem;
  transform: translateY(0.15em);
}

.toggle {
  position: absolute;
  top: 50%;
  right: -10px;
  transform: translateY(-50%);
  width: 35px;
  height: 35px;
  padding: 10px;
}
.toggle::before, .toggle::after {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 1px;
  background: var(--text-color);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: transform 0.2s;
}

.open .toggle::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.js-toggle,
.js-toggle-open {
  overflow: hidden;
  height: 0;
  transition: height 0.3s ease;
}

[data-acc] {
  cursor: pointer;
}

header {
  display: flex;
  justify-content: space-between;
  position: fixed;
  top: 0;
  width: 100%;
  height: 80px;
  background: var(--base-color);
  z-index: 999;
  transition: box-shadow 0.3s;
}
header .logo {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
header .logo a {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  padding: 1em 0;
  line-height: 1.15;
}
header .logo a .artist-name {
  font-size: 20px;
}
header .logo img {
  width: auto;
  height: auto;
  max-height: 100%;
}
header .header__inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-grow: 1;
  gap: 1.6em;
  position: relative;
  z-index: 11;
  width: auto;
}
header .cart a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 2em;
  pointer-events: auto;
}
header .cart a .count {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -0.5rem;
  right: -1rem;
  height: 1.8rem;
  width: 1.8rem;
  border-radius: 100%;
  background-color: var(--text-color);
  color: var(--base-color);
  border: 1px solid var(--base-color);
  font-size: 1rem;
}
header .cart a .count span {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  letter-spacing: 0;
}
header .favorite a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 2.4rem;
}

.window-scroll.theme--light .header {
  box-shadow: 0 4px 10px rgba(33, 33, 33, 0.1);
}

.window-scroll.theme--dark .header {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.list--login {
  display: flex;
  gap: 1em;
  align-items: center;
}

.drawer__btn {
  position: relative;
  width: 50px;
  height: 40px;
  padding: 10px;
  margin-right: -10px;
  background: transparent;
  cursor: pointer;
}
.drawer__btn span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  height: 1px;
  width: 30px;
  background: var(--text-color);
  transition: transform 0.3s, opacity 0.3s;
}
.drawer__btn span:nth-child(1) {
  top: 10px;
}
.drawer__btn span:nth-child(2) {
  top: 50%;
}
.drawer__btn span:nth-child(3) {
  top: auto;
  bottom: 10px;
}

body.drawer-visible .drawer__btn span:nth-child(1) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
body.drawer-visible .drawer__btn span:nth-child(2) {
  opacity: 0;
}
body.drawer-visible .drawer__btn span:nth-child(3) {
  top: 50%;
  bottom: auto;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.drawer {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100vw;
  height: 100vh;
  height: 100lvh;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  pointer-events: none;
}
.drawer .drawer__inner {
  position: absolute;
  right: 0;
  height: 100%;
  overflow-y: auto;
  transform: translateX(100%);
  background: var(--base-color);
  transition: transform 0.4s ease-in-out;
  overscroll-behavior: none;
}
.drawer .block--menu {
  margin-top: 30px;
}
.drawer .block--menu .item--menu {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 10px;
}
.drawer .block--menu .item--menu:first-child {
  border-top: 1px solid var(--border-color);
}
.drawer .block--menu .item--menu > a,
.drawer .block--menu .item--menu .category-tit {
  display: block;
  position: relative;
  padding: 30px 0 20px;
  font-size: 1.6rem;
}
.drawer .block--menu .item--menu .toggle {
  transform: translateY(calc(-50% + 5px));
}
.drawer .block--menu .item--menu .list--category_sub {
  padding: 0 10px;
}
.drawer .block--menu .item--menu .list--category_sub li:last-child {
  padding-bottom: 20px;
}
.drawer .block--menu .item--menu .list--category_sub li a {
  display: block;
  padding: 10px 0;
}

body.drawer-visible .drawer {
  opacity: 1;
  pointer-events: auto;
}
body.drawer-visible .drawer .drawer__inner {
  transform: translateX(0);
}

footer {
  width: 100%;
  position: relative;
  bottom: 0;
  left: 0;
  z-index: 1;
}
footer .footer__inner {
  position: relative;
  z-index: 1;
}
footer .nav li {
  display: inline-block;
  margin-right: 0.8em;
  font-size: 13px;
  letter-spacing: 0.08em;
  line-height: 1;
}
footer .site-link a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 30px auto;
}
footer .site-link a.logo--text {
  padding: 1em 1.7em;
  background: color-mix(in srgb, transparent 90%, var(--text-color));
}
footer .site-link a.logo--image {
  max-width: 160px;
}
footer .copyright {
  text-align: center;
}
footer .copyright small {
  line-height: 1.8;
  display: inline-block;
}
footer .copyright small em {
  opacity: 0.5;
}
footer .g-nav--item__bubble a {
  line-height: 0;
}
footer .bg {
  display: none;
}

.wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.container {
  min-height: 80vh;
}

.section--list,
.section--detail {
  margin: 0 auto;
}

.section-tit {
  font-size: min(3rem, 6vw);
}

.item__price .tax {
  margin-left: 0.3em;
  opacity: 0.6;
  font-size: 12px;
}

.list--categoryBtn {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em 0.3em;
}
.list--categoryBtn li {
  max-width: 100%;
}
.list--categoryBtn li a {
  display: block;
  padding: 0.5em 1em;
  border-radius: 999px;
  background: var(--box-color);
  background-color: color-mix(in srgb, transparent 90%, var(--text-color));
  max-width: 100%;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  max-height: none;
  line-height: 1;
  white-space: nowrap;
}

.list--item {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.list--item .item {
  position: relative;
}
.list--item .item.new::before {
  content: "NEW";
  display: block;
  position: absolute;
  width: 4em;
  height: 4em;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  top: -1em;
  left: -1em;
  z-index: 10;
  border-radius: 999px;
  background: var(--primary-color);
  color: var(--secondary-color);
  font-size: 1.2rem;
}
.list--item .item a {
  display: block;
}
.list--item .item .thumb {
  width: 100%;
  border: 1px solid var(--border-color);
  margin-bottom: 10px;
  overflow: hidden;
  background: #fff;
}
.list--item .item .thumb img {
  background-size: contain;
  transition: transform 0.3s;
  will-change: transform;
}
.list--item .item .item__name {
  margin-bottom: 3px;
}
.list--item .item .favorite {
  position: absolute;
  bottom: -5px;
  right: -5px;
}

.list--item.list--carousel .slick-track {
  display: flex;
}

.list--tag {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 10px;
}
.list--tag li {
  padding: 0.5em 0.8em;
  border: 1px solid var(--primary-color);
  border-radius: 3px;
  background: var(--primary-color);
  color: var(--secondary-color);
  font-size: 1.2rem;
  line-height: 1;
}
.list--tag li.item__tag--soldout {
  border: 1px solid var(--error-color);
  background: transparent;
  color: var(--error-color);
}
.list--tag li.item__tag--expired {
  border: 1px solid var(--disable-color);
  background: var(--disable-color);
  color: var(--text-color);
}
.list--tag li.item__tag--allmember {
  background: transparent;
  color: var(--primary-color);
}

.list--info li {
  padding: 40px 0 30px;
  border-bottom: 1px solid var(--border-color);
}
.list--info li:first-child {
  padding-top: 0;
}
.list--info li .block--tit {
  position: relative;
  padding-right: 25px;
  margin-bottom: 10px;
  cursor: pointer;
}
.list--info li .block--tit .toggle {
  right: -10px;
}
.list--info li .block--tit .date {
  margin-bottom: 0.5em;
}
.list--info li .block--tit .tit {
  font-size: 1.6rem;
}

.list--categoryTag {
  display: flex;
  flex-wrap: wrap;
  gap: 0.2em 0.5em;
  margin-top: 10px;
}
.list--categoryTag li a {
  display: block;
  padding: 5px 0;
  text-decoration: underline;
}

.list--ph {
  overflow: hidden;
}

.list--notes {
  padding: 0 0 0 1em;
  font-size: 1.1rem;
  opacity: 0.5;
}
.list--notes li {
  text-indent: -1em;
}
.list--notes li::before {
  content: "※";
}

.list--error {
  padding: 0 0 0 1em;
}
.list--error li {
  font-size: 1.3rem;
  text-indent: -0.5em;
}
.list--error li:not(:last-child) {
  margin-bottom: 0.5em;
}
.list--error li::before {
  font-family: FontAwesome;
  display: inline-block;
  position: relative;
  left: -0.2em;
  content: "\f111";
  transform: scale(0.7);
}

p + .list--error {
  margin-top: 0.5em;
}

.page--home .section-tit {
  font-size: min(3.6rem, 6.5vw);
  margin-bottom: 30px;
}
.page--home .section--bnr .list--bnr {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.page--product .section--list .section-tit .parent {
  display: block;
  font-size: max(14px, 0.5em);
}
.page--product .section--list .list--header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1em;
}
.page--product .section--list .list--header .item_count {
  margin-right: auto;
}
.page--product .section--list .list--header .block--filter form {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.page--product .section--list .list--header .block--filter form select {
  padding: 0.5em 2.5em 0.5em 1.2em;
  border-radius: 999px;
  font-size: 1.2rem;
}
.page--product .section--list .list--header .block--filter form option {
  font-size: 1.2rem;
}
.page--product .section--list .list--header .block--filter .btn--filter {
  display: none;
}
.page--product .section--detail .block--ph .thumb {
  border: 1px solid var(--border-color);
}
.page--product .section--detail .block--ph .thumb img {
  background-size: contain;
}
.page--product .section--detail .block--ph .detail-main-swiper .swiper-slide {
  visibility: hidden;
}
.page--product .section--detail .block--ph .detail-main-swiper .swiper-slide.swiper-slide-active,
.page--product .section--detail .block--ph .detail-main-swiper .swiper-slide.swiper-slide-duplicate-active,
.page--product .section--detail .block--ph .detail-main-swiper .swiper-wrapper.single .swiper-slide {
  visibility: visible;
}
.page--product .section--detail .block--item .list-tit {
  margin-bottom: 20px;
}
.page--product .section--detail .block--detail .item-code {
  margin-top: 10px;
  opacity: 0.5;
  font-size: 1.2rem;
}
.page--product .section--detail .block--detail .item__price {
  margin-top: 0.5em;
}
.page--product .section--detail .block--option {
  margin-top: 50px;
}
.page--product .section--detail .option--select {
  display: flex;
  flex-direction: column;
}
.page--product .section--detail .option--select + .option--select {
  margin-top: 20px;
}
.page--product .section--detail .option--select label {
  margin-bottom: 5px;
}
.page--product .section--detail .option--select .form__select {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 120px;
}
.page--product .section--detail .option--select .form__select::after {
  border-color: #212121;
}
.page--product .section--detail .option--select .form__select select {
  background: #fff;
  color: #212121;
}
.page--product .section--detail .block--btn {
  display: flex;
  align-items: center;
  gap: 0.8em;
  margin-top: 50px;
}
.page--product .section--detail .block--btn .favorite {
  width: 40px;
  height: 40px;
}
.page--product .section--detail .block--notice {
  margin-top: 50PX;
  border: 1px solid var(--border-color);
  border-radius: 5px;
}
.page--product .section--detail .block--notice .txt--lead {
  color: var(--error-color);
  margin-bottom: 0;
}
.page--product .section--detail .block--notice .txt--lead + p {
  margin-top: 10px;
}
.page--product .section--detail .block--share {
  margin-top: 30px;
}
.page--product .section--detail .block--loginForm {
  margin-top: 50px;
  border-radius: 5px;
  background: var(--box-color);
}
.page--product .section--detail .block--loginForm .block--error a {
  text-decoration: underline;
}
.page--product .section--detail .block--loginForm .form--post {
  padding: 0;
}
.page--product .section--detail .block--loginForm .btn--chevron {
  color: #212121;
}
.page--product .section--detail .block--loginForm .btn--chevron::after {
  border-color: #212121;
}
.page--product .section--detail .block--txt {
  margin-top: 50px;
  border: 1px solid var(--border-color);
  border-radius: 5px;
}

.ec-toast {
  position: fixed;
  left: 50%;
  bottom: min(5vw, 20px);
  transform: translateX(-50%) translateY(0);
  z-index: 9999;
  width: min(520px, 100% - 24px);
  padding: 1.2em 2em;
  background: color-mix(in srgb, var(--base-color) 10%, var(--text-color));
  color: var(--base-color);
  border-radius: 5px;
  font-size: 1.6rem;
  text-align: center;
  opacity: 0;
  transition: opacity 0.18s ease, transform 0.18s ease;
  pointer-events: none;
}

.ec-toast.is-show {
  opacity: 1;
  transform: translateX(-50%) translateY(-10px);
}

.list--order .item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border: 1px solid var(--border-color);
  border-radius: 5px;
  margin-bottom: 20px;
}
.list--order .item:last-child {
  margin-bottom: 0;
}
.list--order .item > div {
  width: 100%;
}
.list--order .item .item--header {
  display: flex;
  align-items: center;
  position: relative;
}
.list--order .list--orderItem {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid var(--border-color);
}

.list--orderItem > li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.list--orderItem > li:last-child {
  margin-bottom: 0;
}

.list--orderInfo,
.list--orderItemInfo {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 3px 30px;
}

.list--orderItemInfo {
  width: calc(100% - 60px);
}
.list--orderItemInfo .item__unitPrice,
.list--orderItemInfo .item__qty {
  font-size: 1.3rem;
}

.page--orderConfirm .form--confirm,
.block--orderDetail {
  background: transparent;
  color: var(--text-color);
  border: 1px solid var(--border-color);
}
.page--orderConfirm .form--confirm .form__row + .form__row,
.block--orderDetail .form__row + .form__row {
  border-top: 1px solid var(--border-color);
}
.page--orderConfirm .form--confirm .form__row dt,
.block--orderDetail .form__row dt {
  color: var(--text-color);
  font-size: 1.6rem;
}
.page--orderConfirm .form--confirm dd,
.block--orderDetail dd {
  position: relative;
  font-size: 1.3rem;
}
.page--orderConfirm .form--confirm dd .txt + .txt:not(.item__price),
.block--orderDetail dd .txt + .txt:not(.item__price) {
  margin-top: 0.5em;
}
.page--orderConfirm .form--confirm dd .txt + .item__price,
.block--orderDetail dd .txt + .item__price {
  margin-top: 0.2em;
}
.page--orderConfirm .form--confirm dd .status,
.block--orderDetail dd .status {
  margin-bottom: 0.3em;
  font-size: 1.5rem;
}
.page--orderConfirm .form--confirm .block--price .label,
.block--orderDetail .block--price .label {
  display: inline-block;
  width: 12em;
}

.page--orderFlow .section--detail {
  max-width: 800px;
}
.page--orderFlow .block--btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px 20px;
}
.page--orderFlow .block--btn .btn {
  margin: 0;
}
.page--orderFlow:has(.form__radio) .section-tit {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}
.page--orderFlow .form__radio {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid var(--border-color);
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.98);
  color: #212121;
}
.page--orderFlow .form__radio .form__radio-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  gap: 5px 10px;
}
.page--orderFlow .form__radio .form__radio-tit {
  padding: 0;
}
.page--orderFlow .form__radio .form__radio-tit .address-info span,
.page--orderFlow .form__radio .form__radio-tit .registered-card-info span {
  display: block;
}
.page--orderFlow .form__radio .form__radio-tit .address-info span:not(.tit),
.page--orderFlow .form__radio .form__radio-tit .registered-card-info span:not(.tit) {
  font-size: 1.3rem;
}
.page--orderFlow .form__radio .form__radio-tit .address-info span.tit + span,
.page--orderFlow .form__radio .form__radio-tit .registered-card-info span.tit + span {
  margin-top: 0.5em;
}
.page--orderFlow .form__radio .card-default {
  width: 100%;
}
.page--orderFlow .form__radio .form__radio-body {
  height: 0;
  overflow-y: hidden;
  transition: 0.3s;
}
.page--orderFlow .form__radio .form__radio-body > *:first-child {
  margin-top: 1em;
}
.page--orderFlow .form__radio .form__radio-body .block--txt {
  padding: 0.5em;
}
.page--orderFlow .form__radio.form_single .form__radio-body, .page--orderFlow .form__radio.selected .form__radio-body {
  height: auto;
}
.page--orderFlow .form__radio.form_single .form__radio-head label p,
.page--orderFlow .form__radio.form_single .form__radio-head label > span {
  padding: 0;
}
.page--orderFlow .form__radio.form_single .form__radio-head label p::before,
.page--orderFlow .form__radio.form_single .form__radio-head label > span::before {
  display: none;
}
.page--orderFlow .list--menu.card {
  display: flex;
  gap: 5px;
}
.page--orderFlow .list--menu.card li {
  width: min(12%, 40px);
}

.list--orderStep {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.list--orderStep li {
  width: 25%;
}
.list--orderStep li .block--stepStatus {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.list--orderStep li .block--stepStatus::before, .list--orderStep li .block--stepStatus::after {
  content: "";
  display: block;
  position: relative;
  width: auto;
  height: 2px;
  flex-grow: 1;
  background: var(--disable-color);
}
.list--orderStep li:first-child .block--stepStatus::before, .list--orderStep li:last-child .block--stepStatus::after {
  background: transparent !important;
}
.list--orderStep li .num {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  border-radius: 999px;
  background: var(--disable-color);
  color: #fff;
  line-height: 1;
  letter-spacing: 0;
}
.list--orderStep li .num::before {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  z-index: -1;
  border-radius: 999px;
  border: 1px solid var(--primary-color);
  opacity: 0;
}
.list--orderStep li .step-tit {
  display: block;
  margin-top: 10px;
  opacity: 0.5;
  white-space: nowrap;
}
.list--orderStep li.is-active .block--stepStatus::before,
.list--orderStep li.is-active .num {
  background: var(--primary-color);
}
.list--orderStep li.is-active .num::before {
  opacity: 1;
}
.list--orderStep li.is-active .step-tit {
  opacity: 1;
  font-weight: 500;
}
.list--orderStep li.is-done .block--stepStatus {
  font-size: 1rem;
}
.list--orderStep li.is-done .block--stepStatus::before,
.list--orderStep li.is-done .block--stepStatus::after,
.list--orderStep li.is-done .num {
  background: var(--primary-color);
}
.list--orderStep li.is-done .step-tit {
  opacity: 1;
}

.page--cart .block--error + .list--cart {
  margin-top: 20px;
}
.page--cart .js-cart-errors {
  margin-bottom: 20px;
}
.page--cart .list--cart .item {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
  border-radius: 5px;
  border: 1px solid var(--border-color);
}
.page--cart .list--cart .item:last-child {
  margin-bottom: 0;
}
.page--cart .list--cart .thumb {
  width: 100px;
  max-width: 30%;
}
.page--cart .list--cart .detail--wrap {
  flex-grow: 1;
  width: calc(100% - min(30%, 100px));
}
.page--cart .list--cart .item__name {
  margin-bottom: 0.3em;
  font-size: 1.6rem;
}
.page--cart .list--cart .block--cartOption {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}
.page--cart .list--cart .block--cartOption .item__price {
  font-size: 1.6rem;
}
.page--cart .list--cart .block--cartOption .label {
  margin-right: 0.3em;
}
.page--cart .block--total {
  margin-top: 20px;
  text-align: right;
}
.page--cart .block--total .item__price {
  font-size: 2.4rem;
}
.page--cart .block--total .total {
  font-size: 1.3rem;
  margin-right: 0.5em;
}

.page--complete .block--complete {
  border-radius: 5px;
  background: var(--box-color);
  background-color: color-mix(in srgb, transparent 90%, var(--text-color));
}

.page--complete.page--orderFlow .order--num {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.5em 2em;
  margin: 1em auto 0;
  padding: 15px 20px;
  border-radius: 5px;
  background: var(--base-color);
}
.page--complete.page--orderFlow .order--num .num {
  font-size: 1.6rem;
  white-space: nowrap;
}
.page--complete.page--orderFlow .order--num .btn {
  margin: 0;
  max-width: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.page--complete.page--orderFlow .order--num .btn--small {
  font-size: 1.3rem;
}

.section--detail.support .block--logo {
  margin-bottom: 0.5em;
}
.section--detail.support .block--logo span {
  display: block;
}
.section--detail.support .section-tit {
  font-weight: 600;
}
.section--detail.support .list--support dt {
  font-weight: 600;
}
.section--detail.support .list--support dd {
  margin-bottom: 2.5em;
}
.section--detail.support .list--support dd .terms-list li {
  text-indent: -1em;
  padding-left: 1em;
}
.section--detail.support .list--support dd a {
  text-decoration: underline;
}
.section--detail.support .btn {
  text-align: center;
  margin-inline: auto;
}
.section--detail.support .btn--sub {
  border: 1px solid var(--text-color);
  background: none;
  color: var(--text-color);
  margin: 1em auto;
  padding: 1.3em 2em;
}

.page--auth {
  background-color: #f5f5f5;
}
.page--auth .wrap {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: min(40px, 5vw);
}
.page--auth .block--auth {
  padding: min(40px, 7vw) min(40px, 5vw);
  width: 100%;
  max-width: 400px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.page--auth .tit {
  font-size: 1.8rem;
  color: #212121;
  text-align: center;
  margin-bottom: 0.5em;
}
.page--auth .txt {
  margin-bottom: 1em;
  color: #212121;
  text-align: center;
}
.page--auth .form--post {
  padding: 0;
  background: transparent;
}
.page--auth .form--post dt {
  display: none;
}
.page--auth .btn {
  max-width: none;
  margin-bottom: 0;
}
.page--auth .btn .btn--main {
  background: #212121;
  border-color: #212121;
  color: #fff;
}
.page--auth .block--error.lockout {
  background-color: #fff8e6;
  border-color: #d3b22a;
  color: #996600;
}

.show-pw {
  cursor: pointer;
}

.loading {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.5);
  z-index: 99;
}

.loading span,
.loading span:after {
  border-radius: 50%;
  width: 5em;
  height: 5em;
}

.loading span {
  display: block;
  font-size: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -2.5em 0 0 -2.5em;
  text-indent: -9999em;
  border-top: 0.75em solid rgba(33, 33, 33, 0.15);
  border-right: 0.75em solid rgba(33, 33, 33, 0.15);
  border-bottom: 0.75em solid rgba(33, 33, 33, 0.15);
  border-left: 0.75em solid #222;
  transform: translateZ(0);
  animation: loading 1.1s infinite linear;
}
@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media screen and (min-width: 961px) {
  .sp {
    display: none !important;
  }
  .form--post,
  .form--confirm,
  .block--orderDetail {
    padding: 40px;
  }
  .form--post .form__row + .form__row,
  .form--confirm .form__row + .form__row,
  .block--orderDetail .form__row + .form__row {
    margin-top: 40px;
    padding-top: 40px;
  }
  .form--post dd .btn,
  .form--confirm dd .btn,
  .block--orderDetail dd .btn {
    position: absolute;
    bottom: 0;
    right: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .form--post dd #form_zip2 + .btn,
  .form--confirm dd #form_zip2 + .btn,
  .block--orderDetail dd #form_zip2 + .btn {
    display: inline-block;
    position: relative;
    margin: 0 0 0 1em;
  }
  .input--quarter {
    width: 25% !important;
  }
  .list--login li a {
    padding: 0.8em 1.6em;
  }
  .btn--main,
  input.btn--main,
  .btn--sub,
  input.btn--sub,
  .list--categoryTag a,
  .list--login li.g-nav--item__mypage a,
  .list--login li.g-nav--item__join a,
  .list--login li.g-nav--item__login a,
  .detail__btn a,
  .btn--delete {
    transition: 0.3s;
  }
  .btn--main:hover,
  input.btn--main:hover,
  .btn--sub:hover,
  input.btn--sub:hover,
  .list--categoryTag a:hover,
  .list--login li.g-nav--item__mypage a:hover,
  .list--login li.g-nav--item__join a:hover,
  .list--login li.g-nav--item__login a:hover,
  .detail__btn a:hover,
  .btn--delete:hover {
    opacity: 0.5;
  }
  .list__more a {
    position: relative;
  }
  .list__more a::after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 1px;
    left: 1em;
    bottom: 1em;
    background: var(--text-color);
    transition: 0.3s;
  }
  .list__more a:hover::after {
    width: calc(100% - 2em);
  }
  .block--pager .pager__item--older a,
  .block--pager .pager__item--newer a {
    transition: 0.3s;
  }
  .block--pager .pager__item--older a:hover,
  .block--pager .pager__item--newer a:hover {
    opacity: 0.5;
  }
  .block--pager .pager__item--other a {
    transition: 0.3s;
  }
  .block--pager .pager__item--other a:hover {
    border-color: var(--text-color);
  }
  .txt--link a,
  .txt a {
    transition: 0.3s;
  }
  .txt--link a:hover,
  .txt a:hover {
    opacity: 0.5;
  }
  .thumb,
  .thumb__wrap {
    overflow: hidden;
  }
  a .thumb img,
  a .thumb__wrap img {
    transition: transform 0.3s;
  }
  a:hover .thumb img,
  a:hover .thumb__wrap img {
    transform: scale(1.2);
  }
  .header {
    padding: 0 30px;
  }
  .header .logo a {
    max-width: 350px;
    transition: 0.3s;
  }
  .header .logo a:hover {
    opacity: 0.5;
  }
  .header .header__inner .list--login li a {
    font-size: 1.2rem;
  }
  .drawer-visible.window-scroll .header {
    box-shadow: none;
  }
  .drawer::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(33, 33, 33, 0.2);
    pointer-events: none;
  }
  .drawer .drawer__inner {
    width: max(35vw, 440px);
    padding: 100px 30px 60px;
  }
  .drawer .drawer__inner li a,
  .drawer .drawer__inner li .category-tit:not(.open) {
    transition: 0.3s;
  }
  .drawer .drawer__inner li a:hover,
  .drawer .drawer__inner li .category-tit:not(.open):hover {
    opacity: 0.5;
  }
  .theme--light .drawer .drawer__inner {
    box-shadow: -4px 0 10px rgba(33, 33, 33, 0.1);
  }
  .theme--dark .drawer .drawer__inner {
    box-shadow: -4px 0 10px rgba(0, 0, 0, 0.3);
  }
  .favorite a,
  .cart a {
    transition: 0.3s;
  }
  .favorite a:hover,
  .cart a:hover {
    opacity: 0.5;
  }
  footer {
    text-align: center;
    padding: 80px 0 30px;
  }
  footer .footer__inner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 60px;
    margin-bottom: 30px;
  }
  footer ul li a {
    transition: 0.3s;
  }
  footer ul li a:hover {
    opacity: 0.5;
  }
  footer nav .list-tit {
    display: none;
  }
  footer .nav__list--sns {
    width: 100%;
  }
  footer .nav__list--sns li {
    margin: 0 10px;
  }
  footer .nav__list--sns li a {
    font-size: 25px;
  }
  footer .nav__list--sns .g-nav--item__linkfire i {
    font-size: 26px;
    vertical-align: -4px;
  }
  footer .site-link a {
    transition: opacity 0.3s;
  }
  footer .site-link a:hover {
    opacity: 0.5;
  }
  footer .copyright {
    width: 100%;
    text-align: center;
  }
  footer .g-nav--item__bubble a i svg {
    width: 52px;
  }
  .container {
    padding: 80px 10% 60px;
  }
  .section--list,
  .section--detail {
    padding-top: 100px;
    max-width: 1200px;
  }
  .section--list .block--tit .section-tit + *,
  .section--detail .block--tit .section-tit + * {
    margin-top: 20px;
  }
  .section--list .block--tit {
    margin-bottom: 30px;
  }
  .section--detail .block--tit {
    margin-bottom: 20px;
  }
  .list--categoryBtn li a {
    transition: 0.3s;
  }
  .list--categoryBtn li a:hover {
    opacity: 0.5;
  }
  .list--item {
    gap: 60px 30px;
  }
  .list--item .item {
    width: calc((100% - 90px) / 4);
  }
  .list--item .item a:hover .thumb img {
    transform: scale(1.1);
  }
  .list--item .item .item__name {
    font-size: 1.6rem;
    max-width: 100%;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    max-height: 4.8em;
    line-height: 1.6;
  }
  .list--item.list--carousel .list-tit {
    font-size: 2rem;
  }
  .list--item.list--carousel .slick-track {
    gap: 30px;
  }
  .page--home .section--bnr .swiper {
    width: 60%;
    margin: 0 auto;
  }
  .page--home .section--bnr .swiper.single-slide {
    width: 100%;
  }
  .page--home .section--bnr .slick-list {
    margin: 0 -15px;
  }
  .page--home .section--bnr .slick-slide {
    margin: 0 15px;
  }
  .page--home .section--category {
    padding: 80px 0;
  }
  .page--home .section--item {
    margin-bottom: 160px;
  }
  .page--home .section--item .list__more {
    margin-top: 80px;
  }
  .page--home .section--info .block--tit {
    transition: opacity 0.3s;
  }
  .page--home .section--info .block--tit:not(.open):hover {
    opacity: 0.5;
  }
  .page--product .section--list .list--header {
    margin-top: 20px;
  }
  .page--product .section--detail .section--inner {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
  }
  .page--product .section--detail .section-tit {
    font-size: 2.4rem;
  }
  .page--product .section--detail .block--ph {
    width: 45%;
  }
  .page--product .section--detail .detail-thumb-swiper ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  .page--product .section--detail .detail-thumb-swiper ul li {
    width: calc((100% - 40px) / 5);
    cursor: pointer;
  }
  .page--product .section--detail .block--detail {
    width: calc(55% - 60px);
  }
  .page--product .section--detail .block--detail .item__price {
    font-size: 2.4rem;
  }
  .page--product .section--detail .block--item {
    width: 100%;
    margin-top: 80px;
  }
  .page--product .section--detail .block--item .list-tit {
    font-size: 2rem;
  }
  .page--product .section--detail .block--notice {
    padding: 30px;
  }
  .page--product .section--detail .block--loginForm {
    padding: 40px;
  }
  .page--product .section--detail .block--loginForm .block--error {
    margin-bottom: 40px;
  }
  .page--product .section--detail .block--loginForm .btn {
    margin-left: auto;
    margin-right: auto;
  }
  .page--product .section--detail .block--txt {
    padding: 40px;
  }
  .list--order .item {
    padding: 20px;
  }
  .list--order .item .item--header {
    gap: 30px;
  }
  .list--order .item .item--header .thumb {
    width: 60px;
  }
  .list--order .item .item--body {
    position: relative;
  }
  .list--order .item .item--body .btn {
    position: absolute;
    right: 0;
    bottom: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0;
  }
  .list--orderItem > li {
    max-width: calc(100% - 140px);
    gap: 20px;
  }
  .list--orderItem > li .thumb {
    width: 40px;
  }
  .list--orderItemInfo .item__name {
    width: calc(100% - 60px - 18em);
  }
  .list--orderItemInfo .item__unitPrice {
    width: 10em;
  }
  .list--orderItemInfo .item__qty {
    width: 8em;
  }
  .page--orderFlow .block--btn {
    margin-top: 40px;
  }
  .page--orderFlow .list--orderStep {
    margin-bottom: 80px;
  }
  .page--orderFlow .form__radio + .form__radio {
    margin-top: 20px;
  }
  .page--orderFlow .form__radio {
    padding: 30px 25px;
  }
  .page--cart .list--cart .item {
    align-items: center;
    padding: 20px;
  }
  .page--cart .list--cart .detail--wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .page--complete.page--orderFlow .block--complete {
    padding: 40px 60px;
  }
  .page--complete.page--orderFlow .block--complete .txt--lead,
  .page--complete.page--orderFlow .block--complete .block--notes {
    text-align: center;
  }
  .page--complete.page--orderFlow .block--complete .order--num {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .section--detail.support .block--logo {
    font-size: 1.8rem;
  }
  .section--detail.support .section-tit {
    font-size: 25px;
    margin-bottom: 60px;
  }
  .section--detail.support .list--support dd a {
    transition: 0.3s;
  }
  .section--detail.support .list--support dd a:hover {
    opacity: 0.5;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .pc {
    display: none !important;
  }
  .form--post,
  .form--confirm,
  .block--orderDetail {
    padding: 30px 20px;
  }
  .form--post .form__row + .form__row,
  .form--confirm .form__row + .form__row,
  .block--orderDetail .form__row + .form__row {
    margin-top: 30px;
    padding-top: 30px;
  }
  .form--post dd .btn,
  .form--confirm dd .btn,
  .block--orderDetail dd .btn {
    width: 100%;
    max-width: 400px;
    margin: 1em auto 0;
  }
  .form--post dd .btn .btn--small,
  .form--confirm dd .btn .btn--small,
  .block--orderDetail dd .btn .btn--small {
    width: 100%;
  }
  .form--post dd #form_zip2 + .btn,
  .form--confirm dd #form_zip2 + .btn,
  .block--orderDetail dd #form_zip2 + .btn {
    position: absolute;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    bottom: calc(100% + 10px);
    left: 7.5em;
    margin: 0px;
  }
  .form--post dd #form_zip2 + .btn .btn--small,
  .form--confirm dd #form_zip2 + .btn .btn--small,
  .block--orderDetail dd #form_zip2 + .btn .btn--small {
    font-size: 1.2rem;
  }
  .input--quarter {
    width: 35% !important;
  }
  .btn {
    width: 100%;
  }
  .btn,
  .list--login li {
    margin: 1em auto;
    max-width: 350px;
    min-width: 160px;
  }
  .list--login li {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .list--login li a {
    padding: 1em 1.6em;
  }
  .list--item.list--carousel .list-tit {
    font-size: 1.8rem;
  }
  .list--item.list--carousel .slick-track {
    gap: 20px;
  }
  .header {
    padding: 0 20px;
  }
  .header .logo {
    position: relative;
    z-index: 11;
  }
  .header .logo a {
    max-width: calc(100vw - 200px);
  }
  .drawer .drawer__inner {
    top: 80px;
    width: 100%;
    height: calc(100% - 80px);
    padding: 0 20px 100px;
    overflow: auto;
  }
  .drawer .drawer__inner .list--login {
    margin-top: 1em;
  }
  body.drawer-visible {
    overflow: hidden;
  }
  .footer {
    padding: 50px 5%;
  }
  .footer .list-tit {
    display: block;
    position: relative;
    border-bottom: 1px solid;
    padding-bottom: 10px;
    margin-bottom: 20px;
    letter-spacing: 0.05em;
  }
  .footer .list-tit::before, .footer .list-tit::after {
    background: var(--text-color);
  }
  .footer .list-tit::after {
    content: "";
    display: block;
    width: 11px;
    height: 1px;
    position: absolute;
    right: 0;
    top: 12px;
  }
  .footer .list-tit::before {
    content: "";
    display: block;
    width: 1px;
    height: 11px;
    position: absolute;
    right: 5px;
    top: 7px;
    transition: transform 0.3s, opacity 0.3s;
  }
  .footer .list-tit.open::before {
    transform: rotate(90deg);
    opacity: 0;
  }
  .footer .nav__list--sns {
    text-align: center;
  }
  .footer .nav__list--sns li {
    margin: 0 0.5em 30px !important;
  }
  .footer .nav__list--sns li a i {
    font-size: 20px;
  }
  .footer .list--support {
    overflow: hidden;
    height: 0;
    transition: height 0.3s ease;
  }
  .footer .list--support .list__item {
    display: block;
  }
  .footer .list--support .list__item a {
    display: block;
    font-size: 13px;
    padding: 10px 0;
  }
  .container {
    padding: 80px 5%;
  }
  .section--list,
  .section--detail {
    padding-top: 40px;
  }
  .section--list .block--tit .section-tit + *,
  .section--detail .block--tit .section-tit + * {
    margin-top: 10px;
  }
  .section--list .block--tit {
    margin-bottom: 20px;
  }
  .section--detail .block--tit {
    margin-bottom: 15px;
  }
  .list--item {
    gap: 40px 20px;
  }
  .list--item .item {
    width: calc((100% - 20px) / 2);
  }
  .list--item .item .item__name {
    max-width: 100%;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    max-height: 6.4em;
    line-height: 1.6;
  }
  .page--home .section--bnr .slick-list {
    margin: 0 -5px;
  }
  .page--home .section--bnr .slick-slide {
    margin: 0 5px;
  }
  .page--home .section--category {
    padding: 60px 0;
  }
  .page--home .section--item {
    margin-bottom: 140px;
  }
  .page--home .section--item .list__more {
    margin-top: 60px;
  }
  .page--product .section--detail {
    padding-top: 0;
  }
  .page--product .section--detail .section-tit {
    font-size: 1.8rem;
  }
  .page--product .section--detail .block--ph {
    margin-bottom: 30px;
  }
  .page--product .section--detail .block--detail .item__price {
    font-size: 2rem;
  }
  .page--product .section--detail .block--item {
    margin-top: 60px;
  }
  .page--product .section--detail .block--item .list-tit {
    font-size: 1.8rem;
  }
  .page--product .section--detail .block--notice {
    padding: 20px;
  }
  .page--product .section--detail .block--loginForm {
    padding: 20px;
  }
  .page--product .section--detail .block--loginForm .block--error {
    margin-bottom: 20px;
  }
  .page--product .section--detail .block--txt {
    padding: 20px;
  }
  .list--order .item {
    padding: 15px;
  }
  .list--order .item .item--header {
    gap: 10px;
  }
  .list--order .item .item--header .thumb {
    width: min(80px, 100% - 14em - 20px);
    min-width: 50px;
  }
  .list--order .item .item--header .list--orderInfo {
    width: 14em;
  }
  .list--order .item .item--body .btn {
    width: 100%;
    max-width: 400px;
    margin: 1em auto 0;
  }
  .list--order .item .item--body .btn .btn--small {
    width: 100%;
  }
  .list--orderItem > li {
    gap: 10px;
    align-items: flex-start;
  }
  .list--orderItem > li .thumb {
    width: 50px;
  }
  .list--orderItemInfo .item__name {
    width: 100%;
  }
  .detail--header .list--orderInfo li {
    width: 100%;
  }
  .page--orderFlow .block--btn {
    flex-direction: column-reverse;
    margin-top: 30px;
  }
  .page--orderFlow .list--orderStep {
    margin-bottom: 60px;
  }
  .page--orderFlow .list--orderStep li .step-tit {
    font-size: min(1.3rem, 3vw);
  }
  .page--orderFlow .form__radio + .form__radio {
    margin-top: 10px;
  }
  .page--orderFlow .form__radio {
    padding: 25px 20px;
  }
  .page--orderFlow .form__radio .form__radio-body {
    margin-left: -5px;
    margin-right: -5px;
  }
  .page--cart .list--cart .item {
    align-items: flex-start;
    padding: 15px;
  }
  .page--cart .list--cart .block--cartOption {
    margin-top: 15px;
  }
  .page--complete.page--orderFlow .block--complete {
    padding: 20px 30px;
  }
  .page--complete.page--orderFlow .block--complete .order--num {
    flex-wrap: wrap;
  }
  .section--detail.support .block--logo {
    font-size: 1.6rem;
  }
  .section--detail.support .section-tit {
    font-size: 4.5vw;
    margin-bottom: 30px;
  }
}/*# sourceMappingURL=service.css.map */