@charset "UTF-8";
/*
! tailwindcss v3.0.19 | 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.
*/
html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: Nunito, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
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:-ms-input-placeholder, textarea:-ms-input-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;
}
/*
Ensure the default browser behavior of the `hidden` attribute.
*/
[hidden] {
  display: none;
}
[type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}
[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --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);
  border-color: #2563eb;
}
input::-moz-placeholder, textarea::-moz-placeholder{
  color: #6b7280;
  opacity: 1;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder{
  color: #6b7280;
  opacity: 1;
}
input::placeholder,textarea::placeholder{
  color: #6b7280;
  opacity: 1;
}
::-webkit-datetime-edit-fields-wrapper{
  padding: 0;
}
::-webkit-date-and-time-value{
  min-height: 1.5em;
}
::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{
  padding-top: 0;
  padding-bottom: 0;
}
select{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
}
[multiple]{
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          color-adjust: unset;
}
[type='checkbox'],[type='radio']{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}
[type='checkbox']{
  border-radius: 0px;
}
[type='radio']{
  border-radius: 100%;
}
[type='checkbox']:focus,[type='radio']:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --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(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
[type='checkbox']:checked,[type='radio']:checked{
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
[type='checkbox']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}
[type='radio']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}
[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus{
  border-color: transparent;
  background-color: currentColor;
}
[type='checkbox']:indeterminate{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus{
  border-color: transparent;
  background-color: currentColor;
}
[type='file']{
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}
[type='file']:focus{
  outline: 1px auto -webkit-focus-ring-color;
}
*, ::before, ::after{
  --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-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.container{
  width: 100%;
}
@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}
@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}
@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}
@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}
.form-input,.form-textarea,.form-select,.form-multiselect{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}
.form-input:focus, .form-textarea:focus, .form-select:focus, .form-multiselect:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --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);
  border-color: #2563eb;
}
.form-input::-moz-placeholder, .form-textarea::-moz-placeholder{
  color: #6b7280;
  opacity: 1;
}
.form-input:-ms-input-placeholder, .form-textarea:-ms-input-placeholder{
  color: #6b7280;
  opacity: 1;
}
.form-input::placeholder,.form-textarea::placeholder{
  color: #6b7280;
  opacity: 1;
}
.form-input::-webkit-datetime-edit-fields-wrapper{
  padding: 0;
}
.form-input::-webkit-date-and-time-value{
  min-height: 1.5em;
}
.form-input::-webkit-datetime-edit,.form-input::-webkit-datetime-edit-year-field,.form-input::-webkit-datetime-edit-month-field,.form-input::-webkit-datetime-edit-day-field,.form-input::-webkit-datetime-edit-hour-field,.form-input::-webkit-datetime-edit-minute-field,.form-input::-webkit-datetime-edit-second-field,.form-input::-webkit-datetime-edit-millisecond-field,.form-input::-webkit-datetime-edit-meridiem-field{
  padding-top: 0;
  padding-bottom: 0;
}
.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;
}
.fixed{
  position: fixed;
}
.relative{
  position: relative;
}
.bottom-0{
  bottom: 0px;
}
.top-20{
  top: 5rem;
}
.right-0{
  right: 0px;
}
.z-10{
  z-index: 10;
}
.m-0{
  margin: 0px;
}
.m-auto{
  margin: auto;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.mx-0{
  margin-left: 0px;
  margin-right: 0px;
}
.mx-2{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-4{
  margin-left: 1rem;
  margin-right: 1rem;
}
.my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.mr-4{
  margin-right: 1rem;
}
.ml-auto{
  margin-left: auto;
}
.mr-2{
  margin-right: 0.5rem;
}
.mt-1{
  margin-top: 0.25rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.mb-16{
  margin-bottom: 4rem;
}
.mb-12{
  margin-bottom: 3rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.mt-8{
  margin-top: 2rem;
}
.mr-16{
  margin-right: 4rem;
}
.mb-0{
  margin-bottom: 0px;
}
.mt-4{
  margin-top: 1rem;
}
.mt-0{
  margin-top: 0px;
}
.mt-16{
  margin-top: 4rem;
}
.ml-2{
  margin-left: 0.5rem;
}
.mr-3{
  margin-right: 0.75rem;
}
.mt-5{
  margin-top: 1.25rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.-mb-2{
  margin-bottom: -0.5rem;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.flex{
  display: flex;
}
.table{
  display: table;
}
.hidden{
  display: none;
}
.min-h-screen{
  min-height: 100vh;
}
.w-96{
  width: 24rem;
}
.w-full{
  width: 100%;
}
.w-2\/12{
  width: 16.666667%;
}
.w-10\/12{
  width: 83.333333%;
}
.w-7\/12{
  width: 58.333333%;
}
.w-3\/12{
  width: 25%;
}
.w-0{
  width: 0px;
}
.w-8{
  width: 2rem;
}
.w-1\/4{
  width: 25%;
}
.w-64{
  width: 16rem;
}
.w-5\/12{
  width: 41.666667%;
}
.w-1\/2{
  width: 50%;
}
.w-72{
  width: 18rem;
}
.w-8\/12{
  width: 66.666667%;
}
.w-9\/12{
  width: 75%;
}
.flex-grow{
  flex-grow: 1;
}
.border-collapse{
  border-collapse: collapse;
}
.cursor-pointer{
  cursor: pointer;
}
.appearance-none{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-center{
  align-items: center;
}
.justify-start{
  justify-content: flex-start;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.rounded{
  border-radius: 0.25rem;
}
.border{
  border-width: 1px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-black{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.bg-orange-400{
  --tw-bg-opacity: 1;
  background-color: rgb(251 146 60 / var(--tw-bg-opacity));
}
.bg-yellow-400{
  --tw-bg-opacity: 1;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity));
}
.bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(231 141 73 / var(--tw-bg-opacity));
}
.bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.bg-gray-400{
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity));
}
.bg-gray-500{
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
}
.bg-red-500{
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}
.bg-red-600{
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-amber-50{
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 235 / var(--tw-bg-opacity));
}
.bg-cover{
  background-size: cover;
}
.bg-center{
  background-position: center;
}
.bg-no-repeat{
  background-repeat: no-repeat;
}
.p-4{
  padding: 1rem;
}
.p-3{
  padding: 0.75rem;
}
.p-6{
  padding: 1.5rem;
}
.p-2{
  padding: 0.5rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.px-16{
  padding-left: 4rem;
  padding-right: 4rem;
}
.py-32{
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.pl-4{
  padding-left: 1rem;
}
.pr-8{
  padding-right: 2rem;
}
.pt-5{
  padding-top: 1.25rem;
}
.pb-10{
  padding-bottom: 2.5rem;
}
.pb-12{
  padding-bottom: 3rem;
}
.pt-4{
  padding-top: 1rem;
}
.pt-1{
  padding-top: 0.25rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pt-3{
  padding-top: 0.75rem;
}
.pb-3{
  padding-bottom: 0.75rem;
}
.pb-2{
  padding-bottom: 0.5rem;
}
.pb-16{
  padding-bottom: 4rem;
}
.pb-6{
  padding-bottom: 1.5rem;
}
.pt-8{
  padding-top: 2rem;
}
.pb-20{
  padding-bottom: 5rem;
}
.pb-32{
  padding-bottom: 8rem;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.align-baseline{
  vertical-align: baseline;
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.font-bold{
  font-weight: 700;
}
.font-normal{
  font-weight: 400;
}
.leading-relaxed{
  line-height: 1.625;
}
.leading-tight{
  line-height: 1.25;
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-red-400{
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity));
}
.text-blue-600{
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}
.text-red-500{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}
.text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.text-red-600{
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}
.underline{
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.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);
}
@media (max-width: 960px) {
  .pc-only {
    display: none !important;
  }
}

@media (min-width: 961px) {
  .sp-only {
    display: none !important;
  }
}

@media (max-width: 960px) {
  .pc_only {
    display: none !important;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  position: relative;
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  text-align: left;
  background-color: #fff;
}

a {
  color: #fff;
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}

p {
  margin: 2em 0;
}

blockquote {
  position: relative;
  padding: 10px 15px 10px 60px;
  box-sizing: border-box;
  font-style: italic;
  background: #efefef;
  color: #555;
}

blockquote:before {
  display: inline-block;
  position: absolute;
  top: 18px;
  left: 15px;
  content: "";
  font-family: FontAwesome;
  color: #cfcfcf;
  font-size: 30px;
  line-height: 1;
  font-weight: 900;
}

blockquote p {
  padding: 0;
  margin: 10px 0;
  line-height: 1.7;
}

blockquote cite {
  display: block;
  text-align: right;
  color: #888888;
  font-size: 0.9em;
}

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

textarea {
  width: 100%;
}

.accordion-detail {
  margin: 0;
  background: white;
  list-style: none;
  padding: 1rem 2rem;
  display: none;
}
@media (max-width: 960px) {
  .accordion-detail {
    padding: 1rem;
  }
}
.accordion-detail__item {
  padding: 0.5rem 0;
}
.accordion-detail__label {
  padding: 5px 10px;
  display: flex;
  align-items: center;
  cursor: pointer;
  margin: -5px 0;
}
.accordion-detail__label:hover {
  background: rgba(0, 0, 0, 0.05) !important;
}
.accordion-detail__input {
  margin: 0;
  width: 0;
  opacity: 0;
}
.accordion-detail__input:focus + .accordion-list__checkbox {
  border: dashed 2px #333333;
}
.accordion-detail__input:checked + .accordion-list__checkbox {
  background: #333333;
}
.accordion-detail__input:checked + .accordion-list__checkbox::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40%;
  height: 4px;
  border-radius: 2px;
  transform: translate(-5px, -1px) rotateZ(-135deg);
  transform-origin: 2px 2px;
  background: #ffffff;
}
.accordion-detail__input:checked + .accordion-list__checkbox::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 76%;
  height: 4px;
  border-radius: 2px;
  transform: translate(-4px, 0px) rotateZ(-45deg);
  transform-origin: 2px 2px;
  background: #ffffff;
}
.accordion-detail__checkbox {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  border: solid 2px transparent;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.accordion-detail__title {
  margin-left: 1rem;
  display: block;
  font-size: 1rem;
  font-weight: normal;
}

.accordion-title {
  margin-bottom: 1rem;
  padding: 0.5rem 1rem 1rem 1rem;
  border-bottom: 1px solid black;
  cursor: pointer;
  display: flex;
  align-items: center;
  position: relative;
}
.accordion-title::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: #000 2px solid;
  border-right: #000 2px solid;
  transform: rotate(135deg);
  position: absolute;
  right: 2%;
  top: 0;
  bottom: 15%;
  margin: auto;
}

.btn {
  padding: 0.75rem;
  max-width: 250px;
  width: 100%;
  text-align: center;
  display: block;
  border: none;
  cursor: pointer;
  position: relative;
}
.btn::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2rem;
  width: 7px;
  height: 7px;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg);
}
.btn--black {
  color: white;
  background-color: black;
}
.btn--black::after {
  border-color: white;
}
.btn--primary {
  background-color: #3490DE;
  padding: 8px 15px;
  color: white;
  border-radius: 4px;
  border: none;
}
.btn--secondary {
  background-color: #EB6876;
  padding: 8px 15px;
  color: white;
  border-radius: 4px;
  border: none;
}
.btn--third {
  background-color: #349019;
  padding: 2px 15px 4px 15px;
  color: white;
  border-radius: 4px;
  border: none;
}
.btn--info {
  background-color: #9f9f9f;
  padding: 8px 15px;
  color: white;
  border-radius: 4px;
  border: none;
}

.fixed-order-btn::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1rem;
  width: 7px;
  height: 7px;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg);
}

.heading__main-title {
  font-size: 2rem;
  font-weight: bold;
}
@media (max-width: 960px) {
  .heading__main-title {
    margin-bottom: 0;
  }
}
.heading__sub-title {
  font-size: 1.4rem;
  font-weight: bold;
  color: #777;
}
.heading--line {
  position: relative;
}
@media (max-width: 960px) {
  .heading--line {
    max-width: 80vw;
    width: 100%;
    margin-left: auto;
  }
}
.heading--line::before {
  content: "";
  height: 1px;
  background-color: black;
  width: 30rem;
  display: block;
  position: relative;
  left: -30.5rem;
  top: 20px;
}

.lazyload,
.lazyloading {
  opacity: 0;
}
.lazyload-none-animation,
.lazyloading-none-animation {
  transition: initial !important;
}

.lazyloaded {
  opacity: 1;
  transition: opacity 1.7s ease-in-out;
}

.message {
  line-height: 2rem;
}

.link {
  color: #A83B3B;
  text-decoration: underline;
}

.block--three {
  max-width: calc(100% / 3 - 2rem);
  width: 100%;
  margin: 1rem;
}
@media (max-width: 767px) {
  .block--three {
    max-width: calc(100% / 2 - 1rem);
    margin: 0.5rem 0.5rem 1rem 0.5rem;
  }
}

.cv-spinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.spinner {
  width: 40px;
  height: 40px;
  border: 4px #ddd solid;
  border-top: 4px #2e93e6 solid;
  border-radius: 50%;
  -webkit-animation: sp-anime 0.8s infinite linear;
          animation: sp-anime 0.8s infinite linear;
}
.spinner__overlay {
  position: fixed;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(0, 0, 0, 0.3);
}

@-webkit-keyframes sp-anime {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes sp-anime {
  100% {
    transform: rotate(360deg);
  }
}
.disabled {
  opacity: 0.7;
  pointer-events: none;
}

.logo_fadeIn {
  background: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9000;
}
.logo_fadeIn__image {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 9999;
}

.StripeElement {
  box-sizing: border-box;
  height: 42px;
  background-color: white;
  box-shadow: 0 1px 3px 0 #e6ebf1;
  transition: box-shadow 150ms ease;
  width: 100%;
  border: 1px solid #747474;
  border-radius: 0;
  padding: 0 10px;
  line-height: 36px;
}
.StripeElement:focus {
  outline: 0;
}
.StripeElement:-webkit-autofill, .StripeElement:-webkit-autofill:hover, .StripeElement:-webkit-autofill:focus {
  -webkit-text-fill-color: #e39f48;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
  border-color: #fa755a;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}

#card-errors {
  margin: 4px 0;
  color: #c12843;
}

label {
  display: block;
  margin: 0 0 4px 0;
  font-size: 11px;
  color: inherit;
  line-height: 1;
  height: auto;
}

.StripeElement--webkit-autofill {
  background: transparent !important;
}

.cart-status {
  position: fixed;
  bottom: 0;
  background-color: #eee;
  width: 100%;
  padding: 0.5rem;
  z-index: 5;
}
.cart-status__wrap {
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 960px) {
  .cart-status__wrap {
    font-size: 0.8rem;
  }
}
.cart-status__wrap .btn-primary {
  max-width: 150px;
}
.cart-status__quantity, .cart-status__price {
  font-size: 1.1rem;
  font-weight: bold;
}
.cart-status__price {
  color: red;
}

.error__block {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  margin: 2rem auto;
  border: 3px solid #e47676;
  padding: 1rem;
}
.error__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.error__list--item {
  margin-bottom: 0.25rem;
}

.page-header__image {
  background-color: #e1e1e1;
  position: relative;
  height: 300px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.page-header__title {
  margin: 0;
  font-size: 1.7rem;
  letter-spacing: 5px;
}
.page-header__subtitle {
  font-size: 1.2rem;
}
.page-header__title-wrap {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 960px) {
  .page-header__title-wrap {
    max-width: 95vw;
    width: 100%;
    text-align: center;
  }
}

.item_card__thumbnail {
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
.item_card__quantity {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  padding-bottom: 12px;
  flex-wrap: wrap;
}
.item_card-popup {
  max-width: 980px;
  width: 100%;
}
.item_card-popup__slider {
  max-width: 600px;
  width: 100%;
}
@media (max-width: 960px) {
  .item_card-popup__slider {
    max-width: 100%;
  }
}
.item_card-popup__detail {
  max-width: 380px;
  width: 100%;
  padding-left: 1rem;
}
@media (max-width: 960px) {
  .item_card-popup__detail {
    max-width: 100%;
  }
}

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

.form-input {
  padding: 0.5rem;
  width: 100%;
  background-color: #EEEEEE;
}
.form-input:focus {
  outline: 0;
}
.form-select {
  border: 2px solid #efefef;
  padding: 0.5rem 2.5rem 0.5rem 0.5rem;
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 4px;
}
.form-select__wrap {
  position: relative;
}
.form-select__wrap::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 7.5px 0 7.5px;
  border-color: #000000 transparent transparent transparent;
  position: absolute;
  right: 0.5rem;
  top: 0.8rem;
  pointer-events: none;
}
.form__dl {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  width: 100%;
}
@media (max-width: 960px) {
  .form__dl {
    flex-wrap: wrap;
  }
}
.form__dt {
  font-weight: bold;
  width: 250px;
}
@media (max-width: 960px) {
  .form__dt {
    width: 100%;
  }
}
.form__dd {
  max-width: calc(100% - 250px);
  width: 100%;
}
@media (max-width: 960px) {
  .form__dd {
    max-width: initial;
  }
}
.form-register {
  max-width: 960px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.modal {
  display: none;
  position: fixed;
  z-index: 6;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}
.modal-body {
  padding: 2rem;
  color: black;
}

.modal-content {
  background-color: #f4f4f4;
  margin: auto;
  max-width: 480px;
  width: 100%;
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 7px 20px 0 rgba(0, 0, 0, 0.17);
  -webkit-animation-name: modalopen;
          animation-name: modalopen;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
@media (max-width: 960px) {
  .modal-content {
    max-width: 80vw;
  }
}

@-webkit-keyframes modalopen {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes modalopen {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.modal-header h1 {
  margin: 1rem 0;
}

.modal-header {
  background: #ddd;
  padding: 0.25rem 1rem;
  display: flex;
  justify-content: space-between;
}

.modalClose {
  font-size: 2rem;
}

.modalClose:hover {
  cursor: pointer;
}

.modal-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 980px;
  margin: 20px auto;
}

.mfp-wrap .mfp-content {
  opacity: 0;
  transition: opacity 0.5s;
}

.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.container {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.container--md {
  max-width: 960px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.container--sm {
  max-width: 768px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.spinner-btn {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  border: none;
  font-size: 1.5rem;
  font-weight: bolder;
  padding: 3px 8px;
  color: white;
  vertical-align: middle;
  border-radius: 4px;
}
.spinner-btn-area {
  display: flex;
}
.spinner-btn-area__input {
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
  max-width: 46px;
  vertical-align: middle;
  text-align: right;
  margin: 0 0.5rem;
}
.spinner-btn--minus {
  background-color: #aaa;
}
.spinner-btn--plus {
  background-color: #362e2b;
}

.footer {
  color: white;
  background-color: black;
  padding: 3rem 1rem 1rem 1rem;
}
.footer-nav {
  max-width: 600px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.footer-small {
  display: block;
  margin-top: 2rem;
  text-align: center;
}
.footer .related-shop-list {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.footer .related-shop-list__item {
  max-width: 380px;
  width: 100%;
  margin: 1rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 960px) {
  .footer .related-shop-list__item {
    max-width: 80vw;
  }
}
.footer .related-shop-list__image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 56%;
  transition: all 0.3s ease-in-out;
}
.footer .related-shop-list__image:hover {
  filter: brightness(0.7);
  transform: scale(1.05);
}
.footer .related-shop-list__name {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  transform: translate(-50%, -50%);
}

.header {
  margin-bottom: 62px;
}
@media (max-width: 960px) {
  .header {
    margin-bottom: 48px;
  }
}
.header__image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 18.2%;
  height: 350px;
  position: relative;
}
.header__title {
  margin: 0 0 0 0;
  letter-spacing: 3px;
}
.header__title--wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
}
.header__subtitle {
  font-size: 1.3rem;
  letter-spacing: 3px;
}

.navbar {
  background-color: white;
  z-index: 5;
  position: fixed;
  top: 0;
  width: 100%;
}
.navbar__logo {
  position: absolute;
  top: 1rem;
  left: 0;
}
@media (max-width: 960px) {
  .navbar__logo {
    top: 0.5rem;
    left: 0.5rem;
    max-width: 30vw;
  }
}

.drawer-hamburger-icon,
.drawer-hamburger-icon::after,
.drawer-hamburger-icon::before {
  background-color: black;
}

.drawer-nav {
  padding: 1rem;
  z-index: 10;
  background-color: #f3f3f3;
}

.drawer-overlay {
  z-index: 5;
}

.drawer-hamburger {
  z-index: 10;
  padding: 14px 0.75rem 30px;
  display: none;
}
@media (max-width: 960px) {
  .drawer-hamburger {
    display: block;
  }
}

.drawer-menu {
  margin: 2rem 0;
}
.drawer-menu__item {
  text-align: center;
  padding: 0.25rem;
}
.drawer-menu__link {
  color: black;
}

.drawer-sns {
  list-style: none;
  padding: 0;
  margin: 1rem 0;
  display: flex;
}
.drawer-sns__item {
  padding: 0 0.25rem;
}

.drawer-button {
  margin: 1rem 0 2.5rem 0;
}
.drawer-button .navbar__menu--item {
  padding: 0.5rem 0.8rem;
}

.breadcrumb {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  margin: 0 auto;
  padding: 0.25rem;
  list-style: none;
}
@media (max-width: 767px) {
  .breadcrumb {
    font-size: 0.8rem;
  }
}
.breadcrumb__item {
  margin-right: 1rem;
}
.breadcrumb__item::after {
  content: "＞";
  margin-left: 1rem;
}
.breadcrumb__item:last-child::after {
  content: "";
}
.breadcrumb__item a {
  color: #362e2b;
  text-decoration: underline;
}
.hero {
  padding-top: 43.2%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 960px) {
  .hero {
    padding-top: 60%;
  }
}

.top-item-list__item {
  margin: 0.5rem;
  max-width: calc(25% - 1rem);
  width: 100%;
}
@media (max-width: 960px) {
  .top-item-list__item {
    max-width: calc(50% - 1rem);
  }
}

.appeal__image {
  padding-top: 56.3%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.appeal__description {
  max-width: 500px;
  background-color: white;
  padding: 2rem;
  margin-left: -6rem;
  margin-top: 4rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 960px) {
  .appeal__description {
    margin: 0;
  }
}
.appeal__description--even {
  max-width: 500px;
  background-color: white;
  padding: 2rem;
  margin-top: 4rem;
  margin-left: auto;
  margin-right: -6rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 960px) {
  .appeal__description--even {
    margin: 0;
  }
}

.flow-item {
  position: relative;
  max-width: calc(100% / 4 - 4rem);
  width: 100%;
  margin-left: calc(4rem / 2);
  margin-right: calc(4rem / 2);
}
@media (max-width: 960px) {
  .flow-item {
    max-width: calc(100% / 1 - 1rem);
    width: 100%;
    margin-left: calc(1rem / 2);
    margin-right: calc(1rem / 2);
  }
  .flow-item::after {
    content: "▼";
    display: block;
    width: 100%;
    text-align: center;
    font-size: 2rem;
    margin-bottom: 0.5rem;
  }
}
.flow-item:first-child .flow-item__image-wrap::after {
  content: "";
}
@media (max-width: 960px) {
  .flow-item:last-child::after {
    content: "";
  }
}
.flow-item__image-wrap {
  position: relative;
}
.flow-item__image-wrap::after {
  content: "▶";
  font-size: 3rem;
  position: absolute;
  display: block;
  top: 50%;
  left: -3.5rem;
  transform: translate(0, -50%);
}
@media (max-width: 960px) {
  .flow-item__image-wrap::after {
    content: "";
  }
}
.flow-item__number {
  font-size: 4rem;
  font-weight: bold;
  position: absolute;
  top: -3rem;
  left: 1rem;
  z-index: 3;
}

.shop-image {
  padding-top: 57.16%;
  height: 606px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 960px) {
  .shop-image {
    height: initial;
  }
}
.shop-map {
  width: 100%;
  height: 500px;
}

.menu-category {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.menu-category__item {
  max-width: calc(100% / 3 - 1rem);
  width: 100%;
  margin: 0.5rem;
  overflow: hidden;
  position: relative;
}
.menu-category__thumb {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 62.5%;
  height: 240px;
  transition: all 0.5s ease;
}
.menu-category__thumb:hover {
  transform: scale(1.03);
}
@media (max-width: 960px) {
  .menu-category__thumb {
    padding-top: 85.5%;
    height: initial;
  }
}
.menu-category__title {
  margin: 0;
  padding: 0.25rem;
  text-align: center;
  font-size: 1rem;
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.6);
}

.menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.menu-list__item {
  max-width: calc(100% / 3 - 1rem);
  width: 100%;
  margin: 0.5rem 0.5rem 2rem 0.5rem;
}
@media (max-width: 960px) {
  .menu-list__item {
    max-width: calc(100% - 1rem);
    margin-bottom: 2rem;
  }
}
.menu-list__detail button {
  max-width: 100%;
  padding: 0.6rem 0;
  margin-bottom: 0.5rem;
}
.menu-list__thumb {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 66.69%;
  height: 225px;
}
.menu-list__title {
  font-size: 1.1rem;
  color: #362e2b;
  border-bottom: 1px solid #362e2b;
  padding-bottom: 0.25rem;
  display: flex;
  justify-content: space-between;
}
.menu-list__abstract {
  margin: 0 0 0.5rem 0;
  min-height: 4rem;
}
.menu-list__option {
  display: block;
  margin-bottom: 1rem;
  width: 100%;
  border: 2px solid #ccc;
  padding: 0.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media (max-width: 960px) {
  .menu-list__option--wrap {
    min-height: initial;
  }
  .menu-list__option--wrap .form__select--wrap {
    width: 100%;
  }
}

#cat_1 .menu-list__option--wrap {
  min-height: 10.5rem;
}
@media (max-width: 960px) {
  #cat_1 .menu-list__option--wrap {
    min-height: initial;
  }
}

.order-number {
  font-size: 1.5rem;
  padding-left: 1rem;
}
.order-number__box {
  display: inline-block;
  color: #362e2b;
  border: 3px solid #362e2b;
  padding: 0.5rem 1rem;
  min-width: 250px;
  margin: auto;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
}

.order-container {
  max-width: 960px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.order-list {
  list-style: none;
  border-top: 2px solid black;
  padding: 0;
}
.order-list__thumbnail {
  width: 150px;
  height: 150px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.order-list__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  border-bottom: 1px solid black;
}
@media (max-width: 960px) {
  .order-list__item {
    flex-wrap: wrap;
  }
}
.order-list__detail {
  display: flex;
  align-items: center;
}
@media (max-width: 960px) {
  .order-list__detail {
    width: 100%;
    justify-content: space-between;
  }
}

.order-price {
  max-width: 400px;
  width: 100%;
  margin-left: auto;
}
.order-price__block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid black;
  padding: 0.7rem 0.5rem;
}
.order-price__title {
  margin: 0;
  font-weight: bold;
  font-size: 1.1rem;
}

.item_category__bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 300px;
  filter: brightness(0.6);
  margin-bottom: -11rem;
}
.item_category-details {
  max-width: 400px;
  width: 100%;
  margin-left: auto;
  margin-top: -8rem;
  margin-right: 8rem;
}
@media (max-width: 1600px) {
  .item_category-details {
    margin-right: 4rem;
  }
}
@media (max-width: 960px) {
  .item_category-details {
    margin: 0;
    padding: 1rem;
  }
}
.item_category-slider {
  max-width: 80vw;
  width: 100%;
  margin-left: auto;
  display: flex;
  position: relative;
  min-height: 400px;
}
@media (max-width: 960px) {
  .item_category-slider {
    max-width: 100vw;
    min-height: initial;
  }
}
.item_category-slider__image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  aspect-ratio: 3/2;
  height: 100%;
  width: 100%;
  margin: 1rem;
  transition: all 0.5s ease;
}

@media (max-width: 960px) {
  .slick-slide {
    max-width: 100vw;
  }
  .slick-current {
    max-width: 100vw;
  }
}

.guide-flow {
  position: relative;
}
@media (max-width: 960px) {
  .guide-flow::after {
    content: "▼";
    font-size: 1.5rem;
    position: absolute;
    bottom: -2.5rem;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .guide-flow:last-child::after {
    content: "";
  }
}
.guide-flow:last-child .guide-flow__image::after {
  content: "";
}
.guide-flow__image {
  aspect-ratio: 1/1;
  width: 200px;
  height: 200px;
  background-color: #ccc;
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.guide-flow__image::after {
  content: "▼";
  font-size: 1.5rem;
  position: absolute;
  bottom: -2.5rem;
  left: 50%;
  transform: translate(-50%, 0);
}
@media (max-width: 960px) {
  .guide-flow__image::after {
    content: "";
  }
}
.guide-flow__number {
  font-size: 2rem;
  margin-top: -1.5rem;
  display: block;
  font-weight: bold;
  margin-left: 0.5rem;
}
.hover\:text-red-800:hover{
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity));
}
.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
@media (min-width: 640px){
  .sm\:container{
    width: 100%;
  }
  @media (min-width: 640px){
    .sm\:container{
      max-width: 640px;
    }
  }
  @media (min-width: 768px){
    .sm\:container{
      max-width: 768px;
    }
  }
  @media (min-width: 1024px){
    .sm\:container{
      max-width: 1024px;
    }
  }
  @media (min-width: 1280px){
    .sm\:container{
      max-width: 1280px;
    }
  }
  @media (min-width: 1536px){
    .sm\:container{
      max-width: 1536px;
    }
  }
  .sm\:m-0{
    margin: 0px;
  }
  .sm\:w-3\/12{
    width: 25%;
  }
  .sm\:w-9\/12{
    width: 75%;
  }
  .sm\:w-4{
    width: 1rem;
  }
  .sm\:w-max{
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .sm\:w-1\/2{
    width: 50%;
  }
  .sm\:flex-nowrap{
    flex-wrap: nowrap;
  }
  .sm\:justify-between{
    justify-content: space-between;
  }
  .sm\:pl-4{
    padding-left: 1rem;
  }
}
@media (min-width: 768px){
  .md\:container{
    width: 100%;
  }
  @media (min-width: 640px){
    .md\:container{
      max-width: 640px;
    }
  }
  @media (min-width: 768px){
    .md\:container{
      max-width: 768px;
    }
  }
  @media (min-width: 1024px){
    .md\:container{
      max-width: 1024px;
    }
  }
  @media (min-width: 1280px){
    .md\:container{
      max-width: 1280px;
    }
  }
  @media (min-width: 1536px){
    .md\:container{
      max-width: 1536px;
    }
  }
  .md\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }
  .md\:mr-4{
    margin-right: 1rem;
  }
  .md\:mb-0{
    margin-bottom: 0px;
  }
  .md\:mb-8{
    margin-bottom: 2rem;
  }
  .md\:-mt-24{
    margin-top: -6rem;
  }
  .md\:ml-0{
    margin-left: 0px;
  }
  .md\:mb-32{
    margin-bottom: 8rem;
  }
  .md\:flex{
    display: flex;
  }
  .md\:w-3\/5{
    width: 60%;
  }
  .md\:w-2\/5{
    width: 40%;
  }
  .md\:w-max{
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .md\:w-4\/12{
    width: 33.333333%;
  }
  .md\:w-8\/12{
    width: 66.666667%;
  }
  .md\:w-2\/12{
    width: 16.666667%;
  }
  .md\:w-10\/12{
    width: 83.333333%;
  }
  .md\:w-1\/2{
    width: 50%;
  }
  .md\:flex-row-reverse{
    flex-direction: row-reverse;
  }
  .md\:flex-nowrap{
    flex-wrap: nowrap;
  }
  .md\:justify-between{
    justify-content: space-between;
  }
  .md\:p-4{
    padding: 1rem;
  }
  .md\:p-0{
    padding: 0px;
  }
  .md\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .md\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .md\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .md\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .md\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .md\:text-left{
    text-align: left;
  }
}
@media (min-width: 1024px){
  .lg\:container{
    width: 100%;
  }
  @media (min-width: 640px){
    .lg\:container{
      max-width: 640px;
    }
  }
  @media (min-width: 768px){
    .lg\:container{
      max-width: 768px;
    }
  }
  @media (min-width: 1024px){
    .lg\:container{
      max-width: 1024px;
    }
  }
  @media (min-width: 1280px){
    .lg\:container{
      max-width: 1280px;
    }
  }
  @media (min-width: 1536px){
    .lg\:container{
      max-width: 1536px;
    }
  }
  .lg\:mb-0{
    margin-bottom: 0px;
  }
  .lg\:flex{
    display: flex;
  }
  .lg\:flex-nowrap{
    flex-wrap: nowrap;
  }
}
