@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;600&display=swap');

/*
! tailwindcss v3.3.3 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

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

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

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

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

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

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

.\!container{
  width: 100% !important;
}

.container{
  width: 100%;
}

/*default style*/

html{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  font-family: 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'メイリオ', Meiryo, 'Lucida Grande', Verdana, MS PGothic, sans-serif;
  font-size: 1rem;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

/* ---- Atom ---- */

::-moz-placeholder{
  --tw-text-opacity: 1 !important;
  color: rgb(153 153 153 / var(--tw-text-opacity)) !important;
}

::placeholder{
  --tw-text-opacity: 1 !important;
  color: rgb(153 153 153 / var(--tw-text-opacity)) !important;
}

textarea{
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity));
  padding: 0.75rem;
  font-family: 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'メイリオ', Meiryo, 'Lucida Grande', Verdana, MS PGothic, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 300;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
  border-radius: 0.5rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(184 184 184 / var(--tw-border-opacity));
}

textarea:disabled{
  --tw-border-opacity: 1;
  border-color: rgb(220 219 218 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(51 51 51 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(125 125 125 / var(--tw-text-opacity));
}

textarea:focus{
  outline-width: 2px;
  outline-color: #B8B8B8;
}

select{
  height: 2.75rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.5rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(184 184 184 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity));
  background-image: url('/res/img/icons/arrow-down-gray.svg');
  background-position: right 12px center;
  background-repeat: no-repeat;
  padding: 0.75rem;
  padding-right: 2rem;
  font-family: 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'メイリオ', Meiryo, 'Lucida Grande', Verdana, MS PGothic, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 300;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

select:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

select:disabled{
  --tw-border-opacity: 1;
  border-color: rgb(220 219 218 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(233 233 233 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity));
}

select.validation-error{
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(221 23 23 / var(--tw-border-opacity));
}

section{
  margin-top: 5rem;
  margin-bottom: 5rem;
}

@media (max-width: 767px){
  section{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}

section[data-position="top-section"]{
  margin-top: 0px;
}

/* ---- ボタン ---- */

.atom-button-default{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  font-family: 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'メイリオ', Meiryo, 'Lucida Grande', Verdana, MS PGothic, sans-serif;
  font-weight: 300;
  line-height: 1.4;
}

.atom-button-primary{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  font-family: 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'メイリオ', Meiryo, 'Lucida Grande', Verdana, MS PGothic, sans-serif;
  font-weight: 300;
  line-height: 1.4;
  --tw-bg-opacity: 1;
  background-color: rgb(51 51 51 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.atom-button-primary:disabled{
  --tw-bg-opacity: 1;
  background-color: rgb(184 184 184 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity));
}

.atom-button-secondary{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  font-family: 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'メイリオ', Meiryo, 'Lucida Grande', Verdana, MS PGothic, sans-serif;
  font-weight: 300;
  line-height: 1.4;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(184 184 184 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

.atom-button-secondary:disabled{
  --tw-bg-opacity: 1;
  background-color: rgb(233 233 233 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity));
}

.atom-button-cart{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  font-family: 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'メイリオ', Meiryo, 'Lucida Grande', Verdana, MS PGothic, sans-serif;
  font-weight: 300;
  line-height: 1.4;
  --tw-bg-opacity: 1;
  background-color: rgb(48 159 221 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.atom-button-cart:disabled{
  --tw-bg-opacity: 1;
  background-color: rgb(164 208 234 / var(--tw-bg-opacity));
}

.atom-button-soldout{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  font-family: 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'メイリオ', Meiryo, 'Lucida Grande', Verdana, MS PGothic, sans-serif;
  font-weight: 300;
  line-height: 1.4;
}

.atom-button-soldout:disabled{
  --tw-bg-opacity: 1;
  background-color: rgb(184 184 184 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.atom-button-size-l{
  width: 300px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (max-width: 767px){
  .atom-button-size-l{
    width: 100%;
  }
}

.atom-button-size-m{
  width: 15rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (max-width: 767px){
  .atom-button-size-m{
    width: 100%;
  }
}

.atom-button-size-s{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 12px;
}

.atom-text-xxl{
  font-size: 30px;
  font-weight: 300;
}

@media (max-width: 767px){
  .atom-text-xxl{
    font-size: 20px;
  }
}

.atom-text-l{
  font-size: 20px;
  font-weight: 300;
}

@media (max-width: 767px){
  .atom-text-l{
    font-size: 18px;
  }
}

.atom-text-s{
  font-size: 16px;
  font-weight: 300;
}

.atom-text-xs{
  font-size: 14px;
  font-weight: 300;
}

.atom-category-text-l{
  font-size: 18px;
  font-weight: 600;
}

@media (max-width: 767px){
  .atom-category-text-l{
    font-size: 16px;
    font-weight: 300;
  }
}

.atom-bg-with-border-top{
  border-top-width: 3px;
  --tw-border-opacity: 1;
  border-color: rgb(125 125 125 / var(--tw-border-opacity));
  padding-top: 2rem;
}

.label-first-depth{
  font-size: 14px;
  font-weight: 600;
}

.label-second-depth{
  font-size: 12px;
  font-weight: 700;
}

.validation-error{
  --tw-bg-opacity: 1;
  background-color: rgb(255 237 237 / var(--tw-bg-opacity));
}

.item-search-facet-search-button{
  margin-left: 0.5rem;
  height: 1.25rem;
  width: 1.25rem;
  background-image: url('/res/img/icons/arrow-circle-right.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

input{
  padding: 0.75rem;
  font-family: 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'メイリオ', Meiryo, 'Lucida Grande', Verdana, MS PGothic, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 300;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
  border-radius: 0.5rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(184 184 184 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity));
}

input:disabled{
  --tw-border-opacity: 1;
  border-color: rgb(220 219 218 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(233 233 233 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity));
}

input:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity));
  outline-width: 2px;
  outline-color: #B8B8B8;
}

input.validation-error{
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(221 23 23 / var(--tw-border-opacity));
}

@media (max-width: 767px){
  input[type="text"], input[type="password"], input[type="email"], input[type="tel"], textarea{
    width: 100%;
  }
}

input[type="radio"]{
  position: relative;
  margin-right: 0.5rem;
  height: 1.5rem;
  width: 1.5rem;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-width: 0px;
  background-color: transparent !important;
  vertical-align: text-bottom;
}

input[type="radio"]:disabled{
  cursor: auto;
}

input[type="radio"]::before{
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 50%;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(125 125 125 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity));
  --tw-content: '';
  content: var(--tw-content);
}

input[type="radio"] + span{
  vertical-align: text-bottom;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.5rem;
}

input[type="radio"]:checked::before{
  top: 0px;
  left: 0px;
  border-width: 3px;
  --tw-border-opacity: 1;
  border-color: rgb(125 125 125 / var(--tw-border-opacity));
}

input[type="radio"]:checked::after{
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  height: 0.75rem;
  width: 0.75rem;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-radius: 50%;
  --tw-bg-opacity: 1;
  background-color: rgb(125 125 125 / var(--tw-bg-opacity));
  --tw-content: '';
  content: var(--tw-content);
}

input[type="radio"]:disabled::before{
  --tw-border-opacity: 1;
  border-color: rgb(184 184 184 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(184 184 184 / var(--tw-bg-opacity));
}

input[type="radio"]:disabled + span{
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity));
}

input[type="radio"].\!error:before{
  --tw-border-opacity: 1;
  border-color: rgb(221 23 23 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 237 237 / var(--tw-bg-opacity));
}

input[type="radio"].error:before,
  input[type="radio"].validation-error:before{
  --tw-border-opacity: 1;
  border-color: rgb(221 23 23 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 237 237 / var(--tw-bg-opacity));
}

input[type="radio"].\!error + span{
  --tw-text-opacity: 1;
  color: rgb(221 23 23 / var(--tw-text-opacity));
}

input[type="radio"].error + span,
  input[type="radio"].validation-error + span{
  --tw-text-opacity: 1;
  color: rgb(221 23 23 / var(--tw-text-opacity));
}

input[type="radio"].\!error:checked::before{
  --tw-border-opacity: 1;
  border-color: rgb(221 23 23 / var(--tw-border-opacity));
}

input[type="radio"].error:checked::before,
  input[type="radio"].validation-error:checked::before{
  --tw-border-opacity: 1;
  border-color: rgb(221 23 23 / var(--tw-border-opacity));
}

input[type="radio"].\!error:checked::after{
  --tw-bg-opacity: 1;
  background-color: rgb(221 23 23 / var(--tw-bg-opacity));
}

input[type="radio"].error:checked::after,
  input[type="radio"].validation-error:checked::after{
  --tw-bg-opacity: 1;
  background-color: rgb(221 23 23 / var(--tw-bg-opacity));
}

input[type="checkbox"]{
  height: 1.5rem;
  width: 1.5rem;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.25rem;
  padding: 0px;
}

input[type="checkbox"]:checked{
  --tw-border-opacity: 1;
  border-color: rgb(125 125 125 / var(--tw-border-opacity));
  background-image: url('/res/img/icons/checkbox_checked.svg');
  background-position: -1px;
}

input[type="checkbox"]:disabled{
  cursor: default;
  background-image: url('/res/img/icons/checkbox_disabled.svg');
}

input[type="checkbox"].\!error{
  background-image: url('/res/img/icons/checkbox_error.svg');
}

input[type="checkbox"].error{
  background-image: url('/res/img/icons/checkbox_error.svg');
}

/* テキストエリア、セレクトボックス、テキストエリア、ラジオボタン、チェックボックス Disable状態 */

input[type="checkbox"]:disabled::before{
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity));
}

input[type="checkbox"]:disabled::after{
  display: none;
}

input[type="checkbox"]:disabled + span{
  --tw-text-opacity: 1;
  color: rgb(238 238 238 / var(--tw-text-opacity));
}

/* ---- Atom ---- */

input[type="checkbox"].validation-error,
    input[type="radio"].validation-error{
  background-color: unset;
}

input[type="checkbox"].validation-error::before,
    input[type="radio"].validation-error::before{
  background-color: #FFE8EA;
}

/* 初期化前のalpineJS要素のうち、x-cloak属性を付与しているものを非表示 */

[x-cloak] {
  display: none;
}

/* アプリで表示する場合の上下の余白 */

.app {
  padding-top: 20px;
  padding-bottom: 40px;
}

/* ios ズーム対応 */

@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 767px) {
  _::-webkit-full-page-media,
        _:future,
        :root textarea,
        :root select,
        :root input[type="email"],
        :root input[type="number"],
        :root input[type="password"],
        :root input[type="tel"],
        :root input[type="text"] {
    font-size: 1rem;
    line-height: 1;
  }

  :root .realStoreSearch  {
    font-size: 0.875rem;
  }

  :root .itemRanking {
    font-size: 0.75rem;
    line-height: 1.2rem;
  }
}

/* コンテンツ幅を画面最大にする */

.w-content-full {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
}

@media (max-width: 767px){
  .w-content-full{
    margin-left: -9px;
    margin-right: -9px;
  }
}

/****** デザインブロック ******/

/* ---- テキスト ---- */

/* 通常本文XL */

.dblc-normal-text-xl{
  font-size: 18px;
  font-weight: 300;
}

/* 通常本文L */

.dblc-normal-text-l{
  font-size: 16px;
  font-weight: 300;
}

/* 通常本文M */

.dblc-normal-text-m{
  font-size: 14px;
  font-weight: 300;
}

/* 通常本文XXL（中央） */

/* 通常本文L（中央） */

.dblc-normal-text-l-center{
  font-size: 16px;
  font-weight: 300;
  text-align: center;
}

/* 通常本文M（中央） */

.dblc-normal-text-m-center{
  font-size: 14px;
  font-weight: 300;
  text-align: center;
}

/* 強調本文XL */

/* 強調本文L */

.dblc-emphasis-text-l{
  font-size: 16px;
  font-weight: 600;
}

/* 強調本文M */

.dblc-emphasis-text-m{
  font-size: 14px;
  font-weight: 600;
}

/* 強調本文S */

.dblc-emphasis-text-s{
  font-size: 12px;
  font-weight: 600;
}

/* 強調本文XXL（中央） */

/* 注意本文L */

.dblc-attention-text-l{
  font-size: 16px;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(221 23 23 / var(--tw-text-opacity));
}

/* 注意本文M */

.dblc-attention-text-m{
  font-size: 14px;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(221 23 23 / var(--tw-text-opacity));
}

/* 注意本文S */

.dblc-attention-text-s{
  font-size: 12px;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(221 23 23 / var(--tw-text-opacity));
}

/* 注意本文M（中央） */

/* 強調注意本文L（中央） */

.dblc-emphasis-attention-text-l-center{
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(221 23 23 / var(--tw-text-opacity));
}

/* リンクテキストL */

.dblc-link-text-l{
  font-size: 16px;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity));
  text-decoration-line: underline;
}

/* リンクテキストM */

.dblc-link-text-m{
  font-size: 14px;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity));
  text-decoration-line: underline;
}

/* リンクテキストM（強調） */

.dblc-link-text-m-emphasis{
  font-size: 14px;
  font-weight: 300;
  color: rgb(153 153 153 / var(--tw-text-opacity));
  text-decoration-line: underline;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

/* リンクテキストS */

.dblc-link-text-s{
  font-size: 12px;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity));
  text-decoration-line: underline;
}

/* リンクテキストS（強調） */

.dblc-link-text-s-emphasis{
  font-size: 12px;
  font-weight: 300;
  color: rgb(153 153 153 / var(--tw-text-opacity));
  text-decoration-line: underline;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

/* 補足本文L */

.dblc-supplement-text-l{
  font-size: 16px;
  font-weight: 300;
}

/* 補足本文M */

.dblc-supplement-text-m{
  font-size: 14px;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity));
}

/* 補足本文S */

.dblc-supplement-text-s{
  font-size: 12px;
  font-weight: 300;
}

/* 補足本文M（中央） */

/* 補足本文S（中央） */

.dblc-supplement-text-s-center{
  font-size: 12px;
  font-weight: 300;
  text-align: center;
}

/* ---- タイポグラフィー ---- */

/* 通常見出し1 */

.dblc-normal-heading-1{
  font-size: 24px;
  font-weight: 300;
}

@media (max-width: 767px){
  .dblc-normal-heading-1{
    font-size: 20px;
  }
}

.dblc-normal-heading-1{
  margin-bottom: 1rem;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

/* 通常見出し1（中央） */

.dblc-normal-heading-center-1{
  font-size: 30px;
  font-weight: 300;
}

@media (max-width: 767px){
  .dblc-normal-heading-center-1{
    font-size: 20px;
  }
}

.dblc-normal-heading-center-1{
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

/* 通常見出し2 */

.dblc-normal-heading-2{
  font-size: 28px;
  font-weight: 300;
}

@media (max-width: 767px){
  .dblc-normal-heading-2{
    font-size: 20px;
  }
}

.dblc-normal-heading-2{
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

/* 通常見出し2S */

.dblc-normal-heading-2S{
  font-size: 20px;
  font-weight: 300;
}

@media (max-width: 767px){
  .dblc-normal-heading-2S{
    font-size: 18px;
  }
}

.dblc-normal-heading-2S{
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

/* 通常見出し2（中央） */

.dblc-normal-heading-center-2{
  font-size: 28px;
  font-weight: 300;
}

@media (max-width: 767px){
  .dblc-normal-heading-center-2{
    font-size: 20px;
  }
}

.dblc-normal-heading-center-2{
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

/* 通常見出し2S（中央） */

/* 通常見出し2XS */

/* 装飾見出し2（中央） */

.dblc-decoration-heading-center-2{
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  text-align: center;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

@media (max-width: 767px){
  .dblc-decoration-heading-center-2{
    margin-bottom: 1.25rem;
  }
}

.dblc-decoration-heading-center-2__title{
  font-family: 'Inter', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'メイリオ', Meiryo, 'Lucida Grande', Verdana, MS PGothic, sans-serif;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 0.04em;
}

@media (max-width: 767px){
  .dblc-decoration-heading-center-2__title{
    font-size: 24px;
  }
}

.dblc-decoration-heading-center-2__sub-title{
  font-size: 16px;
  font-weight: 300;
}

@media (max-width: 767px){
  .dblc-decoration-heading-center-2__sub-title{
    font-size: 14px;
  }
}

/* 通常見出し3 */

.dblc-normal-heading-3{
  font-size: 18px;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

/* 通常見出し3S */

/* 通常見出し3XXS */

.dblc-normal-heading-3XXS{
  font-size: 14px;
  font-weight: 300;
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity));
  padding: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

/* 通常見出し3（中央） */

/* 通常見出し3M（中央） */

/* 通常見出し3S（中央） */

.dblc-normal-heading-center-3S{
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

@media (max-width: 767px){
  .dblc-normal-heading-center-3S{
    font-size: 14px;
  }
}

/* 通常見出し4 */

/* アクセント見出し2 */

.dblc-accent-heading-2{
  font-size: 20px;
  font-weight: 300;
}

@media (max-width: 767px){
  .dblc-accent-heading-2{
    font-size: 18px;
  }
}

.dblc-accent-heading-2{
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity));
  padding: 0.75rem;
  font-weight: 600 !important;
}

@media (max-width: 767px){
  .dblc-accent-heading-2{
    font-size: 16px;
    font-weight: 300;
    padding: 0.5rem;
  }
}

/* アクセント見出し2アイコン付き */

.dblc-accent-heading-2-with-icon{
  font-size: 20px;
  font-weight: 300;
}

@media (max-width: 767px){
  .dblc-accent-heading-2-with-icon{
    font-size: 18px;
  }
}

.dblc-accent-heading-2-with-icon{
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity));
  padding: 0.75rem;
  font-weight: 600 !important;
}

@media (max-width: 767px){
  .dblc-accent-heading-2-with-icon{
    font-size: 16px;
    font-weight: 300;
    padding: 0.5rem;
  }
}

.dblc-accent-heading-2-with-icon{
  position: relative;
  cursor: pointer;
}

.dblc-accent-heading-2-with-icon__icon {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border-top: 1.5px solid #7D7D7D;
  border-right: 1.5px solid #7D7D7D;
  position: absolute;
  top: calc(50% - 4.2px);
  right: 15px;
  transform: translateY(-50%) rotate(135deg);
}

.dblc-accent-heading-2-with-icon__icon.open {
  transform: translateY(-50%) rotate(-45deg);
  top: calc(50% + 4.2px);
}

/* アクセント見出し2S */

.dblc-accent-heading-2S{
  font-size: 16px;
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity));
  padding: 0.75rem;
  font-weight: 600 !important;
}

@media (max-width: 767px){
  .dblc-accent-heading-2S{
    padding: 0.5rem;
  }
}

/* アクセント見出し3 */

.dblc-accent-heading-3{
  font-size: 20px;
  font-weight: 300;
}

@media (max-width: 767px){
  .dblc-accent-heading-3{
    font-size: 18px;
  }
}

.dblc-accent-heading-3{
  border-top-width: 3px;
  --tw-border-opacity: 1;
  border-color: rgb(125 125 125 / var(--tw-border-opacity));
  padding-top: 2rem;
  font-weight: 600 !important;
}

@media (max-width: 767px){
  .dblc-accent-heading-3{
    font-size: 16px;
    font-weight: 300;
  }
}

/* アクセント見出し3（必須）チェックボックス付き */

/* アクセント見出し3S */

/* アクセント見出し3S（必須） */

/* ---- アラート ---- */

/* エラー文L */

.dblc-error-sentence-l{
  font-size: 16px;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(221 23 23 / var(--tw-text-opacity));
}

/* エラー文S */

.dblc-error-sentence-s{
  font-size: 12px;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(221 23 23 / var(--tw-text-opacity));
}

/* ---- リスト ---- */

/* ---- テーブル ---- */

/* ---- タグ ---- */

/* ---- テキストフィールド ---- */

/* 共通パーツ */

/* ラベルなしテキスト入力欄 */

/* テキスト入力欄 */

/* 階層ありテキスト入力欄 */

/* 補足付きテキスト入力欄 */

/* 階層あり補足付きテキスト入力欄 */

/* 先頭ラベル付きテキスト入力欄 */

/* 2カラムテキスト入力欄 */

/* 2カラム階層ありテキスト入力欄 */

/* 2カラム補足付きテキスト入力欄 */

/* 2カラム階層あり補足付きテキスト入力欄 */

/* 先頭テキスト付き範囲テキスト入力欄 */

/* 末尾テキスト付き範囲テキスト入力欄 */

/* ---- テキストエリア ---- */

/* テキストエリア入力欄 */

/* 階層ありテキストエリア入力欄 */

/* 補足付きテキストエリア入力欄 */

/* 階層あり補足付きテキストエリア入力欄 */

/* ---- ドロップダウン ---- */

/* 共通 */

/* ラベルなしドロップダウン選択欄 */

/* ドロップダウン選択欄 */

/* 階層ありドロップダウン選択欄 */

/* 補足付きドロップダウン選択欄 */

/* 階層あり補足付きドロップダウン選択欄 */

/* 2カラムドロップダウン選択欄 */

/* 2カラム階層ありドロップダウン選択欄 */

/* 2カラム補足付きドロップダウン選択欄 */

/* 2カラム階層あり補足付きドロップダウン選択欄 */

/* 2カラム中間ラベル付きドロップダウン選択欄 */

/* ---- ラジオボタン ---- */

/* ラジオボタン共通パーツ */

/* ラジオボタン選択欄 */

/* 補足付きラジオボタン選択欄 */

/* 縦ラジオボタン選択欄 */

/* 補足付き縦ラジオボタン選択欄 */

/* テキスト入力付き縦ラジオボタン選択欄 */

/* テキスト入力・補足付き縦ラジオボタン選択欄 */

/* ドロップダウン・補足付き縦ラジオボタン選択欄 */

/* ネスト縦ラジオボタン選択欄 */

/* ---- チェックボックス ---- */

/* チェックボックス共通パーツ */

/* チェックボックス選択欄 */

/* 縦チェックボックス選択欄 */

/* ネスト縦チェックボックス選択欄 */

/* 補足付きチェックボックス選択欄 */

/* ---- ボタン ---- */

/* プライマリボタンL */

.dblc-primary-button-l{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  font-family: 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'メイリオ', Meiryo, 'Lucida Grande', Verdana, MS PGothic, sans-serif;
  font-weight: 300;
  line-height: 1.4;
  --tw-bg-opacity: 1;
  background-color: rgb(51 51 51 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.dblc-primary-button-l:disabled{
  --tw-bg-opacity: 1;
  background-color: rgb(184 184 184 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity));
}

.dblc-primary-button-l{
  width: 300px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (max-width: 767px){
  .dblc-primary-button-l{
    width: 100%;
  }
}

/* プライマリボタンM */

.dblc-primary-button-m{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  font-family: 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'メイリオ', Meiryo, 'Lucida Grande', Verdana, MS PGothic, sans-serif;
  font-weight: 300;
  line-height: 1.4;
  --tw-bg-opacity: 1;
  background-color: rgb(51 51 51 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.dblc-primary-button-m:disabled{
  --tw-bg-opacity: 1;
  background-color: rgb(184 184 184 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity));
}

.dblc-primary-button-m{
  width: 15rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (max-width: 767px){
  .dblc-primary-button-m{
    width: 100%;
  }
}

/* プライマリボタンS */

.dblc-primary-button-s{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  font-family: 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'メイリオ', Meiryo, 'Lucida Grande', Verdana, MS PGothic, sans-serif;
  font-weight: 300;
  line-height: 1.4;
  --tw-bg-opacity: 1;
  background-color: rgb(51 51 51 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.dblc-primary-button-s:disabled{
  --tw-bg-opacity: 1;
  background-color: rgb(184 184 184 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity));
}

.dblc-primary-button-s{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 12px;
}

/* セカンダリボタンL */

.dblc-secondary-button-l{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  font-family: 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'メイリオ', Meiryo, 'Lucida Grande', Verdana, MS PGothic, sans-serif;
  font-weight: 300;
  line-height: 1.4;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(184 184 184 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

.dblc-secondary-button-l:disabled{
  --tw-bg-opacity: 1;
  background-color: rgb(233 233 233 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity));
}

.dblc-secondary-button-l{
  width: 300px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (max-width: 767px){
  .dblc-secondary-button-l{
    width: 100%;
  }
}

/* セカンダリボタンM */

.dblc-secondary-button-m{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  font-family: 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'メイリオ', Meiryo, 'Lucida Grande', Verdana, MS PGothic, sans-serif;
  font-weight: 300;
  line-height: 1.4;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(184 184 184 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

.dblc-secondary-button-m:disabled{
  --tw-bg-opacity: 1;
  background-color: rgb(233 233 233 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity));
}

.dblc-secondary-button-m{
  width: 15rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (max-width: 767px){
  .dblc-secondary-button-m{
    width: 100%;
  }
}

/* セカンダリボタンS */

.dblc-secondary-button-s{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  font-family: 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'メイリオ', Meiryo, 'Lucida Grande', Verdana, MS PGothic, sans-serif;
  font-weight: 300;
  line-height: 1.4;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(184 184 184 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

.dblc-secondary-button-s:disabled{
  --tw-bg-opacity: 1;
  background-color: rgb(233 233 233 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity));
}

.dblc-secondary-button-s{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 12px;
}

/* カートボタンL */

.dblc-cart-button-l{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  font-family: 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'メイリオ', Meiryo, 'Lucida Grande', Verdana, MS PGothic, sans-serif;
  font-weight: 300;
  line-height: 1.4;
  --tw-bg-opacity: 1;
  background-color: rgb(48 159 221 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.dblc-cart-button-l:disabled{
  --tw-bg-opacity: 1;
  background-color: rgb(164 208 234 / var(--tw-bg-opacity));
}

.dblc-cart-button-l{
  width: 300px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (max-width: 767px){
  .dblc-cart-button-l{
    width: 100%;
  }
}

/* カートボタンM */

.dblc-cart-button-m{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  font-family: 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'メイリオ', Meiryo, 'Lucida Grande', Verdana, MS PGothic, sans-serif;
  font-weight: 300;
  line-height: 1.4;
  --tw-bg-opacity: 1;
  background-color: rgb(48 159 221 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.dblc-cart-button-m:disabled{
  --tw-bg-opacity: 1;
  background-color: rgb(164 208 234 / var(--tw-bg-opacity));
}

.dblc-cart-button-m{
  width: 15rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (max-width: 767px){
  .dblc-cart-button-m{
    width: 100%;
  }
}

/* カートボタンS */

.dblc-cart-button-s{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  font-family: 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'メイリオ', Meiryo, 'Lucida Grande', Verdana, MS PGothic, sans-serif;
  font-weight: 300;
  line-height: 1.4;
  --tw-bg-opacity: 1;
  background-color: rgb(48 159 221 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.dblc-cart-button-s:disabled{
  --tw-bg-opacity: 1;
  background-color: rgb(164 208 234 / var(--tw-bg-opacity));
}

.dblc-cart-button-s{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 12px;
}

/* 先頭アイコン付きプライマリボタンL */

.dblc-primary-button-l-with-first-icon{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  font-family: 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'メイリオ', Meiryo, 'Lucida Grande', Verdana, MS PGothic, sans-serif;
  font-weight: 300;
  line-height: 1.4;
  --tw-bg-opacity: 1;
  background-color: rgb(51 51 51 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.dblc-primary-button-l-with-first-icon:disabled{
  --tw-bg-opacity: 1;
  background-color: rgb(184 184 184 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity));
}

.dblc-primary-button-l-with-first-icon{
  width: 300px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (max-width: 767px){
  .dblc-primary-button-l-with-first-icon{
    width: 100%;
  }
}

.dblc-primary-button-l-with-first-icon::before{
  margin-right: 0.5rem;
  height: 1.5rem;
  width: 1.5rem;
  background-image: url('/res/img/icons/ico-mail-white.svg');
  background-repeat: no-repeat;
  --tw-content: "";
  content: var(--tw-content);
}

/* 先頭アイコン付きセカンダリボタンL */

.dblc-secondary-button-l-with-first-icon{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  font-family: 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'メイリオ', Meiryo, 'Lucida Grande', Verdana, MS PGothic, sans-serif;
  font-weight: 300;
  line-height: 1.4;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(184 184 184 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

.dblc-secondary-button-l-with-first-icon:disabled{
  --tw-bg-opacity: 1;
  background-color: rgb(233 233 233 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity));
}

.dblc-secondary-button-l-with-first-icon{
  width: 300px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (max-width: 767px){
  .dblc-secondary-button-l-with-first-icon{
    width: 100%;
  }
}

.dblc-secondary-button-l-with-first-icon::before{
  margin-right: 0.5rem;
  height: 1.5rem;
  width: 1.5rem;
  background-image: url('/res/img/icons/icon-store-stock.svg');
  background-repeat: no-repeat;
  --tw-content: "";
  content: var(--tw-content);
}

.dblc-secondary-button-l-with-first-icon:disabled::before{
  content: var(--tw-content);
  background-image: url('/res/img/icons/icon-store-stock-disable.svg');
}

/* 先頭アイコン付きカートボタンL */

.dblc-cart-button-l-with-first-icon{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  font-family: 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'メイリオ', Meiryo, 'Lucida Grande', Verdana, MS PGothic, sans-serif;
  font-weight: 300;
  line-height: 1.4;
  --tw-bg-opacity: 1;
  background-color: rgb(48 159 221 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.dblc-cart-button-l-with-first-icon:disabled{
  --tw-bg-opacity: 1;
  background-color: rgb(164 208 234 / var(--tw-bg-opacity));
}

.dblc-cart-button-l-with-first-icon{
  width: 300px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (max-width: 767px){
  .dblc-cart-button-l-with-first-icon{
    width: 100%;
  }
}

.dblc-cart-button-l-with-first-icon::before{
  margin-right: 0.5rem;
  height: 1.5rem;
  width: 1.5rem;
  background-image: url('/res/img/icons/shopping-cart-w.svg');
  background-repeat: no-repeat;
  --tw-content: "";
  content: var(--tw-content);
}

/* ここから */

/* 先頭アイコン付きお気に入りボタンL */

.dblc-favorite-button-l-with-first-icon{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  font-family: 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'メイリオ', Meiryo, 'Lucida Grande', Verdana, MS PGothic, sans-serif;
  font-weight: 300;
  line-height: 1.4;
  width: 300px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (max-width: 767px){
  .dblc-favorite-button-l-with-first-icon{
    width: 100%;
  }
}

.dblc-favorite-button-l-with-first-icon{
  height: 3rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(241 108 164 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(241 108 164 / var(--tw-text-opacity));
}

.dblc-favorite-button-l-with-first-icon::before{
  margin-right: 0.5rem;
  height: 1.5rem;
  width: 1.5rem;
  background-image: url('/res/img/icons/ico-favorite-pink.svg');
  background-repeat: no-repeat;
  --tw-content: "";
  content: var(--tw-content);
}

.dblc-favorite-button-l-with-first-icon.is-active{
  --tw-bg-opacity: 1;
  background-color: rgb(241 108 164 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.dblc-favorite-button-l-with-first-icon.is-active::before{
  content: var(--tw-content);
  background-image: url('/res/img/icons/ico-favorite-white.svg');
}

/* アイコン付きプライマリボタンL */

.dblc-primary-button-l-with-icon{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  font-family: 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'メイリオ', Meiryo, 'Lucida Grande', Verdana, MS PGothic, sans-serif;
  font-weight: 300;
  line-height: 1.4;
  --tw-bg-opacity: 1;
  background-color: rgb(51 51 51 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.dblc-primary-button-l-with-icon:disabled{
  --tw-bg-opacity: 1;
  background-color: rgb(184 184 184 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity));
}

.dblc-primary-button-l-with-icon{
  width: 300px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (max-width: 767px){
  .dblc-primary-button-l-with-icon{
    width: 100%;
  }
}

.dblc-primary-button-l-with-icon{
  width: 110px;
}

.dblc-primary-button-l-with-icon::after{
  margin-left: 0.5rem;
  height: 1rem;
  width: 1rem;
  background-image: url('/res/img/icons/external-link-white.svg');
  background-repeat: no-repeat;
  --tw-content: "";
  content: var(--tw-content);
}

.dblc-primary-button-l-with-icon:disabled::after{
  content: var(--tw-content);
  background-image: url('/res/img/icons/external-link-disable.svg');
}

/* アイコン付きセカンダリボタンL */

.dblc-secondary-button-l-with-icon{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  font-family: 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'メイリオ', Meiryo, 'Lucida Grande', Verdana, MS PGothic, sans-serif;
  font-weight: 300;
  line-height: 1.4;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(184 184 184 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

.dblc-secondary-button-l-with-icon:disabled{
  --tw-bg-opacity: 1;
  background-color: rgb(233 233 233 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity));
}

.dblc-secondary-button-l-with-icon{
  width: 300px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (max-width: 767px){
  .dblc-secondary-button-l-with-icon{
    width: 100%;
  }
}

.dblc-secondary-button-l-with-icon{
  width: 110px;
}

.dblc-secondary-button-l-with-icon::after{
  margin-left: 0.5rem;
  height: 1rem;
  width: 1rem;
  background-image: url('/res/img/icons/external-link.svg');
  background-repeat: no-repeat;
  --tw-content: "";
  content: var(--tw-content);
}

.dblc-secondary-button-l-with-icon:disabled::after{
  content: var(--tw-content);
  background-image: url('/res/img/icons/external-link-disable.svg');
}

/* エクスパンドリンクボタンL */

.dblc-expand-button-l{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  font-family: 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'メイリオ', Meiryo, 'Lucida Grande', Verdana, MS PGothic, sans-serif;
  font-weight: 300;
  line-height: 1.4;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(184 184 184 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

.dblc-expand-button-l:disabled{
  --tw-bg-opacity: 1;
  background-color: rgb(233 233 233 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity));
}

.dblc-expand-button-l{
  width: 300px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (max-width: 767px){
  .dblc-expand-button-l{
    width: 100%;
  }
}

.dblc-expand-button-l{
  width: 240px;
}

@media (max-width: 767px){
  .dblc-expand-button-l{
    width: 100%;
  }
}

.dblc-expand-button-l::after{
  margin-left: 0.5rem;
  height: 1rem;
  width: 1rem;
  background-image: url('/res/img/icons/arrow-down-gray.svg');
  background-repeat: no-repeat;
  --tw-content: "";
  content: var(--tw-content);
}

.dblc-expand-button-l:disabled::after{
  content: var(--tw-content);
  background-image: url('/res/img/icons/external-link-disable.svg');
}

/* リデュースリンクボタンL */

.dblc-reduce-link-button-l{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  font-family: 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'メイリオ', Meiryo, 'Lucida Grande', Verdana, MS PGothic, sans-serif;
  font-weight: 300;
  line-height: 1.4;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(184 184 184 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

.dblc-reduce-link-button-l:disabled{
  --tw-bg-opacity: 1;
  background-color: rgb(233 233 233 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity));
}

.dblc-reduce-link-button-l{
  width: 300px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (max-width: 767px){
  .dblc-reduce-link-button-l{
    width: 100%;
  }
}

.dblc-reduce-link-button-l{
  width: 240px;
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity));
}

@media (max-width: 767px){
  .dblc-reduce-link-button-l{
    width: 100%;
  }
}

.dblc-reduce-link-button-l::after{
  margin-left: 0.5rem;
  height: 1.25rem;
  width: 1.25rem;
  --tw-translate-y: 3px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  background-image: url('/res/img/icons/arrow-up.svg');
  background-repeat: no-repeat;
  --tw-content: "";
  content: var(--tw-content);
}

.dblc-reduce-link-button-l:disabled::after{
  content: var(--tw-content);
  background-image: url('/res/img/icons/external-link-disable.svg');
}

/* ---- コンテンツ切り替え ---- */

/* ---- アコーディオン ---- */

/* ---- サムネイル ---- */

/* サムネイル共通 */

/* 商品サムネイル */

/* PC_Standard_商品キャプションサムネイルS */

/* PC_Standard_商品サムネイルM */

/* PC_Standard_商品キャプションサムネイルM */

/* PC_Semi-Narrow_商品サムネイルM */

/* PC_Semi-Narrow_商品キャプションサムネイルM */

/* PC_Narrow_商品サムネイルS */

/* PC_Narrow_商品キャプションサムネイルS */

/* PC_Narrow_商品サイドキャプションサムネイルS */

/* PC_Narrow_商品サムネイルL */

/* PC_Narrow_商品キャプションサムネイルL */

/* PC_Common_商品サイドキャプションサムネイルS */

/* SP_商品サムネイルXS */

/* SP_商品キャプションサムネイルXS */

/* SP_商品サイドキャプションサムネイルS */

/* SP_商品キャプションサムネイルM */

/* SP_商品サムネイルXL */

/* コーディネートサムネイル */

/* PC_Standard_コーディネートキャプションサムネイルM */

/* PC_Narrow_コーディネートサムネイルS */

/* PC_Narrow_コーディネートキャプションサムネイルM */

/* PC_Narrow_コーディネートサムネイルL */

/* PC_Narrow_コーディネートキャプションサムネイルL */

/* SP_コーディネートサムネイルS */

/* SP_コーディネートキャプションサムネイルM */

/* SP_コーディネートサムネイルL */

/* SP_コーディネートキャプションサムネイルL */

/* スタッフサムネイル */

/* PC_Standard_スタッフキャプションサムネイル */

/* PC_Common_スタッフサイドキャプションサムネイル */

/* SP_スタッフサイドキャプションサムネイルS */

/* SP_スタッフサイドキャプションサムネイルM */

/* SP_スタッフキャプションサムネイルL */

/* ブランド */

/* PC_Standard_ブランドサムネイル */

/* SP_ブランドサムネイルM */

/* 動画 */

/* PC_Standard_動画キャプションサムネイル */

/* SP_動画キャプションサムネイルS */

/* 記事 */

/* PC_Standard_記事キャプションサムネイルM */

/* SP_記事キャプションサムネイルM */

/* 特集バナー */

/* PC_Standard_特集バナーキャプションサムネイルS */

/* PC_Standard_特集バナーサムネイルM */

/* PC_Standard_特集バナーサムネイルL */

/* SP_特集バナーキャプションサムネイルS */

/* SP_特集バナーサムネイルM */

/* SP_特集バナーサムネイルL */

/* ---- ヘッダー ---- */

/* ---- フッター ---- */

/* ---- ボトムナビゲーション ---- */

/* ---- パンくず ---- */

/* ---- ステップバー ---- */

/* ---- ナビゲーション ---- */

/* ---- ページネーション ---- */

/* ---- モーダル・ダイアログ ---- */

/* ---- コンテンツ切り替え ---- */

/* ナビゲーションタブメニュー */

.dblc-nav-tap-menu > li.selected{
  border-width: 1px;
  border-bottom-width: 0px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}

/* コンテンツスイッチタブラッパー */

.dblc-content-switch-tap-wrapper{
  display: flex;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(184 184 184 / var(--tw-border-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (max-width: 767px){
  .dblc-content-switch-tap-wrapper{
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

.dblc-content-switch-tap-wrapper > li{
  display: flex;
  height: 46px;
  flex: 1 1 0%;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-width: 1px;
  border-bottom-width: 0px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(184 184 184 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity));
  font-weight: 300;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(125 125 125 / var(--tw-text-opacity));
}

@media (max-width: 767px){
  .dblc-content-switch-tap-wrapper > li{
    height: 36px;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

[data-css="toppage-bg-erea"] .dblc-content-switch-tap-wrapper > li{
  --tw-bg-opacity: 1;
  background-color: rgb(233 233 233 / var(--tw-bg-opacity));
}

.dblc-content-switch-tap-wrapper > li.selected,
    .dblc-content-switch-tap-wrapper > li[data-tab-active]{
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

.dblc-content-switch-tap-wrapper > li.selected::after,
    .dblc-content-switch-tap-wrapper > li[data-tab-active]::after{
  position: absolute;
  left: 0px;
  bottom: -1.2px;
  height: 1.4px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-content: '';
  content: var(--tw-content);
}

[data-css="toppage-bg-erea"] .dblc-content-switch-tap-wrapper > li.selected,
    [data-css="toppage-bg-erea"] .dblc-content-switch-tap-wrapper > li[data-tab-active]{
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity));
}

[data-css="toppage-bg-erea"] .dblc-content-switch-tap-wrapper > li.selected::after,
    [data-css="toppage-bg-erea"] .dblc-content-switch-tap-wrapper > li[data-tab-active]::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity));
}

/* コンテンツスイッチタブメニュー */

.dblc-content-switch-tap-menu{
  position: relative;
  display: flex;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity));
}

.dblc-content-switch-tap-menu::before{
  pointer-events: none;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-radius: 0.25rem;
  border-width: 1px;
  border-style: solid;
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(184 184 184 / var(--tw-border-opacity));
}

.dblc-content-switch-tap-menu > li{
  position: relative;
  display: flex;
  height: 36px;
  flex: 1 1 0%;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  line-height: 1rem;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(125 125 125 / var(--tw-text-opacity));
}

.dblc-content-switch-tap-menu > li::after{
  position: absolute;
  left: 0px;
  top: 50%;
  display: block;
  height: 1.25rem;
  width: 1px;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(184 184 184 / var(--tw-bg-opacity));
}

.dblc-content-switch-tap-menu > li.selected,
    .dblc-content-switch-tap-menu > li[data-tab-active]{
  border-radius: 0.25rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(184 184 184 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(125 125 125 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.dblc-content-switch-tap-menu > li.selected::after,
    .dblc-content-switch-tap-menu > li.selected+li::after,
    .dblc-content-switch-tap-menu > li[data-tab-active]::after,
    .dblc-content-switch-tap-menu > li[data-tab-active]+li::after,
    .dblc-content-switch-tap-menu > li:first-child::after{
  content: var(--tw-content);
  display: none;
}

/* コンテンツスイッチドロップダウン */

.dblc-content-switch-dropdown{
  height: 36px;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-overflow: ellipsis;
  border-radius: 1.5rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(184 184 184 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity));
  background-image: url('/res/img/icons/arrow-content-switch-dropdown.svg');
  background-position: center right 16px;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 1rem;
  padding-right: 2.25rem;
  font-family: 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'メイリオ', Meiryo, 'Lucida Grande', Verdana, MS PGothic, sans-serif;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(125 125 125 / var(--tw-text-opacity));
}

/* 絞り込みモーダルL*/

.dbcl-filter-modal-l{
  position: fixed;
  inset: 0px;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.dbcl-filter-modal-l:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

/* 絞り込みモーダルL コンテンツ*/

.dbcl-filter-modal-l-content{
  position: relative;
  height: 100%;
  max-height: 857px;
  width: 600px;
  overflow: hidden;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (max-width: 767px){
  .dbcl-filter-modal-l-content{
    max-height: 100%;
    width: 100%;
    border-radius: 0px;
  }
}

/* 絞り込みモーダルL アイテム*/

.dbcl-filter-modal-l-item{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(184 184 184 / var(--tw-border-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (max-width: 767px){
  .dbcl-filter-modal-l-item{
    padding-left: 9px;
    padding-right: 9px;
  }
}

/* 絞り込みモーダル 結果件数（強調）*/

/* M */

.dbcl-filter-modal-result-count-md .dbcl-filter-modal-result-count-num{
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

.dbcl-filter-modal-result-count-md .dbcl-filter-modal-result-count-unit{
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 300;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

/* S */

.dbcl-filter-modal-result-count-sm .dbcl-filter-modal-result-count-num{
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

.dbcl-filter-modal-result-count-sm .dbcl-filter-modal-result-count-unit{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 300;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

/* 絞り込みトリガー 検索条件の保存と確認ボタン */

/* 絞り込みトリガー　絞り込みボタン */

.dbcl-filter-modal-refine-triger-refine-button{
  order: 3;
}

@media (max-width: 767px){
  .dbcl-filter-modal-refine-triger-refine-button{
    order: 1;
  }
}

.dbcl-filter-modal-refine-triger-refine-button{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  font-family: 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'メイリオ', Meiryo, 'Lucida Grande', Verdana, MS PGothic, sans-serif;
  font-weight: 300;
  line-height: 1.4;
  --tw-bg-opacity: 1;
  background-color: rgb(51 51 51 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.dbcl-filter-modal-refine-triger-refine-button:disabled{
  --tw-bg-opacity: 1;
  background-color: rgb(184 184 184 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity));
}

.dbcl-filter-modal-refine-triger-refine-button{
  width: 300px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (max-width: 767px){
  .dbcl-filter-modal-refine-triger-refine-button{
    width: 100%;
  }
}

.dbcl-filter-modal-refine-triger-refine-button{
  height: 2.25rem;
  width: 116px;
  white-space: nowrap;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1.4;
}

.dbcl-filter-modal-refine-triger-refine-button span{
  margin-right: 0.5rem;
}

.dbcl-filter-modal-refine-triger-refine-button img{
  display: inline;
  height: 1.25rem;
  width: 1.25rem;
}

/* 絞り込みトリガー　表示設定 */

/* PC版：ドロップダウンの横並び */

/* SP版：「表示設定」ボタン */

/* 絞り込みモーダル モーダルタイトルバー*/

.dbcl-filter-modal-title-bar{
  width: 375px;
}

@media (max-width: 767px){
  .dbcl-filter-modal-title-bar{
    width: 100%;
  }
}

.dbcl-filter-modal-title-bar{
  position: relative;
  display: flex;
  justify-content: center;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(184 184 184 / var(--tw-border-opacity));
  padding: 1.25rem;
}

@media (max-width: 767px){
  .dbcl-filter-modal-title-bar{
    padding: 0.75rem;
  }
}

.dbcl-filter-modal-title-bar .dbcl-filter-modal-title-bar-text{
  vertical-align: text-bottom;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 300;
}

@media (max-width: 767px){
  .dbcl-filter-modal-title-bar .dbcl-filter-modal-title-bar-text{
    font-size: 18px;
  }
}

.dbcl-filter-modal-title-bar .dbcl-filter-modal-title-bar-icon-back{
  position: absolute;
  top: 50%;
  left: 9px;
  display: flex;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  align-items: center;
  justify-content: center;
}

.dbcl-filter-modal-title-bar .dbcl-filter-modal-title-bar-icon-delete{
  position: absolute;
  right: 24px;
  top: 50%;
  display: block;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

/* 絞り込みモーダル モーダル条件選択ボトムナビ */

.dbcl-filter-modal-box-shadow-common {
  box-shadow: 0px -4px 4px 0px rgba(217, 217, 217, 0.20);
}

/* 絞り込みモーダル モーダル条件選択ボトムナビ */

.dbcl-filter-modal-bottom-nav {
  box-shadow: 0px -4px 4px 0px rgba(217, 217, 217, 0.20);
  width: 600px;
}

@media (max-width: 767px){
  .dbcl-filter-modal-bottom-nav{
    width: 100%;
  }
}

.dbcl-filter-modal-bottom-nav{
  display: flex;
  justify-content: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  padding: 1.25rem;
}

@media (max-width: 767px){
  .dbcl-filter-modal-bottom-nav{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 9px;
    padding-right: 9px;
  }
}

/* クリアボタン */

.dbcl-filter-modal-bottom-nav .dbcl-filter-modal-bottom-nav-clear-button{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  font-family: 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'メイリオ', Meiryo, 'Lucida Grande', Verdana, MS PGothic, sans-serif;
  font-weight: 300;
  line-height: 1.4;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(184 184 184 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

.dbcl-filter-modal-bottom-nav .dbcl-filter-modal-bottom-nav-clear-button:disabled{
  --tw-bg-opacity: 1;
  background-color: rgb(233 233 233 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity));
}

.dbcl-filter-modal-bottom-nav .dbcl-filter-modal-bottom-nav-clear-button{
  width: 300px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (max-width: 767px){
  .dbcl-filter-modal-bottom-nav .dbcl-filter-modal-bottom-nav-clear-button{
    width: 100%;
  }
}

.dbcl-filter-modal-bottom-nav .dbcl-filter-modal-bottom-nav-clear-button{
  width: 120px;
}

.dbcl-filter-modal-bottom-nav .dbcl-filter-modal-bottom-nav-clear-button:disabled{
  --tw-bg-opacity: 1;
  background-color: rgb(233 233 233 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(184 184 184 / var(--tw-text-opacity));
}

/* 選択ボタン */

.dbcl-filter-modal-bottom-nav .dbcl-filter-modal-bottom-nav-select-button{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  font-family: 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'メイリオ', Meiryo, 'Lucida Grande', Verdana, MS PGothic, sans-serif;
  font-weight: 300;
  line-height: 1.4;
  --tw-bg-opacity: 1;
  background-color: rgb(51 51 51 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.dbcl-filter-modal-bottom-nav .dbcl-filter-modal-bottom-nav-select-button:disabled{
  --tw-bg-opacity: 1;
  background-color: rgb(184 184 184 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity));
}

.dbcl-filter-modal-bottom-nav .dbcl-filter-modal-bottom-nav-select-button{
  width: 300px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (max-width: 767px){
  .dbcl-filter-modal-bottom-nav .dbcl-filter-modal-bottom-nav-select-button{
    width: 100%;
  }
}

.dbcl-filter-modal-bottom-nav .dbcl-filter-modal-bottom-nav-select-button{
  width: 200px;
}

@media (max-width: 767px){
  .dbcl-filter-modal-bottom-nav .dbcl-filter-modal-bottom-nav-select-button{
    width: 229px;
  }
}

.dbcl-filter-modal-bottom-nav .dbcl-filter-modal-bottom-nav-select-button:disabled{
  --tw-bg-opacity: 1;
  background-color: rgb(184 184 184 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity));
}

/* 絞り込みモーダル モーダル条件絞り込みボトムナビ */

.dbcl-filter-modal-refine-bottom-nav {
  box-shadow: 0px -4px 4px 0px rgba(217, 217, 217, 0.20);
  width: 600px;
}

@media (max-width: 767px){
  .dbcl-filter-modal-refine-bottom-nav{
    width: 100%;
  }
}

.dbcl-filter-modal-refine-bottom-nav{
  display: flex;
  padding: 1.25rem;
}

@media (max-width: 767px){
  .dbcl-filter-modal-refine-bottom-nav{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 9px;
    padding-right: 9px;
  }
}

/* 結果件数 */

.dbcl-filter-modal-refine-bottom-nav .dbcl-filter-modal-result-count-md{
  display: flex;
  align-items: center;
}

.dbcl-filter-modal-refine-bottom-nav .dbcl-filter-modal-result-count-md.disabled *{
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity));
}

.dbcl-filter-modal-refine-bottom-nav .dbcl-filter-modal-result-count-md.\!disabled *{
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity));
}

/* クリアボタン */

.dbcl-filter-modal-refine-bottom-nav .dbcl-filter-modal-refine-bottom-nav-clear-button{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  font-family: 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'メイリオ', Meiryo, 'Lucida Grande', Verdana, MS PGothic, sans-serif;
  font-weight: 300;
  line-height: 1.4;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(184 184 184 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

.dbcl-filter-modal-refine-bottom-nav .dbcl-filter-modal-refine-bottom-nav-clear-button:disabled{
  --tw-bg-opacity: 1;
  background-color: rgb(233 233 233 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity));
}

.dbcl-filter-modal-refine-bottom-nav .dbcl-filter-modal-refine-bottom-nav-clear-button{
  width: 300px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (max-width: 767px){
  .dbcl-filter-modal-refine-bottom-nav .dbcl-filter-modal-refine-bottom-nav-clear-button{
    width: 100%;
  }
}

.dbcl-filter-modal-refine-bottom-nav .dbcl-filter-modal-refine-bottom-nav-clear-button{
  width: 112px;
}

@media (max-width: 767px){
  .dbcl-filter-modal-refine-bottom-nav .dbcl-filter-modal-refine-bottom-nav-clear-button{
    width: 80px;
  }
}

.dbcl-filter-modal-refine-bottom-nav .dbcl-filter-modal-refine-bottom-nav-clear-button{
  margin-left: auto;
  white-space: nowrap;
}

.dbcl-filter-modal-refine-bottom-nav .dbcl-filter-modal-refine-bottom-nav-clear-button:disabled{
  --tw-bg-opacity: 1;
  background-color: rgb(233 233 233 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(184 184 184 / var(--tw-text-opacity));
}

/* 絞り込みボタン */

.dbcl-filter-modal-refine-bottom-nav .dbcl-filter-modal-refine-bottom-nav-select-button{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  font-family: 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'メイリオ', Meiryo, 'Lucida Grande', Verdana, MS PGothic, sans-serif;
  font-weight: 300;
  line-height: 1.4;
  --tw-bg-opacity: 1;
  background-color: rgb(51 51 51 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.dbcl-filter-modal-refine-bottom-nav .dbcl-filter-modal-refine-bottom-nav-select-button:disabled{
  --tw-bg-opacity: 1;
  background-color: rgb(184 184 184 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity));
}

.dbcl-filter-modal-refine-bottom-nav .dbcl-filter-modal-refine-bottom-nav-select-button{
  width: 300px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (max-width: 767px){
  .dbcl-filter-modal-refine-bottom-nav .dbcl-filter-modal-refine-bottom-nav-select-button{
    width: 100%;
  }
}

.dbcl-filter-modal-refine-bottom-nav .dbcl-filter-modal-refine-bottom-nav-select-button{
  width: 200px;
}

@media (max-width: 767px){
  .dbcl-filter-modal-refine-bottom-nav .dbcl-filter-modal-refine-bottom-nav-select-button{
    width: 165px;
  }
}

.dbcl-filter-modal-refine-bottom-nav .dbcl-filter-modal-refine-bottom-nav-select-button{
  margin-left: 1rem;
  white-space: nowrap;
}

@media (max-width: 767px){
  .dbcl-filter-modal-refine-bottom-nav .dbcl-filter-modal-refine-bottom-nav-select-button{
    margin-left: 0.5rem;
  }
}

.dbcl-filter-modal-refine-bottom-nav .dbcl-filter-modal-refine-bottom-nav-select-button:disabled{
  --tw-bg-opacity: 1;
  background-color: rgb(184 184 184 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity));
}

/* 絞り込みモーダル 絞り込みボタン(円形) */

.dbcl-filter-modal-refine-button-round{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  font-family: 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'メイリオ', Meiryo, 'Lucida Grande', Verdana, MS PGothic, sans-serif;
  font-weight: 300;
  line-height: 1.4;
  --tw-bg-opacity: 1;
  background-color: rgb(51 51 51 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.dbcl-filter-modal-refine-button-round:disabled{
  --tw-bg-opacity: 1;
  background-color: rgb(184 184 184 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity));
}

.dbcl-filter-modal-refine-button-round{
  width: 300px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (max-width: 767px){
  .dbcl-filter-modal-refine-button-round{
    width: 100%;
  }
}

.dbcl-filter-modal-refine-button-round{
  display: flex;
  width: 60px;
  flex-direction: column;
  border-radius: 50%;
}

.dbcl-filter-modal-refine-button-round img{
  display: block;
  height: 1.5rem;
  width: 1.5rem;
  max-width: none;
}

.dbcl-filter-modal-refine-button-round span{
  white-space: nowrap;
  font-size: 10px;
  line-height: 1.4;
}

/* 商品 */

/* お気に入り登録ボタン */

.dblc-favorite-off{
  height: 2rem;
  width: 2rem;
  border-radius: 50%;
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity));
  background-size: 1rem 1rem;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('/res/img/icons/ico-favorite-off.png');
}

.dblc-favorite-on{
  height: 2rem;
  width: 2rem;
  border-radius: 50%;
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity));
  background-size: 1rem 1rem;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('/res/img/icons/ico-favorite-on.png');
}

/* 返品 */

/* 会員 */

/* 枠付補足本文L */

/* 枠付補足本文M */

/* 枠付補足本文S */

.dblc-border-additional-text-s{
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(184 184 184 / var(--tw-border-opacity));
  padding: 0.75rem;
}

.dblc-border-additional-text-s > *{
  font-size: 12px;
}

/* 店舗 */

/* -- ここから下の方はまだタネのままです -- */

.form-required::after{
  --tw-text-opacity: 1;
  color: rgb(208 2 27 / var(--tw-text-opacity));
  content: "\203B";
  /* \203B = ※。文字化け回避のためUnicode変換すること */
}

input:not([type="radio"]):not([type="checkbox"]).form-sm, select.form-sm, textarea.form-sm{
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

/* modal */

.menu-modal-overlay{
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 50;
  display: none;
  height: 100%;
  width: 100%;
  background-color: rgb(0 0 0 / 0.4);
}

/* フッター */

@media (max-width: 767px){
  [data-css="footer-brand-list"]{
    max-height: 0px;
  }

  [data-css="footer-brand-list"].open{
    max-height: -moz-fit-content;
    max-height: fit-content;
  }

  [data-css="footer-brand-list"] > li{
    position: relative;
    height: 52px;
  }

  [data-css="footer-brand-list"] > li::after{
    position: absolute;
    top: 1rem;
    right: 9px;
    height: 1.25rem;
    width: 1.25rem;
    background-image: url('/res/img/icons/ico-right.svg');
    --tw-content: "";
    content: var(--tw-content);
  }

  [data-css="footer-brand-list"] > li > a{
    display: block;
    height: 100%;
    width: 100%;
  }

  [data-css="footer-brand-list"] > li > a > span{
    display: block;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 9px;
    padding-right: 9px;
  }
}

/* ステップ表示 */

.dblc-flow-bar{
  position: relative;
  z-index: 10;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 560px;
  justify-content: center;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(125 125 125 / var(--tw-text-opacity));
}

/* ステップバー 3ステップ */

[data-css="flow-bar-three-step"]{
  width: 420px;
}

@media (max-width: 767px){
  [data-css="flow-bar-three-step"]{
    width: 168px;
  }
}

[data-css="flow-bar-three-step"] li{
  width: 33.333333%;
}

/* ステップバー 4ステップ */

[data-css="flow-bar-four-step"]{
  width: 560px;
}

@media (max-width: 767px){
  [data-css="flow-bar-four-step"]{
    width: 224px;
  }
}

[data-css="flow-bar-four-step"] li{
  width: 25%;
}

/* ステップバー 6ステップ */

[data-css="flow-bar-six-step"]{
  width: 100%;
  max-width: 840px;
}

@media (max-width: 767px){
  [data-css="flow-bar-six-step"]{
    width: 336px;
  }
}

[data-css="flow-bar-six-step"] li{
  width: 16.666667%;
}

/* 通過済みのステップ */

/* 数字部分 */

.dblc-flow-bar .dblc-flow-bar-number{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  height: 3rem;
  width: 3rem;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  --tw-bg-opacity: 1;
  background-color: rgb(153 153 153 / var(--tw-bg-opacity));
  font-size: 20px;
  font-weight: 600;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (max-width: 767px){
  .dblc-flow-bar .dblc-flow-bar-number{
    height: 2rem;
    width: 2rem;
    font-size: 14px;
    line-height: 2rem;
  }
}

/* バー部分 */

.dblc-flow-bar li:not(:last-child) .dblc-flow-bar-number::after{
  position: absolute;
  top: 50%;
  left: 75%;
  z-index: -10;
  height: 0.5rem;
  width: 140px;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: rgb(153 153 153 / var(--tw-bg-opacity));
  --tw-content: "";
  content: var(--tw-content);
}

@media (max-width: 767px){
  .dblc-flow-bar li:not(:last-child) .dblc-flow-bar-number::after{
    height: 0.25rem;
    width: 56px;
  }
}

/* テキスト部分 */

.dblc-flow-bar .dblc-flow-bar-text{
  margin-top: 0.5rem;
  display: block;
  font-size: 12px;
  font-weight: 600;
}

@media (max-width: 767px){
  .dblc-flow-bar .dblc-flow-bar-text{
    margin-top: 0.25rem;
    padding-left: 0.125rem;
    padding-right: 0.125rem;
    font-size: 8px;
    font-weight: 300;
  }
}

/* 現在のステップ */

/* 数字部分 */

.dblc-flow-bar [data-css="flow-bar-current"] .dblc-flow-bar-number{
  border-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(125 125 125 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(125 125 125 / var(--tw-text-opacity));
}

/* バー部分 */

.dblc-flow-bar li[data-css="flow-bar-current"] .dblc-flow-bar-number::after{
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity));
}

/* 先のステップ */

/* 数字部分 */

.dblc-flow-bar [data-css="flow-bar-next"] .dblc-flow-bar-number{
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity));
}

/* バー部分 */

.dblc-flow-bar li[data-css="flow-bar-next"] .dblc-flow-bar-number::after{
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity));
}

.item-search-facet-link a{
  margin-bottom: 0.5rem;
  padding-left: 1.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.item-search-facet-link a.on{
  background-image: url('/res/img/icons/check.svg');
  background-size: contain;
  background-repeat: no-repeat;
}

.item-search-sort-select{
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.item-search-sort-select:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.item-search-facet-color {
  display: inline-block;
  letter-spacing: normal;
  width: 20px;
  height: 20px;
  overflow: hidden;
  box-sizing: border-box;
  text-indent: -9999px;
  margin: 0 0 5px 5px;
}

.item-search-facet-color a.on {
  /* background: url(/res/img/icons/check.svg) 50% 80% no-repeat; */
  background-image: url('/res/img/icons/check.svg');
  background-repeat: no-repeat;
  background-position: 50% 80%;
}

.item-search-facet-color a{
  display: block;
  /* display: block; */
}

.item-search-facet-color-Z {
  background: url(/res/img/item/ico-color-other.png) 50% 50% no-repeat;
}

/* 一覧系レイアウト */

.list-cols-2{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  row-gap: 1.5rem;
}

@media (max-width: 767px){
  .list-cols-2{
    -moz-column-gap: 6px;
         column-gap: 6px;
    row-gap: 1.25rem;
  }
}

.list-cols-3{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  row-gap: 1.5rem;
}

@media (max-width: 767px){
  .list-cols-3{
    -moz-column-gap: 6px;
         column-gap: 6px;
    row-gap: 1.25rem;
  }
}

.list-cols-4{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  row-gap: 1.5rem;
}

.list-cols-5{
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  row-gap: 1.5rem;
}

.list-cols-6{
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
  row-gap: 1.25rem;
}

.list-cols-8{
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  row-gap: 1.5rem;
}

/* 下キャプション */

.thumb-caption{
  display: flex;
  flex-direction: column;
  > *:first-child{
    margin-bottom: 0.5rem;
  }
}

/* 右キャプション */

.thumb-caption-side{
  display: flex;
  flex-direction: row;
  > *:first-child{
    margin-right: 0.5rem;
  }
}

/* ランキングバッジ */

.ranking-badge{
  display: block;
  height: 2rem;
  width: 2rem;
  position: absolute;
  top: 0px;
  left: 0px;
  padding-left: 2px;
  padding-top: 1px;
  z-index: 10;
  font-size: 0.75rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(48 48 48 / var(--tw-text-opacity));
}

.ranking-badge::before{
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  border-color: transparent;
  --tw-border-opacity: 1;
  border-top-color: rgb(244 244 244 / var(--tw-border-opacity));
  border-width: 32px 32px 0 0;
  margin-top: -1px;
  margin-left: -2px;
  margin-bottom: -2rem;
}

.ranking-badge.ranking-badge--rank01,
    .ranking-badge.ranking-badge--rank02,
    .ranking-badge.ranking-badge--rank03{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.ranking-badge.ranking-badge--rank01::before{
  --tw-border-opacity: 1;
  border-top-color: rgb(223 188 61 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.ranking-badge.ranking-badge--rank02::before{
  --tw-border-opacity: 1;
  border-top-color: rgb(149 149 149 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.ranking-badge.ranking-badge--rank03::before{
  --tw-border-opacity: 1;
  border-top-color: rgb(192 116 46 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.staff-ranking-badge{
  display: block;
  height: 2rem;
  width: 2rem;
}

@media (max-width: 767px){
  .staff-ranking-badge{
    height: 1.5rem;
    width: 1.5rem;
  }
}

.staff-ranking-badge{
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
}

@media (max-width: 767px){
  .staff-ranking-badge{
    top: 0.25rem;
    left: 0.25rem;
  }
}

.staff-ranking-badge{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 300;
  line-height: 1;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(184 184 184 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(48 48 48 / var(--tw-text-opacity));
}

.staff-ranking-badge.ranking-badge--rank01{
  --tw-bg-opacity: 1;
  background-color: rgb(223 188 61 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  border-color: rgba(217, 217, 217, 0.50);
}

.staff-ranking-badge.ranking-badge--rank02{
  --tw-bg-opacity: 1;
  background-color: rgb(149 149 149 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  border-color: rgba(217, 217, 217, 0.50);
}

.staff-ranking-badge.ranking-badge--rank03{
  --tw-bg-opacity: 1;
  background-color: rgb(192 116 46 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  border-color: rgba(217, 217, 217, 0.50);
}

/* フォーム関連 */

.form-required::after{
  margin-left: 0.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(221 23 23 / var(--tw-text-opacity));
  content: "\203B";
  /* \203B = ※。文字化け回避のためUnicode変換すること */
}

.form-area-error{
  font-size: 14px;
  font-weight: 300;
  margin-top: 0.5rem;
}

.legend{
  font-size: 12px;
  --tw-text-opacity: 1;
  color: rgb(221 23 23 / var(--tw-text-opacity));
}

.scroll-locked {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.hidden-scrollbar {
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */
}

.hidden-scrollbar::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}

.area-shrink :nth-of-type(n+7){
  display: none !important;
}

#fav-store-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  font-family: 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'メイリオ', Meiryo, 'Lucida Grande', Verdana, MS PGothic, sans-serif;
  font-weight: 300;
  line-height: 1.4;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(184 184 184 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

#fav-store-btn:disabled{
  --tw-bg-opacity: 1;
  background-color: rgb(233 233 233 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity));
}

#fav-store-btn{
  font-size: 14px;
  font-weight: 300;
  display: flex;
  height: 2.75rem;
  width: 206px;
  --tw-border-opacity: 1;
  border-color: rgb(241 108 164 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(241 108 164 / var(--tw-text-opacity));
}

@media (max-width: 767px){
  #fav-store-btn{
    width: 100%;
  }
}

#fav-store-btn::before{
  margin-right: 0.5rem;
  height: 1.5rem;
  width: 1.5rem;
  background-image: url('/res/img/icons/ico-favorite-pink.svg');
  content: var(--tw-content);
  background-repeat: no-repeat;
}

.favorited{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(241 108 164 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.favorited::before{
  content: var(--tw-content) !important;
  background-image: url('/res/img/icons/ico-favorite-white.svg') !important;
}

.store-map-link{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  font-family: 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'メイリオ', Meiryo, 'Lucida Grande', Verdana, MS PGothic, sans-serif;
  font-weight: 300;
  line-height: 1.4;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(184 184 184 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

.store-map-link:disabled{
  --tw-bg-opacity: 1;
  background-color: rgb(233 233 233 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity));
}

.store-map-link{
  font-size: 14px;
  font-weight: 300;
  height: 2.75rem;
  width: 206px;
}

@media (max-width: 767px){
  .store-map-link{
    width: 100%;
  }
}

.store-map-link::after{
  height: 1rem;
  width: 1rem;
  background-image: url('/res/img/icons/external-link.svg');
  background-size: cover;
  content: var(--tw-content);
  background-repeat: no-repeat;
}

/* 会員ステージの背景色 */

.member-stage-bg-1, .member-stage-bg-9{
  --tw-bg-opacity: 1;
  background-color: rgb(186 206 243 / var(--tw-bg-opacity));
}

.member-stage-bg-2{
  --tw-bg-opacity: 1;
  background-color: rgb(177 173 174 / var(--tw-bg-opacity));
}

.member-stage-bg-3{
  --tw-bg-opacity: 1;
  background-color: rgb(196 170 119 / var(--tw-bg-opacity));
}

.member-stage-bg-4{
  --tw-bg-opacity: 1;
  background-color: rgb(17 17 17 / var(--tw-bg-opacity));
}

.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.pointer-events-none{
  pointer-events: none;
}

.pointer-events-auto{
  pointer-events: auto;
}

.visible{
  visibility: visible;
}

.invisible{
  visibility: hidden;
}

.collapse{
  visibility: collapse;
}

.static{
  position: static;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.sticky{
  position: sticky;
}

.inset-0{
  inset: 0px;
}

.inset-1\/2{
  inset: 50%;
}

.\!right-5{
  right: 1.25rem !important;
}

.-left-0{
  left: -0px;
}

.-left-0\.5{
  left: -0.125rem;
}

.-right-\[6px\]{
  right: -6px;
}

.-top-1{
  top: -0.25rem;
}

.-top-2{
  top: -0.5rem;
}

.bottom-0{
  bottom: 0px;
}

.bottom-\[65px\]{
  bottom: 65px;
}

.bottom-auto{
  bottom: auto;
}

.left-0{
  left: 0px;
}

.left-\[5\%\]{
  left: 5%;
}

.right-0{
  right: 0px;
}

.right-1{
  right: 0.25rem;
}

.right-2{
  right: 0.5rem;
}

.right-3{
  right: 0.75rem;
}

.right-4{
  right: 1rem;
}

.right-5{
  right: 1.25rem;
}

.right-\[20px\]{
  right: 20px;
}

.right-\[3\%\]{
  right: 3%;
}

.right-\[32px\]{
  right: 32px;
}

.right-\[5\.2px\]{
  right: 5.2px;
}

.right-\[9px\]{
  right: 9px;
}

.top-0{
  top: 0px;
}

.top-1\/2{
  top: 50%;
}

.top-2{
  top: 0.5rem;
}

.top-3{
  top: 0.75rem;
}

.top-\[36\%\]{
  top: 36%;
}

.top-\[5\%\]{
  top: 5%;
}

.top-\[5\.2px\]{
  top: 5.2px;
}

.top-\[50\%-12px\]{
  top: 50%-12px;
}

.top-\[50\%\]{
  top: 50%;
}

.-z-10{
  z-index: -10;
}

.z-10{
  z-index: 10;
}

.z-20{
  z-index: 20;
}

.z-40{
  z-index: 40;
}

.z-50{
  z-index: 50;
}

.z-\[100\]{
  z-index: 100;
}

.z-\[9999\]{
  z-index: 9999;
}

.col-span-1{
  grid-column: span 1 / span 1;
}

.col-span-2{
  grid-column: span 2 / span 2;
}

.col-span-3{
  grid-column: span 3 / span 3;
}

.col-span-7{
  grid-column: span 7 / span 7;
}

.float-right{
  float: right;
}

.float-left{
  float: left;
}

.m-4{
  margin: 1rem;
}

.m-auto{
  margin: auto;
}

.\!my-0{
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.mx-1{
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.mx-2{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.mx-3{
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.mx-4{
  margin-left: 1rem;
  margin-right: 1rem;
}

.mx-5{
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.mx-auto{
  margin-left: auto;
  margin-right: auto;
}

.my-0{
  margin-top: 0px;
  margin-bottom: 0px;
}

.my-1{
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.my-3{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-5{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.my-6{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.my-\[28px\]{
  margin-top: 28px;
  margin-bottom: 28px;
}

.my-auto{
  margin-top: auto;
  margin-bottom: auto;
}

.\!mr-0{
  margin-right: 0px !important;
}

.\!mt-0{
  margin-top: 0px !important;
}

.-mt-1{
  margin-top: -0.25rem;
}

.mb-0{
  margin-bottom: 0px;
}

.mb-1{
  margin-bottom: 0.25rem;
}

.mb-10{
  margin-bottom: 2.5rem;
}

.mb-12{
  margin-bottom: 3rem;
}

.mb-16{
  margin-bottom: 4rem;
}

.mb-2{
  margin-bottom: 0.5rem;
}

.mb-20{
  margin-bottom: 5rem;
}

.mb-3{
  margin-bottom: 0.75rem;
}

.mb-32{
  margin-bottom: 8rem;
}

.mb-4{
  margin-bottom: 1rem;
}

.mb-5{
  margin-bottom: 1.25rem;
}

.mb-6{
  margin-bottom: 1.5rem;
}

.mb-8{
  margin-bottom: 2rem;
}

.mb-9{
  margin-bottom: 2.25rem;
}

.mb-\[2px\]{
  margin-bottom: 2px;
}

.mb-\[5px\]{
  margin-bottom: 5px;
}

.ml-1{
  margin-left: 0.25rem;
}

.ml-12{
  margin-left: 3rem;
}

.ml-2{
  margin-left: 0.5rem;
}

.ml-3{
  margin-left: 0.75rem;
}

.ml-4{
  margin-left: 1rem;
}

.ml-5{
  margin-left: 1.25rem;
}

.ml-6{
  margin-left: 1.5rem;
}

.ml-8{
  margin-left: 2rem;
}

.ml-\[10px\]{
  margin-left: 10px;
}

.ml-\[126px\]{
  margin-left: 126px;
}

.ml-\[2px\]{
  margin-left: 2px;
}

.ml-\[5px\]{
  margin-left: 5px;
}

.ml-\[7px\]{
  margin-left: 7px;
}

.ml-auto{
  margin-left: auto;
}

.mr-1{
  margin-right: 0.25rem;
}

.mr-10{
  margin-right: 2.5rem;
}

.mr-2{
  margin-right: 0.5rem;
}

.mr-3{
  margin-right: 0.75rem;
}

.mr-4{
  margin-right: 1rem;
}

.mr-5{
  margin-right: 1.25rem;
}

.mr-6{
  margin-right: 1.5rem;
}

.mr-7{
  margin-right: 1.75rem;
}

.mr-8{
  margin-right: 2rem;
}

.mr-9{
  margin-right: 2.25rem;
}

.mr-\[3px\]{
  margin-right: 3px;
}

.mr-auto{
  margin-right: auto;
}

.mt-0{
  margin-top: 0px;
}

.mt-0\.5{
  margin-top: 0.125rem;
}

.mt-1{
  margin-top: 0.25rem;
}

.mt-12{
  margin-top: 3rem;
}

.mt-16{
  margin-top: 4rem;
}

.mt-2{
  margin-top: 0.5rem;
}

.mt-20{
  margin-top: 5rem;
}

.mt-3{
  margin-top: 0.75rem;
}

.mt-32{
  margin-top: 8rem;
}

.mt-4{
  margin-top: 1rem;
}

.mt-5{
  margin-top: 1.25rem;
}

.mt-6{
  margin-top: 1.5rem;
}

.mt-7{
  margin-top: 1.75rem;
}

.mt-8{
  margin-top: 2rem;
}

.mt-9{
  margin-top: 2.25rem;
}

.mt-\[18px\]{
  margin-top: 18px;
}

.mt-\[1px\]{
  margin-top: 1px;
}

.mt-\[30px\]{
  margin-top: 30px;
}

.mt-\[68px\]{
  margin-top: 68px;
}

.box-border{
  box-sizing: border-box;
}

.box-content{
  box-sizing: content-box;
}

.line-clamp-2{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.block{
  display: block;
}

.inline-block{
  display: inline-block;
}

.inline{
  display: inline;
}

.flex{
  display: flex;
}

.inline-flex{
  display: inline-flex;
}

.table{
  display: table;
}

.table-caption{
  display: table-caption;
}

.table-cell{
  display: table-cell;
}

.table-row-group{
  display: table-row-group;
}

.table-row{
  display: table-row;
}

.\!grid{
  display: grid !important;
}

.grid{
  display: grid;
}

.contents{
  display: contents;
}

.list-item{
  display: list-item;
}

.\!hidden{
  display: none !important;
}

.hidden{
  display: none;
}

.aspect-\[1\/1\]{
  aspect-ratio: 1/1;
}

.aspect-\[160\/124\]{
  aspect-ratio: 160/124;
}

.aspect-\[164\/127\]{
  aspect-ratio: 164/127;
}

.aspect-\[254\/46\]{
  aspect-ratio: 254/46;
}

.aspect-\[37\/49\.3\]{
  aspect-ratio: 37/49.3;
}

.aspect-\[880\/440\]{
  aspect-ratio: 880/440;
}

.aspect-article{
  aspect-ratio: 1/1;
}

.aspect-brand{
  aspect-ratio: 1.29/1;
}

.aspect-coordinate{
  aspect-ratio: 3/4;
}

.aspect-product{
  aspect-ratio: 5/6;
}

.aspect-square{
  aspect-ratio: 1 / 1;
}

.aspect-staff{
  aspect-ratio: 1/1;
}

.h-0{
  height: 0px;
}

.h-10{
  height: 2.5rem;
}

.h-11{
  height: 2.75rem;
}

.h-12{
  height: 3rem;
}

.h-14{
  height: 3.5rem;
}

.h-16{
  height: 4rem;
}

.h-2{
  height: 0.5rem;
}

.h-20{
  height: 5rem;
}

.h-28{
  height: 7rem;
}

.h-3{
  height: 0.75rem;
}

.h-4{
  height: 1rem;
}

.h-48{
  height: 12rem;
}

.h-5{
  height: 1.25rem;
}

.h-6{
  height: 1.5rem;
}

.h-60{
  height: 15rem;
}

.h-64{
  height: 16rem;
}

.h-8{
  height: 2rem;
}

.h-9{
  height: 2.25rem;
}

.h-\[100dvh\]{
  height: 100dvh;
}

.h-\[100px\]{
  height: 100px;
}

.h-\[17px\]{
  height: 17px;
}

.h-\[191px\]{
  height: 191px;
}

.h-\[1px\]{
  height: 1px;
}

.h-\[22px\]{
  height: 22px;
}

.h-\[24px\]{
  height: 24px;
}

.h-\[25px\]{
  height: 25px;
}

.h-\[30px\]{
  height: 30px;
}

.h-\[33px\]{
  height: 33px;
}

.h-\[36px\]{
  height: 36px;
}

.h-\[38px\]{
  height: 38px;
}

.h-\[44px\]{
  height: 44px;
}

.h-\[46px\]{
  height: 46px;
}

.h-\[52px\]{
  height: 52px;
}

.h-\[56px\]{
  height: 56px;
}

.h-\[57px\]{
  height: 57px;
}

.h-\[60px\]{
  height: 60px;
}

.h-\[64px\]{
  height: 64px;
}

.h-\[68px\]{
  height: 68px;
}

.h-\[74px\]{
  height: 74px;
}

.h-\[78px\]{
  height: 78px;
}

.h-\[80\%\]{
  height: 80%;
}

.h-\[80px\]{
  height: 80px;
}

.h-\[84px\]{
  height: 84px;
}

.h-\[96px\]{
  height: 96px;
}

.h-\[calc\(100\%_-_56px\)\]{
  height: calc(100% - 56px);
}

.h-\[calc\(100\%_-_69px\)\]{
  height: calc(100% - 69px);
}

.h-\[calc\(min\(calc\(100dvh_-_32px\)\2c _857px\)_-_68px_-_84px\)\]{
  height: calc(min(calc(100dvh - 32px), 857px) - 68px - 84px);
}

.h-auto{
  height: auto;
}

.h-fit{
  height: -moz-fit-content;
  height: fit-content;
}

.h-full{
  height: 100%;
}

.max-h-\[80dvh\]{
  max-height: 80dvh;
}

.max-h-\[857px\]{
  max-height: 857px;
}

.max-h-\[calc\(100\%_-_155px\)\]{
  max-height: calc(100% - 155px);
}

.max-h-\[calc\(min\(100vh_-_16px_-_16px\2c _857px\)_-_69px\)\]{
  max-height: calc(min(100vh - 16px - 16px, 857px) - 69px);
}

.max-h-\[calc\(min\(100vh_-_32px\2c _857px\)_-_69px_-_86px\)\]{
  max-height: calc(min(100vh - 32px, 857px) - 69px - 86px);
}

.max-h-\[min\(calc\(100\%_-_32px\)\2c _857px\)\]{
  max-height: min(calc(100% - 32px), 857px);
}

.max-h-\[min\(calc\(100vh_-_78px_-_69px_-_32px\)\2c calc\(857px_-_78px_-_69px\)\)\]{
  max-height: min(calc(100vh - 78px - 69px - 32px),calc(857px - 78px - 69px));
}

.min-h-\[196px\]{
  min-height: 196px;
}

.min-h-\[44px\]{
  min-height: 44px;
}

.min-h-full{
  min-height: 100%;
}

.min-h-screen{
  min-height: 100vh;
}

.\!w-\[110px\]{
  width: 110px !important;
}

.\!w-\[132px\]{
  width: 132px !important;
}

.\!w-\[171px\]{
  width: 171px !important;
}

.\!w-\[240px\]{
  width: 240px !important;
}

.\!w-full{
  width: 100% !important;
}

.w-0{
  width: 0px;
}

.w-1\/12{
  width: 8.333333%;
}

.w-1\/2{
  width: 50%;
}

.w-1\/3{
  width: 33.333333%;
}

.w-1\/4{
  width: 25%;
}

.w-1\/5{
  width: 20%;
}

.w-1\/6{
  width: 16.666667%;
}

.w-10{
  width: 2.5rem;
}

.w-10\/12{
  width: 83.333333%;
}

.w-11{
  width: 2.75rem;
}

.w-12{
  width: 3rem;
}

.w-16{
  width: 4rem;
}

.w-2{
  width: 0.5rem;
}

.w-2\/12{
  width: 16.666667%;
}

.w-2\/3{
  width: 66.666667%;
}

.w-2\/4{
  width: 50%;
}

.w-2\/5{
  width: 40%;
}

.w-2\/6{
  width: 33.333333%;
}

.w-20{
  width: 5rem;
}

.w-24{
  width: 6rem;
}

.w-28{
  width: 7rem;
}

.w-3{
  width: 0.75rem;
}

.w-3\/12{
  width: 25%;
}

.w-3\/4{
  width: 75%;
}

.w-3\/6{
  width: 50%;
}

.w-32{
  width: 8rem;
}

.w-4{
  width: 1rem;
}

.w-4\/12{
  width: 33.333333%;
}

.w-4\/5{
  width: 80%;
}

.w-4\/6{
  width: 66.666667%;
}

.w-40{
  width: 10rem;
}

.w-48{
  width: 12rem;
}

.w-5{
  width: 1.25rem;
}

.w-5\/12{
  width: 41.666667%;
}

.w-5\/6{
  width: 83.333333%;
}

.w-56{
  width: 14rem;
}

.w-6{
  width: 1.5rem;
}

.w-6\/12{
  width: 50%;
}

.w-60{
  width: 15rem;
}

.w-64{
  width: 16rem;
}

.w-7\/12{
  width: 58.333333%;
}

.w-8{
  width: 2rem;
}

.w-8\/12{
  width: 66.666667%;
}

.w-9\/12{
  width: 75%;
}

.w-96{
  width: 24rem;
}

.w-\[1\.7rem\]{
  width: 1.7rem;
}

.w-\[1024px\]{
  width: 1024px;
}

.w-\[120px\]{
  width: 120px;
}

.w-\[123px\]{
  width: 123px;
}

.w-\[124px\]{
  width: 124px;
}

.w-\[127px\]{
  width: 127px;
}

.w-\[128px\]{
  width: 128px;
}

.w-\[132px\]{
  width: 132px;
}

.w-\[15\.6px\]{
  width: 15.6px;
}

.w-\[154px\]{
  width: 154px;
}

.w-\[158px\]{
  width: 158px;
}

.w-\[160px\]{
  width: 160px;
}

.w-\[187px\]{
  width: 187px;
}

.w-\[18px\]{
  width: 18px;
}

.w-\[192\.85px\]{
  width: 192.85px;
}

.w-\[20\%\]{
  width: 20%;
}

.w-\[200px\]{
  width: 200px;
}

.w-\[206px\]{
  width: 206px;
}

.w-\[22px\]{
  width: 22px;
}

.w-\[240px\]{
  width: 240px;
}

.w-\[246px\]{
  width: 246px;
}

.w-\[24px\]{
  width: 24px;
}

.w-\[250\.7px\]{
  width: 250.7px;
}

.w-\[280px\]{
  width: 280px;
}

.w-\[285px\]{
  width: 285px;
}

.w-\[300px\]{
  width: 300px;
}

.w-\[310px\]{
  width: 310px;
}

.w-\[311px\]{
  width: 311px;
}

.w-\[322px\]{
  width: 322px;
}

.w-\[335px\]{
  width: 335px;
}

.w-\[342px\]{
  width: 342px;
}

.w-\[343px\]{
  width: 343px;
}

.w-\[34px\]{
  width: 34px;
}

.w-\[357px\]{
  width: 357px;
}

.w-\[400px\]{
  width: 400px;
}

.w-\[410px\]{
  width: 410px;
}

.w-\[42px\]{
  width: 42px;
}

.w-\[46px\]{
  width: 46px;
}

.w-\[500px\]{
  width: 500px;
}

.w-\[50px\]{
  width: 50px;
}

.w-\[530px\]{
  width: 530px;
}

.w-\[576px\]{
  width: 576px;
}

.w-\[600px\]{
  width: 600px;
}

.w-\[60px\]{
  width: 60px;
}

.w-\[65px\]{
  width: 65px;
}

.w-\[75px\]{
  width: 75px;
}

.w-\[76px\]{
  width: 76px;
}

.w-\[83\.2px\]{
  width: 83.2px;
}

.w-\[860px\]{
  width: 860px;
}

.w-\[96px\]{
  width: 96px;
}

.w-\[calc\(\(100\%_-_48px\)_\/_5\)\]{
  width: calc((100% - 48px) / 5);
}

.w-\[calc\(100\%_-_20px\)\]{
  width: calc(100% - 20px);
}

.w-\[calc\(100\%_-_60px\)\]{
  width: calc(100% - 60px);
}

.w-\[calc\(124_\/_718_\*_100\%\)\]{
  width: calc(124 / 718 * 100%);
}

.w-\[calc\(148_\/_405_\*_100\%\)\]{
  width: calc(148 / 405 * 100%);
}

.w-\[calc\(148_\/_718_\*_100\%\)\]{
  width: calc(148 / 718 * 100%);
}

.w-\[calc\(169_\/_370_\*_100\%\)\]{
  width: calc(169 / 370 * 100%);
}

.w-\[calc\(174_\/_405_\*_100\%\)\]{
  width: calc(174 / 405 * 100%);
}

.w-\[calc\(174_\/_718_\*_100\%\)\]{
  width: calc(174 / 718 * 100%);
}

.w-\[calc\(185_\/_370_\*_100\%\)\]{
  width: calc(185 / 370 * 100%);
}

.w-\[calc\(312_\/_718_\*_100\%\)\]{
  width: calc(312 / 718 * 100%);
}

.w-\[calc\(322_\/_1060_\*_100\%\)\]{
  width: calc(322 / 1060 * 100%);
}

.w-\[calc\(405_\/_718_\*_100\%\)\]{
  width: calc(405 / 718 * 100%);
}

.w-\[calc\(470_\/_718_\*_100\%\)\]{
  width: calc(470 / 718 * 100%);
}

.w-\[calc\(718_\/_1060_\*_100\%\)\]{
  width: calc(718 / 1060 * 100%);
}

.w-\[calc\(81_\/_405_\*_100\%\)\]{
  width: calc(81 / 405 * 100%);
}

.w-\[calc\(81_\/_718_\*_100\%\)\]{
  width: calc(81 / 718 * 100%);
}

.w-auto{
  width: auto;
}

.w-fit{
  width: -moz-fit-content;
  width: fit-content;
}

.w-full{
  width: 100%;
}

.w-screen{
  width: 100vw;
}

.min-w-0{
  min-width: 0px;
}

.min-w-\[117px\]{
  min-width: 117px;
}

.min-w-\[127\.5px\]{
  min-width: 127.5px;
}

.min-w-\[206px\]{
  min-width: 206px;
}

.min-w-\[calc\(100vw_\/_3\)\]{
  min-width: calc(100vw / 3);
}

.min-w-fit{
  min-width: -moz-fit-content;
  min-width: fit-content;
}

.min-w-full{
  min-width: 100%;
}

.max-w-3xl{
  max-width: 48rem;
}

.max-w-5xl{
  max-width: 64rem;
}

.max-w-6xl{
  max-width: 72rem;
}

.max-w-\[1100px\]{
  max-width: 1100px;
}

.max-w-\[206px\]{
  max-width: 206px;
}

.max-w-\[240px\]{
  max-width: 240px;
}

.max-w-\[254px\]{
  max-width: 254px;
}

.max-w-\[300px\]{
  max-width: 300px;
}

.max-w-\[335px\]{
  max-width: 335px;
}

.max-w-\[343px\]{
  max-width: 343px;
}

.max-w-\[402px\]{
  max-width: 402px;
}

.max-w-\[502px\]{
  max-width: 502px;
}

.max-w-\[576px\]{
  max-width: 576px;
}

.max-w-\[600px\]{
  max-width: 600px;
}

.max-w-\[767px\]{
  max-width: 767px;
}

.max-w-\[calc\(100\%_-_2\.5rem\)\]{
  max-width: calc(100% - 2.5rem);
}

.max-w-content{
  max-width: 1092px;
}

.max-w-full{
  max-width: 100%;
}

.max-w-lg{
  max-width: 32rem;
}

.max-w-sm{
  max-width: 24rem;
}

.flex-1{
  flex: 1 1 0%;
}

.flex-\[1_1_500px\]{
  flex: 1 1 500px;
}

.flex-\[1_1_520px\]{
  flex: 1 1 520px;
}

.flex-auto{
  flex: 1 1 auto;
}

.flex-none{
  flex: none;
}

.flex-shrink-0{
  flex-shrink: 0;
}

.shrink-0{
  flex-shrink: 0;
}

.flex-grow{
  flex-grow: 1;
}

.grow{
  flex-grow: 1;
}

.basis-\[300px\]{
  flex-basis: 300px;
}

.table-auto{
  table-layout: auto;
}

.border-separate{
  border-collapse: separate;
}

.border-spacing-0{
  --tw-border-spacing-x: 0px;
  --tw-border-spacing-y: 0px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-2{
  --tw-border-spacing-x: 0.5rem;
  --tw-border-spacing-y: 0.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.\!-translate-x-1\/2{
  --tw-translate-x: -50% !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}

.-translate-y-1\/2{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-\[50\%\]{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-full{
  --tw-translate-y: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-0{
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-2{
  --tw-translate-y: 0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-4{
  --tw-translate-y: 1rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-full{
  --tw-translate-y: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-rotate-90{
  --tw-rotate: -90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-90{
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@keyframes spin{
  to{
    transform: rotate(360deg);
  }
}

.animate-spin{
  animation: spin 1s linear infinite;
}

.cursor-pointer{
  cursor: pointer;
}

.select-none{
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.select-text{
  -webkit-user-select: text;
     -moz-user-select: text;
          user-select: text;
}

.resize{
  resize: both;
}

.list-disc{
  list-style-type: disc;
}

.appearance-none{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.grid-flow-col{
  grid-auto-flow: column;
}

.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-10{
  grid-template-columns: repeat(10, minmax(0, 1fr));
}

.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-4{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-cols-5{
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.grid-cols-6{
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.grid-cols-\[24px_auto\]{
  grid-template-columns: 24px auto;
}

.grid-cols-\[auto_1fr\]{
  grid-template-columns: auto 1fr;
}

.grid-rows-2{
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

.flex-row{
  flex-direction: row;
}

.flex-row-reverse{
  flex-direction: row-reverse;
}

.flex-col{
  flex-direction: column;
}

.flex-col-reverse{
  flex-direction: column-reverse;
}

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

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

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

.items-center{
  align-items: center;
}

.items-stretch{
  align-items: stretch;
}

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

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

.justify-center{
  justify-content: center;
}

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

.justify-around{
  justify-content: space-around;
}

.justify-evenly{
  justify-content: space-evenly;
}

.gap-0{
  gap: 0px;
}

.gap-0\.5{
  gap: 0.125rem;
}

.gap-1{
  gap: 0.25rem;
}

.gap-2{
  gap: 0.5rem;
}

.gap-3{
  gap: 0.75rem;
}

.gap-4{
  gap: 1rem;
}

.gap-5{
  gap: 1.25rem;
}

.gap-\[12px_10px\]{
  gap: 12px 10px;
}

.gap-x-1{
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}

.gap-x-10{
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}

.gap-x-2{
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.gap-x-3{
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}

.gap-x-4{
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.gap-x-5{
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}

.gap-x-6{
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

.gap-x-7{
  -moz-column-gap: 1.75rem;
       column-gap: 1.75rem;
}

.gap-x-8{
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

.gap-x-\[10px\]{
  -moz-column-gap: 10px;
       column-gap: 10px;
}

.gap-x-\[12px\]{
  -moz-column-gap: 12px;
       column-gap: 12px;
}

.gap-x-\[1px\]{
  -moz-column-gap: 1px;
       column-gap: 1px;
}

.gap-y-1{
  row-gap: 0.25rem;
}

.gap-y-10{
  row-gap: 2.5rem;
}

.gap-y-2{
  row-gap: 0.5rem;
}

.gap-y-4{
  row-gap: 1rem;
}

.gap-y-5{
  row-gap: 1.25rem;
}

.gap-y-6{
  row-gap: 1.5rem;
}

.gap-y-\[10px\]{
  row-gap: 10px;
}

.space-x-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}

.space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.space-y-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.space-y-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}

.divide-y > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.divide-gray-200 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-divide-opacity));
}

.self-start{
  align-self: flex-start;
}

.self-end{
  align-self: flex-end;
}

.self-center{
  align-self: center;
}

.overflow-auto{
  overflow: auto;
}

.overflow-hidden{
  overflow: hidden;
}

.overflow-y-auto{
  overflow-y: auto;
}

.overflow-x-hidden{
  overflow-x: hidden;
}

.overflow-y-hidden{
  overflow-y: hidden;
}

.overflow-x-scroll{
  overflow-x: scroll;
}

.overflow-y-scroll{
  overflow-y: scroll;
}

.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.whitespace-normal{
  white-space: normal;
}

.whitespace-nowrap{
  white-space: nowrap;
}

.whitespace-pre{
  white-space: pre;
}

.whitespace-pre-line{
  white-space: pre-line;
}

.break-all{
  word-break: break-all;
}

.rounded{
  border-radius: 0.25rem;
}

.rounded-3xl{
  border-radius: 1.5rem;
}

.rounded-\[12px\]{
  border-radius: 12px;
}

.rounded-\[15\.5px\]{
  border-radius: 15.5px;
}

.rounded-\[16\.5px\]{
  border-radius: 16.5px;
}

.rounded-\[18px\]{
  border-radius: 18px;
}

.rounded-full{
  border-radius: 9999px;
}

.rounded-lg{
  border-radius: 0.5rem;
}

.rounded-md{
  border-radius: 0.375rem;
}

.rounded-sm{
  border-radius: 0.125rem;
}

.rounded-sti-full{
  border-radius: 50%;
}

.rounded-sti-sm{
  border-radius: 0.5rem;
}

.rounded-xl{
  border-radius: 0.75rem;
}

.rounded-b-xl{
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

.rounded-t{
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.rounded-t-lg{
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.border{
  border-width: 1px;
}

.border-0{
  border-width: 0px;
}

.border-4{
  border-width: 4px;
}

.border-x{
  border-left-width: 1px;
  border-right-width: 1px;
}

.border-y{
  border-top-width: 1px;
  border-bottom-width: 1px;
}

.border-b{
  border-bottom-width: 1px;
}

.border-b-0{
  border-bottom-width: 0px;
}

.border-l{
  border-left-width: 1px;
}

.border-r{
  border-right-width: 1px;
}

.border-t{
  border-top-width: 1px;
}

.border-t-0{
  border-top-width: 0px;
}

.border-solid{
  border-style: solid;
}

.border-none{
  border-style: none;
}

.border-black{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.border-blue-500{
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity));
}

.border-current{
  border-color: currentColor;
}

.border-gray-2{
  --tw-border-opacity: 1;
  border-color: rgb(244 244 244 / var(--tw-border-opacity));
}

.border-gray-20{
  --tw-border-opacity: 1;
  border-color: rgb(220 219 218 / var(--tw-border-opacity));
}

.border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}

.border-gray-3{
  --tw-border-opacity: 1;
  border-color: rgb(233 233 233 / var(--tw-border-opacity));
}

.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.border-gray-5{
  --tw-border-opacity: 1;
  border-color: rgb(184 184 184 / var(--tw-border-opacity));
}

.border-gray-6{
  --tw-border-opacity: 1;
  border-color: rgb(153 153 153 / var(--tw-border-opacity));
}

.border-gray-900{
  --tw-border-opacity: 1;
  border-color: rgb(17 24 39 / var(--tw-border-opacity));
}

.border-green-800{
  --tw-border-opacity: 1;
  border-color: rgb(22 101 52 / var(--tw-border-opacity));
}

.border-red-5{
  --tw-border-opacity: 1;
  border-color: rgb(241 108 164 / var(--tw-border-opacity));
}

.border-slate-200{
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity));
}

.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.border-t-transparent{
  border-top-color: transparent;
}

.bg-\[\#F8F8F8\]{
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity));
}

.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-blue-2{
  --tw-bg-opacity: 1;
  background-color: rgb(48 159 221 / var(--tw-bg-opacity));
}

.bg-blue-3{
  --tw-bg-opacity: 1;
  background-color: rgb(164 208 234 / var(--tw-bg-opacity));
}

.bg-gray-1{
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity));
}

.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.bg-gray-2{
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity));
}

.bg-gray-26{
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 249 / var(--tw-bg-opacity));
}

.bg-gray-28{
  --tw-bg-opacity: 1;
  background-color: rgb(77 77 77 / var(--tw-bg-opacity));
}

.bg-gray-3{
  --tw-bg-opacity: 1;
  background-color: rgb(233 233 233 / var(--tw-bg-opacity));
}

.bg-gray-300{
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}

.bg-gray-5{
  --tw-bg-opacity: 1;
  background-color: rgb(184 184 184 / var(--tw-bg-opacity));
}

.bg-gray-50{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.bg-gray-500{
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
}

.bg-gray-6{
  --tw-bg-opacity: 1;
  background-color: rgb(153 153 153 / var(--tw-bg-opacity));
}

.bg-gray-600{
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity));
}

.bg-gray-7{
  --tw-bg-opacity: 1;
  background-color: rgb(125 125 125 / var(--tw-bg-opacity));
}

.bg-gray-8{
  --tw-bg-opacity: 1;
  background-color: rgb(51 51 51 / var(--tw-bg-opacity));
}

.bg-gray-800{
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}

.bg-gray-900{
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}

.bg-modal-overlay{
  background-color: rgba(51,51,51,0.6);
}

.bg-neutral-200{
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity));
}

.bg-purple-400{
  --tw-bg-opacity: 1;
  background-color: rgb(192 132 252 / var(--tw-bg-opacity));
}

.bg-red-100{
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity));
}

.bg-red-2{
  --tw-bg-opacity: 1;
  background-color: rgb(221 23 23 / var(--tw-bg-opacity));
}

.bg-red-600{
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}

.bg-slate-100{
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
}

.bg-sti-base{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-sti-main{
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity));
}

.bg-transparent{
  background-color: transparent;
}

.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-opacity-50{
  --tw-bg-opacity: 0.5;
}

.bg-opacity-60{
  --tw-bg-opacity: 0.6;
}

.bg-opacity-75{
  --tw-bg-opacity: 0.75;
}

.bg-arrow-down-gray{
  background-image: url('/res/img/icons/arrow-down-gray.svg');
}

.bg-arrow-dropdown{
  background-image: url('/res/img/icons/arrow-down-gray.svg');
}

.bg-arrow-right-gray{
  background-image: url('/res/img/icons/arrow-right-gray.svg');
}

.bg-arrow-up-gray{
  background-image: url('/res/img/icons/arrow-up.svg');
}

.bg-ico-thumbnail-list-btn{
  background-image: url('/res/img/icons/ico-thumbnail-list-btn3.svg');
}

.bg-icon-bottom-nav-close{
  background-image: url('/res/img/icons/ico-bottom-nav-close.svg');
}

.bg-icon-cart{
  background-image: url('/res/img/icons/shopping-cart.svg');
}

.bg-icon-cart-white{
  background-image: url('/res/img/icons/shopping-cart-w.svg');
}

.bg-icon-check{
  background-image: url('/res/img/icons/check.svg');
}

.bg-icon-close{
  background-image: url('/res/img/icons/ico-close.svg');
}

.bg-icon-down{
  background-image: url('/res/img/icons/icon-down.svg');
}

.bg-icon-ext-id-line{
  background-image: url('/res/img/icons/icon-line.svg');
}

.bg-icon-facebook{
  background-image: url('/res/img/icons/ico-facebook.svg');
}

.bg-icon-favorite-pink{
  background-image: url('/res/img/icons/ico-favorite-pink.svg');
}

.bg-icon-heart{
  background-image: url('/res/img/icons/heart.svg');
}

.bg-icon-instagram{
  background-image: url('/res/img/icons/ico-instagram-color.png');
}

.bg-icon-line{
  background-image: url('/res/img/icons/ico-line-color.svg');
}

.bg-icon-mail{
  background-image: url('/res/img/icons/ico-mail.svg');
}

.bg-icon-mail-white{
  background-image: url('/res/img/icons/ico-mail-white.svg');
}

.bg-icon-menu{
  background-image: url('/res/img/icons/menu.svg');
}

.bg-icon-right{
  background-image: url('/res/img/icons/ico-right.svg');
}

.bg-icon-search{
  background-image: url('/res/img/icons/search.svg');
}

.bg-icon-snap{
  background-image: url('/res/img/icons/ico-snap.svg');
}

.bg-icon-twitter{
  background-image: url('/res/img/icons/ico-twitter-color.svg');
}

.bg-icon-youtube{
  background-image: url('/res/img/icons/ico-youtube-color.svg');
}

.bg-store-logo{
  background-image: url('/res/img/common/store-logo.svg');
}

.bg-\[length\:16px_16px\]{
  background-size: 16px 16px;
}

.bg-\[length\:20px_20px\]{
  background-size: 20px 20px;
}

.bg-\[length\:24px\]{
  background-size: 24px;
}

.bg-\[length\:24px_24px\]{
  background-size: 24px 24px;
}

.bg-\[length\:auto_100\%\]{
  background-size: auto 100%;
}

.bg-\[length\:contain\]{
  background-size: contain;
}

.bg-contain{
  background-size: contain;
}

.bg-cover{
  background-size: cover;
}

.bg-\[center_top_9px\]{
  background-position: center top 9px;
}

.bg-\[right_12px_center\]{
  background-position: right 12px center;
}

.bg-center{
  background-position: center;
}

.bg-left-bottom{
  background-position: left bottom;
}

.bg-no-repeat{
  background-repeat: no-repeat;
}

.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}

.object-center{
  -o-object-position: center;
     object-position: center;
}

.object-top{
  -o-object-position: top;
     object-position: top;
}

.p-0{
  padding: 0px;
}

.p-1{
  padding: 0.25rem;
}

.p-2{
  padding: 0.5rem;
}

.p-3{
  padding: 0.75rem;
}

.p-4{
  padding: 1rem;
}

.p-5{
  padding: 1.25rem;
}

.p-6{
  padding: 1.5rem;
}

.p-8{
  padding: 2rem;
}

.p-9{
  padding: 2.25rem;
}

.\!py-0{
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.px-0{
  padding-left: 0px;
  padding-right: 0px;
}

.px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-2\.5{
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}

.px-\[10px\]{
  padding-left: 10px;
  padding-right: 10px;
}

.px-\[15px\]{
  padding-left: 15px;
  padding-right: 15px;
}

.px-\[19px\]{
  padding-left: 19px;
  padding-right: 19px;
}

.px-\[50px\]{
  padding-left: 50px;
  padding-right: 50px;
}

.px-\[5px\]{
  padding-left: 5px;
  padding-right: 5px;
}

.px-\[9px\]{
  padding-left: 9px;
  padding-right: 9px;
}

.py-0{
  padding-top: 0px;
  padding-bottom: 0px;
}

.py-0\.5{
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-\[10px\]{
  padding-top: 10px;
  padding-bottom: 10px;
}

.py-\[14px\]{
  padding-top: 14px;
  padding-bottom: 14px;
}

.py-\[2px\]{
  padding-top: 2px;
  padding-bottom: 2px;
}

.py-\[5px\]{
  padding-top: 5px;
  padding-bottom: 5px;
}

.py-\[6px\]{
  padding-top: 6px;
  padding-bottom: 6px;
}

.pb-0{
  padding-bottom: 0px;
}

.pb-0\.5{
  padding-bottom: 0.125rem;
}

.pb-1{
  padding-bottom: 0.25rem;
}

.pb-1\.5{
  padding-bottom: 0.375rem;
}

.pb-12{
  padding-bottom: 3rem;
}

.pb-2{
  padding-bottom: 0.5rem;
}

.pb-3{
  padding-bottom: 0.75rem;
}

.pb-4{
  padding-bottom: 1rem;
}

.pb-5{
  padding-bottom: 1.25rem;
}

.pb-6{
  padding-bottom: 1.5rem;
}

.pb-8{
  padding-bottom: 2rem;
}

.pl-10{
  padding-left: 2.5rem;
}

.pl-16{
  padding-left: 4rem;
}

.pl-2{
  padding-left: 0.5rem;
}

.pl-3{
  padding-left: 0.75rem;
}

.pl-4{
  padding-left: 1rem;
}

.pl-5{
  padding-left: 1.25rem;
}

.pl-6{
  padding-left: 1.5rem;
}

.pl-8{
  padding-left: 2rem;
}

.pl-\[15px\]{
  padding-left: 15px;
}

.pl-\[30px\]{
  padding-left: 30px;
}

.pl-\[9px\]{
  padding-left: 9px;
}

.pr-12{
  padding-right: 3rem;
}

.pr-2{
  padding-right: 0.5rem;
}

.pr-3{
  padding-right: 0.75rem;
}

.pr-4{
  padding-right: 1rem;
}

.pr-5{
  padding-right: 1.25rem;
}

.pr-8{
  padding-right: 2rem;
}

.pr-9{
  padding-right: 2.25rem;
}

.pr-\[30px\]{
  padding-right: 30px;
}

.pr-\[56px\]{
  padding-right: 56px;
}

.pt-0{
  padding-top: 0px;
}

.pt-0\.5{
  padding-top: 0.125rem;
}

.pt-10{
  padding-top: 2.5rem;
}

.pt-2{
  padding-top: 0.5rem;
}

.pt-20{
  padding-top: 5rem;
}

.pt-3{
  padding-top: 0.75rem;
}

.pt-4{
  padding-top: 1rem;
}

.pt-5{
  padding-top: 1.25rem;
}

.pt-6{
  padding-top: 1.5rem;
}

.pt-8{
  padding-top: 2rem;
}

.pt-9{
  padding-top: 2.25rem;
}

.pt-\[1\.7rem\]{
  padding-top: 1.7rem;
}

.pt-\[2\.3px\]{
  padding-top: 2.3px;
}

.pt-\[22px\]{
  padding-top: 22px;
}

.pt-\[33px\]{
  padding-top: 33px;
}

.pt-\[45px\]{
  padding-top: 45px;
}

.text-left{
  text-align: left;
}

.text-center{
  text-align: center;
}

.text-right{
  text-align: right;
}

.text-justify{
  text-align: justify;
}

.align-baseline{
  vertical-align: baseline;
}

.align-top{
  vertical-align: top;
}

.align-middle{
  vertical-align: middle;
}

.align-bottom{
  vertical-align: bottom;
}

.align-text-bottom{
  vertical-align: text-bottom;
}

.font-sti-base{
  font-family: 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'メイリオ', Meiryo, 'Lucida Grande', Verdana, MS PGothic, sans-serif;
}

.font-sti-price{
  font-family: 'Inter', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'メイリオ', Meiryo, 'Lucida Grande', Verdana, MS PGothic, sans-serif;
}

.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-\[0px\]{
  font-size: 0px;
}

.text-\[10px\]{
  font-size: 10px;
}

.text-\[12px\]{
  font-size: 12px;
}

.text-\[13px\]{
  font-size: 13px;
}

.text-\[14px\]{
  font-size: 14px;
}

.text-\[15px\]{
  font-size: 15px;
}

.text-\[16px\]{
  font-size: 16px;
}

.text-\[18px\]{
  font-size: 18px;
}

.text-\[20px\]{
  font-size: 20px;
}

.text-\[28px\]{
  font-size: 28px;
}

.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}

.font-\[600\]{
  font-weight: 600;
}

.font-bold{
  font-weight: 700;
}

.font-light{
  font-weight: 300;
}

.font-medium{
  font-weight: 500;
}

.font-normal{
  font-weight: 400;
}

.font-semibold{
  font-weight: 600;
}

.uppercase{
  text-transform: uppercase;
}

.lowercase{
  text-transform: lowercase;
}

.capitalize{
  text-transform: capitalize;
}

.ordinal{
  --tw-ordinal: ordinal;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.leading-10{
  line-height: 2.5rem;
}

.leading-4{
  line-height: 1rem;
}

.leading-5{
  line-height: 1.25rem;
}

.leading-6{
  line-height: 1.5rem;
}

.leading-8{
  line-height: 2rem;
}

.leading-\[1\.4\]{
  line-height: 1.4;
}

.leading-\[140\%\]{
  line-height: 140%;
}

.leading-\[16px\]{
  line-height: 16px;
}

.leading-\[17px\]{
  line-height: 17px;
}

.leading-\[18px\]{
  line-height: 18px;
}

.leading-\[46px\]{
  line-height: 46px;
}

.leading-base{
  line-height: 1.4;
}

.leading-none{
  line-height: 1;
}

.tracking-wider{
  letter-spacing: 0.05em;
}

.text-\[\#F37E29\]{
  --tw-text-opacity: 1;
  color: rgb(243 126 41 / var(--tw-text-opacity));
}

.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-blue-2{
  --tw-text-opacity: 1;
  color: rgb(48 159 221 / var(--tw-text-opacity));
}

.text-gray-1{
  --tw-text-opacity: 1;
  color: rgb(248 248 248 / var(--tw-text-opacity));
}

.text-gray-24{
  --tw-text-opacity: 1;
  color: rgb(177 173 174 / var(--tw-text-opacity));
}

.text-gray-400{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.text-gray-5{
  --tw-text-opacity: 1;
  color: rgb(184 184 184 / var(--tw-text-opacity));
}

.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.text-gray-6{
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity));
}

.text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.text-gray-7{
  --tw-text-opacity: 1;
  color: rgb(125 125 125 / var(--tw-text-opacity));
}

.text-gray-8{
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

.text-gray-900{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.text-green-400{
  --tw-text-opacity: 1;
  color: rgb(74 222 128 / var(--tw-text-opacity));
}

.text-pink-500{
  --tw-text-opacity: 1;
  color: rgb(236 72 153 / var(--tw-text-opacity));
}

.text-red-2{
  --tw-text-opacity: 1;
  color: rgb(221 23 23 / var(--tw-text-opacity));
}

.text-red-400{
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity));
}

.text-red-5{
  --tw-text-opacity: 1;
  color: rgb(241 108 164 / var(--tw-text-opacity));
}

.text-red-500{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}

.text-red-600{
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}

.text-red-700{
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}

.text-sti-base{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.underline{
  text-decoration-line: underline;
}

.line-through{
  text-decoration-line: line-through;
}

.placeholder-gray-500::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(107 114 128 / var(--tw-placeholder-opacity));
}

.placeholder-gray-500::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(107 114 128 / var(--tw-placeholder-opacity));
}

.opacity-0{
  opacity: 0;
}

.opacity-100{
  opacity: 1;
}

.opacity-60{
  opacity: 0.6;
}

.opacity-75{
  opacity: 0.75;
}

.shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0_-4px_4px_0_rgba\(206\2c 206\2c 206\2c 0\.25\)\]{
  --tw-shadow: 0 -4px 4px 0 rgba(206,206,206,0.25);
  --tw-shadow-colored: 0 -4px 4px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0_-4px_4px_0px_rgba\(206\2c 206\2c 206\2c 0\.25\)\]{
  --tw-shadow: 0 -4px 4px 0px rgba(206,206,206,0.25);
  --tw-shadow-colored: 0 -4px 4px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0px_-4px_4px_0px_\#CECECE40\]{
  --tw-shadow: 0px -4px 4px 0px #CECECE40;
  --tw-shadow-colored: 0px -4px 4px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-inner{
  --tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-xl{
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.ring-1{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-black{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity));
}

.ring-opacity-5{
  --tw-ring-opacity: 0.05;
}

.blur{
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.drop-shadow-\[0_4px_4px_rgba\(206\2c 206\2c 206\2c 0\.25\)\]{
  --tw-drop-shadow: drop-shadow(0 4px 4px rgba(206,206,206,0.25));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.\!invert{
  --tw-invert: invert(100%) !important;
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}

.invert{
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.\!filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}

.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.\!transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-opacity{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-100{
  transition-duration: 100ms;
}

.duration-200{
  transition-duration: 200ms;
}

.duration-300{
  transition-duration: 300ms;
}

.ease-in{
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.\[text-wrap\:wrap\]{
  text-wrap: wrap;
}

.\[transition\:opacity_0\.3s\]{
  transition: opacity 0.3s;
}

@media (max-width: 767px){
  .sm\:atom-text-m{
    font-size: 18px;
    font-weight: 300;
  }

  .sm\:atom-text-xs{
    font-size: 14px;
    font-weight: 300;
  }

  .sm\:w-content-full {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: 100vw;
  }

  @media (max-width: 767px){
    .sm\:w-content-full{
      margin-left: -9px;
      margin-right: -9px;
    }
  }

  .sm\:dblc-normal-text-m{
    font-size: 14px;
    font-weight: 300;
  }

  .sm\:list-cols-1{
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    row-gap: 1.5rem;
  }

  .sm\:list-cols-2{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    row-gap: 1.5rem;
  }

  @media (max-width: 767px){
    .sm\:list-cols-2{
      -moz-column-gap: 6px;
           column-gap: 6px;
      row-gap: 1.25rem;
    }
  }

  .sm\:list-cols-3{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    row-gap: 1.5rem;
  }

  @media (max-width: 767px){
    .sm\:list-cols-3{
      -moz-column-gap: 6px;
           column-gap: 6px;
      row-gap: 1.25rem;
    }
  }

  .sm\:thumb-caption{
    display: flex;
    flex-direction: column;
    :first-child{
      margin-bottom: 0.5rem;
    }
  }
}

.before\:mr-2::before{
  content: var(--tw-content);
  margin-right: 0.5rem;
}

.before\:mr-\[10px\]::before{
  content: var(--tw-content);
  margin-right: 10px;
}

.before\:h-6::before{
  content: var(--tw-content);
  height: 1.5rem;
}

.before\:h-\[1px\]::before{
  content: var(--tw-content);
  height: 1px;
}

.before\:w-6::before{
  content: var(--tw-content);
  width: 1.5rem;
}

.before\:flex-grow::before{
  content: var(--tw-content);
  flex-grow: 1;
}

.before\:bg-gray-5::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(184 184 184 / var(--tw-bg-opacity));
}

.before\:bg-icon-store-stock::before{
  content: var(--tw-content);
  background-image: url('/res/img/icons/icon-store-stock.svg');
}

.before\:content-\[\'\'\]::before{
  --tw-content: '';
  content: var(--tw-content);
}

.after\:ml-\[10px\]::after{
  content: var(--tw-content);
  margin-left: 10px;
}

.after\:h-\[1px\]::after{
  content: var(--tw-content);
  height: 1px;
}

.after\:flex-grow::after{
  content: var(--tw-content);
  flex-grow: 1;
}

.after\:bg-gray-5::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(184 184 184 / var(--tw-bg-opacity));
}

.after\:content-\[\'\'\]::after{
  --tw-content: '';
  content: var(--tw-content);
}

.last\:mb-0:last-child{
  margin-bottom: 0px;
}

.last\:border-b-0:last-child{
  border-bottom-width: 0px;
}

.last\:border-none:last-child{
  border-style: none;
}

.hover\:bg-gray-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.hover\:text-gray-500:hover{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.hover\:underline:hover{
  text-decoration-line: underline;
}

.hover\:no-underline:hover{
  text-decoration-line: none;
}

.hover\:opacity-75:hover{
  opacity: 0.75;
}

.focus\:border-none:focus{
  border-style: none;
}

.focus\:\!bg-transparent:focus{
  background-color: transparent !important;
}

.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.disabled\:before\:bg-icon-store-stock-disable:disabled::before{
  content: var(--tw-content);
  background-image: url('/res/img/icons/icon-store-stock-disable.svg');
}

.data-\[tab-active\]\:relative[data-tab-active]{
  position: relative;
}

.data-\[tab-active\]\:bg-white[data-tab-active]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.data-\[tab-active\]\:text-gray-8[data-tab-active]{
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

.data-\[tab-active\]\:after\:absolute[data-tab-active]::after{
  content: var(--tw-content);
  position: absolute;
}

.data-\[tab-active\]\:after\:bottom-\[-1\.2px\][data-tab-active]::after{
  content: var(--tw-content);
  bottom: -1.2px;
}

.data-\[tab-active\]\:after\:left-0[data-tab-active]::after{
  content: var(--tw-content);
  left: 0px;
}

.data-\[tab-active\]\:after\:h-\[1\.4px\][data-tab-active]::after{
  content: var(--tw-content);
  height: 1.4px;
}

.data-\[tab-active\]\:after\:h-\[1\.8px\][data-tab-active]::after{
  content: var(--tw-content);
  height: 1.8px;
}

.data-\[tab-active\]\:after\:w-full[data-tab-active]::after{
  content: var(--tw-content);
  width: 100%;
}

.data-\[tab-active\]\:after\:bg-white[data-tab-active]::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.data-\[tab-active\]\:after\:content-\[\'\'\][data-tab-active]::after{
  --tw-content: '';
  content: var(--tw-content);
}

@media (prefers-color-scheme: dark){
  .dark\:border-gray-700{
    --tw-border-opacity: 1;
    border-color: rgb(55 65 81 / var(--tw-border-opacity));
  }

  .dark\:bg-gray-800{
    --tw-bg-opacity: 1;
    background-color: rgb(31 41 55 / var(--tw-bg-opacity));
  }

  .dark\:bg-opacity-80{
    --tw-bg-opacity: 0.8;
  }

  .dark\:hover\:bg-gray-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(55 65 81 / var(--tw-bg-opacity));
  }
}

@media (max-width: 1024px){
  .lg\:ml-0{
    margin-left: 0px;
  }

  .lg\:mt-2{
    margin-top: 0.5rem;
  }

  .lg\:mt-3{
    margin-top: 0.75rem;
  }

  .lg\:block{
    display: block;
  }

  .lg\:inline-block{
    display: inline-block;
  }

  .lg\:flex-col{
    flex-direction: column;
  }

  .lg\:items-start{
    align-items: flex-start;
  }

  .lg\:pr-0{
    padding-right: 0px;
  }
}

@media (max-width: 767px){
  .sm\:pointer-events-none{
    pointer-events: none;
  }

  .sm\:pointer-events-auto{
    pointer-events: auto;
  }

  .sm\:fixed{
    position: fixed;
  }

  .sm\:absolute{
    position: absolute;
  }

  .sm\:relative{
    position: relative;
  }

  .sm\:\!right-4{
    right: 1rem !important;
  }

  .sm\:bottom-0{
    bottom: 0px;
  }

  .sm\:left-0{
    left: 0px;
  }

  .sm\:left-\[-9px\]{
    left: -9px;
  }

  .sm\:left-\[3\.4\%\]{
    left: 3.4%;
  }

  .sm\:right-4{
    right: 1rem;
  }

  .sm\:right-\[16px\]{
    right: 16px;
  }

  .sm\:right-\[19px\]{
    right: 19px;
  }

  .sm\:top-0{
    top: 0px;
  }

  .sm\:top-\[3\.4\%\]{
    top: 3.4%;
  }

  .sm\:top-\[38\%\]{
    top: 38%;
  }

  .sm\:order-1{
    order: 1;
  }

  .sm\:order-2{
    order: 2;
  }

  .sm\:order-3{
    order: 3;
  }

  .sm\:order-4{
    order: 4;
  }

  .sm\:order-5{
    order: 5;
  }

  .sm\:order-first{
    order: -9999;
  }

  .sm\:col-span-full{
    grid-column: 1 / -1;
  }

  .sm\:col-start-2{
    grid-column-start: 2;
  }

  .sm\:float-none{
    float: none;
  }

  .sm\:m-0{
    margin: 0px;
  }

  .sm\:m-2{
    margin: 0.5rem;
  }

  .sm\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  .sm\:mx-2{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .sm\:mx-3{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .sm\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .sm\:mx-8{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .sm\:mx-\[9px\]{
    margin-left: 9px;
    margin-right: 9px;
  }

  .sm\:mx-\[calc\(50\%-50vw\)\]{
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }

  .sm\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  .sm\:my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .sm\:my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .sm\:my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .sm\:my-5{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .sm\:my-\[9px\]{
    margin-top: 9px;
    margin-bottom: 9px;
  }

  .sm\:mb-0{
    margin-bottom: 0px;
  }

  .sm\:mb-1{
    margin-bottom: 0.25rem;
  }

  .sm\:mb-12{
    margin-bottom: 3rem;
  }

  .sm\:mb-16{
    margin-bottom: 4rem;
  }

  .sm\:mb-2{
    margin-bottom: 0.5rem;
  }

  .sm\:mb-20{
    margin-bottom: 5rem;
  }

  .sm\:mb-3{
    margin-bottom: 0.75rem;
  }

  .sm\:mb-4{
    margin-bottom: 1rem;
  }

  .sm\:mb-5{
    margin-bottom: 1.25rem;
  }

  .sm\:mb-6{
    margin-bottom: 1.5rem;
  }

  .sm\:mb-8{
    margin-bottom: 2rem;
  }

  .sm\:ml-0{
    margin-left: 0px;
  }

  .sm\:ml-2{
    margin-left: 0.5rem;
  }

  .sm\:ml-3{
    margin-left: 0.75rem;
  }

  .sm\:ml-4{
    margin-left: 1rem;
  }

  .sm\:ml-5{
    margin-left: 1.25rem;
  }

  .sm\:ml-6{
    margin-left: 1.5rem;
  }

  .sm\:ml-\[9px\]{
    margin-left: 9px;
  }

  .sm\:ml-auto{
    margin-left: auto;
  }

  .sm\:mr-0{
    margin-right: 0px;
  }

  .sm\:mr-2{
    margin-right: 0.5rem;
  }

  .sm\:mr-4{
    margin-right: 1rem;
  }

  .sm\:mr-\[10px\]{
    margin-right: 10px;
  }

  .sm\:mt-0{
    margin-top: 0px;
  }

  .sm\:mt-1{
    margin-top: 0.25rem;
  }

  .sm\:mt-12{
    margin-top: 3rem;
  }

  .sm\:mt-16{
    margin-top: 4rem;
  }

  .sm\:mt-2{
    margin-top: 0.5rem;
  }

  .sm\:mt-3{
    margin-top: 0.75rem;
  }

  .sm\:mt-4{
    margin-top: 1rem;
  }

  .sm\:mt-5{
    margin-top: 1.25rem;
  }

  .sm\:mt-6{
    margin-top: 1.5rem;
  }

  .sm\:mt-7{
    margin-top: 1.75rem;
  }

  .sm\:mt-8{
    margin-top: 2rem;
  }

  .sm\:mt-\[12px\]{
    margin-top: 12px;
  }

  .sm\:mt-\[26px\]{
    margin-top: 26px;
  }

  .sm\:mt-\[52px\]{
    margin-top: 52px;
  }

  .sm\:mt-\[57px\]{
    margin-top: 57px;
  }

  .sm\:mt-\[5px\]{
    margin-top: 5px;
  }

  .sm\:box-border{
    box-sizing: border-box;
  }

  .sm\:\!block{
    display: block !important;
  }

  .sm\:block{
    display: block;
  }

  .sm\:inline-block{
    display: inline-block;
  }

  .sm\:inline{
    display: inline;
  }

  .sm\:\!flex{
    display: flex !important;
  }

  .sm\:flex{
    display: flex;
  }

  .sm\:contents{
    display: contents;
  }

  .sm\:\!hidden{
    display: none !important;
  }

  .sm\:hidden{
    display: none;
  }

  .sm\:aspect-\[175\/135\]{
    aspect-ratio: 175/135;
  }

  .sm\:aspect-\[282\/52\]{
    aspect-ratio: 282/52;
  }

  .sm\:aspect-square{
    aspect-ratio: 1 / 1;
  }

  .sm\:h-11{
    height: 2.75rem;
  }

  .sm\:h-5{
    height: 1.25rem;
  }

  .sm\:h-9{
    height: 2.25rem;
  }

  .sm\:h-\[142px\]{
    height: 142px;
  }

  .sm\:h-\[144px\]{
    height: 144px;
  }

  .sm\:h-\[36px\]{
    height: 36px;
  }

  .sm\:h-\[52px\]{
    height: 52px;
  }

  .sm\:h-\[54px\]{
    height: 54px;
  }

  .sm\:h-\[56px\]{
    height: 56px;
  }

  .sm\:h-\[57px\]{
    height: 57px;
  }

  .sm\:h-\[68px\]{
    height: 68px;
  }

  .sm\:h-\[88px\]{
    height: 88px;
  }

  .sm\:h-\[auto\]{
    height: auto;
  }

  .sm\:h-\[calc\(100\%_-_32px_-57px_-_68px\)\]{
    height: calc(100% - 32px -57px - 68px);
  }

  .sm\:h-\[calc\(100\%_-_53px\)\]{
    height: calc(100% - 53px);
  }

  .sm\:h-\[calc\(100\%_-_70px\)\]{
    height: calc(100% - 70px);
  }

  .sm\:h-auto{
    height: auto;
  }

  .sm\:h-fit{
    height: -moz-fit-content;
    height: fit-content;
  }

  .sm\:h-full{
    height: 100%;
  }

  .sm\:max-h-0{
    max-height: 0px;
  }

  .sm\:max-h-\[calc\(100\%_-_123px\)\]{
    max-height: calc(100% - 123px);
  }

  .sm\:max-h-\[calc\(100vh_-_16px_-_16px_-_57px\)\]{
    max-height: calc(100vh - 16px - 16px - 57px);
  }

  .sm\:max-h-\[calc\(100vh_-_32px_-_57px_-_68px\)\]{
    max-height: calc(100vh - 32px - 57px - 68px);
  }

  .sm\:max-h-none{
    max-height: none;
  }

  .sm\:min-h-full{
    min-height: 100%;
  }

  .sm\:\!w-\[103px\]{
    width: 103px !important;
  }

  .sm\:\!w-\[74px\]{
    width: 74px !important;
  }

  .sm\:w-1\/12{
    width: 8.333333%;
  }

  .sm\:w-1\/2{
    width: 50%;
  }

  .sm\:w-1\/3{
    width: 33.333333%;
  }

  .sm\:w-1\/4{
    width: 25%;
  }

  .sm\:w-1\/5{
    width: 20%;
  }

  .sm\:w-11\/12{
    width: 91.666667%;
  }

  .sm\:w-12{
    width: 3rem;
  }

  .sm\:w-16{
    width: 4rem;
  }

  .sm\:w-2\/12{
    width: 16.666667%;
  }

  .sm\:w-2\/3{
    width: 66.666667%;
  }

  .sm\:w-2\/5{
    width: 40%;
  }

  .sm\:w-20{
    width: 5rem;
  }

  .sm\:w-24{
    width: 6rem;
  }

  .sm\:w-3\/12{
    width: 25%;
  }

  .sm\:w-3\/4{
    width: 75%;
  }

  .sm\:w-3\/5{
    width: 60%;
  }

  .sm\:w-4\/12{
    width: 33.333333%;
  }

  .sm\:w-4\/5{
    width: 80%;
  }

  .sm\:w-4\/6{
    width: 66.666667%;
  }

  .sm\:w-5{
    width: 1.25rem;
  }

  .sm\:w-6\/12{
    width: 50%;
  }

  .sm\:w-64{
    width: 16rem;
  }

  .sm\:w-8{
    width: 2rem;
  }

  .sm\:w-9{
    width: 2.25rem;
  }

  .sm\:w-9\/12{
    width: 75%;
  }

  .sm\:w-\[100vw\]{
    width: 100vw;
  }

  .sm\:w-\[121px\]{
    width: 121px;
  }

  .sm\:w-\[127px\]{
    width: 127px;
  }

  .sm\:w-\[128px\]{
    width: 128px;
  }

  .sm\:w-\[140px\]{
    width: 140px;
  }

  .sm\:w-\[154\.28px\]{
    width: 154.28px;
  }

  .sm\:w-\[189px\]{
    width: 189px;
  }

  .sm\:w-\[20\.86\%\]{
    width: 20.86%;
  }

  .sm\:w-\[215px\]{
    width: 215px;
  }

  .sm\:w-\[240px\]{
    width: 240px;
  }

  .sm\:w-\[256px\]{
    width: 256px;
  }

  .sm\:w-\[300px\]{
    width: 300px;
  }

  .sm\:w-\[335px\]{
    width: 335px;
  }

  .sm\:w-\[357px\]{
    width: 357px;
  }

  .sm\:w-\[76px\]{
    width: 76px;
  }

  .sm\:w-\[79\%\]{
    width: 79%;
  }

  .sm\:w-\[93\.8\%\]{
    width: 93.8%;
  }

  .sm\:w-\[96px\]{
    width: 96px;
  }

  .sm\:w-\[calc\(\(100vw_\/_375\)_\*_216\)\]{
    width: calc((100vw / 375) * 216);
  }

  .sm\:w-\[calc\(124_\/_325_\*_100\%\)\]{
    width: calc(124 / 325 * 100%);
  }

  .sm\:w-\[calc\(185_\/_325_\*_100\%\)\]{
    width: calc(185 / 325 * 100%);
  }

  .sm\:w-\[calc\(50\%-13px\)\]{
    width: calc(50% - 13px);
  }

  .sm\:w-\[calc\(50\%-4px\)\]{
    width: calc(50% - 4px);
  }

  .sm\:w-\[calc\(50\%-8px\)\]{
    width: calc(50% - 8px);
  }

  .sm\:w-\[calc\(50\%_-_20px\)\]{
    width: calc(50% - 20px);
  }

  .sm\:w-auto{
    width: auto;
  }

  .sm\:w-fit{
    width: -moz-fit-content;
    width: fit-content;
  }

  .sm\:w-full{
    width: 100%;
  }

  .sm\:w-screen{
    width: 100vw;
  }

  .sm\:min-w-\[141px\]{
    min-width: 141px;
  }

  .sm\:min-w-\[86\.8px\]{
    min-width: 86.8px;
  }

  .sm\:min-w-full{
    min-width: 100%;
  }

  .sm\:max-w-\[285px\]{
    max-width: 285px;
  }

  .sm\:max-w-\[357px\]{
    max-width: 357px;
  }

  .sm\:max-w-\[375px\]{
    max-width: 375px;
  }

  .sm\:max-w-none{
    max-width: none;
  }

  .sm\:flex-1{
    flex: 1 1 0%;
  }

  .sm\:flex-\[1_1_calc\(50\%-8px\)\]{
    flex: 1 1 calc(50% - 8px);
  }

  .sm\:flex-none{
    flex: none;
  }

  .sm\:translate-x-0{
    --tw-translate-x: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .sm\:translate-x-2{
    --tw-translate-x: 0.5rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .sm\:translate-y-0{
    --tw-translate-y: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .sm\:scale-100{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .sm\:scale-95{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .sm\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sm\:flex-row{
    flex-direction: row;
  }

  .sm\:flex-row-reverse{
    flex-direction: row-reverse;
  }

  .sm\:flex-col{
    flex-direction: column;
  }

  .sm\:flex-col-reverse{
    flex-direction: column-reverse;
  }

  .sm\:flex-wrap{
    flex-wrap: wrap;
  }

  .sm\:flex-nowrap{
    flex-wrap: nowrap;
  }

  .sm\:items-start{
    align-items: flex-start;
  }

  .sm\:items-end{
    align-items: flex-end;
  }

  .sm\:items-center{
    align-items: center;
  }

  .sm\:justify-start{
    justify-content: flex-start;
  }

  .sm\:justify-end{
    justify-content: flex-end;
  }

  .sm\:justify-center{
    justify-content: center;
  }

  .sm\:justify-between{
    justify-content: space-between;
  }

  .sm\:gap-0{
    gap: 0px;
  }

  .sm\:gap-\[0px_7px\]{
    gap: 0px 7px;
  }

  .sm\:gap-\[9px\]{
    gap: 9px;
  }

  .sm\:gap-x-0{
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .sm\:gap-x-1{
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .sm\:gap-x-1\.5{
    -moz-column-gap: 0.375rem;
         column-gap: 0.375rem;
  }

  .sm\:gap-x-2{
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .sm\:gap-x-4{
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .sm\:gap-x-\[6px\]{
    -moz-column-gap: 6px;
         column-gap: 6px;
  }

  .sm\:gap-y-3{
    row-gap: 0.75rem;
  }

  .sm\:gap-y-4{
    row-gap: 1rem;
  }

  .sm\:gap-y-5{
    row-gap: 1.25rem;
  }

  .sm\:gap-y-\[10px\]{
    row-gap: 10px;
  }

  .sm\:space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
  }

  .sm\:self-end{
    align-self: flex-end;
  }

  .sm\:overflow-auto{
    overflow: auto;
  }

  .sm\:overflow-hidden{
    overflow: hidden;
  }

  .sm\:overflow-x-auto{
    overflow-x: auto;
  }

  .sm\:overflow-x-scroll{
    overflow-x: scroll;
  }

  .sm\:whitespace-normal{
    white-space: normal;
  }

  .sm\:whitespace-nowrap{
    white-space: nowrap;
  }

  .sm\:rounded{
    border-radius: 0.25rem;
  }

  .sm\:rounded-full{
    border-radius: 9999px;
  }

  .sm\:rounded-none{
    border-radius: 0px;
  }

  .sm\:rounded-sti-full{
    border-radius: 50%;
  }

  .sm\:border{
    border-width: 1px;
  }

  .sm\:border-0{
    border-width: 0px;
  }

  .sm\:border-2{
    border-width: 2px;
  }

  .sm\:\!border-b-0{
    border-bottom-width: 0px !important;
  }

  .sm\:border-b{
    border-bottom-width: 1px;
  }

  .sm\:border-b-0{
    border-bottom-width: 0px;
  }

  .sm\:border-t{
    border-top-width: 1px;
  }

  .sm\:border-t-0{
    border-top-width: 0px;
  }

  .sm\:border-solid{
    border-style: solid;
  }

  .sm\:border-dotted{
    border-style: dotted;
  }

  .sm\:border-none{
    border-style: none;
  }

  .sm\:border-gray-5{
    --tw-border-opacity: 1;
    border-color: rgb(184 184 184 / var(--tw-border-opacity));
  }

  .sm\:border-transparent{
    border-color: transparent;
  }

  .sm\:bg-black{
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  }

  .sm\:bg-gray-1{
    --tw-bg-opacity: 1;
    background-color: rgb(248 248 248 / var(--tw-bg-opacity));
  }

  .sm\:bg-sti-base{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }

  .sm\:bg-transparent{
    background-color: transparent;
  }

  .sm\:bg-white{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }

  .sm\:bg-\[length\:18px_18px\]{
    background-size: 18px 18px;
  }

  .sm\:bg-\[length\:20px_20px\]{
    background-size: 20px 20px;
  }

  .sm\:bg-\[length\:24px_24px\]{
    background-size: 24px 24px;
  }

  .sm\:object-cover{
    -o-object-fit: cover;
       object-fit: cover;
  }

  .sm\:p-0{
    padding: 0px;
  }

  .sm\:p-2{
    padding: 0.5rem;
  }

  .sm\:p-3{
    padding: 0.75rem;
  }

  .sm\:p-4{
    padding: 1rem;
  }

  .sm\:p-6{
    padding: 1.5rem;
  }

  .sm\:\!px-0{
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .sm\:\!px-\[9px\]{
    padding-left: 9px !important;
    padding-right: 9px !important;
  }

  .sm\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }

  .sm\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .sm\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .sm\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:px-\[29px\]{
    padding-left: 29px;
    padding-right: 29px;
  }

  .sm\:px-\[4\.5px\]{
    padding-left: 4.5px;
    padding-right: 4.5px;
  }

  .sm\:px-\[9px\]{
    padding-left: 9px;
    padding-right: 9px;
  }

  .sm\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .sm\:py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .sm\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .sm\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .sm\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .sm\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .sm\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .sm\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .sm\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .sm\:\!pb-0{
    padding-bottom: 0px !important;
  }

  .sm\:pb-0{
    padding-bottom: 0px;
  }

  .sm\:pb-1{
    padding-bottom: 0.25rem;
  }

  .sm\:pb-2{
    padding-bottom: 0.5rem;
  }

  .sm\:pb-3{
    padding-bottom: 0.75rem;
  }

  .sm\:pb-4{
    padding-bottom: 1rem;
  }

  .sm\:pb-\[72px\]{
    padding-bottom: 72px;
  }

  .sm\:pl-0{
    padding-left: 0px;
  }

  .sm\:pl-1{
    padding-left: 0.25rem;
  }

  .sm\:pl-2{
    padding-left: 0.5rem;
  }

  .sm\:pl-3{
    padding-left: 0.75rem;
  }

  .sm\:pl-4{
    padding-left: 1rem;
  }

  .sm\:pl-6{
    padding-left: 1.5rem;
  }

  .sm\:pl-\[9px\]{
    padding-left: 9px;
  }

  .sm\:pr-0{
    padding-right: 0px;
  }

  .sm\:pr-4{
    padding-right: 1rem;
  }

  .sm\:pr-8{
    padding-right: 2rem;
  }

  .sm\:pt-0{
    padding-top: 0px;
  }

  .sm\:pt-1{
    padding-top: 0.25rem;
  }

  .sm\:pt-12{
    padding-top: 3rem;
  }

  .sm\:pt-16{
    padding-top: 4rem;
  }

  .sm\:pt-2{
    padding-top: 0.5rem;
  }

  .sm\:pt-3{
    padding-top: 0.75rem;
  }

  .sm\:pt-4{
    padding-top: 1rem;
  }

  .sm\:pt-5{
    padding-top: 1.25rem;
  }

  .sm\:pt-6{
    padding-top: 1.5rem;
  }

  .sm\:pt-9{
    padding-top: 2.25rem;
  }

  .sm\:text-left{
    text-align: left;
  }

  .sm\:text-center{
    text-align: center;
  }

  .sm\:text-right{
    text-align: right;
  }

  .sm\:text-justify{
    text-align: justify;
  }

  .sm\:text-\[10px\]{
    font-size: 10px;
  }

  .sm\:text-\[12px\]{
    font-size: 12px;
  }

  .sm\:text-\[13px\]{
    font-size: 13px;
  }

  .sm\:text-\[14px\]{
    font-size: 14px;
  }

  .sm\:text-\[18px\]{
    font-size: 18px;
  }

  .sm\:text-\[38px\]{
    font-size: 38px;
  }

  .sm\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .sm\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .sm\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .sm\:text-xs{
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .sm\:font-bold{
    font-weight: 700;
  }

  .sm\:font-light{
    font-weight: 300;
  }

  .sm\:font-normal{
    font-weight: 400;
  }

  .sm\:font-semibold{
    font-weight: 600;
  }

  .sm\:leading-9{
    line-height: 2.25rem;
  }

  .sm\:leading-loose{
    line-height: 2;
  }

  .sm\:leading-relaxed{
    line-height: 1.625;
  }

  .sm\:text-current{
    color: currentColor;
  }

  .sm\:text-pink-500{
    --tw-text-opacity: 1;
    color: rgb(236 72 153 / var(--tw-text-opacity));
  }

  .sm\:text-red-500{
    --tw-text-opacity: 1;
    color: rgb(239 68 68 / var(--tw-text-opacity));
  }

  .sm\:text-red-700{
    --tw-text-opacity: 1;
    color: rgb(185 28 28 / var(--tw-text-opacity));
  }

  .sm\:text-white{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }

  .sm\:underline{
    text-decoration-line: underline;
  }

  .sm\:opacity-0{
    opacity: 0;
  }

  .sm\:opacity-100{
    opacity: 1;
  }

  .sm\:transition-opacity{
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .sm\:duration-100{
    transition-duration: 100ms;
  }
}

.\[\&\:has\(\*\)\]\:mb-4:has(*){
  margin-bottom: 1rem;
}

.\[\&\:has\(\*\)\]\:mt-1:has(*){
  margin-top: 0.25rem;
}

.\[\&\:not\(\:has\(\*\)\)\]\:hidden:not(:has(*)){
  display: none;
}

.\[\&\>\*\:nth-child\(2n\+3\)\]\:mt-1>*:nth-child(2n+3){
  margin-top: 0.25rem;
}

.\[\&\>\:nth-of-type\(1\)\]\:mr-4>:nth-of-type(1){
  margin-right: 1rem;
}

.\[\&\>button\:nth-child\(-n\+2\)\]\:mr-4>button:nth-child(-n+2){
  margin-right: 1rem;
}

@media (max-width: 767px){
  .\[\&\>div\>button\]\:sm\:\!w-full>div>button{
    width: 100% !important;
  }
}

.\[\&\>div\]\:mt-2>div{
  margin-top: 0.5rem;
}

.\[\&\>li\:empty\]\:hidden>li:empty{
  display: none;
}

.\[\&\>li\:nth-of-type\(-n\+3\)_\[data-name\=ranking-color\]\]\:border-\[rgba\(217\2c 217\2c 217\2c 0\.5\)\]>li:nth-of-type(-n+3) [data-name=ranking-color]{
  border-color: rgba(217,217,217,0.5);
}

.\[\&\>li\:nth-of-type\(-n\+3\)_\[data-name\=ranking-color\]\]\:text-white>li:nth-of-type(-n+3) [data-name=ranking-color]{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.\[\&\>li\:nth-of-type\(1\)_\[data-name\=ranking-color\]\]\:bg-yellow-3>li:nth-of-type(1) [data-name=ranking-color]{
  --tw-bg-opacity: 1;
  background-color: rgb(223 188 61 / var(--tw-bg-opacity));
}

.\[\&\>li\:nth-of-type\(2\)_\[data-name\=ranking-color\]\]\:bg-gray-25>li:nth-of-type(2) [data-name=ranking-color]{
  --tw-bg-opacity: 1;
  background-color: rgb(149 149 149 / var(--tw-bg-opacity));
}

.\[\&\>li\:nth-of-type\(3\)_\[data-name\=ranking-color\]\]\:bg-yellow-4>li:nth-of-type(3) [data-name=ranking-color]{
  --tw-bg-opacity: 1;
  background-color: rgb(192 116 46 / var(--tw-bg-opacity));
}

.\[\&\>li\>\*\]\:\!text-red-2>li>*{
  --tw-text-opacity: 1 !important;
  color: rgb(221 23 23 / var(--tw-text-opacity)) !important;
}

.\[\&\>li\]\:flex>li{
  display: flex;
}

.\[\&\>li\]\:before\:block>li::before{
  content: var(--tw-content);
  display: block;
}

.\[\&\>li\]\:before\:content-\[\'\30FB\'\]>li::before{
  --tw-content: '・';
  content: var(--tw-content);
}

@media (max-width: 767px){
  .sm\:\[\&\>li\]\:w-1\/2>li{
    width: 50%;
  }

  .sm\:\[\&\>li\]\:border-b>li{
    border-bottom-width: 1px;
  }

  .sm\:\[\&\>li\]\:border-gray-5>li{
    --tw-border-opacity: 1;
    border-color: rgb(184 184 184 / var(--tw-border-opacity));
  }

  .sm\:\[\&\>li\]\:odd\:border-r:nth-child(odd)>li{
    border-right-width: 1px;
  }
}

.\[\&\>p\:last-child\]\:mb-0>p:last-child{
  margin-bottom: 0px;
}

@media(max-width:1088px){
  .\[\@media\(max-width\:1088px\)\]\:w-full{
    width: 100%;
  }

  .\[\@media\(max-width\:1088px\)\]\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media(max-width:1112px){
  .\[\@media\(max-width\:1112px\)\]\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  .\[\@media\(max-width\:1112px\)\]\:w-full{
    width: 100%;
  }

  .\[\@media\(max-width\:1112px\)\]\:flex-col-reverse{
    flex-direction: column-reverse;
  }
}

@media(max-width:878px){
  .\[\@media\(max-width\:878px\)\]\:w-full{
    width: 100%;
  }

  .\[\@media\(max-width\:878px\)\]\:px-\[9px\]{
    padding-left: 9px;
    padding-right: 9px;
  }
}

@media(max-width:980px){
  .\[\@media\(max-width\:980px\)\]\:ml-6{
    margin-left: 1.5rem;
  }

  .\[\@media\(max-width\:980px\)\]\:block{
    display: block;
  }

  .\[\@media\(max-width\:980px\)\]\:flex{
    display: flex;
  }

  .\[\@media\(max-width\:980px\)\]\:flex-col{
    flex-direction: column;
  }
}

@media(min-width:1092px){
  .\[\@media\(min-width\:1092px\)\]\:whitespace-nowrap{
    white-space: nowrap;
  }
}
