@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

*, ::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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.12 | 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.
7. Disable tap highlights on iOS
*/

html,
:host {
  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, 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 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
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. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. 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-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
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 */
  letter-spacing: 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,
input:where([type='button']),
input:where([type='reset']),
input:where([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;
}

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

.container{
  width: 100%;
}

@media (min-width: 768px){
  .\!container{
    max-width: 768px !important;
  }

  .container{
    max-width: 768px;
  }
}

/*default style*/

html {
  font-family: sans-serif;
  font-size: 16px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: .02em;
  --tw-text-opacity: 1;
  color: rgb(48 48 48 / var(--tw-text-opacity));
}

input:focus{
  outline: none
}

/*Google Fonts Imports*/

/* @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500&display=swap');
    .font-poppins{
        font-family: 'Poppins', sans-serif;
    } */

/*AP error class*/

.form-area-input input.validation-error:not([type="radio"]):not([type="checkbox"]){
  --tw-border-opacity: 1;
  border-color: rgb(208 2 27 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 232 234 / var(--tw-bg-opacity));
}

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

input[type="checkbox"].validation-error::before{
  --tw-border-opacity: 1;
  border-color: rgb(185 28 28 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 232 234 / var(--tw-bg-opacity));
}

input[type="radio"].validation-error::before{
  --tw-border-opacity: 1;
  border-color: rgb(208 2 27 / var(--tw-border-opacity));
}

input[type="radio"].validation-error + label{
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}

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

[x-cloak] {
  display: none;
}

/* 検索一覧系columnスタイル */

.search-col-wrap{
  display: flex;
  height: 100%;
  justify-content: space-between;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

@media (max-width: 767px){
  .search-col-wrap{
    margin-bottom: 2rem;
    display: block;
    -moz-column-gap: 0px;
         column-gap: 0px;
  }
}

.search-col-l{
  width: 234px;
}

@media (max-width: 767px){
  .search-col-l{
    width: 100%;
  }
}

.search-col-r{
  width: calc(100% - 266px);
}

@media (max-width: 767px){
  .search-col-r{
    width: 100%;
  }
}

/* ios ズーム対応 */

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

/* テキスト */

/* 通常本文XL */

.text-normal-xl{
  font-size: 1.125rem;
  line-height: 1.4;
  line-height: 1.75rem;
}

/* 通常本文L */

.text-normal-l{
  font-size: 1rem;
  line-height: 1.4;
  line-height: 22px;
}

/* 通常本文M */

.text-normal-m{
  font-size: 0.875rem;
  line-height: 1.4;
  line-height: 1.25rem;
}

/* 通常本文S */

.text-normal-s{
  font-size: 0.75rem;
  line-height: 1.4;
  line-height: 1rem;
}

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

.text-normal-center-xxl{
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.4;
  line-height: 1.75rem;
}

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

.text-normal-center-l{
  text-align: center;
  font-size: 1rem;
  line-height: 1.4;
  line-height: 22px;
}

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

.text-normal-center-m{
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.4;
  line-height: 1.25rem;
}

/* 強調本文XL */

.text-accent-xl{
  font-size: 1.125rem;
  line-height: 1.4;
  font-weight: 700;
  line-height: 1.75rem;
  letter-spacing: .04em;
}

/* 強調本文L */

.text-accent-l{
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: .04em;
}

/* 強調本文M */

.text-accent-m{
  font-size: 0.875rem;
  line-height: 1.4;
  font-weight: 700;
  line-height: 1.25rem;
  letter-spacing: .04em;
}

/* 強調本文S */

.text-accent-s{
  font-size: 0.75rem;
  line-height: 1.4;
  font-weight: 700;
  line-height: 1rem;
  letter-spacing: .04em;
}

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

.text-accent-xxl{
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 700;
  line-height: 1.75rem;
  letter-spacing: .04em;
}

@media (max-width: 767px){
  .text-accent-xxl{
    font-size: 0.75rem;
    line-height: 1.4;
  }
}

/* 注意本文L */

.text-caution-l{
  font-size: 1rem;
  line-height: 1.4;
  line-height: 22px;
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}

/* 注意本文M */

.text-caution-m{
  font-size: 0.875rem;
  line-height: 1.4;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}

/* 注意本文S */

.text-caution-s{
  font-size: 0.75rem;
  line-height: 1.4;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}

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

.text-caution-center-m{
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.4;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}

@media (max-width: 767px){
  .text-caution-center-m{
    font-size: 0.75rem;
    line-height: 1.4;
  }
}

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

.text-accent-caution-center-l{
  text-align: center;
  font-size: 1rem;
  line-height: 1.4;
  line-height: 22px;
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}

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

.text-link-m{
  cursor: pointer;
  font-size: 0.875rem;
  line-height: 1.4;
  line-height: 1.25rem;
  letter-spacing: .04em;
  --tw-text-opacity: 1;
  color: rgb(133 133 133 / var(--tw-text-opacity));
  text-decoration-line: underline;
}

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

.text-link-accent-m{
  cursor: pointer;
  font-size: 0.875rem;
  line-height: 1.4;
  line-height: 1.25rem;
  letter-spacing: .04em;
  text-decoration-line: underline;
}

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

.text-link-s{
  cursor: pointer;
  font-size: 0.75rem;
  line-height: 1.4;
  line-height: 1rem;
  letter-spacing: 0em;
  --tw-text-opacity: 1;
  color: rgb(133 133 133 / var(--tw-text-opacity));
  text-decoration-line: underline;
}

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

.text-link-accent-s{
  cursor: pointer;
  font-size: 0.75rem;
  line-height: 1.4;
  line-height: 1rem;
  letter-spacing: 0em;
  text-decoration-line: underline;
}

/* 補足本文L */

.text-supplement-l{
  font-size: 1rem;
  line-height: 1.4;
  line-height: 22px;
  --tw-text-opacity: 1;
  color: rgb(85 85 85 / var(--tw-text-opacity));
}

/* 補足本文M */

.text-supplement-m{
  font-size: 0.875rem;
  line-height: 1.4;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(85 85 85 / var(--tw-text-opacity));
}

/* 補足本文S */

.text-supplement-s{
  font-size: 0.75rem;
  line-height: 1.4;
  line-height: 1rem;
  letter-spacing: .04em;
  --tw-text-opacity: 1;
  color: rgb(85 85 85 / var(--tw-text-opacity));
}

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

.text-supplement-center-m{
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.4;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(85 85 85 / var(--tw-text-opacity));
}

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

.text-supplement-center-s{
  text-align: center;
  font-size: 0.75rem;
  line-height: 1.4;
  line-height: 1rem;
  letter-spacing: .04em;
  --tw-text-opacity: 1;
  color: rgb(85 85 85 / var(--tw-text-opacity));
}

/* リスト */

/* ビュレット共通クラス */

/* ビュレット付リストM */

.list-m-bullet{
  font-size: 0.875rem;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(85 85 85 / var(--tw-text-opacity));
  list-style-type: none;
}

.list-m-bullet>li{
  display: flex;
  align-items: center;
  gap: 9px;
}

.list-m-bullet>li::before{
  display: block;
  height: 5px;
  width: 5px;
  flex-shrink: 0;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(48 48 48 / var(--tw-bg-opacity));
  --tw-content: "";
  content: var(--tw-content);
}

/* ビュレット付リストS */

.list-s-bullet > :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));
}

.list-s-bullet{
  font-size: 0.75rem;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(85 85 85 / var(--tw-text-opacity));
  list-style-type: none;
}

.list-s-bullet>li{
  display: flex;
  align-items: center;
  gap: 9px;
}

.list-s-bullet>li::before{
  display: block;
  height: 5px;
  width: 5px;
  flex-shrink: 0;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(48 48 48 / var(--tw-bg-opacity));
  --tw-content: "";
  content: var(--tw-content);
}

/* ビュレットなしリストL */

.list-l-plain{
  list-style-type: none;
  font-size: 1rem;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(85 85 85 / var(--tw-text-opacity));
}

/* ビュレットなしリストM */

.list-m-plain{
  list-style-type: none;
  font-size: 0.875rem;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (max-width: 767px){
  .list-m-plain{
    --tw-text-opacity: 1;
    color: rgb(85 85 85 / var(--tw-text-opacity));
  }
}

/* ビュレットなしリストS */

.list-s-plain{
  list-style-type: none;
  font-size: 0.75rem;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (max-width: 767px){
  .list-s-plain{
    --tw-text-opacity: 1;
    color: rgb(85 85 85 / var(--tw-text-opacity));
  }
}

/* 定義リストアイテムL */

.definition-list-l > :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));
}

.definition-list-l-dt{
  font-size: 0.875rem;
  line-height: 1.4;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}

.definition-list-l-dd{
  word-break: break-all;
  padding-top: 0.5rem;
  padding-bottom: 0.25rem;
  font-size: 1rem;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(118 118 118 / var(--tw-text-opacity));
}

@media (max-width: 767px){
  .definition-list-l-dd{
    padding-top: 0.25rem;
  }
}

/* 定義リストアイテムM */

.definition-list-m > :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));
}

@media (max-width: 767px){
  .definition-list-m > :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));
  }
}

.definition-list-m-dt{
  font-size: 0.875rem;
  line-height: 1.4;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}

.definition-list-m-dd{
  word-break: break-all;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(118 118 118 / var(--tw-text-opacity));
}

@media (max-width: 767px){
  .definition-list-m-dd{
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 0.875rem;
    line-height: 1.4;
  }
}

/* 定義リストアイテム（2カラム） */

.definition-list-2cols{
  display: flex;
}

@media (max-width: 767px){
  .definition-list-2cols{
    display: block;
  }
}

.definition-list-2cols-gray{
  display: flex;
}

@media (max-width: 767px){
  .definition-list-2cols-gray{
    display: block;
  }
}

.definition-list-2cols-dt{
  width: 290px;
  font-size: 0.875rem;
  line-height: 1.4;
  font-weight: 600;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(85 85 85 / var(--tw-text-opacity));
}

@media (max-width: 767px){
  .definition-list-2cols-dt{
    --tw-text-opacity: 1;
    color: rgb(48 48 48 / var(--tw-text-opacity));
  }
}

.definition-list-pc-normal{
  width: 290px;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.4;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(85 85 85 / var(--tw-text-opacity));
}

@media (max-width: 767px){
  .definition-list-pc-normal{
    margin-bottom: 0.75rem;
    width: 100%;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(102 102 102 / var(--tw-text-opacity));
  }
}

.definition-list-pc-normal-gray{
  width: 290px;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.4;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(85 85 85 / var(--tw-text-opacity));
}

@media (max-width: 767px){
  .definition-list-pc-normal-gray{
    margin-bottom: 0.75rem;
    width: 100%;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(102 102 102 / var(--tw-text-opacity));
  }
}

.definition-list-2cols.sp-accent{
  display: block;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity));
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 0.5rem;
  padding-right: 2rem;
}

@media (max-width: 767px){
  .definition-list-2cols.sp-accent{
    border-bottom-width: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
  }
}

.definition-list-2cols.sp-accent .definition-list-2cols-dt{
  margin-bottom: 0.5rem;
  font-size: 0.75rem;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(168 168 168 / var(--tw-text-opacity));
}

@media (max-width: 767px){
  .definition-list-2cols.sp-accent .definition-list-2cols-dt{
    margin-bottom: 0px;
    width: 100%;
    max-width: none;
    --tw-bg-opacity: 1;
    background-color: rgb(245 245 245 / var(--tw-bg-opacity));
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    font-size: 0.875rem;
    line-height: 1.4;
    --tw-text-opacity: 1;
    color: rgb(85 85 85 / var(--tw-text-opacity));
  }
}

.definition-list-2cols.sp-accent .definition-list-2cols-dd{
  display: flex;
  flex-direction: column;
  row-gap: 6px;
  --tw-text-opacity: 1;
  color: rgb(85 85 85 / var(--tw-text-opacity));
}

@media (max-width: 767px){
  .definition-list-2cols.sp-accent .definition-list-2cols-dd{
    margin-top: 0px;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 1rem;
  }

  .definition-list-2cols.sp-accent .definition-list-2cols-dd.sp-accent-first > :first-child{
    font-weight: 600;
  }
}

.definition-button-list .definition-list-2cols-dt,
    .definition-button-list .definition-list-2cols-dd{
  width: 100%;
}

.definition-list-2cols-alert{
  margin-top: 0.75rem;
  font-size: 0.75rem;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(85 85 85 / var(--tw-text-opacity));
}

@media (max-width: 767px){
  .definition-list-2cols-alert{
    margin-top: 1.5rem;
  }
}

.definition-list-checkbox-desc{
  margin-top: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.4;
}

@media (max-width: 767px){
  .definition-list-checkbox-desc{
    margin-top: 0.25rem;
    font-size: 0.75rem;
    line-height: 1.4;
  }
}

.definition-list-2cols.sp-accent.definition-button .form-area-desc{
  margin-top: 0.75rem;
}

@media (max-width: 767px){
  .definition-list-2cols.sp-accent.definition-button .form-area-desc{
    margin-top: 1rem;
  }
}

.definition-list-2cols.sp-accent .form-checkbox-wrapper{
  margin-top: 9px;
}

@media (max-width: 767px){
  .definition-list-2cols.sp-accent .form-checkbox-wrapper{
    margin-top: 1rem;
  }
}

.definition-list-2cols-dd{
  width: calc(100% - 290px);
  word-break: break-all;
  font-size: 0.875rem;
  line-height: 1.4;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(48 48 48 / var(--tw-text-opacity));
}

@media (max-width: 767px){
  .definition-list-2cols-dd{
    margin-top: 0.5rem;
    width: 100%;
  }
}

.definition-list-2cols-dd:has(> .definition-button-text){
  display: flex;
  flex-direction: column;
}

@media (max-width: 767px){
  .definition-list-2cols-dd:has(> .definition-button-text){
    row-gap: 0.5rem;
  }
}

.definition-list-2cols-dd .definition-list-2cols-dd-content{
  margin-top: 6px;
  display: flex;
  flex-direction: column;
  row-gap: 0.25rem;
}

.definition-list-2cols-dd-normal{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(48 48 48 / var(--tw-text-opacity));
}

@media (max-width: 767px){
  .definition-list-2cols-dd-normal{
    padding-top: 0px;
    padding-bottom: 0px;
    --tw-text-opacity: 1;
    color: rgb(187 187 187 / var(--tw-text-opacity));
  }
}

.definition-list-2cols-dd-gray{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(187 187 187 / var(--tw-text-opacity));
}

@media (max-width: 767px){
  .definition-list-2cols-dd-gray{
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

@media (min-width: 768px){
  .definition-list-2cols-dd-gray{
    width: calc(100% - 290px);
  }
}

.definition-list-2cols-dd .list-m-bullet{
  --tw-text-opacity: 1;
  color: rgb(85 85 85 / var(--tw-text-opacity));
}

.definition-list-2cols-dd .form-area-desc{
  font-size: 0.75rem;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(85 85 85 / var(--tw-text-opacity));
}

.definition-list-2cols-dd-accent-wrapper{
  display: flex;
  font-size: 0.875rem;
  line-height: 1.4;
}

@media (max-width: 767px){
  .definition-list-2cols-dd-accent-wrapper{
    margin-top: 1rem;
    margin-left: 0.75rem;
  }
}

.definition-list-2cols-dd-accent-title{
  display: flex;
  vertical-align: top;
  font-weight: 600;
}

.definition-list-2cols-dd-accent-text{
  margin-left: 0.5rem;
}

@media (max-width: 767px){
  .definition-list-2cols-dd-accent-text{
    margin-left: 0.25rem;
  }
}

.definition-list-2cols.sp-accent.definition-button{
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity));
}

@media (max-width: 767px){
  .definition-list-2cols.sp-accent.definition-button{
    flex-direction: column;
    border-bottom-width: 0px;
  }
}

.definition-button-list{
  width: 100%;
  max-width: calc(100% - 100px);
}

@media (max-width: 767px){
  .definition-button-list{
    max-width: none;
  }
}

.definition-button-list .definition-list-2cols-dd{
  display: flex;
  flex-direction: column;
  row-gap: 6px;
  padding-top: 2px;
  padding-bottom: 2px;
}

.definition-button-wrapper{
  height: 32px;
}

@media (max-width: 767px){
  .definition-button-wrapper{
    margin-top: 0.75rem;
    margin-right: 0.75rem;
    margin-left: auto;
  }
}

.definition-list-2cols-label{
  font-size: 0.875rem;
  line-height: 1.4;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(85 85 85 / var(--tw-text-opacity));
}

.definition-button-label{
  margin-bottom: 2px;
  font-size: 0.875rem;
  line-height: 1.4;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(85 85 85 / var(--tw-text-opacity));
}

.definition-button-text{
  font-size: 0.875rem;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(48 48 48 / var(--tw-text-opacity));
}

.definition-button-label-wrapper{
  display: flex;
  flex-direction: column;
}

.definition-button-label-wrapper > :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));
}

.definition-button-label-wrapper:not(:first-child){
  margin-top: 1rem;
}

@media (max-width: 767px){
  .definition-button-label-wrapper:not(:first-child){
    margin-top: 1.25rem;
  }
}

/* 定義リストグループ */

.definition-list-group-l > :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));
}

.definition-list-group-l{
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity));
  padding-bottom: 1rem;
  --tw-text-opacity: 1;
  color: rgb(48 48 48 / var(--tw-text-opacity));
}

.definition-list-group-l > dl{
  display: flex;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.definition-list-group-m > :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));
}

.definition-list-group-m{
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity));
  padding-bottom: 1rem;
  font-size: 0.875rem;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(48 48 48 / var(--tw-text-opacity));
}

.definition-list-group-button .definition-list-group-m > :not([hidden]) ~ :not([hidden]),
    .definition-list-group-button-slim .definition-list-group-m > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(8px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(8px * var(--tw-space-y-reverse));
}

@media (max-width: 767px){
  .definition-list-group-button .definition-list-group-m > :not([hidden]) ~ :not([hidden]),
    .definition-list-group-button-slim .definition-list-group-m > :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));
  }
}

.definition-list-group-m > dl{
  display: flex;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

@media (max-width: 767px){
  .definition-list-group-m > dl{
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }
}

.definition-list-group-l-label{
  width: 112px;
  font-weight: 600;
}

.definition-list-group-m-label{
  width: 160px;
  font-weight: 600;
}

.definition-list-group-button-slim .definition-list-group-m-label{
  width: 90px;
}

@media (max-width: 767px){
  .definition-list-group-button-slim .definition-list-group-m-label{
    width: 96px;
  }
}

.definition-list-group-button .definition-list-group-m-label{
  width: 160px;
  flex-shrink: 0;
}

.definition-list-group-button{
  display: flex;
  justify-content: space-between;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity));
}

@media (max-width: 767px){
  .definition-list-group-button{
    flex-direction: column;
    padding-bottom: 1rem;
  }
}

.definition-list-group-button-slim{
  display: flex;
  justify-content: space-between;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity));
}

@media (max-width: 767px){
  .definition-list-group-button-slim{
    flex-direction: column;
    padding-bottom: 1rem;
  }
}

.definition-list-group-button .definition-list-group-l{
  border-bottom-width: 0px;
}

.definition-list-group-button-slim .definition-list-group-m,
    .definition-list-group-button .definition-list-group-m{
  border-bottom-width: 0px;
}

.definition-list-group-button-slim .definition-button-wrapper,
    .definition-list-group-button .definition-button-wrapper{
  display: flex;
  height: 2.25rem;
  width: 121px;
  flex-shrink: 0;
  justify-content: flex-end;
}

@media (max-width: 767px){
  .definition-list-group-button-slim .definition-button-wrapper,
    .definition-list-group-button .definition-button-wrapper{
    margin: 0px;
    width: 100%;
  }
}

@media (min-width: 768px){
  .definition-list-group-button-slim .definition-button-wrapper,
    .definition-list-group-button .definition-button-wrapper{
    margin-left: 1rem;
  }
}

.definition-list-group-l dd{
  width: calc(100% - 128px);
}

.definition-list-group-m dd{
  width: calc(100% - 176px);
  word-break: break-all;
}

.definition-list-group-button-slim dd{
  width: calc(100% - 106px);
}

.definition-list-group-button dd{
  width: calc(100% - 160px);
  word-break: break-all;
}

@media (min-width: 768px){
  .definition-list-group-button dd{
    padding-right: 1rem;
  }
}

/* ボタン */

.button-primary{
  display: inline-block;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.button-primary:disabled{
  cursor: auto;
  opacity: 0.2;
}

.button-secondary{
  display: inline-block;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(168 168 168 / var(--tw-border-opacity));
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(85 85 85 / var(--tw-text-opacity));
}

.button-secondary:disabled{
  cursor: auto;
  opacity: 0.5;
}

.button-plain{
  --tw-text-opacity: 1;
  color: rgb(133 133 133 / var(--tw-text-opacity));
  text-decoration-line: underline;
  display: inline-block;
  --tw-bg-opacity: 1;
  text-align: center;
}

.button-plain:disabled{
  opacity: 0.5;
}

.button-size-sm{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.75rem;
  line-height: 1.4;
  font-weight: 400;
}

.button-size-md{
  min-width: 178px;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.4;
  font-weight: 400;
}

.button-size-lg{
  min-width: 300px;
  padding-left: 3rem;
  padding-right: 3rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 400;
}

.button-w-full{
  width: 100%;
  min-width: 0px;
}

.button-center{
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}

/* ボタングループ */

.button-wrapper-col{
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
}

.button-wrapper-col *:not(:last-child){
  margin: 0px;
  margin-bottom: 1rem;
}

.button-wrapper-row{
  display: flex;
  width: 100%;
  justify-content: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

@media (max-width: 767px){
  .button-wrapper-row{
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }
}

/* カート専用セカンダリボタン */

.button-secondary-cart{
  display: flex;
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
  border-radius: 3px;
  padding: 0.5rem;
}

.button-secondary-cart::before{
  display: block;
  height: 1rem;
  width: 1rem;
  background-size: 16px 16px;
  background-position: center;
  background-repeat: no-repeat;
  --tw-content: "";
  content: var(--tw-content);
}

.button-secondary-cart-favorite{
  display: flex;
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
  border-radius: 3px;
  padding: 0.5rem;
}

.button-secondary-cart-favorite::before{
  display: block;
  height: 1rem;
  width: 1rem;
  background-size: 16px 16px;
  background-position: center;
  background-repeat: no-repeat;
  --tw-content: "";
  content: var(--tw-content);
  background-image: url('/res/img/snp/icons/favorite-off.svg');
}

.button-secondary-cart-delete{
  display: flex;
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
  border-radius: 3px;
  padding: 0.5rem;
}

.button-secondary-cart-delete::before{
  display: block;
  height: 1rem;
  width: 1rem;
  background-size: 16px 16px;
  background-position: center;
  background-repeat: no-repeat;
  --tw-content: "";
  content: var(--tw-content);
  background-image: url('/res/img/snp/icons/trash.svg');
}

@media (max-width: 767px){
  .button-secondary-cart-delete{
    display: block;
    height: 22px;
    width: 22px;
    border-style: none;
    padding: 0px;
  }

  .button-secondary-cart-delete::before{
    height: 22px;
    width: 22px;
    content: var(--tw-content);
    background-size: 22px 22px;
  }

  .button-secondary-cart-delete > span{
    display: none;
  }
}

/* カート専用料金表示 */

.cart-price-display{
  display: flex;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.cart-price-display .price-label{
  margin-top: 7px;
  font-size: 10px;
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}

.cart-price-display .price-row{
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.cart-price-display .price-value{
  font-family: Inter, sans-serif;
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: 0em;
  --tw-text-opacity: 1;
  color: rgb(48 48 48 / var(--tw-text-opacity));
}

.cart-price-display .price-tax{
  margin-left: 5px;
  margin-bottom: 5px;
  font-size: 0.75rem;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(48 48 48 / var(--tw-text-opacity));
}

.cart-price-display .price-shipping{
  margin-left: 5px;
  margin-bottom: 5px;
  font-size: 0.75rem;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(48 48 48 / var(--tw-text-opacity));
}

.cart-price-display .price-shipping-value{
  font-family: Inter, sans-serif;
  letter-spacing: 0em;
}

.cart-price-display .discount-icon{
  display: inline-block;
  border-radius: 0.125rem;
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity));
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 5px;
  padding-right: 5px;
  font-weight: 600;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (max-width: 767px){
  .cart-price-display .discount-icon{
    font-size: 10px;
  }
}

.cart-price-display .price-sales{
  display: block;
  font-family: Inter, sans-serif;
  font-size: 0.75rem;
  line-height: 1.4;
  letter-spacing: 0em;
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
  text-decoration-line: line-through;
}

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

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

.content-switch-nav-tab-menu{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity));
  font-size: 1rem;
  line-height: 1.4;
}

@media (max-width: 767px){
  .content-switch-nav-tab-menu{
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
    font-size: 0.875rem;
    line-height: 1.4;
  }
}

.content-switch-nav-tab-menu li{
  position: relative;
  cursor: pointer;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(168 168 168 / var(--tw-text-opacity));
}

.content-switch-nav-tab-menu li.is-active{
  cursor: default;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(48 48 48 / var(--tw-text-opacity));
}

.content-switch-nav-tab-menu li.is-active::after{
  position: absolute;
  bottom: -1px;
  left: 0px;
  display: block;
  height: 1px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(48 48 48 / var(--tw-bg-opacity));
  --tw-content: "";
  content: var(--tw-content);
}

.content-switch-nav-tab-menu a{
  display: block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/* ナビゲーションタブメニュー(マイページ版) */

@media (max-width: 767px){
  .content-switch-nav-tab-menu.my-page{
    -moz-column-gap: 0px;
         column-gap: 0px;
  }
}

.content-switch-nav-tab-menu.my-page li{
  width: 25%;
  font-size: 10px;
}

.content-switch-nav-tab-menu.my-page [class^="icon-"]{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.25rem;
  display: block;
  height: 16px;
  width: 16px;
}

.content-switch-nav-tab-menu.my-page .icon-my-page{
  background-image: url('/res/img/snp/icons/home.svg');
}

.content-switch-nav-tab-menu.my-page .icon-order-history{
  background-image: url('/res/img/snp/icons/buy.svg');
}

.content-switch-nav-tab-menu.my-page .icon-favorite{
  background-image: url('/res/img/snp/icons/heart.svg');
}

.content-switch-nav-tab-menu.my-page .icon-settings{
  background-image: url('/res/img/snp/icons/user.svg');
}

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

.content-switch-tab-menu{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity));
  font-size: 1rem;
  line-height: 1.4;
}

@media (max-width: 767px){
  .content-switch-tab-menu{
    font-size: 0.875rem;
    line-height: 1.4;
  }
}

.content-switch-tab-menu.two-column{
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  font-size: 1rem;
  line-height: 1.4;
}

@media (max-width: 767px){
  .content-switch-tab-menu.two-column{
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
    font-size: 0.875rem;
    line-height: 1.6;
  }
}

.content-switch-tab-menu.three-column{
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  font-size: 1rem;
  line-height: 1.4;
}

@media (max-width: 767px){
  .content-switch-tab-menu.three-column{
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
    font-size: 0.875rem;
    line-height: 1.6;
  }
}

.content-switch-tab-menu.four-column{
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  font-size: 1rem;
  line-height: 1.4;
}

@media (max-width: 767px){
  .content-switch-tab-menu.four-column{
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
    font-size: 0.75rem;
    line-height: 1.6;
  }
}

.content-switch-tab-menu li{
  position: relative;
  cursor: pointer;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(168 168 168 / var(--tw-text-opacity));
}

.content-switch-tab-menu li.is-active{
  cursor: default;
  --tw-border-opacity: 1;
  border-color: rgb(48 48 48 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(48 48 48 / var(--tw-text-opacity));
}

.content-switch-tab-menu li.is-active::after{
  position: absolute;
  bottom: -1px;
  left: 0px;
  display: block;
  height: 1px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(48 48 48 / var(--tw-bg-opacity));
  --tw-content: "";
  content: var(--tw-content);
}

/* コンテンツナビゲーション（コンテンツ切り替え） */

.content-switch-navigation{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  line-height: 1.6;
}

@media (max-width: 767px){
  .content-switch-navigation{
    justify-content: flex-start;
    font-size: 10px;
  }
}

.content-switch-navigation li{
  margin-left: 0.75rem;
  margin-right: 0.75rem;
  cursor: pointer;
  padding-bottom: 0.25rem;
  letter-spacing: 0em;
  --tw-text-opacity: 1;
  color: rgb(168 168 168 / var(--tw-text-opacity));
}

@media (max-width: 767px){
  .content-switch-navigation li{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    letter-spacing: .04em;
  }

  .content-switch-navigation li:first-child{
    margin-left: 0px;
  }
}

.content-switch-navigation li.is-active{
  cursor: default;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(48 48 48 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(48 48 48 / var(--tw-text-opacity));
}

/* スペーシング */

.w-content-full{
  margin-left: -1rem;
  margin-right: -1rem;
}

/* テキストリンク */

.link-text{
  --tw-text-opacity: 1;
  color: rgb(133 133 133 / var(--tw-text-opacity));
  text-decoration-line: underline;
}

/* ページ概要説明 */

.description {
}

/* 凡例 */

.legend{
  font-size: 0.75rem;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}

.form-area-item{
  margin-bottom: 0.5rem;
}

.form-area-label{
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.4;
  font-weight: 600;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}

.form-area-label-checkbox{
  margin-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.4;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(85 85 85 / var(--tw-text-opacity));
}

.form-area-label-sub{
  margin-bottom: 0.5rem;
  font-size: 12px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}

.form-area-content {
}

.form-area-desc{
  margin-top: 0.25rem;
  font-size: 0.75rem;
  line-height: 1.4;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}

.form-area-desc-checkbox{
  margin-top: 6px;
  max-width: 343px;
  font-size: 0.75rem;
  line-height: 1.4;
  line-height: 160%;
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}

textarea ~ .form-area-desc,
    textarea ~ .form-area-error{
  max-width: 576px;
}

.form-area-error{
  margin-top: 0.25rem;
  font-size: 0.75rem;
  line-height: 1.4;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(208 2 27 / var(--tw-text-opacity));
}

@media (max-width: 767px){
  .form-area-error{
    max-width: none;
  }
}

.form-area-note{
  margin-top: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.4;
}

.form-area-input{
  position: relative;
  display: flex;
  max-width: 480px;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity));
  font-size: 0.875rem;
  line-height: 1.4;
}

@media (max-width: 767px){
  .form-area-input{
    max-width: none;
  }
}

.form-area-input.head{
  flex-direction: row;
  gap: 0px;
}

.form-area-item:has(.form-area-input.head) .form-area-label{
  margin-bottom: 0.25rem;
}

.form-area-item:has(.form-area-input.head) .form-area-desc{
  padding-left: 24px;
}

.form-area-item:has(.form-area-input.head) .form-area-error{
  padding-left: 24px;
}

.form-area-input input:not([type="radio"]):not([type="checkbox"]){
  box-sizing: border-box;
  height: 44px;
  width: 100%;
  min-width: 132px;
  border-width: 0px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
  padding-left: 6px;
  padding-right: 6px;
  font-size: 0.875rem;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(48 48 48 / var(--tw-text-opacity));
}

.form-area-input input:not([type="radio"]):not([type="checkbox"])::-moz-placeholder{
  font-size: 0.875rem;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(118 118 118 / var(--tw-text-opacity));
}

.form-area-input input:not([type="radio"]):not([type="checkbox"])::placeholder{
  font-size: 0.875rem;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(118 118 118 / var(--tw-text-opacity));
}

@media (max-width: 767px){
  .form-area-input input:not([type="radio"]):not([type="checkbox"]){
    min-width: 0px;
  }
}

.form-area-input input:focus:not([type="radio"]):not([type="checkbox"]){
  --tw-border-opacity: 1;
  border-color: rgb(51 51 51 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.form-area-input input:disabled:not([type="radio"]):not([type="checkbox"]){
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(224 224 224 / var(--tw-bg-opacity));
}

.form-area-input input:disabled:not([type="radio"]):not([type="checkbox"])::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(175 175 175 / var(--tw-text-opacity));
}

.form-area-input input:disabled:not([type="radio"]):not([type="checkbox"])::placeholder{
  --tw-text-opacity: 1;
  color: rgb(175 175 175 / var(--tw-text-opacity));
}

.form-area-input input:not(:-moz-placeholder-shown):not(:focus):not(.validation-error):not([type="radio"]):not([type="checkbox"]){
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.form-area-input input:not(:placeholder-shown):not(:focus):not(.validation-error):not([type="radio"]):not([type="checkbox"]){
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.form-area-input.search::before {
  content: "";
  transform: translateY(-50%);
  display: block;
  width: 20px;
  height: 19px;
  background-image: url(/res/img/icons/search.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 8px;
  top: 52%;
}

.form-area-item textarea{
  display: block;
  min-height: 196px;
  width: 100%;
  max-width: 576px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
  padding: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(48 48 48 / var(--tw-text-opacity));
}

.form-area-item textarea::-moz-placeholder{
  font-size: 0.875rem;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(118 118 118 / var(--tw-text-opacity));
}

.form-area-item textarea::placeholder{
  font-size: 0.875rem;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(118 118 118 / var(--tw-text-opacity));
}

.form-area-item textarea:focus{
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(48 48 48 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.form-area-item textarea.validation-error{
  --tw-border-opacity: 1;
  border-color: rgb(208 2 27 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 232 234 / var(--tw-bg-opacity));
}

.form-area-item textarea:disabled{
  border-width: 0px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(224 224 224 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(175 175 175 / var(--tw-text-opacity));
}

.form-area-item textarea:not(:-moz-placeholder-shown):not(:focus):not(.validation-error){
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.form-area-item textarea:not(:placeholder-shown):not(:focus):not(.validation-error){
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

/* ドロップダウン */

.form-area-item .form-area-select{
  height: 44px;
  width: 100%;
  min-width: 164px;
  max-width: 30rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 0.5rem;
  padding-right: 27px;
  font-size: 0.875rem;
  line-height: 1.4;
  line-height: 1.25rem;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@media (max-width: 767px){
  .form-area-item .form-area-select{
    min-width: 0px;
    max-width: none;
  }
}

.form-area-item .form-area-select {
  background-color: white;
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-image: url(/res/img/snp/icons/arrow-dropdown.svg);
}

.form-area-select-container{
  display: flex;
  max-width: 30rem;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
}

.form-area-select-wrapper{
  display: flex;
  width: 100%;
  max-width: 480px;
  flex-direction: column;
}

.form-area-select-seperator::after{
  font-size: 0.875rem;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(48 48 48 / var(--tw-text-opacity));
  content: "\002F";
}

.form-area-item .form-area-select option{
  --tw-text-opacity: 1;
  color: rgb(48 48 48 / var(--tw-text-opacity));
}

.form-area-item .form-area-select:invalid{
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(133 133 133 / var(--tw-text-opacity));
}

.form-area-item .form-area-select:focus{
  --tw-border-opacity: 1;
  border-color: rgb(51 51 51 / var(--tw-border-opacity));
}

.form-area-item .form-area-select:disabled{
  --tw-bg-opacity: 1;
  background-color: rgb(224 224 224 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(118 118 118 / var(--tw-text-opacity));
}

.form-area-item .form-area-select.error{
  --tw-border-opacity: 1;
  border-color: rgb(208 2 27 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 232 234 / var(--tw-bg-opacity));
}

.form-area-item .form-area-select.\!error{
  --tw-border-opacity: 1;
  border-color: rgb(208 2 27 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 232 234 / var(--tw-bg-opacity));
}

.form-text{
  --tw-text-opacity: 1;
  color: rgb(187 187 187 / var(--tw-text-opacity));
}

.form-required::after{
  position: relative;
  top: -2px;
  margin-left: 0.25rem;
  font-size: 10px;
  font-weight: 600;
  line-height: 13px;
  --tw-text-opacity: 1;
  color: rgb(208 2 27 / var(--tw-text-opacity));
  content: "\FF0A";
  /* 文字化け回避のためUnicode変換すること */
}

.form-area-input.head::before{
  position: relative;
  top: 1px;
  margin-right: 6px;
  align-content: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  --tw-text-opacity: 1;
  color: rgb(175 175 175 / var(--tw-text-opacity));
  content: "\3012";
  /* 文字化け回避のためUnicode変換すること */
}

input, select{
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(220 219 218 / var(--tw-border-opacity));
}

input:not([type="radio"]):not([type="checkbox"]){
  width: 100%;
}

.search input:not([type="radio"]):not([type="checkbox"]){
  width: 100%;
  padding-left: 34px;
  padding-right: 34px;
}

select{
  width: 100%;
  padding-left: 6px;
  padding-right: 6px;
}

input[type="button"]{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
}

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

input[type="radio"]{
  position: relative;
  display: flex;
  height: 1rem;
  width: 1rem;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-width: 0px;
}

input[type="radio"]::before,
    input[type="radio"]::after{
  position: absolute;
  display: block;
  border-radius: 9999px;
  content: "";
}

input[type="radio"]::before{
  height: 1rem;
  width: 1rem;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-border-opacity: 1;
  border-color: rgb(187 187 187 / var(--tw-border-opacity));
  /* ラジオボタン枠色（非フォーカス時） */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input[type="radio"]:checked:not(:disabled)::before{
  --tw-border-opacity: 1;
  border-color: rgb(118 118 118 / var(--tw-border-opacity));
  /* ラジオボタン枠色（フォーカス時） */
}

input[type="radio"].validation-error:checked:not(:disabled)::before{
  --tw-border-opacity: 1;
  border-color: rgb(208 2 27 / var(--tw-border-opacity));
  /* ラジオボタン枠色（フォーカス時） */
}

input[type="radio"]::after{
  height: 0.75rem;
  width: 0.75rem;
  background-color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input[type="radio"] + label{
  margin-left: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(48 48 48 / var(--tw-text-opacity));
}

input[type="radio"]:checked:not(:disabled)::after{
  --tw-bg-opacity: 1;
  background-color: rgb(118 118 118 / var(--tw-bg-opacity));
  /* ラジオボタン中心色（フォーカス時） */
}

input[type="radio"].validation-error:checked:not(:disabled)::after{
  --tw-bg-opacity: 1;
  background-color: rgb(208 2 27 / var(--tw-bg-opacity));
  /* ラジオボタン中心色（フォーカス時） */
}

input[type="checkbox"]{
  position: relative;
  height: 1rem;
  width: 1rem;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-width: 0px;
}

input[type="checkbox"]::before,
    input[type="checkbox"]::after{
  position: absolute;
  display: block;
  content: "";
}

input[type="checkbox"]::before{
  height: 1rem;
  width: 1rem;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-border-opacity: 1;
  border-color: rgb(133 132 131 / var(--tw-border-opacity));
  /* チェックボックス枠色（非フォーカス時） */
  top: 2px;
}

input[type="checkbox"]:checked:not(:disabled)::before{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  /* チェックボックス枠色（フォーカス時） */
}

input[type="checkbox"]::after{
  height: 0.5rem;
  width: 0.5rem;
  background-color: transparent;
  top: 5px;
  left: 6px;
}

input[type="checkbox"]:checked:not(:disabled)::after{
  border-bottom-width: 1px;
  border-right-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  /* チェックボックス中心色（フォーカス時） */
  transform: rotate(45deg);
  width: 0.25rem;
  height: 0.5rem;
}

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

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

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

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

::-moz-placeholder{
  font-size: 0.75rem;
  line-height: 1.4;
}

::placeholder{
  font-size: 0.75rem;
  line-height: 1.4;
}

/* 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);
}

/* ステップ表示 */

.step-bar > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(6px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(6px * var(--tw-space-y-reverse));
}

@media (max-width: 767px){
  .step-bar > :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));
  }
}

.step-bar p{
  display: flex;
  -moz-column-gap: 9px;
       column-gap: 9px;
  font-size: 0.75rem;
  line-height: 1.4;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(133 133 133 / var(--tw-text-opacity));
}

@media (max-width: 767px){
  .step-bar p{
    -moz-column-gap: 6px;
         column-gap: 6px;
  }
}

.step-bar p span:first-child{
  flex-shrink: 0;
}

.step-bar ul{
  display: flex;
  height: 0.25rem;
  -moz-column-gap: 6px;
       column-gap: 6px;
}

@media (max-width: 767px){
  .step-bar ul{
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }
}

.step-bar ul li{
  width: 100%;
  border-radius: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity));
}

.step-bar ul li[data-css="is-active"]{
  --tw-bg-opacity: 1;
  background-color: rgb(85 85 85 / var(--tw-bg-opacity));
}

/* 矢印アイコン */

.chevron-down{
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('/res/img/icons/chevron-down.svg');
}

/*  商品アイコン */

.item-icon{
  display: inline-flex;
  align-items: center;
  border-radius: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  font-size: 0.75rem;
  line-height: 1.4;
  font-weight: 500;
}

.item-icon-commingsoon{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.item-icon-reserve{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.item-icon-tag{
  background-color: rgb(204 204 204 / 0.7);
  --tw-text-opacity: 1;
  color: rgb(85 85 85 / var(--tw-text-opacity));
}

.item-icons {
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  font-size: 10px;
  line-height: 1rem;
  letter-spacing: .04em;
}

.item-icons:first-child {
  position: absolute;
  top: 0px;
  left: 0px;
}

.item-icons:nth-child(2) {
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.item-icons:nth-child(n+3) {
  display: none;
}

.item-icons-container:has(span) {
  margin-top: 8px;
  margin-bottom: 4px;
}

.item-icon-soldout{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(133 133 133 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.item-icon-new{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(48 48 48 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.item-icon-rearrival{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.item-icon-backorder{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.item-icon-sale{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.item-icon-outlet{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.item-icon-media{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.item-icon-direct{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.item-icon-prerelease{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.item-icon-secret{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.item-icon-wrapping{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.item-icon-not-shippingdate-request{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.item-discount-text-color{
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}

/* キャンペーン */

.item-campaign-label{
  display: inline-block;
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0px;
  padding-bottom: 0px;
  --tw-text-opacity: 1;
  color: rgb(48 48 48 / var(--tw-text-opacity));
}

.item-campaign-icon-1{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

/* 商品検索 */

.item-search-facet-section{
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(220 219 218 / var(--tw-border-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.item-search-facet-section-label{
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.4;
}

@media (max-width: 767px){
  .item-search-facet-section-label{
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

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

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

.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-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.4;
}

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

.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-0 {
  background: #fff;
  border: solid 1px #ccc;
}

.item-search-facet-color-1 {
  background: #a9a9a9;
}

.item-search-facet-color-2 {
  background: #3cb371;
}

.item-search-facet-color-3 {
  background: #ffff00;
}

.item-search-facet-color-4 {
  background: #d2691e;
}

.item-search-facet-color-5 {
  background: #f4a460;
}

.item-search-facet-color-6 {
  background: #ff0000;
}

.item-search-facet-color-7 {
  background: #ff69b4;
}

.item-search-facet-color-8 {
  background: #9932cc;
}

.item-search-facet-color-9 {
  background: #0000cd;
}

.item-search-facet-color-A {
  background: #000;
}

.item-search-facet-color-B {
  background: #000;
}

.item-search-facet-color-C {
  background: #3cb371;
}

.item-search-facet-color-D {
  background: #ff8c00;
}

.item-search-facet-color-E {
  background: #000;
}

.item-search-facet-color-F {
  background: #d8bfd8;
}

.item-search-facet-color-G {
  background: #daa520;
}

.item-search-facet-color-H {
  background: #000;
}

.item-search-facet-color-I {
  background: #000;
}

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

/* 商品詳細 */

.item-detail-section-mt{
  margin-top: 2rem;
}

.item-detail-section-mt-sub{
  margin-top: 1rem;
}

.item-detail-nav-bar{
  position: fixed;
  bottom: -60px;
  right: 0px;
  z-index: 40;
  display: none;
  height: 60px;
  width: 100%;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-bg-opacity: .85;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

@media (max-width: 767px){
  .item-detail-nav-bar{
    display: block;
  }
}

.item-detail-nav-bar.on{
  bottom: 0px;
}

.item-detail-nav-bar .item-price-discount{
  margin-left: 0px;
}

.item-detail-nav-bar .item-price-basic{
  font-size: 0.75rem;
  line-height: 1.4;
}

/* ニュース */

.news-icon{
  display: inline-flex;
  align-items: center;
  border-radius: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  font-size: 0.75rem;
  line-height: 1.4;
  font-weight: 500;
}

.news-icon-info{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.news-icon-preorder{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.news-icon-release{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.news-icon-sale{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.news-icon-store{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

/* セクション */

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

.section-mt-sub{
  margin-top: 2rem;
}

.section-title{
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: 0.1em;
}

/* 見出し */

.page-title{
  font-size: 1.25rem;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(85 85 85 / var(--tw-text-opacity));
}

@media (max-width: 767px){
  .page-title{
    font-size: 1.125rem;
    line-height: 1.4;
  }
}

.page-title-2{
  font-size: 1.875rem;
  line-height: 1.4;
}

@media (max-width: 767px){
  .page-title-2{
    font-size: 1.25rem;
    line-height: 1.4;
  }
}

.page-title-2s{
  font-size: 26px;
}

@media (max-width: 767px){
  .page-title-2s{
    font-size: 1.125rem;
    line-height: 1.4;
  }
}

.page-title-2xs{
  font-size: 1.125rem;
  line-height: 1.4;
}

@media (max-width: 767px){
  .page-title-2xs{
    font-size: 1rem;
    line-height: 1.4;
  }
}

.page-title-center{
  text-align: center;
  font-size: 1.875rem;
  line-height: 1.4;
  line-height: 2.5rem;
}

@media (max-width: 767px){
  .page-title-center{
    font-size: 26px;
    line-height: 2.25rem;
  }
}

.page-title-center-left{
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(85 85 85 / var(--tw-text-opacity));
}

@media (max-width: 767px){
  .page-title-center-left{
    text-align: left;
    font-size: 1.125rem;
    line-height: 1.4;
  }
}

.page-title-center-2{
  text-align: center;
  font-size: 26px;
}

@media (max-width: 767px){
  .page-title-center-2{
    font-size: 1.25rem;
    line-height: 1.4;
  }
}

.page-title-center-2s{
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.4;
}

@media (max-width: 767px){
  .page-title-center-2s{
    font-size: 1rem;
    line-height: 1.4;
  }
}

.item-block-title-container{
  display: grid;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
  grid-template-columns: 1fr 80px;
}

.item-block-title{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.item-block-title-button{
  position: relative;
  display: none;
  align-items: center;
  justify-content: space-between;
  font-size: 0.75rem;
  line-height: 1.4;
}

@media (max-width: 767px){
  .item-block-title-button{
    display: flex;
  }
}

.item-block-title-button::after{
  display: block;
  height: 14px;
  width: 14px;
  content: '';
  transform: rotate(180deg);
  background: url('/res/img/common/arrow-slider.png') no-repeat left / contain;
}

.item-block-title-text{
  font-size: 1.125rem;
  line-height: 1.4;
}

@media (max-width: 767px){
  .item-block-title-text{
    font-size: 0.875rem;
    line-height: 1.4;
  }
}

.item-block-title-top{
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(85 85 85 / var(--tw-text-opacity));
}

@media (max-width: 767px){
  .item-block-title-top{
    text-align: left;
    font-size: 1.125rem;
    line-height: 1.4;
  }
}

.item-block-title-top2{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px){
  .item-block-title-top2{
    justify-content: space-between;
  }
}

.item-block-title-top2-button{
  position: relative;
  display: none;
  align-items: center;
  justify-content: space-between;
  font-size: 0.75rem;
  line-height: 1.4;
}

@media (max-width: 767px){
  .item-block-title-top2-button{
    display: flex;
  }
}

.item-block-title-top2-button::after{
  display: block;
  height: 14px;
  width: 14px;
  content: '';
  transform: rotate(180deg);
  background: url('/res/img/common/arrow-slider.png') no-repeat left / contain;
}

.item-block-title-top2-text{
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(85 85 85 / var(--tw-text-opacity));
}

@media (max-width: 767px){
  .item-block-title-top2-text{
    font-size: 0.875rem;
    line-height: 1.4;
  }
}

.page-title-3{
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: .04em;
  --tw-text-opacity: 1;
  color: rgb(85 85 85 / var(--tw-text-opacity));
}

@media (max-width: 767px){
  .page-title-3{
    font-size: 0.875rem;
    line-height: 1.4;
  }
}

.page-title-3s{
  font-size: 0.875rem;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: .04em;
  --tw-text-opacity: 1;
  color: rgb(85 85 85 / var(--tw-text-opacity));
}

@media (max-width: 767px){
  .page-title-3s{
    font-size: 0.75rem;
    line-height: 1.4;
  }
}

.page-title-3xs{
  font-size: 0.75rem;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: .04em;
  --tw-text-opacity: 1;
  color: rgb(85 85 85 / var(--tw-text-opacity));
}

@media (max-width: 767px){
  .page-title-3xs{
    font-size: 10px;
  }
}

.page-title-center-3{
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: .04em;
  --tw-text-opacity: 1;
  color: rgb(85 85 85 / var(--tw-text-opacity));
}

@media (max-width: 767px){
  .page-title-center-3{
    font-size: 0.875rem;
    line-height: 1.4;
  }
}

.page-title-center-3{
  text-align: center;
}

.page-title-center-3s{
  font-size: 0.875rem;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: .04em;
  --tw-text-opacity: 1;
  color: rgb(85 85 85 / var(--tw-text-opacity));
}

@media (max-width: 767px){
  .page-title-center-3s{
    font-size: 0.75rem;
    line-height: 1.4;
  }
}

.page-title-center-3s{
  text-align: center;
}

.page-title-center-3xs{
  font-size: 0.75rem;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: .04em;
  --tw-text-opacity: 1;
  color: rgb(85 85 85 / var(--tw-text-opacity));
}

@media (max-width: 767px){
  .page-title-center-3xs{
    font-size: 10px;
  }
}

.page-title-center-3xs{
  text-align: center;
}

.page-title-4{
  font-size: 0.875rem;
  line-height: 1.4;
  font-weight: 600;
}

.detail-title{
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: .04em;
}

@media (max-width: 767px){
  .detail-title{
    font-size: 1.125rem;
    line-height: 1.4;
  }
}

.accent-title-2{
  width: 100%;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity));
  padding-bottom: 0.25rem;
  font-size: 1rem;
  line-height: 1.4;
}

@media (max-width: 767px){
  .accent-title-2{
    font-size: 0.875rem;
    line-height: 1.4;
  }
}

.accent-title-2s{
  width: 100%;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity));
  padding-bottom: 2px;
  font-size: 0.875rem;
  line-height: 1.4;
  font-weight: 600;
}

@media (max-width: 767px){
  .accent-title-2s{
    font-size: 0.75rem;
    line-height: 1.4;
  }
}

.accent-title-3{
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 600;
  line-height: 1.75rem;
  letter-spacing: .04em;
  --tw-text-opacity: 1;
  color: rgb(133 133 133 / var(--tw-text-opacity));
}

@media (max-width: 767px){
  .accent-title-3{
    font-size: 1.125rem;
    line-height: 1.4;
  }

  .accent-title-3.accent-required{
    font-size: 1rem;
    line-height: 1.4;
  }
}

.accent-title-3.accent-required{
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(133 133 133 / var(--tw-text-opacity));
}

@media (max-width: 767px){
  .accent-title-3.accent-required{
    font-size: 1rem;
    line-height: 1.4;
  }
}

.accent-title-3.accent-required::after{
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
  content: "\203B";
}

.accent-title-3s{
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 600;
  line-height: 1.75rem;
  letter-spacing: .04em;
  --tw-text-opacity: 1;
  color: rgb(133 133 133 / var(--tw-text-opacity));
}

@media (max-width: 767px){
  .accent-title-3s{
    font-size: 1rem;
    line-height: 1.4;
    line-height: 22px;
  }
}

.accent-title-3s-left-center{
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 600;
  line-height: 1.75rem;
  letter-spacing: .04em;
  --tw-text-opacity: 1;
  color: rgb(133 133 133 / var(--tw-text-opacity));
}

@media (max-width: 767px){
  .accent-title-3s-left-center{
    font-size: 1rem;
    line-height: 1.4;
    line-height: 22px;
  }

  .accent-title-3s-left-center.accent-required,.accent-title-3s-left-center.checkbox{
    font-size: 1rem;
    line-height: 1.4;
  }
}

.accent-title-3s-left-center.checkbox{
  max-width: 39%;
}

.accent-title-3s-left-center.accent-required::after{
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
  content: "\203B";
}

.accent-title-3s-left-center{
  text-align: center;
}

@media (max-width: 767px){
  .accent-title-3s-left-center{
    text-align: left;
  }
}

@media (min-width: 768px){
  .accent-title-3s-left-center{
    font-size: 18px;
  }
}

@media (max-width: 767px){
  .accent-title-3s.accent-required,
    .accent-title-3s.checkbox{
    font-size: 1rem;
    line-height: 1.4;
  }
}

.accent-title-3s.checkbox{
  max-width: 39%;
}

.accent-title-3s.accent-required::after{
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
  content: "\203B";
}

.accent-title-3s-toggle{
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  padding-left: 2rem;
}

@media (max-width: 767px){
  .accent-title-3s-toggle{
    flex-direction: column;
    align-items: flex-start;
    row-gap: 2px;
    padding-left: 0px;
    padding-right: 2rem;
  }
}

.accent-title-3s-toggle::before{
  position: absolute;
  left: 0px;
  height: 1rem;
  width: 1rem;
  --tw-rotate: 0deg;
  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/snp/icons/up-round-16.svg');
  background-position: center;
  background-repeat: no-repeat;
  --tw-content: "";
  content: var(--tw-content);
}

@media (max-width: 767px){
  .accent-title-3s-toggle::before{
    left: auto;
    right: 0.5rem;
    top: 50%;
    height: 1.25rem;
    width: 1.25rem;
    --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);
    background-size: 20px 20px;
  }
}

.accent-title-3s-toggle .main-text{
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(48 48 48 / var(--tw-text-opacity));
}

@media (max-width: 767px){
  .accent-title-3s-toggle .main-text{
    font-size: 0.875rem;
    line-height: 1.4;
  }
}

.accent-title-3s-toggle .sub-text{
  font-size: 0.875rem;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(85 85 85 / var(--tw-text-opacity));
}

@media (max-width: 767px){
  .accent-title-3s-toggle .sub-text{
    font-size: 0.75rem;
    line-height: 1.4;
  }
}

/* トグル機能 */

[data-is-open="true"] .accent-title-3s-toggle::before{
  content: var(--tw-content);
  --tw-rotate: 0deg;
  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));
}

[data-is-open="false"] .accent-title-3s-toggle::before{
  content: var(--tw-content);
  --tw-rotate: 180deg;
  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));
}

[data-is-open="false"] [data-js="toggle-contents"]{
  display: none;
}

.accent-input-checkbox{
  display: none;
}

.accent-input-checkbox-container{
  display: flex;
}

.accent-input-checkbox-wrapper{
  margin-left: 2rem;
  display: flex;
  max-width: 53%;
  align-items: center;
}

@media (max-width: 767px){
  .accent-input-checkbox-wrapper{
    margin-left: 1.5rem;
  }
}

.accent-input-checkbox + label{
  position: relative;
  display: inline-block;
  cursor: pointer;
  padding-left: 1.5rem;
  line-height: 1.25rem;
}

.accent-input-checkbox + label::before{
  position: absolute;
  left: 0px;
  box-sizing: border-box;
  display: block;
  height: 1.25rem;
  width: 1.25rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(85 85 85 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-content: "";
  content: var(--tw-content);
}

.accent-input-checkbox:checked + label::before {
  background: url('/res/img/icons/icon-check.svg') center / contain no-repeat;
}

.accordion-head{
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
}

@media (max-width: 767px){
  .accordion-head{
    justify-content: space-between;
  }
}

.accordion-head::after{
  margin-left: 1.5rem;
  display: block;
  height: 1rem;
  width: 1rem;
  content: '';
  transform: rotate(0deg);
  background: url('/res/img/snp/icons/icon-arrow-accordion.svg') no-repeat center / contain;
}

.accordion-head.opened::after {
  transform: rotate(180deg);
}

.accordion-head-text{
  font-size: 1.125rem;
  line-height: 1.4;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(133 133 133 / var(--tw-text-opacity));
}

/* アコーディオンメニュー 共通*/

.accordion-menu{
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity));
  padding: 1rem;
  font-size: 1rem;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(48 48 48 / var(--tw-text-opacity));
}

.accordion-menu::after{
  margin-left: 0.25rem;
  height: 10px;
  width: 10px;
  --tw-rotate: 0deg;
  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/snp/icons/icon-arrow-accordion.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  --tw-content: "";
  content: var(--tw-content);
}

/* 親要素のopen属性で開閉する場合と、opendクラスで開閉する場合がある */

[open] > .accordion-menu,
    .accordion-menu.opened{
  border-bottom-width: 0px;
}

[open] > .accordion-menu::after,
    .accordion-menu.opened::after{
  content: var(--tw-content);
  --tw-rotate: 180deg;
  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));
}

[open] > .accordion-menu-content,
    .accordion-menu.opened + .accordion-menu-content{
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.875rem;
  line-height: 1.4;
}

/* アクセント アコーディオンメニュー */

.accordion-menu-accent{
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity));
  padding: 1rem;
  font-size: 1rem;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(48 48 48 / var(--tw-text-opacity));
}

.accordion-menu-accent::after{
  margin-left: 0.25rem;
  height: 10px;
  width: 10px;
  --tw-rotate: 0deg;
  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/snp/icons/icon-arrow-accordion.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  --tw-content: "";
  content: var(--tw-content);
}

[open] > .accordion-menu-accent,.accordion-menu-accent.opened{
  border-bottom-width: 0px;
}

[open] > .accordion-menu-accent::after,.accordion-menu-accent.opened::after{
  content: var(--tw-content);
  --tw-rotate: 180deg;
  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));
}

.accordion-menu-accent.opened + .accordion-menu-content{
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.875rem;
  line-height: 1.4;
}

.accordion-menu-accent{
  border-bottom-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

.accordion-menu-content{
  border-bottom-width: 0px;
  padding: 1rem;
}

/* グローバルナビゲーション内のアコーディオン */

.accordion-menu-global-navigation{
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity));
  padding: 1rem;
  font-size: 1rem;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(48 48 48 / var(--tw-text-opacity));
}

.accordion-menu-global-navigation::after{
  margin-left: 0.25rem;
  height: 10px;
  width: 10px;
  --tw-rotate: 0deg;
  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/snp/icons/icon-arrow-accordion.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  --tw-content: "";
  content: var(--tw-content);
}

[open] > .accordion-menu-global-navigation,.accordion-menu-global-navigation.opened{
  border-bottom-width: 0px;
}

[open] > .accordion-menu-global-navigation::after,.accordion-menu-global-navigation.opened::after{
  content: var(--tw-content);
  --tw-rotate: 180deg;
  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));
}

.accordion-menu-global-navigation.opened + .accordion-menu-content{
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.875rem;
  line-height: 1.4;
}

.accordion-menu-global-navigation{
  padding-right: 1.25rem;
}

.accordion-menu-global-navigation.opened{
  border-bottom-width: 1px;
}

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

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

@media (max-width: 767px){
  .list-cols-2{
    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: 2.5rem;
}

@media (max-width: 767px){
  .list-cols-3{
    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: 2.5rem;
}

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

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

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

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

@media (max-width: 767px){
  .list-cols-6{
    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: 2.5rem;
}

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

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

.nav-menu-label{
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.75rem;
  line-height: 1.4;
}

.nav-menu-item{
  position: relative;
  display: block;
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity));
  padding: 1rem;
  padding-right: 2rem;
  font-size: 1rem;
  line-height: 1.4;
}

.nav-menu-item-chevron-right{
  display: inline-block;
  background-image: url('/res/img/snp/icons/chevron-right.svg');
  position: absolute;
  right: 0px;
  top: 50%;
  margin-right: 1rem;
  height: 1rem;
  width: 1rem;
  --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));
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

/* サムネイル width1160px 商品 */

.thumb-w1160-product-sm{
  max-width: 212px;
}

.thumb-w1160-product-md{
  max-width: 271px;
}

.thumb-w1160-product-lg{
  max-width: 362px;
}

.thumb-w1160-product-sm .image{
  aspect-ratio: 5/6;
  width: 100%;
}

.thumb-w1160-product-sm .\!image{
  aspect-ratio: 5/6;
  width: 100%;
}

.thumb-w1160-product-md .image{
  aspect-ratio: 5/6;
  width: 100%;
}

.thumb-w1160-product-md .\!image{
  aspect-ratio: 5/6;
  width: 100%;
}

.thumb-w1160-product-lg .image{
  aspect-ratio: 362/434;
  width: 100%;
}

.thumb-w1160-product-lg .\!image{
  aspect-ratio: 362/434;
  width: 100%;
}

.thumb-w1160-product-lg:has(> .name) .image,
    .thumb-w1160-product-lg:has(> .label) .image{
  margin-bottom: 0.75rem;
}

.thumb-w1160-product-lg:has(> .\!name) .image{
  margin-bottom: 0.75rem;
}

.thumb-w1160-product-lg:has(> .name) .\!image,
    .thumb-w1160-product-lg:has(> .label) .\!image{
  margin-bottom: 0.75rem;
}

.thumb-w1160-product-sm .name{
  margin-top: 0.5rem;
  display: inline-block;
  font-size: 0.75rem;
  line-height: 1.4;
}

.thumb-w1160-product-sm .\!name{
  margin-top: 0.5rem;
  display: inline-block;
  font-size: 0.75rem;
  line-height: 1.4;
}

.thumb-w1160-product-md .name{
  margin-top: 0.75rem;
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.4;
}

.thumb-w1160-product-md .\!name{
  margin-top: 0.75rem;
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.4;
}

.thumb-w1160-product-lg .name{
  margin-top: 0.25rem;
  display: inline-block;
  font-size: 1rem;
  line-height: 1.4;
}

.thumb-w1160-product-lg .\!name{
  margin-top: 0.25rem;
  display: inline-block;
  font-size: 1rem;
  line-height: 1.4;
}

.thumb-w1160-product-lg .label{
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.4;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(133 133 133 / var(--tw-text-opacity));
}

.thumb-w1160-product-md .size{
  margin-top: 0.25rem;
}

.thumb-w1160-product-md .size > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2px * var(--tw-space-y-reverse));
}

.thumb-w1160-product-md .size{
  font-size: 0.75rem;
  line-height: 1.4;
  line-height: 1rem;
  letter-spacing: .04em;
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}

.thumb-w1160-product-md :not(.name)+.size{
  margin-top: 0.75rem;
}

@media (max-width: 767px){
  .thumb-w1160-product-md :not(.name)+.size{
    margin-top: 0.5rem;
  }
}

.thumb-w1160-product-sm .price{
  margin-top: 0.25rem;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: 0em;
}

.thumb-w1160-product-md .price{
  margin-top: 0.25rem;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: 0em;
}

.thumb-w1160-product-lg .price{
  margin-top: 0.5rem;
  font-family: Inter, sans-serif;
  font-size: 1.125rem;
  line-height: 1.4;
  letter-spacing: 0em;
}

.thumb-w1160-product-sm .intax{
  margin-left: 5px;
  font-size: 10px;
}

.thumb-w1160-product-md .intax{
  margin-left: 5px;
  font-size: 10px;
}

.thumb-w1160-product-lg .intax{
  margin-left: 5px;
  font-size: 0.75rem;
  line-height: 1.4;
}

.thumb-w1160-product-lg .tags{
  margin-top: 0.5rem;
  display: flex;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.thumb-w1160-product-lg .sale{
  margin-top: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}

.thumb-w1160-product-lg .campaign{
  font-size: 0.75rem;
  line-height: 1.4;
}

/* サムネイル width840px 商品 */

.thumb-w840-product-sm{
  max-width: 198px;
}

.thumb-w840-product-md{
  max-width: 264px;
}

.thumb-w840-product-sm .image{
  aspect-ratio: 198/238;
  width: 100%;
}

.thumb-w840-product-sm .\!image{
  aspect-ratio: 198/238;
  width: 100%;
}

.thumb-w840-product-md .image{
  aspect-ratio: 264/317;
  width: 100%;
}

.thumb-w840-product-md .\!image{
  aspect-ratio: 264/317;
  width: 100%;
}

.thumb-w840-product-lg .image{
  aspect-ratio: 5/6;
  width: 100%;
}

.thumb-w840-product-lg .\!image{
  aspect-ratio: 5/6;
  width: 100%;
}

.thumb-w840-product-sm .label{
  margin-top: 0.5rem;
  font-size: 0.75rem;
  line-height: 1.4;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(133 133 133 / var(--tw-text-opacity));
}

.thumb-w840-product-sm .brand{
  margin-top: 0.25rem;
  font-size: 0.75rem;
  line-height: 1.4;
}

.thumb-w840-product-sm .name{
  margin-top: 0.25rem;
  font-size: 0.75rem;
  line-height: 1.4;
}

.thumb-w840-product-sm .\!name{
  margin-top: 0.25rem;
  font-size: 0.75rem;
  line-height: 1.4;
}

.thumb-w840-product-sm .price{
  margin-top: 0.25rem;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: 0em;
}

.thumb-w840-product-sm .intax{
  margin-left: 5px;
  font-size: 10px;
}

.thumb-w840-product-sm .option{
  margin-top: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.4;
}

.thumb-w840-product-sm .\!option{
  margin-top: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.4;
}

.thumb-w840-product-md .label{
  margin-top: 0.75rem;
  font-size: 0.75rem;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(133 133 133 / var(--tw-text-opacity));
}

.thumb-w840-product-md .brand{
  margin-top: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.4;
}

.thumb-w840-product-md .name{
  margin-top: 0.75rem;
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.4;
}

.thumb-w840-product-md .\!name{
  margin-top: 0.75rem;
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.4;
}

.thumb-w840-product-md .size{
  margin-top: 0.25rem;
}

.thumb-w840-product-md .size > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2px * var(--tw-space-y-reverse));
}

.thumb-w840-product-md .size{
  font-size: 0.75rem;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}

.thumb-w840-product-md .price{
  margin-top: 0.5rem;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: 0em;
}

.thumb-w840-product-md .intax{
  margin-left: 5px;
  font-size: 10px;
}

.thumb-w840-product-md .option{
  margin-top: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.4;
}

.thumb-w840-product-md .\!option{
  margin-top: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.4;
}

.thumb-w840-product-md .review-title{
  margin-top: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.4;
  line-height: 1.25rem;
}

.thumb-w840-product-md .staff-name{
  margin-top: 0.25rem;
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.4;
  line-height: 1.25rem;
}

.thumb-w840-product-md .staff-size{
  margin-left: 0.75rem;
  display: inline-block;
  font-size: 10px;
  line-height: 1rem;
  letter-spacing: .04em;
}

.thumb-w840-product-md .store-name{
  font-size: 10px;
  line-height: 1rem;
  letter-spacing: .04em;
}

.thumb-w840-product-lg .label{
  margin-top: 0.75rem;
  font-size: 0.75rem;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(133 133 133 / var(--tw-text-opacity));
}

.thumb-w840-product-lg .brand{
  margin-top: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.4;
}

.thumb-w840-product-lg .name{
  margin-top: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.4;
}

.thumb-w840-product-lg .\!name{
  margin-top: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.4;
}

.thumb-w840-product-lg .price{
  margin-top: 0.25rem;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: 0em;
}

.thumb-w840-product-lg .intax{
  margin-left: 5px;
  font-size: 10px;
}

.thumb-w840-product-lg .option{
  margin-top: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.4;
}

.thumb-w840-product-lg .\!option{
  margin-top: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.4;
}

/* サムネイル width580px 商品 */

.thumb-w580-product-xs{
  max-width: 78px;
}

.thumb-w580-product-sm{
  max-width: 114px;
}

.thumb-w580-product-md{
  max-width: 136px;
}

.thumb-w580-product-xl{
  max-width: 580px;
}

.thumb-w580-product-xs .image{
  aspect-ratio: 5/6;
  width: 100%;
}

.thumb-w580-product-xs .\!image{
  aspect-ratio: 5/6;
  width: 100%;
}

.thumb-w580-product-sm .image{
  aspect-ratio: 5/6;
  width: 100%;
}

.thumb-w580-product-sm .\!image{
  aspect-ratio: 5/6;
  width: 100%;
}

.thumb-w580-product-md .image{
  aspect-ratio: 5/6;
  width: 100%;
}

.thumb-w580-product-md .\!image{
  aspect-ratio: 5/6;
  width: 100%;
}

.thumb-w580-product-lg .image{
  aspect-ratio: 5/6;
  width: 100%;
}

.thumb-w580-product-lg .\!image{
  aspect-ratio: 5/6;
  width: 100%;
}

.thumb-w580-product-xl .image{
  aspect-ratio: 5/6;
  width: 100%;
}

.thumb-w580-product-xl .\!image{
  aspect-ratio: 5/6;
  width: 100%;
}

.thumb-w580-product-xl .comment{
  font-size: 0.875rem;
  line-height: 1.4;
}

.thumb-w580-product-xs .color{
  margin-top: 0.25rem;
  display: inline-block;
  font-size: 0.75rem;
  line-height: 1.4;
}

.thumb-w580-product-xs .name{
  margin-top: 0.25rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 10px;
}

.thumb-w580-product-xs .\!name{
  margin-top: 0.25rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 10px;
}

.thumb-w580-product-sm .name{
  margin-top: 0.25rem;
  display: inline-block;
  font-size: 10px;
  line-height: 1rem;
  letter-spacing: .04em;
}

.thumb-w580-product-sm .\!name{
  margin-top: 0.25rem;
  display: inline-block;
  font-size: 10px;
  line-height: 1rem;
  letter-spacing: .04em;
}

.thumb-w580-product-md .name{
  margin-top: 0.5rem;
  display: inline-block;
  font-size: 0.75rem;
  line-height: 1.4;
}

.thumb-w580-product-md .\!name{
  margin-top: 0.5rem;
  display: inline-block;
  font-size: 0.75rem;
  line-height: 1.4;
}

.thumb-w580-product-sm .size{
  margin-top: 0.25rem;
}

.thumb-w580-product-sm .size > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1px * var(--tw-space-y-reverse));
}

.thumb-w580-product-sm .size{
  font-size: 10px;
  line-height: 1rem;
  letter-spacing: .04em;
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}

.thumb-w580-product-xs .price{
  margin-top: 0.25rem;
  font-family: Inter, sans-serif;
  font-size: 0.875rem;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: 0em;
}

.thumb-w580-product-xs .price-through,
    .thumb-w580-product-sm .price-through{
  margin-top: 0.25rem;
  font-family: Inter, sans-serif;
  font-size: 0.75rem;
  line-height: 1.4;
  letter-spacing: 0em;
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
  text-decoration-line: line-through;
}

.thumb-w580-product-sm .price{
  margin-top: 0.25rem;
  font-family: Inter, sans-serif;
  font-size: 0.875rem;
  line-height: 1.4;
  letter-spacing: 0em;
}

.thumb-w580-product-md .price{
  margin-top: 0.25rem;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: 0em;
}

.thumb-w580-product-xs .intax{
  margin-left: 0.25rem;
  font-size: 10px;
  font-weight: 400;
}

.thumb-w580-product-sm .intax{
  margin-left: 5px;
  font-size: 10px;
}

.thumb-w580-product-md .intax{
  margin-left: 5px;
  font-size: 10px;
}

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

.pc-common-product-side-caption-s .image{
  aspect-ratio: 114/137;
  width: 100%;
  max-width: 114px;
}

.pc-common-product-side-caption-s .\!image{
  aspect-ratio: 114/137;
  width: 100%;
  max-width: 114px;
}

.pc-common-product-side-caption-s .link{
  min-width: 114px;
}

.pc-common-product-side-caption-s .\!link{
  min-width: 114px;
}

.pc-common-product-side-caption-s .name{
  word-break: break-all;
  font-size: 0.75rem;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(48 48 48 / var(--tw-text-opacity));
}

.pc-common-product-side-caption-s .\!name{
  word-break: break-all;
  font-size: 0.75rem;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(48 48 48 / var(--tw-text-opacity));
}

.pc-common-product-side-caption-s .dl{
  margin-bottom: 0.25rem;
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 12px;
       column-gap: 12px;
  line-height: 1rem;
}

.pc-common-product-side-caption-s .dt{
  min-width: 3.5rem;
  font-size: 10px;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}

@media (max-width: 767px){
  .pc-common-product-side-caption-s .dt{
    min-width: 4rem;
  }
}

.pc-common-product-side-caption-s .dd{
  font-size: 0.75rem;
  line-height: 1.4;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(85 85 85 / var(--tw-text-opacity));
}

.pc-common-product-side-caption-s .dl-pc-num{
  display: flex;
  justify-content: center;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.pc-common-product-side-caption-s .dt-pc-num{
  font-size: 0.75rem;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(133 133 133 / var(--tw-text-opacity));
}

.pc-common-product-side-caption-s .dd-pc-num{
  font-size: 0.75rem;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(48 48 48 / var(--tw-text-opacity));
}

.pc-common-product-side-caption-s .pc-price{
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(48 48 48 / var(--tw-text-opacity));
}

.pc-common-product-side-caption-s .return{
  display: flex;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
  font-size: 0.75rem;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(48 48 48 / var(--tw-text-opacity));
}

.pc-common-product-side-caption-s .return > :first-child{
  min-width: 3.5rem;
}

.pc-common-product-side-caption-s .select{
  display: inline-flex;
  align-items: center;
  font-size: 0.75rem;
  line-height: 1.4;
}

.pc-common-product-side-caption-s .\!select{
  display: inline-flex;
  align-items: center;
  font-size: 0.75rem;
  line-height: 1.4;
}

.pc-common-product-side-caption-s .select > p{
  width: 68px;
}

.pc-common-product-side-caption-s .\!select > p{
  width: 68px;
}

.pc-common-product-side-caption-s .select-wrapper{
  margin-left: 2.25rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 2px;
}

/* サムネイル PC Common ランキング商品 */

.thumb-product-common-ranking{
  display: flex !important;
  width: 568px;
  align-items: center;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(238 238 238 / var(--tw-border-opacity));
  padding: 1rem;
}

.thumb-product-common-ranking .image{
  aspect-ratio: 5/6;
  width: 107px;
}

.thumb-product-common-ranking .\!image{
  aspect-ratio: 5/6;
  width: 107px;
}

.thumb-product-common-ranking .num{
  margin-right: 1.5rem;
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(187 187 187 / var(--tw-text-opacity));
}

.thumb-product-common-ranking .name{
  margin-left: 1rem;
  display: inline-block;
  word-break: break-all;
  font-size: 0.75rem;
  line-height: 1.4;
}

.thumb-product-common-ranking .\!name{
  margin-left: 1rem;
  display: inline-block;
  word-break: break-all;
  font-size: 0.75rem;
  line-height: 1.4;
}

.thumb-product-common-ranking .price{
  margin-left: 1rem;
  margin-top: 0.5rem;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: 0em;
}

.thumb-product-common-ranking .price.sale-price{
  display: block;
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}

.thumb-product-common-ranking .intax{
  margin-left: 5px;
  font-size: 10px;
}

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

.pc-common-staff-side-caption{
  display: flex;
  gap: 1rem;
}

.pc-common-staff-side-caption .image{
  aspect-ratio: 1/1;
  width: 8rem;
  max-width: 8rem;
  border-radius: 9999px;
}

.pc-common-staff-side-caption .\!image{
  aspect-ratio: 1/1;
  width: 8rem;
  max-width: 8rem;
  border-radius: 9999px;
}

.pc-common-staff-side-caption .staff-name{
  width: 66.666667%;
  word-break: break-all;
  font-size: 1.125rem;
  line-height: 1.4;
  line-height: 1.75rem;
}

.pc-common-staff-side-caption .link{
  cursor: pointer;
  font-size: 0.875rem;
  line-height: 1.4;
  line-height: 1.25rem;
  letter-spacing: .04em;
  --tw-text-opacity: 1;
  color: rgb(133 133 133 / var(--tw-text-opacity));
  text-decoration-line: underline;
}

.pc-common-staff-side-caption .\!link{
  cursor: pointer;
  font-size: 0.875rem;
  line-height: 1.4;
  line-height: 1.25rem;
  letter-spacing: .04em;
  --tw-text-opacity: 1;
  color: rgb(133 133 133 / var(--tw-text-opacity));
  text-decoration-line: underline;
}

/* サムネイル PC Semi Narrow Staff キャプション */

.thumb-w840-staff-caption{
  display: inline-block;
  max-width: 198px;
}

.thumb-w840-staff-caption .image{
  aspect-ratio: 1/1;
  width: 100%;
  border-radius: 9999px;
}

.thumb-w840-staff-caption .\!image{
  aspect-ratio: 1/1;
  width: 100%;
  border-radius: 9999px;
}

.thumb-w840-staff-caption .name{
  margin-top: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.4;
  line-height: 1.25rem;
}

.thumb-w840-staff-caption .\!name{
  margin-top: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.4;
  line-height: 1.25rem;
}

.thumb-w840-staff-caption .height{
  margin-left: 0.75rem;
  display: inline-block;
  font-size: 10px;
  line-height: 1rem;
  letter-spacing: .04em;
}

.thumb-w840-staff-caption .store{
  font-size: 10px;
  line-height: 1rem;
  letter-spacing: .04em;
}

.thumb-w840-staff-caption .\!store{
  font-size: 10px;
  line-height: 1rem;
  letter-spacing: .04em;
}

/* サムネイル SP 商品 */

@media (max-width: 767px){
  .thumb-product-xs-3_5{
    max-width: 92px;
  }

  .thumb-product-xs-3_5-ranking{
    display: flex !important;
    align-items: center;
    gap: 0.5rem;
  }

  .thumb-product-sm{
    max-width: 109px;
  }

  .thumb-product-md{
    max-width: 164px;
  }

  .thumb-product-md-2_5{
    max-width: 140px;
  }

  .thumb-product-xl{
    max-width: 375px;
  }

  .thumb-product-xs .image{
    aspect-ratio: 5/6;
    width: 100%;
  }

  .thumb-product-xs .\!image{
    aspect-ratio: 5/6;
    width: 100%;
  }

  .thumb-product-xs-3_5 .image{
    aspect-ratio: 5/6;
    width: 100%;
  }

  .thumb-product-xs-3_5 .\!image{
    aspect-ratio: 5/6;
    width: 100%;
  }

  .thumb-product-xs-3_5-flex .image{
    aspect-ratio: 5/6;
    width: 92px;
  }

  .thumb-product-xs-3_5-flex .\!image{
    aspect-ratio: 5/6;
    width: 92px;
  }

  .thumb-product-xs-3_5-ranking .image{
    aspect-ratio: 5/6;
    width: 92px;
  }

  .thumb-product-xs-3_5-ranking .\!image{
    aspect-ratio: 5/6;
    width: 92px;
  }

  .thumb-product-sm .image{
    aspect-ratio: 5/6;
    width: 100%;
  }

  .thumb-product-sm .\!image{
    aspect-ratio: 5/6;
    width: 100%;
  }

  .thumb-product-md .image{
    aspect-ratio: 5/6;
    width: 100%;
  }

  .thumb-product-md .\!image{
    aspect-ratio: 5/6;
    width: 100%;
  }

  .thumb-product-md-2_5 .image{
    aspect-ratio: 5/6;
    width: 100%;
  }

  .thumb-product-md-2_5 .\!image{
    aspect-ratio: 5/6;
    width: 100%;
  }

  .thumb-product-lg .image{
    aspect-ratio: 5/6;
    width: 100%;
  }

  .thumb-product-lg .\!image{
    aspect-ratio: 5/6;
    width: 100%;
  }

  .thumb-product-xl .image{
    aspect-ratio: 5/6;
    width: 100%;
  }

  .thumb-product-xl .\!image{
    aspect-ratio: 5/6;
    width: 100%;
  }

  .thumb-product-xs-3_5-ranking .num{
    position: absolute;
    top: 0px;
    left: 0px;
    display: flex;
    height: 17px;
    width: 17px;
    align-items: center;
    justify-content: center;
    --tw-bg-opacity: 1;
    background-color: rgb(48 48 48 / var(--tw-bg-opacity));
    font-size: 10px;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }

  .thumb-product-md .label,
    .thumb-product-md-2_5 .label{
    margin-top: 0.5rem;
    font-size: 10px;
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(133 133 133 / var(--tw-text-opacity));
  }

  .thumb-product-xs-3_5 .name,
    .thumb-product-xs-3_5 .color{
    margin-top: 0.25rem;
    display: inline-block;
    font-size: 10px;
  }

  .thumb-product-xs-3_5 .\!name{
    margin-top: 0.25rem;
    display: inline-block;
    font-size: 10px;
  }

  .thumb-product-xs-3_5-ranking .name{
    margin-top: 0.25rem;
    margin-left: 0px;
    display: inline-block;
    word-break: break-all;
    font-size: 10px;
  }

  .thumb-product-xs-3_5-ranking .\!name{
    margin-top: 0.25rem;
    margin-left: 0px;
    display: inline-block;
    word-break: break-all;
    font-size: 10px;
  }

  .thumb-product-sm .name{
    margin-top: 6px;
    display: inline-block;
    font-size: 10px;
  }

  .thumb-product-sm .\!name{
    margin-top: 6px;
    display: inline-block;
    font-size: 10px;
  }

  .thumb-product-md .name,
    .thumb-product-md-2_5 .name{
    margin-top: 0.5rem;
    display: inline-block;
    font-size: 0.75rem;
    line-height: 1.4;
    line-height: 1rem;
    letter-spacing: .04em;
  }

  .thumb-product-md .\!name,
    .thumb-product-md-2_5 .\!name{
    margin-top: 0.5rem;
    display: inline-block;
    font-size: 0.75rem;
    line-height: 1.4;
    line-height: 1rem;
    letter-spacing: .04em;
  }

  .thumb-product-xs-3_5 .price,
    .thumb-product-sm .price{
    margin-top: 0.25rem;
    font-family: Inter, sans-serif;
    font-size: 0.75rem;
    line-height: 1.4;
    letter-spacing: 0em;
  }

  .thumb-product-xs-3_5-ranking .price{
    margin-top: 0.25rem;
    margin-left: 0px;
    font-family: Inter, sans-serif;
    font-size: 0.875rem;
    line-height: 1.4;
    letter-spacing: 0em;
  }

  .thumb-product-xs-3_5-ranking .price.sale-price{
    display: block;
    --tw-text-opacity: 1;
    color: rgb(185 28 28 / var(--tw-text-opacity));
  }

  .thumb-product-md .size{
    margin-top: 0.25rem;
  }

  .thumb-product-md .size > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1px * var(--tw-space-y-reverse));
  }

  .thumb-product-md .size{
    font-size: 10px;
    line-height: 1rem;
    letter-spacing: .04em;
    --tw-text-opacity: 1;
    color: rgb(102 102 102 / var(--tw-text-opacity));
  }

  .thumb-product-md :not(.name)+.size{
    margin-top: 0.5rem;
  }

  .thumb-product-md .price{
    margin-top: 0.25rem;
    font-family: Inter, sans-serif;
    font-size: 1rem;
    line-height: 1.4;
    line-height: 22px;
    letter-spacing: 0em;
  }

  .thumb-product-md .price.retail-price{
    margin-top: 0px !important;
    line-height: 1rem;
    --tw-text-opacity: 1;
    color: rgb(102 102 102 / var(--tw-text-opacity));
  }

  .thumb-product-md-2_5 .price{
    margin-top: 0.25rem;
    font-family: Inter, sans-serif;
    font-size: 1rem;
    line-height: 1.4;
    letter-spacing: 0em;
  }

  .thumb-product-md-2_5 .price.retail-price{
    margin-top: 0px;
    display: inline-block;
    font-size: 10px;
    --tw-text-opacity: 1;
    color: rgb(102 102 102 / var(--tw-text-opacity));
    text-decoration-line: line-through;
  }

  .thumb-product-xs-3_5 .intax,
    .thumb-product-xs-3_5-ranking .intax,
    .thumb-product-sm .intax,
    .thumb-product-md .intax,
    .thumb-product-md-2_5 .intax{
    margin-left: 5px;
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 10px;
  }

  .thumb-product-md .review-title{
    margin-top: 0.5rem;
    font-size: 0.75rem;
    line-height: 1.4;
    line-height: 1rem;
    letter-spacing: .04em;
  }

  .thumb-product-md .staff-name{
    margin-right: 0.75rem;
    margin-bottom: 2px;
    display: inline-block;
    font-size: 0.75rem;
    line-height: 1.4;
    line-height: 1rem;
    letter-spacing: .04em;
  }

  .thumb-product-md .staff-size{
    margin-left: 0px;
    display: inline-block;
    font-size: 10px;
    line-height: 1rem;
    letter-spacing: .04em;
  }

  .thumb-product-md .store-name{
    font-size: 10px;
    line-height: 1rem;
    letter-spacing: .04em;
  }
}

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

@media (max-width: 767px){
  .thumb-product-sp-side-caption-sm{
    display: flex;
    flex-direction: row;
  }

  .thumb-product-sp-side-caption-sm .image{
    aspect-ratio: 109/131;
    width: 100%;
    max-width: 109px;
  }

  .thumb-product-sp-side-caption-sm .\!image{
    aspect-ratio: 109/131;
    width: 100%;
    max-width: 109px;
  }

  .thumb-product-sp-side-caption-sm .link{
    min-width: 109px;
  }

  .thumb-product-sp-side-caption-sm .\!link{
    min-width: 109px;
  }

  .thumb-product-sp-side-caption-sm .name{
    word-break: break-all;
  }

  .thumb-product-sp-side-caption-sm .\!name{
    word-break: break-all;
  }

  .thumb-product-sp-side-caption-sm .image-modal{
    aspect-ratio: 96/115;
    max-height: 115px;
    width: 100%;
    max-width: 96px;
  }

  .thumb-product-sp-side-caption-sm .content{
    margin-left: 1rem;
    display: flex;
    max-width: calc(100% - 125px);
    flex-direction: column;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    font-size: 0.75rem;
    line-height: 1.4;
  }

  .thumb-product-sp-side-caption-sm .\!content{
    margin-left: 1rem;
    display: flex;
    max-width: calc(100% - 125px);
    flex-direction: column;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    font-size: 0.75rem;
    line-height: 1.4;
  }

  .thumb-product-sp-side-caption-sm .title{
    margin-bottom: 0.5rem;
    font-size: 0.75rem;
    line-height: 1.4;
    line-height: 1rem;
  }

  .thumb-product-sp-side-caption-sm .option{
    display: inline-flex;
    align-items: center;
    font-size: 0.75rem;
    line-height: 1.4;
    line-height: 1rem;
    --tw-text-opacity: 1;
    color: rgb(85 85 85 / var(--tw-text-opacity));
  }

  .thumb-product-sp-side-caption-sm .\!option{
    display: inline-flex;
    align-items: center;
    font-size: 0.75rem;
    line-height: 1.4;
    line-height: 1rem;
    --tw-text-opacity: 1;
    color: rgb(85 85 85 / var(--tw-text-opacity));
  }

  .thumb-product-sp-side-caption-sm .option > p{
    width: 68px;
    font-size: 10px;
    --tw-text-opacity: 1;
    color: rgb(102 102 102 / var(--tw-text-opacity));
  }

  .thumb-product-sp-side-caption-sm .\!option > p{
    width: 68px;
    font-size: 10px;
    --tw-text-opacity: 1;
    color: rgb(102 102 102 / var(--tw-text-opacity));
  }

  .thumb-product-sp-side-caption-sm .price{
    display: inline-flex;
    align-items: center;
    font-family: Inter, sans-serif;
    font-size: 0.75rem;
    line-height: 1.4;
    --tw-text-opacity: 1;
    color: rgb(85 85 85 / var(--tw-text-opacity));
  }

  .thumb-product-sp-side-caption-sm .price > p{
    width: 68px;
    font-size: 10px;
    font-weight: 400;
    --tw-text-opacity: 1;
    color: rgb(102 102 102 / var(--tw-text-opacity));
  }

  .thumb-product-sp-side-caption-sm .price > span{
    font-family: Inter, sans-serif;
    letter-spacing: 0em;
  }

  .thumb-product-sp-side-caption-sm .return{
    display: inline-flex;
    align-items: flex-start;
  }

  .thumb-product-sp-side-caption-sm .return > p{
    min-width: 68px;
  }

  .thumb-product-sp-side-caption-sm .select{
    display: inline-flex;
    align-items: center;
  }

  .thumb-product-sp-side-caption-sm .\!select{
    display: inline-flex;
    align-items: center;
  }

  .thumb-product-sp-side-caption-sm .select > p{
    min-width: 68px;
  }

  .thumb-product-sp-side-caption-sm .\!select > p{
    min-width: 68px;
  }
}

.price.sale-price{
  display: inline-block;
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}

.price.retail-price{
  margin-top: 0px;
  display: inline-block;
  font-size: 10px;
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
  text-decoration-line: line-through;
}

/* 商品タグ */

.thumb-product-tag-bottom-tag{
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  font-size: 10px;
  line-height: 1rem;
  letter-spacing: .04em;
}

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

@media (max-width: 767px){
  .sp-thumb-staff-caption-lg{
    display: inline-block;
    max-width: 164px;
  }
}

.sp-thumb-staff-caption-lg .image{
  border-radius: 9999px;
}

@media (max-width: 767px){
  .sp-thumb-staff-caption-lg .image{
    aspect-ratio: 1/1;
    width: 100%;
  }
}

.sp-thumb-staff-caption-lg .\!image{
  border-radius: 9999px;
}

@media (max-width: 767px){
  .sp-thumb-staff-caption-lg .\!image{
    aspect-ratio: 1/1;
    width: 100%;
  }

  .sp-thumb-staff-caption-lg .name{
    margin-top: 0.75rem;
    font-size: 0.875rem;
    line-height: 1.4;
    line-height: 1.25rem;
  }

  .sp-thumb-staff-caption-lg .\!name{
    margin-top: 0.75rem;
    font-size: 0.875rem;
    line-height: 1.4;
    line-height: 1.25rem;
  }

  .sp-thumb-staff-caption-lg .height{
    margin-left: 0.75rem;
    font-size: 10px;
    line-height: 1rem;
    letter-spacing: .04em;
  }

  .sp-thumb-staff-caption-lg .store{
    font-size: 10px;
    line-height: 1rem;
    letter-spacing: .04em;
  }

  .sp-thumb-staff-caption-lg .\!store{
    font-size: 10px;
    line-height: 1rem;
    letter-spacing: .04em;
  }
}

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

@media (max-width: 767px){
  .sp-staff-side-caption-md{
    display: flex;
    max-width: 546px;
    align-items: center;
    gap: 1rem;
  }

  .sp-staff-side-caption-md .image{
    aspect-ratio: 1/1;
    width: 6rem;
    max-width: 6rem;
    border-radius: 9999px;
  }

  .sp-staff-side-caption-md .\!image{
    aspect-ratio: 1/1;
    width: 6rem;
    max-width: 6rem;
    border-radius: 9999px;
  }

  .sp-staff-side-caption-md .staff-name{
    word-break: break-all;
    font-size: 1rem;
    line-height: 1.4;
    line-height: 22px;
  }
}

/* サムネイル 商品+コンテンツ */

.thumb-product-content{
  aspect-ratio: 5/6;
  width: 100%;
  max-width: 96px;
}

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

.thumb-brand{
  aspect-ratio: 1.618/1;
  width: 100%;
  max-width: 198px;
}

@media (max-width: 767px){
  .thumb-brand{
    max-width: none;
  }
}

/* サムネイル ブランドカード */

.thumb-brandcard{
  aspect-ratio: 1.618/1;
  width: 100%;
  max-width: 162px;
}

@media (max-width: 767px){
  .thumb-brandcard{
    max-width: none;
  }
}

/* サムネイル スタッフ情報img付き */

.\!staff{
  margin-top: 0.5rem;
  display: flex;
}

.staff{
  margin-top: 0.5rem;
  display: flex;
}

/* サムネイル width1160px コーディネート/レビュー */

.thumb-w1160-coordinate-md,
    .thumb-w1160-review-md{
  max-width: 271px;
}

.thumb-w1160-coordinate-lg{
  max-width: 362px;
}

.thumb-w1160-coordinate-sm .image{
  aspect-ratio: 3/4;
  width: 100%;
}

.thumb-w1160-coordinate-sm .\!image{
  aspect-ratio: 3/4;
  width: 100%;
}

.thumb-w1160-coordinate-md .image,
    .thumb-w1160-review-md .image{
  aspect-ratio: 271/361;
  width: 100%;
}

.thumb-w1160-coordinate-md .\!image,
    .thumb-w1160-review-md .\!image{
  aspect-ratio: 271/361;
  width: 100%;
}

.thumb-w1160-review-md .review-title{
  margin-top: 0.75rem;
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.4;
}

.thumb-w1160-coordinate-md .staff-info{
  margin-top: 0.75rem;
}

.thumb-w1160-coordinate-md .staff-name,
    .thumb-w1160-review-md .staff-name{
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.4;
}

.thumb-w1160-coordinate-md .staff-size,
    .thumb-w1160-review-md .staff-size{
  margin-left: 0.75rem;
  font-size: 10px;
}

.thumb-w1160-coordinate-md .store-name,
    .thumb-w1160-review-md .store-name{
  font-size: 10px;
  line-height: 1rem;
}

.thumb-w1160-coordinate-lg .image{
  aspect-ratio: 3/4;
  width: 100%;
}

.thumb-w1160-coordinate-lg .\!image{
  aspect-ratio: 3/4;
  width: 100%;
}

.thumb-w1160-coordinate-lg .staff-info{
  margin-top: 0.5rem;
}

.thumb-w1160-coordinate-lg .staff-name{
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.4;
}

.thumb-w1160-coordinate-lg .staff-size{
  margin-left: 0.75rem;
  font-size: 10px;
}

.thumb-w1160-coordinate-lg .store-name{
  margin-top: 2px;
  font-size: 10px;
}

/* サムネイル width840px コーディネート/レビュー */

.thumb-w840-coordinate-caption,
    .thumb-w840-review-caption{
  display: inline-block;
  max-width: 264px;
}

.thumb-w840-coordinate-caption .image,
    .thumb-w840-review-caption .image{
  aspect-ratio: 264/352;
  width: 100%;
}

.thumb-w840-coordinate-caption .\!image,
    .thumb-w840-review-caption .\!image{
  aspect-ratio: 264/352;
  width: 100%;
}

.thumb-w840-coordinate-caption .date,
    .thumb-w840-review-caption .date{
  margin-top: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.4;
}

.thumb-w840-coordinate-caption .\!date,
    .thumb-w840-review-caption .\!date{
  margin-top: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.4;
}

.thumb-w840-coordinate-caption .brand,
    .thumb-w840-review-caption .brand{
  margin-top: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.4;
}

.thumb-w840-coordinate-caption .review-title,
    .thumb-w840-review-caption .review-title{
  margin-top: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.4;
}

.thumb-w840-coordinate-caption .staff-info{
  margin-top: 0.5rem;
  display: flex;
  align-items: baseline;
}

.thumb-w840-coordinate-caption:has(.review-title) .staff-info{
  margin-top: 0.25rem;
}

.thumb-w840-coordinate-caption .staff-name,
    .thumb-w840-review-caption .staff-name{
  font-size: 0.875rem;
  line-height: 1.4;
}

.thumb-w840-coordinate-caption .staff-size,
    .thumb-w840-review-caption .staff-size{
  margin-left: 0.75rem;
  font-size: 10px;
}

.thumb-w840-coordinate-caption .store-name,
    .thumb-w840-review-caption .store-name{
  margin-top: 2px;
  font-size: 10px;
}

.thumb-w840-coordinate-caption .staff-image,
    .thumb-w840-review-caption .staff-image{
  display: inline-block;
  max-width: 2rem;
}

.thumb-w840-coordinate-caption .staff-image > img,
    .thumb-w840-review-caption .staff-image > img{
  aspect-ratio: 1/1;
  width: 100%;
  border-radius: 9999px;
  -o-object-fit: cover;
     object-fit: cover;
}

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

.thumb-w580-coordinate-sm{
  max-width: 114px;
}

.thumb-w580-coordinate-md{
  max-width: 182px;
}

.thumb-w580-coordinate-lg{
  max-width: 580px;
}

.thumb-w580-coordinate-sm .image{
  aspect-ratio: 114/152;
  width: 100%;
}

.thumb-w580-coordinate-sm .\!image{
  aspect-ratio: 114/152;
  width: 100%;
}

.thumb-w580-coordinate-md .image{
  aspect-ratio: 3/4;
  width: 100%;
}

.thumb-w580-coordinate-md .\!image{
  aspect-ratio: 3/4;
  width: 100%;
}

.thumb-w580-coordinate-lg .image{
  aspect-ratio: 3/4;
  width: 100%;
}

.thumb-w580-coordinate-lg .\!image{
  aspect-ratio: 3/4;
  width: 100%;
}

.thumb-w580-coordinate-md .review-title{
  margin-top: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.4;
}

.thumb-w580-coordinate-md .staff-info{
  margin-top: 0.5rem;
}

.thumb-w580-coordinate-md:has(.review-title) .staff-info{
  margin-top: 0.25rem;
}

.thumb-w580-coordinate-md .staff-name{
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.4;
}

.thumb-w580-coordinate-md .staff-size{
  margin-left: 0.75rem;
  font-size: 10px;
}

.thumb-w580-coordinate-md .store-name{
  margin-top: 2px;
  font-size: 10px;
}

/* SP サムネイル コーディネート/レビュー*/

@media (max-width: 767px){
  .thumb-coordinate-sm{
    max-width: 92px;
  }

  .thumb-coordinate-md,
    .thumb-review-md{
    max-width: 164px;
  }

  .thumb-coordinate-lg{
    max-width: 375px;
  }

  .thumb-coordinate-sm .image{
    aspect-ratio: 3/4;
    width: 100%;
  }

  .thumb-coordinate-sm .\!image{
    aspect-ratio: 3/4;
    width: 100%;
  }

  .thumb-coordinate-md .image,
    .thumb-review-md .image{
    aspect-ratio: 3/4;
    width: 100%;
  }

  .thumb-coordinate-md .\!image,
    .thumb-review-md .\!image{
    aspect-ratio: 3/4;
    width: 100%;
  }

  .thumb-coordinate-lg .image{
    aspect-ratio: 125/167;
    width: 100%;
  }

  .thumb-coordinate-lg .\!image{
    aspect-ratio: 125/167;
    width: 100%;
  }

  .thumb-coordinate-md .name,
    .thumb-review-md .name{
    margin-top: 6px;
    display: inline-block;
    font-size: 0.75rem;
    line-height: 1.4;
  }

  .thumb-coordinate-md .\!name,
    .thumb-review-md .\!name{
    margin-top: 6px;
    display: inline-block;
    font-size: 0.75rem;
    line-height: 1.4;
  }

  .thumb-coordinate-md .height,
    .thumb-review-md .height{
    margin-left: 0.75rem;
    font-size: 10px;
  }

  .thumb-coordinate-md .store,
    .thumb-review-md .store{
    margin-top: 2px;
    font-size: 10px;
  }

  .thumb-coordinate-md .\!store,
    .thumb-review-md .\!store{
    margin-top: 2px;
    font-size: 10px;
  }

  .thumb-coordinate-md .date,
    .thumb-review-md .date{
    margin-top: 0.25rem;
    font-size: 0.875rem;
    line-height: 1.4;
  }

  .thumb-coordinate-md .\!date,
    .thumb-review-md .\!date{
    margin-top: 0.25rem;
    font-size: 0.875rem;
    line-height: 1.4;
  }

  .thumb-coordinate-md .brand,
    .thumb-review-md .brand{
    margin-top: 0.25rem;
    font-size: 0.875rem;
    line-height: 1.4;
  }

  .thumb-coordinate-md .review-title{
    margin-top: 6px;
    font-size: 0.75rem;
    line-height: 1.4;
  }

  .thumb-review-md .review-title{
    margin-top: 6px;
    font-size: 0.75rem;
    line-height: 1.4;
  }

  .thumb-coordinate-md .staff-info{
    margin-top: 6px;
    display: flex;
    align-items: baseline;
  }

  .thumb-coordinate-md:has(.review-title) .staff-info{
    margin-top: 2px;
  }

  .thumb-review-md .staff-info{
    display: inline-block;
  }

  .thumb-coordinate-md .staff-name,
    .thumb-review-md .staff-name{
    font-size: 0.75rem;
    line-height: 1.4;
  }

  .thumb-coordinate-md .staff-size,
    .thumb-review-md .staff-size{
    margin-left: 0.75rem;
    font-size: 10px;
  }

  .thumb-coordinate-md .store-name,
    .thumb-review-md .store-name{
    margin-top: 2px;
    font-size: 10px;
  }

  .thumb-coordinate-md .staff-image,
    .thumb-review-md .staff-image{
    display: inline-block;
    max-width: 2rem;
  }

  .thumb-coordinate-md .staff-image > img,
    .thumb-review-md .staff-image > img{
    aspect-ratio: 1/1;
    width: 100%;
    border-radius: 9999px;
  }
}

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

.thumb-staff{
  aspect-ratio: 1/1;
  width: 100%;
  max-width: 155px;
  border-radius: 9999px;
}

@media (max-width: 767px){
  .thumb-staff{
    max-width: none;
  }
}

/* サムネイル スタッフ+コンテンツ */

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

.thumb-article-caption-pc-m{
  width: 271px;
}

.thumb-article-caption-pc-m > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.thumb-article-caption-pc-m .image{
  aspect-ratio: 1 / 1;
  width: 100%;
}

.thumb-article-caption-pc-m .\!image{
  aspect-ratio: 1 / 1;
  width: 100%;
}

.thumb-article-caption-pc-m .content > :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));
}

.thumb-article-caption-pc-m .content{
  font-size: 0.875rem;
  line-height: 1.4;
}

.thumb-article-caption-pc-m .\!content > :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));
}

.thumb-article-caption-pc-m .\!content{
  font-size: 0.875rem;
  line-height: 1.4;
}

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

.thumb-article-caption-pc-s{
  display: flex;
  align-items: center;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}

.thumb-article-caption-pc-s .image{
  aspect-ratio: 1 / 1;
  width: 70px;
}

.thumb-article-caption-pc-s .\!image{
  aspect-ratio: 1 / 1;
  width: 70px;
}

.thumb-article-caption-pc-s .content{
  width: calc(100% - 82px);
}

.thumb-article-caption-pc-s .content > :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));
}

.thumb-article-caption-pc-s .content{
  font-size: 0.875rem;
  line-height: 1.4;
}

.thumb-article-caption-pc-s .\!content{
  width: calc(100% - 82px);
}

.thumb-article-caption-pc-s .\!content > :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));
}

.thumb-article-caption-pc-s .\!content{
  font-size: 0.875rem;
  line-height: 1.4;
}

.thumb-article-caption-pc-s .title{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  width: 100%;
  overflow-wrap: break-word;
}

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

.thumb-article-caption-sp-m{
  width: 164px;
}

.thumb-article-caption-sp-m > :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));
}

.thumb-article-caption-sp-m .image{
  aspect-ratio: 1 / 1;
  width: 100%;
}

.thumb-article-caption-sp-m .\!image{
  aspect-ratio: 1 / 1;
  width: 100%;
}

.thumb-article-caption-sp-m .content{
  width: calc(100% - 68px);
}

.thumb-article-caption-sp-m .content > :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));
}

.thumb-article-caption-sp-m .content{
  font-size: 0.75rem;
  line-height: 1.4;
}

.thumb-article-caption-sp-m .\!content{
  width: calc(100% - 68px);
}

.thumb-article-caption-sp-m .\!content > :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));
}

.thumb-article-caption-sp-m .\!content{
  font-size: 0.75rem;
  line-height: 1.4;
}

.thumb-article-caption-sp-m .title{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  width: 100%;
  overflow-wrap: break-word;
}

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

.thumb-article-caption-sp-s{
  display: flex;
  align-items: center;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.thumb-article-caption-sp-s .image{
  aspect-ratio: 1 / 1;
  width: 70px;
}

.thumb-article-caption-sp-s .\!image{
  aspect-ratio: 1 / 1;
  width: 70px;
}

.thumb-article-caption-sp-s .content{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  width: calc(100% - 78px);
}

.thumb-article-caption-sp-s .content > :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));
}

.thumb-article-caption-sp-s .content{
  overflow-wrap: break-word;
  font-size: 0.75rem;
  line-height: 1.4;
}

.thumb-article-caption-sp-s .\!content{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  width: calc(100% - 78px);
}

.thumb-article-caption-sp-s .\!content > :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));
}

.thumb-article-caption-sp-s .\!content{
  overflow-wrap: break-word;
  font-size: 0.75rem;
  line-height: 1.4;
}

/* サムネイル 動画L */

/* サムネイル 動画M */

/* サムネイル 動画 */

.thumb-w1160-movie{
  aspect-ratio: 9/16;
  width: 100%;
  max-width: 180px;
}

@media (max-width: 767px){
  .thumb-w1160-movie{
    max-width: none;
  }
}

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

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

/* サムネイル バナーL */

/* サムネイル バナーM */

/* サムネイル 商品スライダー */

@media (max-width: 767px){
  .thumb-product-slider{
    aspect-ratio: 5/6;
    width: 100%;
    max-width: 96px;
  }
}

/* サムネイルリスト ラッパークラス */

.list-thumbnail-gap-md{
  display: grid;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  row-gap: 2.5rem;
}

@media (max-width: 767px){
  .list-thumbnail-gap-md{
    row-gap: 1.25rem;
  }
}

.list-thumbnail-gap-sm{
  display: grid;
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
  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;
  }
}

/* バナーサムネイル */

.thumb-sp-banner-special-sm{
  max-width: 240px;
}

.thumb-sp-banner-special-md{
  max-width: 136px;
}

.thumb-sp-banner-special-lg{
  max-width: 375px;
}

.thumb-sp-banner-special-sm .image{
  aspect-ratio: 2/1;
  width: 100%;
}

.thumb-sp-banner-special-sm .\!image{
  aspect-ratio: 2/1;
  width: 100%;
}

.thumb-sp-banner-special-md .image{
  aspect-ratio: 136/155;
  width: 100%;
  border-radius: 4px;
}

.thumb-sp-banner-special-md .\!image{
  aspect-ratio: 136/155;
  width: 100%;
  border-radius: 4px;
}

.thumb-sp-banner-special-lg .image{
  aspect-ratio: 375/469;
  width: 100%;
}

.thumb-sp-banner-special-lg .\!image{
  aspect-ratio: 375/469;
  width: 100%;
}

.thumb-sp-banner-special-sm .title{
  margin-top: 0.25rem;
  display: inline-block;
  width: 100%;
  overflow-wrap: break-word;
  font-size: 0.75rem;
  line-height: 1.4;
}

.thumb-sp-banner-special-md .title{
  margin-top: 0.5rem;
  display: inline-block;
  font-size: 0.75rem;
  line-height: 1.4;
}

.thumb-pc-standard-banner-special-sm{
  max-width: 400px;
}

.thumb-pc-standard-banner-special-md{
  max-width: 178px;
}

.thumb-pc-standard-banner-special-lg{
  max-width: 1160px;
}

.thumb-pc-standard-banner-special-sm .image{
  aspect-ratio: 2/1;
  width: 100%;
}

.thumb-pc-standard-banner-special-sm .\!image{
  aspect-ratio: 2/1;
  width: 100%;
}

.thumb-pc-standard-banner-special-md .image{
  aspect-ratio: 178/203;
  width: 100%;
  border-radius: 5px;
}

.thumb-pc-standard-banner-special-md .\!image{
  aspect-ratio: 178/203;
  width: 100%;
  border-radius: 5px;
}

.thumb-pc-standard-banner-special-lg .image{
  aspect-ratio: 2/1;
  width: 100%;
}

.thumb-pc-standard-banner-special-lg .\!image{
  aspect-ratio: 2/1;
  width: 100%;
}

.thumb-pc-standard-banner-special-sm .title{
  margin-top: 0.25rem;
  display: inline-block;
  width: 100%;
  overflow-wrap: break-word;
  font-size: 0.875rem;
  line-height: 1.4;
}

.thumb-pc-standard-banner-special-md .title{
  margin-top: 0.5rem;
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.4;
}

.thumb-common-banner-caption{
  display: flex;
  max-width: 400px;
  flex-direction: column;
}

.thumb-common-banner-caption .image{
  aspect-ratio: 2/1;
  width: 100%;
}

.thumb-common-banner-caption .\!image{
  aspect-ratio: 2/1;
  width: 100%;
}

.thumb-common-banner-caption .campaign{
  display: inline-block;
  font-size: 0.75rem;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(187 187 187 / var(--tw-text-opacity));
}

/* Checkbox */

.form-checkbox{
  display: none;
}

.form-checkbox-wrapper{
  display: flex;
  align-items: center;
}

.form-checkbox-wrapper-col{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.form-checkbox + label{
  position: relative;
  margin-right: 1rem;
  display: block;
  cursor: pointer;
  padding-left: 1.75rem;
  font-size: 0.875rem;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(48 48 48 / var(--tw-text-opacity));
}

.form-checkbox + .thumb-label{
  padding-left: 0px;
}

.form-checkbox-wrapper-col .form-checkbox + label{
  margin-right: 0px;
  margin-bottom: 1rem;
}

.form-checkbox-wrapper-col #ad > div:last-of-type > label{
  margin-bottom: 0px;
}

.form-checkbox + label::before{
  position: absolute;
  left: 0px;
  top: 0px;
  box-sizing: border-box;
  display: block;
  border-radius: 0.125rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
  content: "";
  width: 20px;
  height: 20px;
}

.form-checkbox + .thumb-label::before{
  position: relative;
}

.pc-common-product-side-caption-s .form-checkbox + label{
  margin-right: 0px;
  padding-left: 34px;
}

.pc-common-product-side-caption-s .form-checkbox + label::before{
  top: -10px;
}

.form-checkbox:checked + label::before{
  --tw-border-opacity: 1;
  border-color: rgb(48 48 48 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  background: url('/res/img/icons/icon-check.svg') center calc(50% + 1px) / contain no-repeat;
}

.form-checkbox.validation-error + label::before{
  --tw-border-opacity: 1;
  border-color: rgb(185 28 28 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 232 234 / var(--tw-bg-opacity));
}

.form-checkbox.validation-error:checked + label::before{
  --tw-border-opacity: 1;
  border-color: rgb(185 28 28 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 232 234 / var(--tw-bg-opacity));
}

.form-checkbox.validation-error + label{
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}

.form-checkbox:disabled + label::before{
  --tw-border-opacity: 1;
  border-color: rgb(190 190 190 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(224 224 224 / var(--tw-bg-opacity));
}

.form-checkbox:disabled + label{
  --tw-text-opacity: 1;
  color: rgb(204 204 204 / var(--tw-text-opacity));
}

.form-checkbox-picture-container{
  display: flex;
  max-width: 198px;
  flex-direction: column;
}

@media (max-width: 767px){
  .form-checkbox-picture-container{
    max-width: 164px;
  }
}

.form-checkbox-picture-container .thumb-label{
  margin-bottom: 6px;
}

.form-checkbox-picture-container .name{
  font-size: 0.75rem;
  line-height: 1.4;
}

.form-checkbox-picture-container .\!name{
  font-size: 0.75rem;
  line-height: 1.4;
}

.form-checkbox-picture-container .image{
  aspect-ratio: 198/237;
  width: 100%;
}

@media (max-width: 767px){
  .form-checkbox-picture-container .image{
    aspect-ratio: 164/197;
  }
}

.form-checkbox-picture-container .\!image{
  aspect-ratio: 198/237;
  width: 100%;
}

@media (max-width: 767px){
  .form-checkbox-picture-container .\!image{
    aspect-ratio: 164/197;
  }
}

.form-checkbox-picture-container .color,
    .form-checkbox-picture-container .size{
  font-size: 0.75rem;
  line-height: 1.4;
}

@media (max-width: 767px){
  .form-checkbox-picture-container .color,
    .form-checkbox-picture-container .size{
    font-size: 10px;
  }
}

.form-checkbox-picture-desc{
  margin-top: 6px;
  display: flex;
  flex-direction: column;
  row-gap: 0.25rem;
  font-size: 0.75rem;
  line-height: 1.4;
  line-height: 160%;
  --tw-text-opacity: 1;
  color: rgb(48 48 48 / var(--tw-text-opacity));
}

@media (max-width: 767px){
  .form-checkbox-picture-desc{
    font-size: 10px;
  }
}

.form-checkbox-picture-desc .price{
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: 0em;
}

@media (max-width: 767px){
  .form-checkbox-picture-desc .price{
    font-size: 0.875rem;
    line-height: 1.4;
  }
}

.form-checkbox-picture-desc .retail-price{
  font-size: 10px;
}

.form-checkbox-picture-desc .intax{
  margin-left: 0.25rem;
  font-size: 10px;
}

.form-checkbox-picture-wrapper .form-checkbox + label{
  margin-right: 0px;
  display: inline-block;
  padding-left: 0px;
}

.form-checkbox-picture-wrapper .form-checkbox + label::before{
  position: relative;
}

.form-radio-container{
  display: flex;
  flex-direction: column;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

.form-radio-container-row{
  display: flex;
}

.form-radio-container-nest{
  display: flex;
  flex-direction: column;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

.form-radio-container-nest + .form-area-desc{
  margin-left: 0.375rem;
  margin-top: 0.5rem;
}

.form-radio-container-nest .form-area-desc{
  margin-top: 0.5rem;
}

.form-radio-container-nest{
  margin-left: 1.5rem;
  margin-top: 1rem;
  padding: 0px;
}

.form-radio-wrapper{
  margin-top: 0.75rem;
  display: flex;
  align-items: center;
}

.form-radio-container-row .form-radio-wrapper{
  margin-top: 0px;
  margin-left: 1rem;
}

.form-radio-wrapper:first-child{
  margin-top: 0px;
}

.form-radio-container-row .form-radio-wrapper:first-child{
  margin-left: 0px;
}

.form-radio-container + .form-area-desc,
    .form-radio-container-row + .form-area-desc{
  margin-left: 0.375rem;
  margin-top: 0.5rem;
}

.form-radio-container .form-area-desc,
    .form-radio-container-row .form-area-desc{
  margin-top: 0.5rem;
}

.text-alert-l{
  --tw-text-opacity: 1;
  color: rgb(208 2 27 / var(--tw-text-opacity));
}

.text-alert-s{
  font-size: 0.75rem;
  line-height: 1.4;
  letter-spacing: .04em;
  --tw-text-opacity: 1;
  color: rgb(48 48 48 / var(--tw-text-opacity));
}

@media (max-width: 767px){
  .text-alert-s{
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(208 2 27 / var(--tw-text-opacity));
  }
}

/* タグ */

.tag-s{
  display: inline-flex;
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  font-size: 0.75rem;
  line-height: 1.4;
  line-height: 1rem;
}

.tag-m{
  display: inline-flex;
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  font-size: 0.875rem;
  line-height: 1.4;
  line-height: 1.25rem;
}

.hashtag-s{
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  padding: 0.5rem;
  font-size: 0.75rem;
  line-height: 1.4;
  line-height: 1rem;
}

.hashtag-s::before{
  --tw-text-opacity: 1;
  color: rgb(175 175 175 / var(--tw-text-opacity));
  --tw-content: "#";
  content: var(--tw-content);
}

.hashtag-m{
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  padding: 0.5rem;
  font-size: 0.75rem;
  line-height: 1.4;
  line-height: 1rem;
}

.hashtag-m::before{
  --tw-text-opacity: 1;
  color: rgb(175 175 175 / var(--tw-text-opacity));
  --tw-content: "#";
  content: var(--tw-content);
}

.hashtag-m{
  font-size: 0.875rem;
  line-height: 1.4;
  line-height: 1.25rem;
}

/* 枠+列タイトル付テーブル（2×2） */

.table-border-2{
  width: 100%;
  table-layout: fixed;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity));
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.4;
  line-height: 1.25rem;
}

@media (max-width: 767px){
  .table-border-2{
    font-size: 0.75rem;
    line-height: 1.4;
    line-height: 1rem;
  }
}

.table-border-2 thead{
  letter-spacing: .04em;
}

.table-border-2 th{
  border-bottom-width: 1px;
  border-right-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity));
  text-align: center;
  font-weight: 600;
}

.table-border-2 td{
  border-right-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity));
}

/* 枠+列タイトル付テーブル（2×2）_列比率 1:1 */

.table-border-2.ratio-1-1 thead{
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}

@media (max-width: 767px){
  .table-border-2.ratio-1-1 thead{
    --tw-bg-opacity: 1;
    background-color: rgb(245 245 245 / var(--tw-bg-opacity));
  }
}

.table-border-2.ratio-1-1 thead th{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.table-border-2.ratio-1-1 td{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

/* 枠+列タイトル付テーブル（2×2）_列比率 1.8:1_SP時列比率 1:1 */

.table-border-2.ratio-18-10 thead{
  --tw-text-opacity: 1;
  color: rgb(48 48 48 / var(--tw-text-opacity));
}

@media (max-width: 767px){
  .table-border-2.ratio-18-10 thead{
    --tw-text-opacity: 1;
    color: rgb(102 102 102 / var(--tw-text-opacity));
  }
}

.table-border-2.ratio-18-10 thead th{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.table-border-2.ratio-18-10 td{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/* 行タイトル付テーブル（2×2） */

.table-title-2{
  font-size: 0.875rem;
  line-height: 1.4;
}

.table-title-2-wrapper{
  display: flex;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

@media (max-width: 767px){
  .table-title-2-wrapper{
    display: block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

.table-title-2-sub{
  width: 25%;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (max-width: 767px){
  .table-title-2-sub{
    width: 100%;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    font-weight: 600;
    letter-spacing: .04em;
  }
}

.table-title-2-content{
  width: 75%;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (max-width: 767px){
  .table-title-2-content{
    width: 100%;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
}

/* フィルタ */

.filter-checkbox{
  height: 15rem;
  overflow-y: auto;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

@media (max-width: 767px){
  .filter-checkbox{
    border-bottom-width: 1px;
  }
}

.filter-checkbox-category-wrapper{
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity));
}

.filter-checkbox-category-wrapper:not(:last-child){
  padding-bottom: 0.5rem;
}

.filter-checkbox-category-wrapper:not(:first-child){
  padding-top: 0.5rem;
}

.filter-checkbox-category-wrapper:last-child{
  border-bottom-width: 0px;
}

.filter-checkbox-category-wrapper > p{
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.filter-checkbox li{
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.4;
}

/* カテゴリ・フィルター */

.category-filter-count-s{
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  line-height: 1.4;
}

.category-filter-count-num-s{
  margin-right: 0.25rem;
  font-size: 1.125rem;
  line-height: 1.4;
  font-weight: 600;
  line-height: 1.75rem;
  letter-spacing: .04em;
}

.category-filter-count-m{
  display: flex;
  align-items: center;
  font-size: 1rem;
  line-height: 1.4;
}

.category-filter-count-num-m{
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: .04em;
}

/* 絞り込みボタン */

.filter-button{
  display: inline-block;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.filter-button:disabled{
  cursor: auto;
  opacity: 0.2;
}

.filter-button{
  font-weight: 400;
  display: flex;
  width: 163px;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  border-radius: 0.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.875rem;
  line-height: 1.4;
}

.filter-button::after{
  display: block;
  height: 1.25rem;
  width: 1.25rem;
  background-image: url('/res/img/snp/icons/filter-20.svg');
  background-size: contain;
  background-repeat: no-repeat;
  --tw-content: "";
  content: var(--tw-content);
}

/* 検索タグ */

.search-tag{
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity));
  padding: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.4;
}

.search-tag::after{
  display: block;
  height: 1rem;
  width: 1rem;
  background-image: url('/res/img/snp/icons/close-angle-16.svg');
  background-size: contain;
  background-repeat: no-repeat;
  --tw-content: "";
  content: var(--tw-content);
}

.category-filter-category-menu{
  font-size: 1.25rem;
  line-height: 1.4;
}

.category-filter-category-menu-sub{
  display: flex;
  height: 100%;
  min-height: 50px;
  align-items: center;
  font-size: 0.875rem;
  line-height: 1.4;
}

@media (max-width: 767px){
  .category-filter-category-menu-sub{
    min-height: 2rem;
  }
}

.category-filter-category-menu-sub.all{
  font-size: 1rem;
  line-height: 1.4;
}

@media (max-width: 767px){
  .category-filter-category-menu-sub.all{
    padding-top: 1rem;
  }
}

.category-filter-category-menu-sub:not(.all){
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

@media (max-width: 767px){
  .category-filter-category-menu-sub:not(.all){
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 1rem;
  }
}

.category-filter-category-menu-sub img{
  margin-right: 0.5rem;
  display: inline-block;
  height: 2rem;
  width: 2rem;
}

/* コンテンツナビゲーション（カテゴリ・フィルター） */

.category-filter-contents-nav{
  display: flex;
  width: 100%;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  padding-bottom: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.4;
}

@media (max-width: 767px){
  .category-filter-contents-nav{
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
    padding-bottom: 2px;
    font-size: 0.75rem;
    line-height: 1.4;
  }
}

.category-filter-contents-nav li{
  --tw-text-opacity: 1;
  color: rgb(133 133 133 / var(--tw-text-opacity));
}

@media (max-width: 767px){
  .category-filter-contents-nav li{
    letter-spacing: .04em;
  }
}

.category-filter-contents-nav li.is-active{
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(48 48 48 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(48 48 48 / var(--tw-text-opacity));
}

.category-filter-contents-nav li span{
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.25rem;
}

@media (max-width: 767px){
  .category-filter-contents-nav li span{
    padding-top: 6px;
  }
}

/* ラベル付きタグメニューリスト */

.tag-menu-list-with-label .label{
  margin-bottom: 0.5rem;
  font-size: 14px;
  letter-spacing: .04em;
}

/* メニュー見出し */

.menu-heading{
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.75rem;
  line-height: 1.4;
  line-height: 1rem;
  letter-spacing: .04em;
}

/* 店舗リスト */

.store-list{
  display: flex;
  flex-direction: column;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity));
  padding: 1rem;
}

.store-list-name{
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: .04em;
}

.store-list-content{
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.4;
}

.store-list-tags-dl{
  margin-top: 0.5rem;
}

.store-list-tags-dl > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(6px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(6px * var(--tw-space-y-reverse));
}

.store-list-tags-dl .store-list-tags-dl-item{
  display: flex;
  align-items: flex-start;
}

.store-list-tags-dl dt{
  width: 90px;
  flex-shrink: 0;
  white-space: nowrap;
  padding-top: 2px;
  vertical-align: top;
  font-size: 0.75rem;
  line-height: 1.4;
  font-weight: 300;
  line-height: 1rem;
  letter-spacing: .04em;
}

.store-list-tags-dl dd{
  display: flex;
  flex-grow: 1;
  flex-wrap: wrap;
  gap: 6px;
  line-height: 1;
}

.store-list-button{
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.5rem;
  width: 105px;
  min-width: -moz-fit-content;
  min-width: fit-content;
}

@media (max-width: 767px){
  .store-list-button{
    margin-top: 1.25rem;
  }
}

/* ボタン付き店舗リスト */

.store-list-with-button{
  display: flex;
  flex-direction: column;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity));
  padding: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1.5rem;
  padding-bottom: 2rem;
}

@media (max-width: 767px){
  .store-list-with-button{
    padding-bottom: 28px;
  }
}

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

.pagination-container{
  text-align: center;
}

.pagination-wrapper{
  display: inline-flex;
  align-items: center;
  gap: clamp(4px, 2vw, 16px);
}

.pagination-prev,
    .pagination-next{
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  font-weight: 600;
}

.pagination-prev-icon{
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('/res/img/snp/icons/pagination-left.svg');
  margin-right: 0.5rem;
  height: 1rem;
  width: 1rem;
}

.pagination-next-icon{
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('/res/img/snp/icons/pagination-right.svg');
  margin-left: 0.5rem;
  height: 1rem;
  width: 1rem;
}

.pagination-num{
  height: 2rem;
  width: 2rem;
}

.pagination-link-uncurrent{
  display: inline-block;
  height: 100%;
  width: 100%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  font-weight: 600;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(175 175 175 / var(--tw-text-opacity));
}

.pagination-link-current{
  display: inline-block;
  height: 100%;
  width: 100%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  font-weight: 600;
  line-height: 1rem;
}

/* ナビゲーションボタン */

.navigation-btn{
  margin-top: 2rem;
  display: flex;
  justify-content: space-between;
}

.navigation-btn-link{
  min-width: 12rem;
  border-radius: 0.25rem;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

/* 性別切り替えメニューリスト */

.gender-change-label{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 400;
  display: inline-block;
  height: 2.25rem;
  width: 109px;
  cursor: pointer;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.4;
}

input[type="radio"].gender-change-input{
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.gender-change-label:has(.gender-change-input:checked){
  cursor: default;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

/* 商品 */

/* 商品価格テキスト */

.item-price{
  font-family: Inter, sans-serif;
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: 0em;
}

.item-price-mark{
  margin-right: 0.25rem;
  font-size: 1rem;
  line-height: 1.4;
}

.item-price-intax{
  margin-left: 0.25rem;
  font-size: 0.75rem;
  line-height: 1.4;
  font-weight: 300;
}

.item-price-through{
  font-size: 1.25rem;
  line-height: 1.4;
  letter-spacing: 0em;
  text-decoration-line: line-through;
}

.item-price-through .item-price-mark{
  text-decoration-line: none;
}

.item-price-basic{
  font-family: Inter, sans-serif;
  font-size: 1.25rem;
  line-height: 1.4;
  letter-spacing: 0em;
  font-weight: 300;
}

.item-price-discount{
  font-family: Inter, sans-serif;
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: 0em;
  margin-left: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}

.item-price-discount-rate{
  margin-left: 0.25rem;
  font-size: 0.75rem;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}

/* 商品コード */

.item-code{
  font-family: Inter, sans-serif;
  font-size: 0.75rem;
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: 0em;
  --tw-text-opacity: 1;
  color: rgb(175 175 175 / var(--tw-text-opacity));
}

/* ポイントテキスト */

.item-point > :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));
}

.item-point{
  font-size: 0.75rem;
  line-height: 1.4;
}

.item-point-amount{
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.item-point-link{
  margin-left: 10px;
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
  text-decoration-line: underline;
}

/* グリーンプログラムテキスト */

.item-point-green-problem-text{
  font-size: 0.75rem;
  line-height: 1.4;
  line-height: 1rem;
  letter-spacing: .04em;
  --tw-text-opacity: 1;
  color: rgb(85 85 85 / var(--tw-text-opacity));
}

.item-point-green-problem-text-point{
  --tw-text-opacity: 1;
  color: rgb(0 174 93 / var(--tw-text-opacity));
}

/* サイズボタン */

.item-size-btn{
  height: 50px;
  width: 50px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(48 48 48 / var(--tw-border-opacity));
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.item-size-btn:disabled{
  --tw-border-opacity: 1;
  border-color: rgb(190 190 190 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(190 190 190 / var(--tw-text-opacity));
  text-decoration-line: line-through;
}

.item-size-btn.is-active{
  --tw-bg-opacity: 1;
  background-color: rgb(48 48 48 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

/* 画像スライダー */

.item-image-slide-next,
    .item-image-slide-prev{
  position: absolute;
  top: 50%;
  z-index: 10;
  height: 70px;
  width: 2.5rem;
  --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));
  background-color: rgb(0 0 0 / 0.1);
}

.item-image-slide-next::before,
    .item-image-slide-prev::before{
  position: absolute;
  top: 50%;
  height: 30px;
  width: 30px;
  --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));
  background-size: contain;
  background-repeat: no-repeat;
  --tw-content: "";
  content: var(--tw-content);
}

@media (max-width: 767px){
  .item-image-slide-next,
    .item-image-slide-prev{
    height: 30px;
    width: 1.25rem;
  }

  .item-image-slide-next::before,
    .item-image-slide-prev::before{
    height: 14px;
    content: var(--tw-content);
    width: 14px;
  }
}

.item-image-slide-next{
  right: 1rem;
}

.item-image-slide-next::before{
  right: auto;
  left: 0px;
  content: var(--tw-content);
  background-image: url('/res/img/snp/icons/right-angle-arrow-14.svg');
}

@media (max-width: 767px){
  .item-image-slide-next{
    right: 0.5rem;
  }
}

.item-image-slide-prev{
  left: 1rem;
}

.item-image-slide-prev::before{
  right: 0px;
  left: auto;
  content: var(--tw-content);
  background-image: url('/res/img/snp/icons/left-angle-arrow-14.svg');
}

@media (max-width: 767px){
  .item-image-slide-prev{
    left: 0.5rem;
  }
}

.swiper-slide.swiper-slide-thumb-active .slide-image-wrapper{
  position: relative;
}

.swiper-slide.swiper-slide-thumb-active .slide-image-wrapper::before{
  position: absolute;
  bottom: 0px;
  height: 2px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(48 48 48 / var(--tw-bg-opacity));
  --tw-content: "";
  content: var(--tw-content);
}

/* 画像スライド番号 */

.\!swiper .item-image-slide-num{
  position: absolute;
  right: 1rem;
  left: auto;
  bottom: 1rem;
  z-index: 10;
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 0.125rem;
  background-color: rgb(255 255 255 / 0.8);
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Inter, sans-serif;
  font-size: 0.75rem;
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: 0em;
  --tw-shadow: 0 0 2px rgba(0,0,0,0.17);
  --tw-shadow-colored: 0 0 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){
  .\!swiper .item-image-slide-num{
    right: 0.5rem;
    bottom: 0.5rem;
  }
}

.swiper .item-image-slide-num{
  position: absolute;
  right: 1rem;
  left: auto;
  bottom: 1rem;
  z-index: 10;
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 0.125rem;
  background-color: rgb(255 255 255 / 0.8);
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Inter, sans-serif;
  font-size: 0.75rem;
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: 0em;
  --tw-shadow: 0 0 2px rgba(0,0,0,0.17);
  --tw-shadow-colored: 0 0 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){
  .swiper .item-image-slide-num{
    right: 0.5rem;
    bottom: 0.5rem;
  }
}

.\!swiper .item-image-slide-num {
  opacity: 1 !important;
  transition: opacity 0.5s !important;
}

.swiper .item-image-slide-num {
  opacity: 1;
  transition: opacity 0.5s;
}

.\!swiper .item-image-slide-num.hide {
  opacity: 0 !important;
}

.swiper .item-image-slide-num.hide {
  opacity: 0;
}

/* お気に入り数 */

.item-favorite{
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  -moz-column-gap: 3px;
       column-gap: 3px;
  border-radius: 0.125rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 0.75rem;
  line-height: 1.4;
  --tw-shadow: 0 0 2px rgba(0,0,0,0.17);
  --tw-shadow-colored: 0 0 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);
}

.item-favorite::before{
  display: inline-block;
  height: 1.25rem;
  width: 1.25rem;
  background-image: url('/res/img/snp/icons/favorite-off.svg');
  background-size: contain;
  --tw-content: "";
  content: var(--tw-content);
}

.item-favorite.is-active::before{
  content: var(--tw-content);
  background-image: url('/res/img/snp/icons/favorite-on.svg');
}

/* 店舗在庫ステータス */

.item-stock{
  display: flex;
  align-items: center;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}

.item-stock .status{
  display: flex;
  height: 4rem;
  width: 4rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 2px;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(224 224 224 / var(--tw-bg-opacity));
}

.item-stock .mark{
  height: 1rem;
  width: 1rem;
}

.item-stock .stock{
  font-size: 10px;
  font-weight: 600;
}

.item-stock .info{
  position: relative;
  width: calc(100% - 76px);
}

.item-stock .info::after{
  position: absolute;
  top: calc(50% - 8px);
  right: 0px;
  height: 1rem;
  width: 1rem;
  --tw-translate-y: -50%;
  --tw-rotate: 0deg;
  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: '';
  transform: rotate(0deg);
  background: url('/res/img/snp/icons/arrow-right-stock.svg') no-repeat center / contain;
}

.item-stock .name{
  padding-right: 1.5rem;
  font-size: 0.875rem;
  line-height: 1.4;
}

.item-stock .\!name{
  padding-right: 1.5rem;
  font-size: 0.875rem;
  line-height: 1.4;
}

/* 在庫選択ドロップダウン */

.form-area-item .form-area-select.item-stock-select{
  width: 83px;
  min-width: 0px;
  --tw-border-opacity: 1;
  border-color: rgb(175 175 175 / var(--tw-border-opacity));
}

.form-area-item .form-area-select.item-stock-select:focus{
  --tw-border-opacity: 1;
  border-color: rgb(51 51 51 / var(--tw-border-opacity));
}

/* 商品詳細専用プライマリボタンL */

.item-detail-button-primary-lg{
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  --tw-bg-opacity: 1;
  background-color: rgb(17 17 17 / var(--tw-bg-opacity));
  padding-left: 2.25rem;
  padding-right: 2.25rem;
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.item-detail-button-primary-lg:disabled{
  cursor: auto;
  opacity: 0.2;
}

.item-detail-button-primary-lg.icon{
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.item-detail-button-primary-lg.icon::before{
  height: 1.5rem;
  width: 1.5rem;
  background-image: url('/res/img/snp/icons/cart-white.svg');
  background-size: contain;
  --tw-content: "";
  content: var(--tw-content);
}

/* 商品詳細専用セカンダリボタンL */

.item-detail-button-secondary-lg{
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(168 168 168 / var(--tw-border-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 17px;
  padding-bottom: 17px;
  font-size: 0.75rem;
  line-height: 1.4;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(85 85 85 / var(--tw-text-opacity));
}

.item-detail-button-secondary-lg:disabled{
  cursor: auto;
  opacity: 0.5;
}

@media (max-width: 767px){
  .item-detail-button-secondary-lg{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}

.item-detail-button-secondary-lg.icon{
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  padding-top: 13px;
  padding-bottom: 13px;
}

.item-detail-button-secondary-lg.icon::before{
  height: 1.5rem;
  width: 1.5rem;
  background-image: url('/res/img/snp/icons/cart.svg');
  background-size: contain;
  --tw-content: "";
  content: var(--tw-content);
}

@media (max-width: 767px){
  .item-detail-button-secondary-lg.icon{
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

.item-detail-button-secondary-lg.icon.favorite::before{
  content: var(--tw-content);
  background-image: url('/res/img/snp/icons/favorite-off.svg');
}

.item-detail-button-secondary-lg.icon.favorite.is-active::before{
  content: var(--tw-content);
  background-image: url('/res/img/snp/icons/favorite-on.svg');
}

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

.common-favorite{
  position: relative;
  display: block;
  height: 2rem;
  width: 2rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(224 224 224 / var(--tw-bg-opacity));
}

.common-favorite::after{
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  height: 1.25rem;
  width: 1.25rem;
  --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));
  background-image: url('/res/img/snp/icons/favorite-off.svg');
  background-size: contain;
  background-position: center;
  content: var(--tw-content);
  background-repeat: no-repeat;
}

.common-favorite.is-active::after{
  content: var(--tw-content);
  background-image: url('/res/img/snp/icons/favorite-on.svg');
}

/* お気に入り選択ボタン */

.common-favorite-select{
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(168 168 168 / var(--tw-border-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.75rem;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(48 48 48 / var(--tw-text-opacity));
}

@media (max-width: 767px){
  .common-favorite-select{
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 10px;
  }
}

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

.dialog{
  display: inline-block;
  width: 100%;
  max-width: 600px;
  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));
  overflow: hidden;
  border-radius: 12px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  text-align: left;
  vertical-align: bottom;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (max-width: 767px){
  .dialog{
    max-width: none;
  }
}

.dialog-content-fit{
  height: auto;
  max-height: none;
}

.dialog-wrapper{
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 50;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px){
  .dialog-wrapper{
    padding: 1rem;
  }
}

.dialog-overlay{
  position: fixed;
  inset: 0px;
  background-color: rgb(48 48 48 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.6;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.dialog-cancel{
  position: absolute;
  top: 0px;
  right: 0px;
  display: block;
  padding-top: 1.25rem;
  padding-right: 1.25rem;
}

.dialog-title{
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(220 219 218 / var(--tw-border-opacity));
  padding: 1.25rem;
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: .04em;
}

@media (max-width: 767px){
  .dialog-title{
    padding: 1rem;
    font-size: 1.125rem;
    line-height: 1.4;
  }
}

.dialog-content{
  height: 100%;
  max-height: calc(100dvh - 164px);
  overflow-y: auto;
  padding: 1rem;
}

@media (max-width: 767px){
  .dialog-content-fit .dialog-content{
    padding: 1rem;
  }
}

.dialog-content-add{
  display: flex;
  height: calc(100% - 132px);
  width: 100%;
  flex-direction: column;
  row-gap: 1rem;
  overflow-y: auto;
  padding: 1rem;
  padding-bottom: 0px;
}

@media (max-width: 767px){
  .dialog-content-add{
    row-gap: 0.75rem;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.dialog-button-wrapper{
  display: flex;
  width: 100%;
  justify-content: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

@media (max-width: 767px){
  .dialog-button-wrapper{
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }
}

.dialog-button-wrapper{
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  box-shadow: 0px -4px 4px 0px #D9D9D933;
}

.cart-add{
  display: flex;
  width: 100%;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity));
}

@media (max-width: 767px){
  .cart-add{
    flex-direction: column;
    border-width: 0px;
  }
}

.cart-add-thumb{
  width: 114px;
}

@media (max-width: 767px){
  .cart-add-thumb{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
    width: 78px;
  }
}

.cart-add-thumb .image{
  aspect-ratio: 114/137;
  width: 100%;
}

@media (max-width: 767px){
  .cart-add-thumb .image{
    aspect-ratio: 78/94;
  }
}

.cart-add-thumb .\!image{
  aspect-ratio: 114/137;
  width: 100%;
}

@media (max-width: 767px){
  .cart-add-thumb .\!image{
    aspect-ratio: 78/94;
  }
}

.cart-add .color{
  margin-top: 0.25rem;
  font-size: 10px;
}

.cart-add .price{
  margin-top: 0.25rem;
  font-family: Inter, sans-serif;
  font-size: 0.875rem;
  line-height: 1.4;
  letter-spacing: 0em;
  line-height: 20px;
}

.cart-add .price-sale{
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}

.cart-add .intax{
  font-size: 10px;
  font-weight: 300;
  line-height: 16px;
  white-space: nowrap;
}

.cart-add .price-through{
  margin-top: 2px;
  font-family: Inter, sans-serif;
  font-size: 0.75rem;
  line-height: 1.4;
  letter-spacing: 0em;
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
  text-decoration-line: line-through;
}

.cart-add-wrapper{
  display: flex;
  align-items: center;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-top: 0px;
  font-size: 0.75rem;
  line-height: 1.4;
}

@media (max-width: 767px){
  .cart-add-wrapper{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-top: 0px;
    padding-left: 10px;
  }
}

@media (min-width: 768px){
  .cart-add-wrapper:last-child{
    border-bottom-width: 0px;
  }
}

.cart-add-container{
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}

@media (max-width: 767px){
  .cart-add-container{
    margin-top: 1.25rem;
    row-gap: 0.75rem;
  }
}

@media (min-width: 768px){
  .cart-add-container > div:last-child .cart-add-wrapper{
    border-bottom-width: 0px;
  }
}

.cart-add .size{
  width: 2rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.4;
}

@media (max-width: 767px){
  .cart-add .size{
    font-size: 0.75rem;
    line-height: 1.4;
  }
}

.cart-add .desc{
  margin-left: 1rem;
  width: 122px;
  font-size: 0.75rem;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}

@media (max-width: 767px){
  .cart-add .desc{
    margin-left: 0.5rem;
    flex-grow: 1;
    font-size: 10px;
  }
}

.cart-add .\!desc{
  margin-left: 1rem;
  width: 122px;
  font-size: 0.75rem;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}

@media (max-width: 767px){
  .cart-add .\!desc{
    margin-left: 0.5rem;
    flex-grow: 1;
    font-size: 10px;
  }
}

.cart-add-button{
  margin-left: 1.5rem;
  width: 176px;
}

@media (max-width: 767px){
  .cart-add-button{
    margin-left: 6px;
    width: 110px;
  }
}

.cart-add-fav{
  margin-left: 1.5rem;
  margin-right: 0.75rem;
  width: 2rem;
}

@media (max-width: 767px){
  .cart-add-fav{
    margin-left: 0.5rem;
    margin-right: 0.75rem;
  }
}

/* 枠付補足本文（大） */

.border-box-lg{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity));
  padding: 1.5rem;
  font-size: 0.875rem;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(85 85 85 / var(--tw-text-opacity));
}

@media (max-width: 767px){
  .border-box-lg{
    padding: 1rem;
    font-size: 1rem;
    line-height: 1.4;
    --tw-text-opacity: 1;
    color: rgb(48 48 48 / var(--tw-text-opacity));
  }
}

/* 枠付補足本文（中） */

.border-box-md{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity));
  padding: 1.5rem;
  font-size: 0.75rem;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(85 85 85 / var(--tw-text-opacity));
}

@media (max-width: 767px){
  .border-box-md{
    padding: 1rem;
    font-size: 0.875rem;
    line-height: 1.4;
    --tw-text-opacity: 1;
    color: rgb(48 48 48 / var(--tw-text-opacity));
  }
}

/* アコーディオン枠付本文 */

.border-box-with-accordion{
  margin-bottom: 1.25rem;
}

.border-box-with-accordion .acc-sp{
  display: none;
}

@media (max-width: 767px){
  .border-box-with-accordion .acc-sp{
    position: relative;
    display: block;
    border-width: 1px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgb(224 224 224 / var(--tw-border-opacity));
    padding: 1rem;
    font-size: 0.75rem;
    line-height: 1.4;
    font-weight: 600;
  }
}

.border-box-with-accordion .accordion-contents{
  margin-bottom: 1.25rem;
  height: 16rem;
  overflow: hidden;
  overflow-y: scroll;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity));
  padding: 1.5rem;
  font-size: 0.75rem;
  line-height: 1.4;
}

@media (max-width: 767px){
  .border-box-with-accordion .accordion-contents{
    display: none;
    height: auto;
    border-top-width: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}

/* ページ内ジャンプ */

.in-page-jump{
  width: 100%;
}

.in-page-jump>li:last-child{
  border-bottom-width: 1px;
}

.in-page-jump>li{
  border-width: 1px;
  border-bottom-width: 0px;
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity));
}

.in-page-jump>li>a{
  display: block;
  background-image: url(/res/img/snp/icons/down-round-16.svg);
  background-size: 16px 16px;
  background-repeat: no-repeat;
  padding: 1rem;
  font-size: 0.75rem;
  line-height: 1.4;
  line-height: 1rem;
  background-position: center right 16px;
}

/* 各ログインブロック共通 */

/* 各ログインブロックのボーダー付きラッパー */

.login-block-wapper{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity));
  padding: 2.25rem;
}

@media (max-width: 767px){
  .login-block-wapper{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

/* 各ログインブロックのヘディング */

.login-heading{
  margin-bottom: 2rem;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 600;
  line-height: 1.75rem;
  letter-spacing: .04em;
}

@media (max-width: 767px){
  .login-heading{
    margin-bottom: 1.5rem;
    font-size: 1.125rem;
    line-height: 1.4;
  }
}

/* マイページ アサイドメニュー */

.my-page-aside-menu > :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));
}

@media (max-width: 767px){
  .my-page-aside-menu > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }
}

.my-page-aside-menu>li{
  padding-top: 0.25rem;
  padding-bottom: 1rem;
}

@media (max-width: 767px){
  .my-page-aside-menu>li{
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.my-page-aside-menu .group{
  padding-top: 1.5rem;
}

.my-page-aside-menu .group:first-of-type{
  padding-top: 0px;
}

@media (max-width: 767px){
  .my-page-aside-menu .group:first-of-type{
    padding-top: 0.25rem;
  }
}

.my-page-aside-menu .group-heading{
  padding-left: 6px;
  padding-bottom: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.4;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(85 85 85 / var(--tw-text-opacity));
}

@media (max-width: 767px){
  .my-page-aside-menu .group-heading{
    padding-left: 0px;
    padding-top: 1rem;
  }
}

.my-page-aside-menu .group-heading{
  display: flex;
  -moz-column-gap: 6px;
       column-gap: 6px;
}

.my-page-aside-menu .group-heading::before{
  display: block;
  height: 18px;
  width: 18px;
  background-size: 18px 18px;
  background-position: center;
  background-repeat: no-repeat;
  --tw-content: "";
  content: var(--tw-content);
}

.my-page-aside-menu .group-heading.order::before{
  content: var(--tw-content);
  background-image: url('/res/img/snp/icons/buy.svg');
}

.my-page-aside-menu .group-heading.favorite::before{
  content: var(--tw-content);
  background-image: url('/res/img/snp/icons/heart.svg');
}

.my-page-aside-menu .group-heading.account::before{
  content: var(--tw-content);
  background-image: url('/res/img/snp/icons/user.svg');
}

.my-page-aside-menu .sub-group-heading{
  padding-left: 0.5rem;
  padding-top: 0.75rem;
  font-size: 10px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(133 133 133 / var(--tw-text-opacity));
}

@media (max-width: 767px){
  .my-page-aside-menu .sub-group-heading{
    padding-left: 0.25rem;
    padding-top: 0.5rem;
  }

  .my-page-aside-menu .sub-group:not(:first-child) .sub-group-heading{
    padding-top: 1rem;
  }
}

.my-page-aside-menu .sub-group > ul > li{
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity));
}

.my-page-aside-menu .sub-group > ul > li > a{
  display: flex;
  align-items: center;
  -moz-column-gap: 6px;
       column-gap: 6px;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 0.5rem;
  font-size: 0.75rem;
  line-height: 1.4;
  line-height: 1rem;
}

@media (max-width: 767px){
  .my-page-aside-menu .sub-group > ul > li > a{
    flex-direction: row-reverse;
    justify-content: space-between;
    padding-left: 0.25rem;
  }
}

.my-page-aside-menu .sub-group > ul > li > a::before{
  display: block;
  height: 0.75rem;
  width: 0.75rem;
  background-image: url('/res/img/snp/icons/right-round-arrow-12.svg');
  background-size: 18px 18px;
  background-position: center;
  background-repeat: no-repeat;
  --tw-content: "";
  content: var(--tw-content);
}

@media (max-width: 767px){
  .my-page-aside-menu .sub-group > ul > li > a::before{
    content: var(--tw-content);
    margin-right: 6px;
  }
}

.my-page-aside-menu .current{
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

.my-page-aside-menu .\!current{
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

/* マイページ 会員証 */

[data-membership-rank="1"]{
  background-image: url('/res/img/snp/membership-rank-bg/rank-1.png');
}

[data-membership-rank="2"]{
  background-image: url('/res/img/snp/membership-rank-bg/rank-2.png');
}

[data-membership-rank="3"]{
  background-image: url('/res/img/snp/membership-rank-bg/rank-3.png');
}

[data-membership-rank="4"]{
  background-image: url('/res/img/snp/membership-rank-bg/rank-4.png');
}

[data-membership-rank="5"]{
  background-image: url('/res/img/snp/membership-rank-bg/rank-5.png');
}

[data-membership-rank="6"]{
  background-image: url('/res/img/snp/membership-rank-bg/rank-6.png');
}

[data-membership-rank="7"]{
  background-image: url('/res/img/snp/membership-rank-bg/rank-7.png');
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

[data-membership-rank="8"]{
  background-image: url('/res/img/snp/membership-rank-bg/rank-8.png');
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

[data-membership-rank="9"]{
  background-image: url('/res/img/snp/membership-rank-bg/rank-9.png');
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

/* マイページ ポイント情報 */

.my-page-point-infomation .row{
  display: flex;
  align-items: center;
  padding-top: 0.75rem;
  padding-bottom: 11px;
}

@media (max-width: 767px){
  .my-page-point-infomation .row{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.my-page-point-infomation .\!row{
  display: flex;
  align-items: center;
  padding-top: 0.75rem;
  padding-bottom: 11px;
}

@media (max-width: 767px){
  .my-page-point-infomation .\!row{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.my-page-point-infomation .row:first-child{
  padding-top: 0.5rem;
}

@media (max-width: 1192px){
  .my-page-point-infomation .row:first-child{
    padding-top: 1rem;
  }
}

.my-page-point-infomation .\!row:first-child{
  padding-top: 0.5rem;
}

@media (max-width: 1192px){
  .my-page-point-infomation .\!row:first-child{
    padding-top: 1rem;
  }
}

.my-page-point-infomation .row .definition-pair{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 767px){
  .my-page-point-infomation .row .definition-pair{
    flex-direction: column;
    align-items: flex-start;
    row-gap: 0.25rem;
  }
}

.my-page-point-infomation .\!row .definition-pair{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 767px){
  .my-page-point-infomation .\!row .definition-pair{
    flex-direction: column;
    align-items: flex-start;
    row-gap: 0.25rem;
  }
}

.my-page-point-infomation .row .definition-pair dt{
  font-size: 0.875rem;
  line-height: 1.4;
  line-height: 1.25rem;
}

@media (max-width: 767px){
  .my-page-point-infomation .row .definition-pair dt{
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(168 168 168 / var(--tw-text-opacity));
  }
}

.my-page-point-infomation .\!row .definition-pair dt{
  font-size: 0.875rem;
  line-height: 1.4;
  line-height: 1.25rem;
}

@media (max-width: 767px){
  .my-page-point-infomation .\!row .definition-pair dt{
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(168 168 168 / var(--tw-text-opacity));
  }
}

.my-page-point-infomation .row .definition-pair dd .point{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
  font-family: Inter, sans-serif;
  letter-spacing: 0em;
}

@media (max-width: 767px){
  .my-page-point-infomation .row .definition-pair dd .point{
    justify-content: flex-start;
  }
}

.my-page-point-infomation .\!row .definition-pair dd .point{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
  font-family: Inter, sans-serif;
  letter-spacing: 0em;
}

@media (max-width: 767px){
  .my-page-point-infomation .\!row .definition-pair dd .point{
    justify-content: flex-start;
  }
}

.my-page-point-infomation .row .definition-pair dd .point .point-value{
  font-size: 1.125rem;
  line-height: 1.4;
  font-weight: 700;
  line-height: 1.5rem;
}

@media (max-width: 767px){
  .my-page-point-infomation .row .definition-pair dd .point .point-value{
    font-size: 1.25rem;
    line-height: 1.4;
    line-height: 1.75rem;
  }
}

.my-page-point-infomation .\!row .definition-pair dd .point .point-value{
  font-size: 1.125rem;
  line-height: 1.4;
  font-weight: 700;
  line-height: 1.5rem;
}

@media (max-width: 767px){
  .my-page-point-infomation .\!row .definition-pair dd .point .point-value{
    font-size: 1.25rem;
    line-height: 1.4;
    line-height: 1.75rem;
  }
}

.my-page-point-infomation .row .definition-pair dd .point .point-unit{
  font-size: 0.75rem;
  line-height: 1.4;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(168 168 168 / var(--tw-text-opacity));
}

.my-page-point-infomation .\!row .definition-pair dd .point .point-unit{
  font-size: 0.75rem;
  line-height: 1.4;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(168 168 168 / var(--tw-text-opacity));
}

.my-page-point-infomation .row .definition-pair dd .supplement{
  font-size: 0.75rem;
  line-height: 1.4;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(168 168 168 / var(--tw-text-opacity));
}

.my-page-point-infomation .\!row .definition-pair dd .supplement{
  font-size: 0.75rem;
  line-height: 1.4;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(168 168 168 / var(--tw-text-opacity));
}

.my-page-point-infomation .row .definition-pair dd .card{
  display: block;
  text-align: right;
  font-size: 0.875rem;
  line-height: 1.4;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(85 85 85 / var(--tw-text-opacity));
}

@media (max-width: 767px){
  .my-page-point-infomation .row .definition-pair dd .card{
    text-align: left;
  }
}

.my-page-point-infomation .\!row .definition-pair dd .card{
  display: block;
  text-align: right;
  font-size: 0.875rem;
  line-height: 1.4;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(85 85 85 / var(--tw-text-opacity));
}

@media (max-width: 767px){
  .my-page-point-infomation .\!row .definition-pair dd .card{
    text-align: left;
  }
}

.my-page-point-infomation .row .definition-pair dd .point-rate{
  display: block;
  text-align: right;
  font-size: 0.75rem;
  line-height: 1.4;
  line-height: 1rem;
  letter-spacing: .04em;
  --tw-text-opacity: 1;
  color: rgb(168 168 168 / var(--tw-text-opacity));
}

@media (max-width: 767px){
  .my-page-point-infomation .row .definition-pair dd .point-rate{
    text-align: left;
  }
}

.my-page-point-infomation .\!row .definition-pair dd .point-rate{
  display: block;
  text-align: right;
  font-size: 0.75rem;
  line-height: 1.4;
  line-height: 1rem;
  letter-spacing: .04em;
  --tw-text-opacity: 1;
  color: rgb(168 168 168 / var(--tw-text-opacity));
}

@media (max-width: 767px){
  .my-page-point-infomation .\!row .definition-pair dd .point-rate{
    text-align: left;
  }
}

.my-page-point-infomation .row .arrow-link{
  display: flex;
  height: 2.5rem;
  width: 1.75rem;
  align-items: center;
  justify-content: flex-end;
}

@media (max-width: 767px){
  .my-page-point-infomation .row .arrow-link{
    height: 69px;
  }
}

.my-page-point-infomation .\!row .arrow-link{
  display: flex;
  height: 2.5rem;
  width: 1.75rem;
  align-items: center;
  justify-content: flex-end;
}

@media (max-width: 767px){
  .my-page-point-infomation .\!row .arrow-link{
    height: 69px;
  }
}

.my-page-point-infomation .row .arrow-link .icon{
  display: block;
  height: 0.75rem;
  width: 0.75rem;
  background-image: url('/res/img/snp/icons/right-round-arrow-12.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.my-page-point-infomation .\!row .arrow-link .icon{
  display: block;
  height: 0.75rem;
  width: 0.75rem;
  background-image: url('/res/img/snp/icons/right-round-arrow-12.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.coupon-card-container{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  row-gap: 2.5rem;
}

@media (max-width: 767px){
  .coupon-card-container{
    row-gap: 1.25rem;
  }
}

.coupon-card-container{
  row-gap: 0.75rem !important;
}

@media (max-width: 767px){
  .coupon-card-container{
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    row-gap: 2.5rem;
  }

  @media (max-width: 767px){
    .coupon-card-container{
      row-gap: 1.25rem;
    }
  }
}

.coupon-card{
  width: 100%;
  list-style-type: none;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
  padding: 1rem;
}

/* 中央寄せレイアウト共通 */

.container-480-center{
  margin-left: auto;
  margin-right: auto;
  width: 480px;
}

@media (max-width: 767px){
  .container-480-center{
    margin-left: 0px;
    margin-right: 0px;
    width: auto;
  }
}

.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-y-0{
  top: 0px;
  bottom: 0px;
}

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

.bottom-0{
  bottom: 0px;
}

.left-0{
  left: 0px;
}

.right-0{
  right: 0px;
}

.right-4{
  right: 1rem;
}

.right-\[2\.5rem\]{
  right: 2.5rem;
}

.top-0{
  top: 0px;
}

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

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

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

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

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

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

.order-1{
  order: 1;
}

.order-2{
  order: 2;
}

.order-3{
  order: 3;
}

.order-last{
  order: 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;
}

.clear-both{
  clear: both;
}

.m-1{
  margin: 0.25rem;
}

.m-auto{
  margin: auto;
}

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

.mx-10{
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.mx-11{
  margin-left: 2.75rem;
  margin-right: 2.75rem;
}

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

.mx-14{
  margin-left: 3.5rem;
  margin-right: 3.5rem;
}

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

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

.mx-20{
  margin-left: 5rem;
  margin-right: 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-6{
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.mx-7{
  margin-left: 1.75rem;
  margin-right: 1.75rem;
}

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

.mx-9{
  margin-left: 2.25rem;
  margin-right: 2.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-10{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.my-11{
  margin-top: 2.75rem;
  margin-bottom: 2.75rem;
}

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

.my-14{
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

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

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

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

.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-7{
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}

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

.my-9{
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}

.my-\[16vh\]{
  margin-top: 16vh;
  margin-bottom: 16vh;
}

.\!mb-\[6px\]{
  margin-bottom: 6px !important;
}

.\!ml-0{
  margin-left: 0px !important;
}

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

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

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

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

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

.mb-11{
  margin-bottom: 2.75rem;
}

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

.mb-14{
  margin-bottom: 3.5rem;
}

.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-7{
  margin-bottom: 1.75rem;
}

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

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

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

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

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

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

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

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

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

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

.mb-\[8vh\]{
  margin-bottom: 8vh;
}

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

.ml-10{
  margin-left: 2.5rem;
}

.ml-11{
  margin-left: 2.75rem;
}

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

.ml-14{
  margin-left: 3.5rem;
}

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

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

.ml-20{
  margin-left: 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-7{
  margin-left: 1.75rem;
}

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

.ml-9{
  margin-left: 2.25rem;
}

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

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

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

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

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

.mr-11{
  margin-right: 2.75rem;
}

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

.mr-14{
  margin-right: 3.5rem;
}

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

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

.mr-20{
  margin-right: 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-\[10px\]{
  margin-right: 10px;
}

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

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

.mt-10{
  margin-top: 2.5rem;
}

.mt-11{
  margin-top: 2.75rem;
}

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

.mt-14{
  margin-top: 3.5rem;
}

.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-\[114px\]{
  margin-top: 114px;
}

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

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

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

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

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

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

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

.mt-\[16vh\]{
  margin-top: 16vh;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-auto{
  margin-top: auto;
}

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

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

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

.grid{
  display: grid;
}

.contents{
  display: contents;
}

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

.hidden{
  display: none;
}

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

.\!h-12{
  height: 3rem !important;
}

.h-0{
  height: 0px;
}

.h-10{
  height: 2.5rem;
}

.h-12{
  height: 3rem;
}

.h-16{
  height: 4rem;
}

.h-20{
  height: 5rem;
}

.h-24{
  height: 6rem;
}

.h-3{
  height: 0.75rem;
}

.h-4{
  height: 1rem;
}

.h-48{
  height: 12rem;
}

.h-5{
  height: 1.25rem;
}

.h-6{
  height: 1.5rem;
}

.h-64{
  height: 16rem;
}

.h-8{
  height: 2rem;
}

.h-96{
  height: 24rem;
}

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

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

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

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

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

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

.h-auto{
  height: auto;
}

.h-fit{
  height: -moz-fit-content;
  height: fit-content;
}

.h-full{
  height: 100%;
}

.max-h-full{
  max-height: 100%;
}

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

.min-h-full{
  min-height: 100%;
}

.min-h-screen{
  min-height: 100vh;
}

.\!w-20{
  width: 5rem !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-12{
  width: 3rem;
}

.w-16{
  width: 4rem;
}

.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-36{
  width: 9rem;
}

.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-44{
  width: 11rem;
}

.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{
  width: 2.25rem;
}

.w-9\/12{
  width: 75%;
}

.w-96{
  width: 24rem;
}

.w-\[112px\]{
  width: 112px;
}

.w-\[136px\]{
  width: 136px;
}

.w-\[150px\]{
  width: 150px;
}

.w-\[200px\]{
  width: 200px;
}

.w-\[216px\]{
  width: 216px;
}

.w-\[240px\]{
  width: 240px;
}

.w-\[249px\]{
  width: 249px;
}

.w-\[300px\]{
  width: 300px;
}

.w-\[576px\]{
  width: 576px;
}

.w-\[70\%\]{
  width: 70%;
}

.w-\[90\%\]{
  width: 90%;
}

.w-\[93px\]{
  width: 93px;
}

.w-\[calc\(100\%-125px\)\]{
  width: calc(100% - 125px);
}

.w-\[calc\(100\%-160px\)\]{
  width: calc(100% - 160px);
}

.w-\[calc\(100\%-200px\)\]{
  width: calc(100% - 200px);
}

.w-\[calc\(50\%-3px\)\]{
  width: calc(50% - 3px);
}

.w-\[calc\(50\%-40px\)\]{
  width: calc(50% - 40px);
}

.w-auto{
  width: auto;
}

.w-fit{
  width: -moz-fit-content;
  width: fit-content;
}

.w-full{
  width: 100%;
}

.w-screen{
  width: 100vw;
}

.\!min-w-fit{
  min-width: -moz-fit-content !important;
  min-width: fit-content !important;
}

.min-w-0{
  min-width: 0px;
}

.min-w-\[120px\]{
  min-width: 120px;
}

.min-w-\[121px\]{
  min-width: 121px;
}

.min-w-\[131px\]{
  min-width: 131px;
}

.min-w-\[137px\]{
  min-width: 137px;
}

.min-w-\[160px\]{
  min-width: 160px;
}

.min-w-\[176px\]{
  min-width: 176px;
}

.min-w-\[200px\]{
  min-width: 200px;
}

.min-w-\[7rem\]{
  min-width: 7rem;
}

.min-w-fit{
  min-width: -moz-fit-content;
  min-width: fit-content;
}

.\!max-w-none{
  max-width: none !important;
}

.max-w-3xl{
  max-width: 48rem;
}

.max-w-5xl{
  max-width: 64rem;
}

.max-w-6xl{
  max-width: 72rem;
}

.max-w-\[1192px\]{
  max-width: 1192px;
}

.max-w-\[1200px\]{
  max-width: 1200px;
}

.max-w-\[1280px\]{
  max-width: 1280px;
}

.max-w-\[145px\]{
  max-width: 145px;
}

.max-w-\[328px\]{
  max-width: 328px;
}

.max-w-\[343px\]{
  max-width: 343px;
}

.max-w-\[390px\]{
  max-width: 390px;
}

.max-w-\[433px\]{
  max-width: 433px;
}

.max-w-\[441px\]{
  max-width: 441px;
}

.max-w-\[480px\]{
  max-width: 480px;
}

.max-w-\[624px\]{
  max-width: 624px;
}

.max-w-\[calc\(1160\*\(100vw\/1400\)\)\]{
  max-width: calc(1160 * (100vw / 1400));
}

.max-w-content{
  max-width: 1192px;
}

.max-w-full{
  max-width: 100%;
}

.max-w-lg{
  max-width: 32rem;
}

.max-w-none{
  max-width: none;
}

.max-w-sm{
  max-width: 24rem;
}

.max-w-xl{
  max-width: 36rem;
}

.flex-1{
  flex: 1 1 0%;
}

.flex-auto{
  flex: 1 1 auto;
}

.flex-shrink-0{
  flex-shrink: 0;
}

.shrink-0{
  flex-shrink: 0;
}

.flex-grow{
  flex-grow: 1;
}

.grow{
  flex-grow: 1;
}

.basis-1\/4{
  flex-basis: 25%;
}

.basis-3\/4{
  flex-basis: 75%;
}

.table-fixed{
  table-layout: fixed;
}

.border-collapse{
  border-collapse: collapse;
}

.border-separate{
  border-collapse: separate;
}

.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-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-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-\[100\%\]{
  --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-\[calc\(100\%\+5px\)\]{
  --tw-translate-y: calc(100% + 5px);
  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-text{
  -webkit-user-select: text;
     -moz-user-select: text;
          user-select: text;
}

.resize{
  resize: both;
}

.appearance-none{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.grid-cols-10{
  grid-template-columns: repeat(10, minmax(0, 1fr));
}

.grid-cols-2{
  grid-template-columns: repeat(2, 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-8{
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

.grid-cols-\[40px\2c _1fr\]{
  grid-template-columns: 40px 1fr;
}

.flex-row{
  flex-direction: row;
}

.flex-row-reverse{
  flex-direction: row-reverse;
}

.flex-col{
  flex-direction: column;
}

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

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

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

.items-center{
  align-items: center;
}

.items-baseline{
  align-items: baseline;
}

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

.gap-0{
  gap: 0px;
}

.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-6{
  gap: 1.5rem;
}

.gap-\[10px\]{
  gap: 10px;
}

.gap-\[16px\]{
  gap: 16px;
}

.gap-\[calc\(18\.4\*\(100vw\/1400\)\)\]{
  gap: calc(18.4 * (100vw / 1400));
}

.\!gap-y-3{
  row-gap: 0.75rem !important;
}

.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-12{
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}

.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-6{
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

.gap-x-9{
  -moz-column-gap: 2.25rem;
       column-gap: 2.25rem;
}

.gap-x-\[17px\]{
  -moz-column-gap: 17px;
       column-gap: 17px;
}

.gap-x-\[25px\]{
  -moz-column-gap: 25px;
       column-gap: 25px;
}

.gap-x-\[2px\]{
  -moz-column-gap: 2px;
       column-gap: 2px;
}

.gap-x-\[34px\]{
  -moz-column-gap: 34px;
       column-gap: 34px;
}

.gap-x-\[51px\]{
  -moz-column-gap: 51px;
       column-gap: 51px;
}

.gap-x-\[62px\]{
  -moz-column-gap: 62px;
       column-gap: 62px;
}

.gap-x-\[6px\]{
  -moz-column-gap: 6px;
       column-gap: 6px;
}

.gap-x-\[8rem\]{
  -moz-column-gap: 8rem;
       column-gap: 8rem;
}

.gap-x-\[9px\]{
  -moz-column-gap: 9px;
       column-gap: 9px;
}

.gap-y-0{
  row-gap: 0px;
}

.gap-y-1{
  row-gap: 0.25rem;
}

.gap-y-10{
  row-gap: 2.5rem;
}

.gap-y-2{
  row-gap: 0.5rem;
}

.gap-y-3{
  row-gap: 0.75rem;
}

.gap-y-4{
  row-gap: 1rem;
}

.gap-y-6{
  row-gap: 1.5rem;
}

.gap-y-8{
  row-gap: 2rem;
}

.gap-y-\[14px\]{
  row-gap: 14px;
}

.gap-y-\[18px\]{
  row-gap: 18px;
}

.gap-y-\[2px\]{
  row-gap: 2px;
}

.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-x-9 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(2.25rem * var(--tw-space-x-reverse));
  margin-left: calc(2.25rem * 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-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * 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));
}

.space-y-\[2px\] > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2px * 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));
}

.divide-gray14 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-divide-opacity));
}

.divide-separate_1 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(220 219 218 / var(--tw-divide-opacity));
}

.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-scroll{
  overflow-y: scroll;
}

.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-ellipsis{
  text-overflow: ellipsis;
}

.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-\[3px\]{
  border-radius: 3px;
}

.rounded-\[5px\]{
  border-radius: 5px;
}

.rounded-full{
  border-radius: 9999px;
}

.rounded-lg{
  border-radius: 0.5rem;
}

.rounded-md{
  border-radius: 0.375rem;
}

.rounded-sm{
  border-radius: 0.125rem;
}

.rounded-t{
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.border{
  border-width: 1px;
}

.border-0{
  border-width: 0px;
}

.border-4{
  border-width: 4px;
}

.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-solid{
  border-style: solid;
}

.border-dotted{
  border-style: dotted;
}

.border-none{
  border-style: none;
}

.border-blue-500{
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity));
}

.border-current{
  border-color: currentColor;
}

.border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}

.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.border-gray-900{
  --tw-border-opacity: 1;
  border-color: rgb(17 24 39 / var(--tw-border-opacity));
}

.border-gray-dark-very{
  --tw-border-opacity: 1;
  border-color: rgb(102 102 102 / var(--tw-border-opacity));
}

.border-gray14{
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity));
}

.border-green-800{
  --tw-border-opacity: 1;
  border-color: rgb(22 101 52 / var(--tw-border-opacity));
}

.border-main{
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity));
}

.border-orange-gray03{
  --tw-border-opacity: 1;
  border-color: rgb(220 219 218 / var(--tw-border-opacity));
}

.border-separate_1{
  --tw-border-opacity: 1;
  border-color: rgb(220 219 218 / var(--tw-border-opacity));
}

.border-slate-200{
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity));
}

.border-surround_1{
  --tw-border-opacity: 1;
  border-color: rgb(220 219 218 / 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-\[\#EDEDED\]{
  --tw-bg-opacity: 1;
  background-color: rgb(237 237 237 / var(--tw-bg-opacity));
}

.bg-accent{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.bg-gray-300{
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / 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-600{
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / 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-gray-dark-very{
  --tw-bg-opacity: 1;
  background-color: rgb(102 102 102 / var(--tw-bg-opacity));
}

.bg-gray09{
  --tw-bg-opacity: 1;
  background-color: rgb(168 168 168 / var(--tw-bg-opacity));
}

.bg-gray14{
  --tw-bg-opacity: 1;
  background-color: rgb(224 224 224 / var(--tw-bg-opacity));
}

.bg-gray15{
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity));
}

.bg-gray16{
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

.bg-main{
  --tw-bg-opacity: 1;
  background-color: rgb(224 224 224 / var(--tw-bg-opacity));
}

.bg-neutral-200{
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity));
}

.bg-orange01{
  --tw-bg-opacity: 1;
  background-color: rgb(239 129 55 / 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-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-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-icon-cart{
  background-image: url('/res/img/snp/icons/cart.svg');
}

.bg-icon-heart{
  background-image: url('/res/img/snp/icons/favorite-off.svg');
}

.bg-icon-search{
  background-image: url('/res/img/snp/icons/search.svg');
}

.bg-icon-store-cart{
  background-image: url('/res/img/icons/shopping-bag.svg');
}

.bg-store-logo{
  background-image: url('/res/img/snp/common/store-logo.svg');
}

.bg-contain{
  background-size: contain;
}

.bg-cover{
  background-size: cover;
}

.bg-center{
  background-position: center;
}

.bg-left-bottom{
  background-position: left bottom;
}

.bg-no-repeat{
  background-repeat: no-repeat;
}

.bg-repeat-x{
  background-repeat: repeat-x;
}

.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}

.\!object-cover{
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.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-4{
  padding: 1rem;
}

.p-5{
  padding: 1.25rem;
}

.p-6{
  padding: 1.5rem;
}

.p-8{
  padding: 2rem;
}

.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-11{
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}

.px-12{
  padding-left: 3rem;
  padding-right: 3rem;
}

.px-14{
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.px-16{
  padding-left: 4rem;
  padding-right: 4rem;
}

.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-20{
  padding-left: 5rem;
  padding-right: 5rem;
}

.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-7{
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}

.px-9{
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

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

.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-11{
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}

.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-14{
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.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-7{
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-9{
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

.py-\[10px\]{
  padding-top: 10px;
  padding-bottom: 10px;
}

.py-\[15px\]{
  padding-top: 15px;
  padding-bottom: 15px;
}

.py-\[18px\]{
  padding-top: 18px;
  padding-bottom: 18px;
}

.py-\[6px\]{
  padding-top: 6px;
  padding-bottom: 6px;
}

.pb-1{
  padding-bottom: 0.25rem;
}

.pb-10{
  padding-bottom: 2.5rem;
}

.pb-11{
  padding-bottom: 2.75rem;
}

.pb-12{
  padding-bottom: 3rem;
}

.pb-14{
  padding-bottom: 3.5rem;
}

.pb-16{
  padding-bottom: 4rem;
}

.pb-2{
  padding-bottom: 0.5rem;
}

.pb-20{
  padding-bottom: 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-7{
  padding-bottom: 1.75rem;
}

.pb-8{
  padding-bottom: 2rem;
}

.pb-9{
  padding-bottom: 2.25rem;
}

.pb-\[18px\]{
  padding-bottom: 18px;
}

.pb-\[2px\]{
  padding-bottom: 2px;
}

.pb-\[6px\]{
  padding-bottom: 6px;
}

.pb-\[88px\]{
  padding-bottom: 88px;
}

.pl-1{
  padding-left: 0.25rem;
}

.pl-10{
  padding-left: 2.5rem;
}

.pl-11{
  padding-left: 2.75rem;
}

.pl-12{
  padding-left: 3rem;
}

.pl-14{
  padding-left: 3.5rem;
}

.pl-16{
  padding-left: 4rem;
}

.pl-2{
  padding-left: 0.5rem;
}

.pl-20{
  padding-left: 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-7{
  padding-left: 1.75rem;
}

.pl-8{
  padding-left: 2rem;
}

.pl-9{
  padding-left: 2.25rem;
}

.pl-\[62px\]{
  padding-left: 62px;
}

.pr-1{
  padding-right: 0.25rem;
}

.pr-10{
  padding-right: 2.5rem;
}

.pr-11{
  padding-right: 2.75rem;
}

.pr-12{
  padding-right: 3rem;
}

.pr-14{
  padding-right: 3.5rem;
}

.pr-16{
  padding-right: 4rem;
}

.pr-2{
  padding-right: 0.5rem;
}

.pr-20{
  padding-right: 5rem;
}

.pr-3{
  padding-right: 0.75rem;
}

.pr-4{
  padding-right: 1rem;
}

.pr-5{
  padding-right: 1.25rem;
}

.pr-6{
  padding-right: 1.5rem;
}

.pr-7{
  padding-right: 1.75rem;
}

.pr-8{
  padding-right: 2rem;
}

.pr-9{
  padding-right: 2.25rem;
}

.pt-0\.5{
  padding-top: 0.125rem;
}

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

.pt-10{
  padding-top: 2.5rem;
}

.pt-11{
  padding-top: 2.75rem;
}

.pt-12{
  padding-top: 3rem;
}

.pt-14{
  padding-top: 3.5rem;
}

.pt-16{
  padding-top: 4rem;
}

.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-7{
  padding-top: 1.75rem;
}

.pt-8{
  padding-top: 2rem;
}

.pt-9{
  padding-top: 2.25rem;
}

.pt-\[50px\]{
  padding-top: 50px;
}

.pt-\[82px\]{
  padding-top: 82px;
}

.text-left{
  text-align: left;
}

.text-center{
  text-align: center;
}

.text-right{
  text-align: right;
}

.align-top{
  vertical-align: top;
}

.align-middle{
  vertical-align: middle;
}

.align-bottom{
  vertical-align: bottom;
}

.font-garamond{
  font-family: EB Garamond, serif;
}

.font-inter{
  font-family: Inter, sans-serif;
}

.\!text-\[10px\]{
  font-size: 10px !important;
}

.\!text-base{
  font-size: 1rem !important;
  line-height: 1.4 !important;
}

.\!text-sm{
  font-size: 0.875rem !important;
  line-height: 1.4 !important;
}

.\!text-xs{
  font-size: 0.75rem !important;
  line-height: 1.4 !important;
}

.text-3xl{
  font-size: 1.875rem;
  line-height: 1.4;
}

.text-5xl{
  font-size: 3rem;
  line-height: 1.4;
}

.text-\[10px\]{
  font-size: 10px;
}

.text-\[16px\]{
  font-size: 16px;
}

.text-\[18px\]{
  font-size: 18px;
}

.text-\[24px\]{
  font-size: 24px;
}

.text-\[26px\]{
  font-size: 26px;
}

.text-\[28px\]{
  font-size: 28px;
}

.text-\[30px\]{
  font-size: 30px;
}

.text-\[38px\]{
  font-size: 38px;
}

.text-base{
  font-size: 1rem;
  line-height: 1.4;
}

.text-lg{
  font-size: 1.125rem;
  line-height: 1.4;
}

.text-sm{
  font-size: 0.875rem;
  line-height: 1.4;
}

.text-xl{
  font-size: 1.25rem;
  line-height: 1.4;
}

.text-xs{
  font-size: 0.75rem;
  line-height: 1.4;
}

.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-7{
  line-height: 1.75rem;
}

.leading-8{
  line-height: 2rem;
}

.leading-9{
  line-height: 2.25rem;
}

.leading-\[1\.25\]{
  line-height: 1.25;
}

.leading-\[1\.2\]{
  line-height: 1.2;
}

.leading-\[1\.45\]{
  line-height: 1.45;
}

.leading-\[1\.4\]{
  line-height: 1.4;
}

.leading-\[1\.6\]{
  line-height: 1.6;
}

.leading-none{
  line-height: 1;
}

.leading-relaxed{
  line-height: 1.625;
}

.tracking-\[\.05em\]{
  letter-spacing: .05em;
}

.tracking-normal{
  letter-spacing: 0em;
}

.tracking-wider{
  letter-spacing: 0.05em;
}

.\!text-gray03{
  --tw-text-opacity: 1 !important;
  color: rgb(48 48 48 / var(--tw-text-opacity)) !important;
}

.text-\[\#BBBBBB\]{
  --tw-text-opacity: 1;
  color: rgb(187 187 187 / var(--tw-text-opacity));
}

.text-alert{
  --tw-text-opacity: 1;
  color: rgb(208 2 27 / var(--tw-text-opacity));
}

.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-gray-400{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.text-gray-900{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.text-gray03{
  --tw-text-opacity: 1;
  color: rgb(48 48 48 / var(--tw-text-opacity));
}

.text-gray05{
  --tw-text-opacity: 1;
  color: rgb(85 85 85 / var(--tw-text-opacity));
}

.text-gray06{
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}

.text-gray07{
  --tw-text-opacity: 1;
  color: rgb(118 118 118 / var(--tw-text-opacity));
}

.text-gray08{
  --tw-text-opacity: 1;
  color: rgb(133 133 133 / var(--tw-text-opacity));
}

.text-gray09{
  --tw-text-opacity: 1;
  color: rgb(168 168 168 / var(--tw-text-opacity));
}

.text-gray10{
  --tw-text-opacity: 1;
  color: rgb(175 175 175 / var(--tw-text-opacity));
}

.text-gray17{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-green-400{
  --tw-text-opacity: 1;
  color: rgb(74 222 128 / var(--tw-text-opacity));
}

.text-on-accent{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-pale{
  --tw-text-opacity: 1;
  color: rgb(187 187 187 / var(--tw-text-opacity));
}

.text-pink-400{
  --tw-text-opacity: 1;
  color: rgb(244 114 182 / var(--tw-text-opacity));
}

.text-pink-500{
  --tw-text-opacity: 1;
  color: rgb(236 72 153 / var(--tw-text-opacity));
}

.text-red-400{
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / 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-red01{
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}

.text-red02{
  --tw-text-opacity: 1;
  color: rgb(208 2 27 / 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-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-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);
}

.\!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);
}

.backdrop-blur-\[30px\]{
  --tw-backdrop-blur: blur(30px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.\!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);
}

/* スクロールバー非表示 */

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

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

@media (max-width: 767px){
  .sm\:text-normal-l{
    font-size: 1rem;
    line-height: 1.4;
    line-height: 22px;
  }

  .sm\:button-w-full{
    width: 100%;
    min-width: 0px;
  }

  .sm\:button-center{
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
  }

  .sm\:button-wrapper-col{
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
  }

  .sm\:button-wrapper-col *:not(:last-child){
    margin: 0px;
    margin-bottom: 1rem;
  }

  .sm\:button-wrapper-row{
    display: flex;
    width: 100%;
    justify-content: center;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  @media (max-width: 767px){
    .sm\:button-wrapper-row{
      -moz-column-gap: 0.5rem;
           column-gap: 0.5rem;
    }
  }

  .sm\:w-content-full{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .sm\:page-title-center-left{
    text-align: center;
    font-size: 1.25rem;
    line-height: 1.4;
    --tw-text-opacity: 1;
    color: rgb(85 85 85 / var(--tw-text-opacity));
  }

  @media (max-width: 767px){
    .sm\:page-title-center-left{
      text-align: left;
      font-size: 1.125rem;
      line-height: 1.4;
    }
  }

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

  @media (max-width: 767px){
    .sm\:list-cols-1{
      row-gap: 1.25rem;
    }
  }

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

  @media (max-width: 767px){
    .sm\:list-cols-2{
      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: 2.5rem;
  }

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

  .pc-common-product-side-caption-s .sm\:dl{
    margin-bottom: 0.25rem;
    display: flex;
    align-items: flex-start;
    -moz-column-gap: 12px;
         column-gap: 12px;
    line-height: 1rem;
  }

  @media (max-width: 767px){
    .sm\:thumb-product-xs-3_5{
      max-width: 92px;
    }

    .sm\:thumb-product-sm{
      max-width: 109px;
    }

    .sm\:thumb-product-md-2_5{
      max-width: 140px;
    }

    .sm\:thumb-product-xl{
      max-width: 375px;
    }

    .sm\:thumb-product-xs-3_5 .image{
      aspect-ratio: 5/6;
      width: 100%;
    }

    .sm\:thumb-product-sm .image{
      aspect-ratio: 5/6;
      width: 100%;
    }

    .sm\:thumb-product-md-2_5 .image{
      aspect-ratio: 5/6;
      width: 100%;
    }

    .sm\:thumb-product-lg .image{
      aspect-ratio: 5/6;
      width: 100%;
    }

    .sm\:thumb-product-xl .image{
      aspect-ratio: 5/6;
      width: 100%;
    }

    .sm\:thumb-product-md-2_5 .label{
      margin-top: 0.5rem;
      font-size: 10px;
      font-weight: 600;
      --tw-text-opacity: 1;
      color: rgb(133 133 133 / var(--tw-text-opacity));
    }

    .sm\:thumb-product-xs-3_5 .name,.sm\:thumb-product-xs-3_5 .color{
      margin-top: 0.25rem;
      display: inline-block;
      font-size: 10px;
    }

    .sm\:thumb-product-sm .name{
      margin-top: 6px;
      display: inline-block;
      font-size: 10px;
    }

    .sm\:thumb-product-md-2_5 .name{
      margin-top: 0.5rem;
      display: inline-block;
      font-size: 0.75rem;
      line-height: 1.4;
      line-height: 1rem;
      letter-spacing: .04em;
    }

    .sm\:thumb-product-xs-3_5 .price{
      margin-top: 0.25rem;
      font-family: Inter, sans-serif;
      font-size: 0.75rem;
      line-height: 1.4;
      letter-spacing: 0em;
    }

    .sm\:thumb-product-sm .price{
      margin-top: 0.25rem;
      font-family: Inter, sans-serif;
      font-size: 0.75rem;
      line-height: 1.4;
      letter-spacing: 0em;
    }

    .sm\:thumb-product-md-2_5 .price{
      margin-top: 0.25rem;
      font-family: Inter, sans-serif;
      font-size: 1rem;
      line-height: 1.4;
      letter-spacing: 0em;
    }

    .sm\:thumb-product-md-2_5 .price.retail-price{
      margin-top: 0px;
      display: inline-block;
      font-size: 10px;
      --tw-text-opacity: 1;
      color: rgb(102 102 102 / var(--tw-text-opacity));
      text-decoration-line: line-through;
    }

    .sm\:thumb-product-xs-3_5 .intax{
      margin-left: 5px;
      font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      font-size: 10px;
    }

    .sm\:thumb-product-sm .intax{
      margin-left: 5px;
      font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      font-size: 10px;
    }

    .sm\:thumb-product-md-2_5 .intax{
      margin-left: 5px;
      font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      font-size: 10px;
    }
  }

  .sm\:thumb-article-caption-sp-s{
    display: flex;
    align-items: center;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .sm\:thumb-article-caption-sp-s .image{
    aspect-ratio: 1 / 1;
    width: 70px;
  }

  .sm\:thumb-article-caption-sp-s .content{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    width: calc(100% - 78px);
  }

  .sm\:thumb-article-caption-sp-s .content > :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));
  }

  .sm\:thumb-article-caption-sp-s .content{
    overflow-wrap: break-word;
    font-size: 0.75rem;
    line-height: 1.4;
  }

  .sm\:thumb-caption{
    display: flex;
    flex-direction: column;
  }

  .sm\:thumb-sp-banner-special-sm{
    max-width: 240px;
  }

  .sm\:thumb-sp-banner-special-md{
    max-width: 136px;
  }

  .sm\:thumb-sp-banner-special-lg{
    max-width: 375px;
  }

  .sm\:thumb-sp-banner-special-sm .image{
    aspect-ratio: 2/1;
    width: 100%;
  }

  .sm\:thumb-sp-banner-special-md .image{
    aspect-ratio: 136/155;
    width: 100%;
    border-radius: 4px;
  }

  .sm\:thumb-sp-banner-special-lg .image{
    aspect-ratio: 375/469;
    width: 100%;
  }

  .sm\:thumb-sp-banner-special-sm .title{
    margin-top: 0.25rem;
    display: inline-block;
    width: 100%;
    overflow-wrap: break-word;
    font-size: 0.75rem;
    line-height: 1.4;
  }

  .sm\:thumb-sp-banner-special-md .title{
    margin-top: 0.5rem;
    display: inline-block;
    font-size: 0.75rem;
    line-height: 1.4;
  }

  .sm\:form-checkbox-wrapper-col{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .sm\:form-checkbox-wrapper-col .form-checkbox + label{
    margin-right: 0px;
    margin-bottom: 1rem;
  }

  .sm\:form-checkbox-wrapper-col #ad > div:last-of-type > label{
    margin-bottom: 0px;
  }
}

@media (min-width: 768px){
  .md\:text-normal-center-l{
    text-align: center;
    font-size: 1rem;
    line-height: 1.4;
    line-height: 22px;
  }
}

.after\:block::after{
  content: var(--tw-content);
  display: block;
}

.after\:h-\[14px\]::after{
  content: var(--tw-content);
  height: 14px;
}

.after\:w-\[14px\]::after{
  content: var(--tw-content);
  width: 14px;
}

.after\:bg-\[url\(\'\/res\/img\/snp\/icons\/right-angle-arrow-14\.svg\'\)\]::after{
  content: var(--tw-content);
  background-image: url('/res/img/snp/icons/right-angle-arrow-14.svg');
}

.after\:content-\[\'\'\]::after{
  --tw-content: '';
  content: var(--tw-content);
}

.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\:opacity-60:hover{
  opacity: 0.6;
}

.hover\:opacity-75:hover{
  opacity: 0.75;
}

.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@media (max-width: 1192px){
  .xl\:mb-2{
    margin-bottom: 0.5rem;
  }

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

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

  .xl\:h-auto{
    height: auto;
  }

  .xl\:max-w-full{
    max-width: 100%;
  }

  .xl\:flex-col{
    flex-direction: column;
  }

  .xl\:flex-col-reverse{
    flex-direction: column-reverse;
  }

  .xl\:justify-center{
    justify-content: center;
  }

  .xl\:border-b{
    border-bottom-width: 1px;
  }

  .xl\:border-gray14{
    --tw-border-opacity: 1;
    border-color: rgb(224 224 224 / var(--tw-border-opacity));
  }

  .xl\:pt-4{
    padding-top: 1rem;
  }

  .xl\:pt-6{
    padding-top: 1.5rem;
  }
}

@media (max-width: 1024px){
  .lg\:ml-3{
    margin-left: 0.75rem;
  }

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

  .lg\:w-1\/4{
    width: 25%;
  }

  .lg\:w-5{
    width: 1.25rem;
  }

  .lg\:flex-col{
    flex-direction: column;
  }

  .lg\:items-start{
    align-items: flex-start;
  }

  .lg\:pr-0{
    padding-right: 0px;
  }

  .lg\:pt-6{
    padding-top: 1.5rem;
  }
}

@media (max-width: 767px){
  .sm\:absolute{
    position: absolute;
  }

  .sm\:relative{
    position: relative;
  }

  .sm\:bottom-0{
    bottom: 0px;
  }

  .sm\:order-1{
    order: 1;
  }

  .sm\:order-2{
    order: 2;
  }

  .sm\:order-3{
    order: 3;
  }

  .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-2{
    margin: 0.5rem;
  }

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

  .sm\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

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

  .sm\:mx-10{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .sm\:mx-11{
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .sm\:mx-12{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .sm\:mx-14{
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .sm\:mx-16{
    margin-left: 4rem;
    margin-right: 4rem;
  }

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

  .sm\:mx-20{
    margin-left: 5rem;
    margin-right: 5rem;
  }

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

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

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

  .sm\:mx-6{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .sm\:mx-7{
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .sm\:mx-8{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .sm\:mx-9{
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

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

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

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

  .sm\:my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .sm\:my-11{
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .sm\:my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .sm\:my-14{
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .sm\:my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .sm\:my-2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .sm\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

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

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

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

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

  .sm\:my-7{
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

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

  .sm\:my-9{
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

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

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

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

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

  .sm\:mb-11{
    margin-bottom: 2.75rem;
  }

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

  .sm\:mb-14{
    margin-bottom: 3.5rem;
  }

  .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-7{
    margin-bottom: 1.75rem;
  }

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

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

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

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

  .sm\:ml-0{
    margin-left: 0px;
  }

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

  .sm\:ml-10{
    margin-left: 2.5rem;
  }

  .sm\:ml-11{
    margin-left: 2.75rem;
  }

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

  .sm\:ml-14{
    margin-left: 3.5rem;
  }

  .sm\:ml-16{
    margin-left: 4rem;
  }

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

  .sm\:ml-20{
    margin-left: 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-7{
    margin-left: 1.75rem;
  }

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

  .sm\:ml-9{
    margin-left: 2.25rem;
  }

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

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

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

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

  .sm\:mr-11{
    margin-right: 2.75rem;
  }

  .sm\:mr-12{
    margin-right: 3rem;
  }

  .sm\:mr-14{
    margin-right: 3.5rem;
  }

  .sm\:mr-16{
    margin-right: 4rem;
  }

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

  .sm\:mr-20{
    margin-right: 5rem;
  }

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

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

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

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

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

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

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

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

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

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

  .sm\:mt-10{
    margin-top: 2.5rem;
  }

  .sm\:mt-11{
    margin-top: 2.75rem;
  }

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

  .sm\:mt-14{
    margin-top: 3.5rem;
  }

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

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

  .sm\:mt-20{
    margin-top: 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-9{
    margin-top: 2.25rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:block{
    display: block;
  }

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

  .sm\:inline{
    display: inline;
  }

  .sm\:\!flex{
    display: flex !important;
  }

  .sm\:flex{
    display: flex;
  }

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

  .sm\:hidden{
    display: none;
  }

  .sm\:\!h-9{
    height: 2.25rem !important;
  }

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

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

  .sm\:h-auto{
    height: auto;
  }

  .sm\:h-full{
    height: 100%;
  }

  .sm\:max-h-\[calc\(100\%_-_127\.6px\)\]{
    max-height: calc(100% - 127.6px);
  }

  .sm\:min-h-fit{
    min-height: -moz-fit-content;
    min-height: fit-content;
  }

  .sm\:\!w-\[76px\]{
    width: 76px !important;
  }

  .sm\:\!w-full{
    width: 100% !important;
  }

  .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-1\/6{
    width: 16.666667%;
  }

  .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-28{
    width: 7rem;
  }

  .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-40{
    width: 10rem;
  }

  .sm\:w-5\/6{
    width: 83.333333%;
  }

  .sm\:w-64{
    width: 16rem;
  }

  .sm\:w-9\/12{
    width: 75%;
  }

  .sm\:w-\[109px\]{
    width: 109px;
  }

  .sm\:w-\[136px\]{
    width: 136px;
  }

  .sm\:w-\[140px\]{
    width: 140px;
  }

  .sm\:w-\[164px\]{
    width: 164px;
  }

  .sm\:w-\[240px\]{
    width: 240px;
  }

  .sm\:w-\[92px\]{
    width: 92px;
  }

  .sm\:w-\[calc\(50\%-5px\)\]{
    width: calc(50% - 5px);
  }

  .sm\:w-auto{
    width: auto;
  }

  .sm\:w-fit{
    width: -moz-fit-content;
    width: fit-content;
  }

  .sm\:w-full{
    width: 100%;
  }

  .sm\:min-w-\[110px\]{
    min-width: 110px;
  }

  .sm\:\!max-w-\[109px\]{
    max-width: 109px !important;
  }

  .sm\:max-w-\[179px\]{
    max-width: 179px;
  }

  .sm\:max-w-\[262px\]{
    max-width: 262px;
  }

  .sm\:max-w-\[calc\(100\%-125px\)\]{
    max-width: calc(100% - 125px);
  }

  .sm\:max-w-full{
    max-width: 100%;
  }

  .sm\:max-w-none{
    max-width: none;
  }

  .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\:list-none{
    list-style-type: none;
  }

  .sm\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .sm\:flex-col{
    flex-direction: column;
  }

  .sm\:flex-col-reverse{
    flex-direction: column-reverse;
  }

  .sm\:flex-wrap{
    flex-wrap: wrap;
  }

  .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\:justify-around{
    justify-content: space-around;
  }

  .sm\:gap-2{
    gap: 0.5rem;
  }

  .sm\:gap-3{
    gap: 0.75rem;
  }

  .sm\:gap-4{
    gap: 1rem;
  }

  .sm\:gap-x-1{
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .sm\:gap-x-2{
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .sm\:gap-x-3{
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .sm\:gap-x-4{
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .sm\:gap-x-\[1\.5rem\]{
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .sm\:gap-x-\[10px\]{
    -moz-column-gap: 10px;
         column-gap: 10px;
  }

  .sm\:gap-x-\[3\.5\%\]{
    -moz-column-gap: 3.5%;
         column-gap: 3.5%;
  }

  .sm\:gap-y-2{
    row-gap: 0.5rem;
  }

  .sm\:gap-y-3{
    row-gap: 0.75rem;
  }

  .sm\:gap-y-5{
    row-gap: 1.25rem;
  }

  .sm\:gap-y-\[2px\]{
    row-gap: 2px;
  }

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

  .sm\:space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-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\:space-y-\[2px\] > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2px * var(--tw-space-y-reverse));
  }

  .sm\:overflow-auto{
    overflow: auto;
  }

  .sm\:overflow-x-auto{
    overflow-x: auto;
  }

  .sm\:overflow-y-hidden{
    overflow-y: hidden;
  }

  .sm\:overflow-x-scroll{
    overflow-x: scroll;
  }

  .sm\:whitespace-nowrap{
    white-space: nowrap;
  }

  .sm\:rounded{
    border-radius: 0.25rem;
  }

  .sm\:rounded-full{
    border-radius: 9999px;
  }

  .sm\:border{
    border-width: 1px;
  }

  .sm\:border-0{
    border-width: 0px;
  }

  .sm\:border-2{
    border-width: 2px;
  }

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

  .sm\:border-gray16{
    --tw-border-opacity: 1;
    border-color: rgb(245 245 245 / var(--tw-border-opacity));
  }

  .sm\:border-surround_1{
    --tw-border-opacity: 1;
    border-color: rgb(220 219 218 / var(--tw-border-opacity));
  }

  .sm\:bg-gray16{
    --tw-bg-opacity: 1;
    background-color: rgb(245 245 245 / var(--tw-bg-opacity));
  }

  .sm\:bg-main{
    --tw-bg-opacity: 1;
    background-color: rgb(224 224 224 / 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-cover{
    background-size: 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-2{
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .sm\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }

  .sm\:px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .sm\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .sm\:px-11{
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .sm\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .sm\:px-14{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .sm\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .sm\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .sm\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .sm\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .sm\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .sm\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:px-7{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .sm\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sm\:px-9{
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .sm\:px-\[14px\]{
    padding-left: 14px;
    padding-right: 14px;
  }

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

  .sm\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .sm\:py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .sm\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .sm\:py-11{
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .sm\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .sm\:py-14{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .sm\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .sm\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .sm\:py-20{
    padding-top: 5rem;
    padding-bottom: 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\:py-7{
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .sm\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .sm\:py-9{
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .sm\:py-\[10px\]{
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .sm\:py-\[12px\]{
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .sm\:py-\[14px\]{
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .sm\:py-\[6px\]{
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .sm\:py-\[7px\]{
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .sm\:pb-0{
    padding-bottom: 0px;
  }

  .sm\:pb-1{
    padding-bottom: 0.25rem;
  }

  .sm\:pb-10{
    padding-bottom: 2.5rem;
  }

  .sm\:pb-11{
    padding-bottom: 2.75rem;
  }

  .sm\:pb-12{
    padding-bottom: 3rem;
  }

  .sm\:pb-14{
    padding-bottom: 3.5rem;
  }

  .sm\:pb-16{
    padding-bottom: 4rem;
  }

  .sm\:pb-2{
    padding-bottom: 0.5rem;
  }

  .sm\:pb-20{
    padding-bottom: 5rem;
  }

  .sm\:pb-3{
    padding-bottom: 0.75rem;
  }

  .sm\:pb-4{
    padding-bottom: 1rem;
  }

  .sm\:pb-5{
    padding-bottom: 1.25rem;
  }

  .sm\:pb-6{
    padding-bottom: 1.5rem;
  }

  .sm\:pb-7{
    padding-bottom: 1.75rem;
  }

  .sm\:pb-8{
    padding-bottom: 2rem;
  }

  .sm\:pb-9{
    padding-bottom: 2.25rem;
  }

  .sm\:pl-0{
    padding-left: 0px;
  }

  .sm\:pl-1{
    padding-left: 0.25rem;
  }

  .sm\:pl-10{
    padding-left: 2.5rem;
  }

  .sm\:pl-11{
    padding-left: 2.75rem;
  }

  .sm\:pl-12{
    padding-left: 3rem;
  }

  .sm\:pl-14{
    padding-left: 3.5rem;
  }

  .sm\:pl-16{
    padding-left: 4rem;
  }

  .sm\:pl-2{
    padding-left: 0.5rem;
  }

  .sm\:pl-20{
    padding-left: 5rem;
  }

  .sm\:pl-3{
    padding-left: 0.75rem;
  }

  .sm\:pl-4{
    padding-left: 1rem;
  }

  .sm\:pl-5{
    padding-left: 1.25rem;
  }

  .sm\:pl-6{
    padding-left: 1.5rem;
  }

  .sm\:pl-7{
    padding-left: 1.75rem;
  }

  .sm\:pl-8{
    padding-left: 2rem;
  }

  .sm\:pl-9{
    padding-left: 2.25rem;
  }

  .sm\:pr-0{
    padding-right: 0px;
  }

  .sm\:pr-1{
    padding-right: 0.25rem;
  }

  .sm\:pr-10{
    padding-right: 2.5rem;
  }

  .sm\:pr-11{
    padding-right: 2.75rem;
  }

  .sm\:pr-12{
    padding-right: 3rem;
  }

  .sm\:pr-14{
    padding-right: 3.5rem;
  }

  .sm\:pr-16{
    padding-right: 4rem;
  }

  .sm\:pr-2{
    padding-right: 0.5rem;
  }

  .sm\:pr-20{
    padding-right: 5rem;
  }

  .sm\:pr-3{
    padding-right: 0.75rem;
  }

  .sm\:pr-4{
    padding-right: 1rem;
  }

  .sm\:pr-5{
    padding-right: 1.25rem;
  }

  .sm\:pr-6{
    padding-right: 1.5rem;
  }

  .sm\:pr-7{
    padding-right: 1.75rem;
  }

  .sm\:pr-8{
    padding-right: 2rem;
  }

  .sm\:pr-9{
    padding-right: 2.25rem;
  }

  .sm\:pt-0{
    padding-top: 0px;
  }

  .sm\:pt-1{
    padding-top: 0.25rem;
  }

  .sm\:pt-10{
    padding-top: 2.5rem;
  }

  .sm\:pt-11{
    padding-top: 2.75rem;
  }

  .sm\:pt-12{
    padding-top: 3rem;
  }

  .sm\:pt-14{
    padding-top: 3.5rem;
  }

  .sm\:pt-16{
    padding-top: 4rem;
  }

  .sm\:pt-2{
    padding-top: 0.5rem;
  }

  .sm\:pt-20{
    padding-top: 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-7{
    padding-top: 1.75rem;
  }

  .sm\:pt-8{
    padding-top: 2rem;
  }

  .sm\:pt-9{
    padding-top: 2.25rem;
  }

  .sm\:pt-\[29px\]{
    padding-top: 29px;
  }

  .sm\:pt-\[45px\]{
    padding-top: 45px;
  }

  .sm\:text-left{
    text-align: left;
  }

  .sm\:text-center{
    text-align: center;
  }

  .sm\:text-right{
    text-align: right;
  }

  .sm\:text-\[10px\]{
    font-size: 10px;
  }

  .sm\:text-\[20px\]{
    font-size: 20px;
  }

  .sm\:text-base{
    font-size: 1rem;
    line-height: 1.4;
  }

  .sm\:text-lg{
    font-size: 1.125rem;
    line-height: 1.4;
  }

  .sm\:text-sm{
    font-size: 0.875rem;
    line-height: 1.4;
  }

  .sm\:text-xl{
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .sm\:text-xs{
    font-size: 0.75rem;
    line-height: 1.4;
  }

  .sm\:font-bold{
    font-weight: 700;
  }

  .sm\:font-normal{
    font-weight: 400;
  }

  .sm\:font-semibold{
    font-weight: 600;
  }

  .sm\:leading-\[1\.25\]{
    line-height: 1.25;
  }

  .sm\:leading-\[13px\]{
    line-height: 13px;
  }

  .sm\:leading-loose{
    line-height: 2;
  }

  .sm\:leading-relaxed{
    line-height: 1.625;
  }

  .sm\:tracking-\[\.04rem\]{
    letter-spacing: .04rem;
  }

  .sm\:text-alert{
    --tw-text-opacity: 1;
    color: rgb(208 2 27 / var(--tw-text-opacity));
  }

  .sm\:text-current{
    color: currentColor;
  }

  .sm\:text-gray-dark-very{
    --tw-text-opacity: 1;
    color: rgb(102 102 102 / var(--tw-text-opacity));
  }

  .sm\:text-gray03{
    --tw-text-opacity: 1;
    color: rgb(48 48 48 / var(--tw-text-opacity));
  }

  .sm\:text-gray05{
    --tw-text-opacity: 1;
    color: rgb(85 85 85 / var(--tw-text-opacity));
  }

  .sm\:text-gray08{
    --tw-text-opacity: 1;
    color: rgb(133 133 133 / var(--tw-text-opacity));
  }

  .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-red01{
    --tw-text-opacity: 1;
    color: rgb(185 28 28 / var(--tw-text-opacity));
  }

  .sm\:underline{
    text-decoration-line: underline;
  }

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

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

@media (min-width: 768px){
  .md\:mb-0{
    margin-bottom: 0px;
  }

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

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

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

  .md\:hidden{
    display: none;
  }

  .md\:w-44{
    width: 11rem;
  }

  .md\:w-80{
    width: 20rem;
  }

  .md\:w-\[150px\]{
    width: 150px;
  }

  .md\:max-w-\[480px\]{
    max-width: 480px;
  }

  .md\:flex-row{
    flex-direction: row;
  }

  .md\:justify-center{
    justify-content: center;
  }

  .md\:gap-0{
    gap: 0px;
  }

  .md\:gap-3{
    gap: 0.75rem;
  }

  .md\:gap-4{
    gap: 1rem;
  }

  .md\:gap-x-10{
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .md\:gap-x-6{
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .md\:gap-y-10{
    row-gap: 2.5rem;
  }

  .md\:rounded-md{
    border-radius: 0.375rem;
  }

  .md\:border-b-2{
    border-bottom-width: 2px;
  }

  .md\:border-gray-200{
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity));
  }

  .md\:bg-transparent{
    background-color: transparent;
  }

  .md\:p-0{
    padding: 0px;
  }

  .md\:p-6{
    padding: 1.5rem;
  }

  .md\:p-7{
    padding: 1.75rem;
  }

  .md\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .md\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .md\:pb-1{
    padding-bottom: 0.25rem;
  }

  .md\:pr-\[18px\]{
    padding-right: 18px;
  }

  .md\:text-center{
    text-align: center;
  }

  .md\:text-2xl{
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .md\:text-base{
    font-size: 1rem;
    line-height: 1.4;
  }

  .md\:text-lg{
    font-size: 1.125rem;
    line-height: 1.4;
  }

  .md\:text-sm{
    font-size: 0.875rem;
    line-height: 1.4;
  }

  .md\:text-gray-700{
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity));
  }
}

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

.\[\&\>a\]\:min-w-\[269px\]>a{
  min-width: 269px;
}

.\[\&\>a\]\:px-0>a{
  padding-left: 0px;
  padding-right: 0px;
}

.\[\&\>a\]\:text-center>a{
  text-align: center;
}

.\[\&\>div\>\*\:first-child\]\:w-\[100px\]>div>*:first-child{
  width: 100px;
}

.\[\&\>div\>\*\:first-child\]\:shrink-0>div>*:first-child{
  flex-shrink: 0;
}

@media (max-width: 767px){
  .sm\:\[\&\>div\>\*\:first-child\]\:w-20>div>*:first-child{
    width: 5rem;
  }
}

.\[\&\>div\]\:flex>div{
  display: flex;
}

.\[\&\>span\:first-child\]\:font-bold>span:first-child{
  font-weight: 700;
}

.\[\&_\.definition-list-group-m-label\+dd\]\:w-\[calc\(100\%-90px\)\] .definition-list-group-m-label+dd{
  width: calc(100% - 90px);
}

.\[\&_\.definition-list-group-m\]\:flex-grow .definition-list-group-m{
  flex-grow: 1;
}

.\[\&_dt\.definition-list-group-m-label\]\:w-\[90px\] dt.definition-list-group-m-label{
  width: 90px;
}

.\[\&_dt\.definition-list-group-m-label\]\:flex-shrink-0 dt.definition-list-group-m-label{
  flex-shrink: 0;
}
