/*
! tailwindcss v3.1.6 | 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: 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 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

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

*, ::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-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:  ;
}

::-webkit-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-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-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: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

@media (min-width: 1366px) {
  .container {
    max-width: 1366px;
  }
}

/* 肉メニュー */

.menu-tile {
  position: relative;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  margin-bottom: 20px;
  width: 45.5%;
  border-radius: 0.25rem;
  padding-bottom: 1rem;
  --tw-text-opacity: 1;
  color: rgb(241 241 241 / var(--tw-text-opacity));
  --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);
}

@media (max-width: 767px) {
  .menu-tile {
    max-width: 190px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .menu-tile {
    max-width: 190px;
  }
}

@media (min-width: 1200px) {
  .menu-tile {
    margin-bottom: 40px;
    width: 288px;
  }
}

.menu-tile > div:nth-child(1) {
  position: relative;
}

.menu-tile > div:nth-child(1) > img {
  width: 100%;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}

.menu-tile > div:nth-child(2) {
  margin-left: 10px;
  margin-right: 10px;
}

@media (min-width: 1200px) {
  .menu-tile > div:nth-child(2) {
    margin-left: 20px;
    margin-right: 20px;
  }
}

.menu-tile > div:nth-child(2) > div:nth-child(2n-1) {
  margin-top: 11px;
  display: flex;
}

@media (min-width: 1200px) {
  .menu-tile > div:nth-child(2) > div:nth-child(2n-1) {
    margin-top: 17px;
  }
}

.menu-tile > div:nth-child(2) > div:nth-child(2n-1) > div {
  margin-left: 0.375rem;
}

.menu-tile > div:nth-child(2) > div:nth-child(2n-1) > div > span, 
    .menu-tile > div:nth-child(2) > div:nth-child(2n-1) > div > span2 {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
}

.menu-tile > div:nth-child(2) > div:nth-child(2n-1) > div > span:before, 
    .menu-tile > div:nth-child(2) > div:nth-child(2n-1) > div > span2:before {
  content: '';
  width: 16px;
  height: 16px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: -3px;
  margin-top: -5px;
}

.menu-tile > div:nth-child(2) > div:nth-child(2n-1) > div > span:after, 
    .menu-tile > div:nth-child(2) > div:nth-child(2n-1) > div > span2:after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  position: absolute;
  top: 50%;
  left: 0;
  transform: rotate(45deg);
  margin-left: 1px;
}

.menu-tile > div:nth-child(2) > div:nth-child(2n-1) > div > span:before {
  background: #513832
}

.menu-tile > div:nth-child(2) > div:nth-child(2n-1) > div > span:after,  .menu-tile > div:nth-child(2) > div:nth-child(2n-1) > div > span2:after {
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}

.menu-tile > div:nth-child(2) > div:nth-child(2n-1) > span {
  margin-top: 0.125rem;
  margin-left: 0.25rem;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25rem;
}

@media (min-width: 1200px) {
  .menu-tile > div:nth-child(2) > div:nth-child(2n-1) > span {
    margin-left: 0.375rem;
  }
}

.menu-tile > div:nth-child(2) > div:nth-child(2n) {
  margin-top: 11px;
  display: flex;
  align-items: center;
  font-family: 游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, sans-serif;
}

@media (min-width: 1200px) {
  .menu-tile > div:nth-child(2) > div:nth-child(2n) {
    margin-top: 18px;
  }
}

.menu-tile > div:nth-child(2) > div:nth-child(2n) > div {
  margin-left: 0.25rem;
}

.menu-tile > div:nth-child(2) > div:nth-child(2n) > div:nth-child(1) > span {
  white-space: nowrap;
  font-size: 0.875rem;
  font-weight: 700;
}

@media (min-width: 1200px) {
  .menu-tile > div:nth-child(2) > div:nth-child(2n) > div:nth-child(1) > span {
    font-size: 1rem;
  }
}

.menu-tile > div:nth-child(2) > div:nth-child(2n) > div:nth-child(2) > span {
  white-space: nowrap;
  font-size: 0.875rem;
}

@media (min-width: 1200px) {
  .menu-tile > div:nth-child(2) > div:nth-child(2n) > div:nth-child(2) > span {
    font-size: 1rem;
  }
}

.menu-tile > div:nth-child(3) {
  left: 0.875rem;
  right: 0.875rem;
  bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
  height: 24px;
  align-items: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(51 51 51 / var(--tw-bg-opacity));
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 1200px) {
  .menu-tile > div:nth-child(3) {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.menu-tile > div:nth-child(3) > span {
  white-space: nowrap;
  font-size: 0.8125rem;
}

@media (min-width: 1200px) {
  .menu-tile > div:nth-child(3) > span {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
    font-size: 0.875rem;
  }
}

/* ハーフサイズ */

.menu-half {
  position: relative;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  margin-bottom: 20px;
  width: 45.5%;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(34 34 34 / var(--tw-bg-opacity));
  padding-bottom: 1rem;
  --tw-text-opacity: 1;
  color: rgb(241 241 241 / var(--tw-text-opacity));
  --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);
}

@media (max-width: 767px) {
  .menu-half {
    max-width: 190px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .menu-half {
    max-width: 190px;
  }
}

@media (min-width: 1200px) {
  .menu-half {
    margin-bottom: 40px;
    width: 288px;
  }
}

.menu-half > div {
  margin-left: 10px;
  margin-right: 10px;
}

@media (min-width: 1200px) {
  .menu-half > div {
    margin-left: 20px;
    margin-right: 20px;
  }
}

.menu-half > div > div:nth-child(1) {
  margin-top: 11px;
  display: flex;
}

@media (min-width: 1200px) {
  .menu-half > div > div:nth-child(1) {
    margin-top: 17px;
  }
}

.menu-half > div > div:nth-child(1) > div {
  margin-left: 0.125rem;
}

.menu-half > div > div:nth-child(1) > div > span, 
    .menu-half > div > div:nth-child(1) > div > span2 {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
}

.menu-half > div > div:nth-child(1) > div > span:before, 
    .menu-half > div > div:nth-child(1) > div > span2:before {
  content: '';
  width: 16px;
  height: 16px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: -3px;
  margin-top: -5px;
}

.menu-half > div > div:nth-child(1) > div > span:after, 
    .menu-half > div > div:nth-child(1) > div > span2:after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  position: absolute;
  top: 50%;
  left: 0;
  transform: rotate(45deg);
  margin-left: 1px;
}

.menu-half > div > div:nth-child(1) > div > span:before {
  background: #513832
}

.menu-half > div > div:nth-child(1) > div > span:after,  .menu-half > div > div:nth-child(1) > div > span2:after {
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}

.menu-half > div > div:nth-child(1) > span {
  margin-top: 0.125rem;
  margin-left: 0.25rem;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25rem;
}

@media (min-width: 1200px) {
  .menu-half > div > div:nth-child(1) > span {
    margin-left: 0.375rem;
  }
}

.menu-half > div > div:nth-child(2) {
  margin-top: 0.25rem;
  display: flex;
  align-items: center;
  font-family: 游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, sans-serif;
}

.menu-half > div > div:nth-child(2) > div {
  margin-left: 0.25rem;
}

.menu-half > div > div:nth-child(2) > div:nth-child(1) > span {
  white-space: nowrap;
  font-size: 0.875rem;
  font-weight: 700;
}

@media (min-width: 1200px) {
  .menu-half > div > div:nth-child(2) > div:nth-child(1) > span {
    font-size: 1rem;
  }
}

.menu-half > div > div:nth-child(2) > div:nth-child(2) > span {
  white-space: nowrap;
  font-size: 0.875rem;
}

@media (min-width: 1200px) {
  .menu-half > div > div:nth-child(2) > div:nth-child(2) > span {
    font-size: 1rem;
  }
}

.menu-half > div > div:nth-child(3) {
  left: 0.875rem;
  right: 0.875rem;
  bottom: 20px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
  height: 24px;
  align-items: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(51 51 51 / var(--tw-bg-opacity));
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 1200px) {
  .menu-half > div > div:nth-child(3) {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.menu-half > div > div:nth-child(3) > span {
  white-space: nowrap;
  font-size: 0.8125rem;
}

@media (min-width: 1200px) {
  .menu-half > div > div:nth-child(3) > span {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
    font-size: 0.875rem;
  }
}

/* その他メニュー */

.menu {
  position: relative;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  margin-bottom: 40px;
  width: 45.5%;
  --tw-text-opacity: 1;
  color: rgb(241 241 241 / var(--tw-text-opacity));
}

@media (max-width: 767px) {
  .menu {
    max-width: 190px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .menu {
    max-width: 190px;
  }
}

@media (min-width: 1200px) {
  .menu {
    margin-bottom: 80px;
    width: 288px;
  }
}

.menu > div:nth-child(1) > img {
  width: 100%;
  border-radius: 0.25rem;
  aspect-ratio: 1/1;
}

.menu > div:nth-child(2) > div:nth-child(2) {
  margin-top: 13px;
  display: flex;
}

@media (min-width: 1200px) {
  .menu > div:nth-child(2) > div:nth-child(2) {
    margin-top: 17px;
  }
}

.menu > div:nth-child(2) > div:nth-child(1) {
  margin-top: 13px;
  display: flex;
}

@media (min-width: 1200px) {
  .menu > div:nth-child(2) > div:nth-child(1) {
    margin-top: 17px;
  }
}

.menu > div:nth-child(2) > div:nth-child(1) > div {
  margin-left: 0.375rem;
}

.menu > div:nth-child(2) > div:nth-child(1) > div > span, 
    .menu > div:nth-child(2) > div:nth-child(1) > div > span2 {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
}

.menu > div:nth-child(2) > div:nth-child(1) > div > span:before, 
    .menu > div:nth-child(2) > div:nth-child(1) > div > span2:before {
  content: '';
  width: 16px;
  height: 16px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: -3px;
  margin-top: -5px;
}

.menu > div:nth-child(2) > div:nth-child(1) > div > span:after, 
    .menu > div:nth-child(2) > div:nth-child(1) > div > span2:after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  position: absolute;
  top: 50%;
  left: 0;
  transform: rotate(45deg);
  margin-left: 1px;
}

.menu > div:nth-child(2) > div:nth-child(1) > div > span:before {
  background: #513832
}

.menu > div:nth-child(2) > div:nth-child(1) > div > span:after,  .menu > div:nth-child(2) > div:nth-child(1) > div > span2:after {
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}

.menu > div:nth-child(2) > div:nth-child(1) > span {
  margin-top: 0.125rem;
  margin-left: 0.25rem;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25rem;
}

@media (min-width: 1200px) {
  .menu > div:nth-child(2) > div:nth-child(1) > span {
    margin-left: 0.375rem;
  }
}

.menu > div:nth-child(2) > div:nth-child(2) {
  margin-top: 9px;
  display: flex;
  align-items: center;
  font-family: 游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, sans-serif;
}

@media (min-width: 1200px) {
  .menu > div:nth-child(2) > div:nth-child(2) {
    margin-top: 12px;
  }
}

.menu > div:nth-child(2) > div:nth-child(2) > div {
  margin-left: 0.25rem;
}

.menu > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > span {
  white-space: nowrap;
  font-size: 0.875rem;
  font-weight: 700;
}

@media (min-width: 1200px) {
  .menu > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > span {
    font-size: 1rem;
  }
}

.menu > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > span {
  white-space: nowrap;
  font-size: 0.875rem;
}

@media (min-width: 1200px) {
  .menu > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > span {
    font-size: 1rem;
  }
}

/* スライダー */

.carousel {
  display: none;
}

.carousel.slick-initialized {
  display: block;
}

.slick-text {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 46px;
  left: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.25rem;
  height: 3.5rem;
  width: 92.5%;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(81 56 50 / var(--tw-bg-opacity));
}

.slick-text:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border: 6px solid transparent;
  border-top: 6px solid white;
}

@media (min-width: 1200px) {
  .slick-text {
    bottom: 70px;
    margin-left: 0px;
    margin-right: 0px;
    height: 2.5rem;
    width: 870px;
  }
}

.slick-text > div {
  position: relative;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.slick-text > div > a {
  font-size: 14px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1200px) {
  .slick-text > div > a {
    font-size: 0.8125rem;
  }
}


/*黒毛和牛　見出し差し替え*/

.ttl-kuroge{
	background: url("../img_onyasai/ttl_kuroge.svg") no-repeat;
	background-size: 200px auto;
	text-indent: -9999px;
	overflow: hidden;
	width: 200px;
	height: 35px;
	margin: 0 auto;
}

.ttl-kuroge2{
	background: url("../img_onyasai/ttl_kuroge.svg") no-repeat;
	background-size: 180px auto;
	text-indent: -9999px;
	overflow: hidden;
	width: 180px;
	height: 30px;
	margin: 0 auto;
}

.ttl-kuroge-gozen{
	background: url("../img_onyasai/menu/gozen/ttl_kuroge_gozen.svg") no-repeat;
	background-size: 300px auto;
	text-indent: -9999px;
	overflow: hidden;
	width: 300px;
	height: 35px;
	margin: 0 auto;
}

/*霜降り黒毛和牛　見出し差し替え*/

.ttl-kuroge-s{
	background: url("../img_onyasai/ttl_shimofurikuroge.svg") no-repeat;
	background-size: 260px auto;
	text-indent: -9999px;
	overflow: hidden;
	width: 260px;
	height: 35px;
	margin: 0 auto;
}

.ttl-kuroge2-s{
	background: url("../img_onyasai/ttl_shimofurikuroge.svg") no-repeat;
	background-size: 260px auto;
	text-indent: -9999px;
	overflow: hidden;
	width: 300px;
	height: 30px;
	margin: 0 auto;
}

.ttl-kuroge-gozen-s{
	background: url("../img_onyasai/ttl_shimofuri.png") no-repeat;
	background-size: 320px auto;
	text-indent: -9999px;
	overflow: hidden;
	width: 320px;
	height: 35px;
	margin: 0 auto;
}




/*top menu 20221104*/
.top-bnr{display: flex;color: #513832;}
.top-bnr img{
width: 120px;	
}
.top-bnr .top-bnr-inner{
width: 400px;	
		display: flex;
	align-items: center;
	padding-left: 20px;
	position: relative;
}

.top-bnr .top-bnr-inner::after{
  content: url("../img_onyasai/top/cursor_b.svg");
  position: absolute;
  width: 15px;
  height: 9px;
	right: 10px;
  top: 50%;
  margin-top: -9px;
}

.top-bnr h2{
	font-size: 22px;
	font-weight: bold;
	display: table-cell;
	display: block;
}
.top-bnr span{
	font-size: 15px;
	display: table-cell;
}
.top-bnr span.sm{
	font-size: 18px;
	display: inline-block;
}
.top-bnr span.ls{
	letter-spacing: -2px;
}

.top-bnr span.at{
	font-size: 13px;
	display: block;
}

.top-bnr-bnr1{
	background: url("../img_onyasai/top/bg-tabehoudai.jpg") repeat;
}

.top-bnr-bnr2{
	background: url("../img_onyasai/top/bg-gozen.jpg") repeat;
}

.top-bnr-bnr3{
	background: url("../img_onyasai/top/bg-lunch.jpg") repeat;
}

.top-bnr-bnr4{
	background: url("../img_onyasai/top/bg-takeout.jpg") repeat;
}

.top-bnr-bnr5{
	background:#D19354;
	color: #fff;
}

.top-bnr-bnr5 .top-bnr-inner::after{
  content: url("../img_onyasai/top/cursor_w.svg");
  position: absolute;
  width: 15px;
  height: 9px;
	right: 10px;
  top: 50%;
  margin-top: -9px;
}

.top-bnr-bnr5 img{
width: 160px;	
}
.top-bnr-bnr5 .top-bnr-inner{
width: 360px;	
}

.top-bnr-bnr6{
	background:#513832;
	color: #fff;
}

.top-bnr-bnr6 .top-bnr-inner::after{
  content: url("../img_onyasai/top/cursor_w.svg");
  position: absolute;
  width: 15px;
  height: 9px;
	right: 10px;
  top: 50%;
  margin-top: -9px;
}

.top-bnr-bnr6 img{
width: 160px;	
}
.top-bnr-bnr6 .top-bnr-inner{
width: 360px;	
}


.top-bnr-bnr7{
	background:rgba(227,87,50,1.00);
	color: #fff;
	height: 93px;
}

.top-bnr-bnr7 .top-bnr-inner::after{
  content: url("../img_onyasai/top/cursor_w.svg");
  position: absolute;
  width: 15px;
  height: 9px;
	right: 10px;
  top: 50%;
  margin-top: -9px;
}

.top-bnr-bnr7 .top-bnr-inner{
width: 520px;	
}


.top-bnr-bnr-gry{
	background: url("../img_onyasai/top/bg-takeout.jpg") repeat;
}

.top-bnr-bnr-recruit{
	background:#747474;
	color: #fff;
}



.top-bnr-bnr-baito{
	background: #f4b342;
}

.top-bnr-app{
	height: auto;
}

.top-bnr-app .top-bnr-inner::after{
  content: url("../img_onyasai/top/cursor_b.svg");
  position: absolute;
  width: 15px;
  height: 9px;
	right: 10px;
  top: 50%;
  margin-top: -9px;
}

.top-bnr-app img{
width: 160px;	
}
.top-bnr-app .top-bnr-inner{
width: 360px;	
}

.top-bnr-bnr-recruit .top-bnr-inner::after {
  content: url("../img_onyasai/top/cursor_w.svg");
}

.top-bnr-bnr-recruit span.ls,.top-bnr-bnr-baito span.ls{
	letter-spacing: 0px;
}



@media screen and (max-width: 1200px) {
	.top-bnr h2{
	font-size: 20px;
}
.top-bnr span{
	font-size: 12px;
}
	.top-bnr span.sm{
	font-size: 14px;
}
	.top-bnr span.at{
	font-size: 11px;
		line-height: 1.2;
}
}

@media screen and (max-width: 900px) {
		.top-bnr h2{
	font-size: 2vw;
}
.top-bnr span{
	font-size: 1.2vw;
}
		.top-bnr span.sm{
	font-size: 1.2vw;
}
}

@media screen and (max-width: 767px) {
			.top-bnr h2{
	font-size: 3.7vw;
}
.top-bnr span{
	font-size: 1.9vw;
	padding-right: 5vw;
}
			.top-bnr span.sm{
	font-size: 1.9vw;
	padding-right: 0;
}
	
	.top-bnr img{
width: 22vw;	
}
.top-bnr .top-bnr-inner{
width: 78vw;	
	padding-left: 4vw;
}
	.top-bnr-bnr5 img{
width: 30vw;	
}
.top-bnr-bnr5 .top-bnr-inner{
width: 70vw;	
}
	
		.top-bnr-bnr6 img{
width: 30vw;	
}
.top-bnr-bnr6 .top-bnr-inner{
width: 70vw;	
}
	
.top-bnr-bnr7{
	height: 16vw;
}

.top-bnr-bnr7 .top-bnr-inner{
width: 92.5vw;	
	box-sizing: border-box;
}
	
	.top-bnr-bnr7 h2 {
  font-size: 3.5vw;
}
	
	.top-bnr-app img{
width: 30vw;	
}
.top-bnr-app .top-bnr-inner{
width: 70vw;	
}
	

	
}

@media screen and (max-width: 767px) {

	.smw_outer{
		max-width: 520px;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}
	.smw{
		width: 49%;
		margin: 10px 0 0 0!important;	}

}

@media screen and (max-width: 580px) {
			.top-bnr h2{
	font-size: 4.5vw;
}
.top-bnr span{
	font-size: 3vw;
	padding-right: 5vw;
	line-height: 1.3;
}
				.top-bnr span.sm{
	font-size: 3vw;
	padding-right: 0;
}
	
		.smw_outer{
		max-width: 100%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}
	.smw{
		width: 49%;
		margin: 10px 0 0 0!important;	}
	
	.smw h2{font-size: 3.5vw;
	padding-right: 7vw;}

		.top-bnr-txt-gozen h2{
		font-size: 4.5vw;
		letter-spacing: normal;
		line-height:  1.2;
	}
}
	


/*drink*/

.bg-drink{
	padding-top: 120px!important;
}

.bg-drink1{

	background-image: url("../img_onyasai/drink/drink_1.jpg") ,linear-gradient(180deg,#f5e394 0%,#f5e394 100px,#fff 100px,#fff 100%);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: auto 100px;
}

.bg-drink2{
background-image: url("../img_onyasai/drink/drink_2.jpg") ,linear-gradient(180deg,#f7efe1 0%,#f7efe1 100px,#fff 100px,#fff 100%);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: auto 100px;
}

.bg-drink3{
	background-image: url("../img_onyasai/drink/drink_3.jpg") ,linear-gradient(180deg,#fafafa 0%,#fafafa 100px,#fff 100px,#fff 100%);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: auto 100px;
}

.bg-drink4{
	background-image: url("../img_onyasai/drink/drink_4.jpg") ,linear-gradient(180deg,#e4dedb 0%,#e4dedb 100px,#fff 100px,#fff 100%);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: auto 100px;
}

.bg-drink5{
	background-image: url("../img_onyasai/drink/drink_5.jpg") ,linear-gradient(180deg,#eee0c5 0%,#eee0c5 100px,#fff 100px,#fff 100%);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: auto 100px;
}

.bg-drink6{
	background-image: url("../img_onyasai/drink/drink_6.jpg") ,linear-gradient(180deg,#edebbd 0%,#edebbd 100px,#fff 100px,#fff 100%);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: auto 100px;
}

.bg-drink7{
	background-image: url("../img_onyasai/drink/drink_7.jpg") ,linear-gradient(180deg,#f8f2e7 0%,#f8f2e7 100px,#fff 100px,#fff 100%);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: auto 100px;
}

.bg-drink8{
	background-image: url("../img_onyasai/drink/drink_8.jpg") ,linear-gradient(180deg,#faefdb 0%,#faefdb 100px,#fff 100px,#fff 100%);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: auto 100px;
}

.bg-drink9{
	background-image: url("../img_onyasai/drink/drink_9.jpg") ,linear-gradient(180deg,#e5dfda 0%,#e5dfda 100px,#fff 100px,#fff 100%);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: auto 100px;
}

.bg-drink10{
	background-image: url("../img_onyasai/drink/drink_10.jpg") ,linear-gradient(180deg,#f7efe1 0%,#f7efe1 100px,#fff 100px,#fff 100%);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: auto 100px;
}

.bg-drink11{
	background-image: url("../img_onyasai/drink/drink_11.jpg") ,linear-gradient(180deg,#f3f0dc 0%,#f3f0dc 100px,#fff 100px,#fff 100%);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: auto 100px;
}

@media screen and (max-width: 768px) {

	.bg-drink{
	padding-top: 100px!important;
}

	
.bg-drink1{

	background-image: url("../img_onyasai/drink/drink_1.jpg") ,linear-gradient(180deg,#f5e394 0%,#f5e394 75px,#fff 75px,#fff 100%);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: auto 75px;
}

.bg-drink2{
background-image: url("../img_onyasai/drink/drink_2.jpg") ,linear-gradient(180deg,#f7efe1 0%,#f7efe1 75px,#fff 75px,#fff 100%);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: auto 75px;
}

.bg-drink3{
	background-image: url("../img_onyasai/drink/drink_3.jpg") ,linear-gradient(180deg,#fafafa 0%,#fafafa 75px,#fff 75px,#fff 100%);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: auto 75px;
}

.bg-drink4{
	background-image: url("../img_onyasai/drink/drink_4.jpg") ,linear-gradient(180deg,#e4dedb 0%,#e4dedb 75px,#fff 75px,#fff 100%);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: auto 75px;
}

.bg-drink5{
	background-image: url("../img_onyasai/drink/drink_5.jpg") ,linear-gradient(180deg,#eee0c5 0%,#eee0c5 75px,#fff 75px,#fff 100%);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: auto 75px;
}

.bg-drink6{
	background-image: url("../img_onyasai/drink/drink_6.jpg") ,linear-gradient(180deg,#edebbd 0%,#edebbd 75px,#fff 75px,#fff 100%);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: auto 75px;
}

.bg-drink7{
	background-image: url("../img_onyasai/drink/drink_7.jpg") ,linear-gradient(180deg,#f8f2e7 0%,#f8f2e7 75px,#fff 75px,#fff 100%);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: auto 75px;
}

.bg-drink8{
	background-image: url("../img_onyasai/drink/drink_8.jpg") ,linear-gradient(180deg,#faefdb 0%,#faefdb 75px,#fff 75px,#fff 100%);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: auto 75px;
}

.bg-drink9{
	background-image: url("../img_onyasai/drink/drink_9.jpg") ,linear-gradient(180deg,#e5dfda 0%,#e5dfda 75px,#fff 75px,#fff 100%);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: auto 75px;
}

.bg-drink10{
	background-image: url("../img_onyasai/drink/drink_10.jpg") ,linear-gradient(180deg,#f7efe1 0%,#f7efe1 75px,#fff 75px,#fff 100%);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: auto 75px;
}

.bg-drink11{
	background-image: url("../img_onyasai/drink/drink_11.jpg") ,linear-gradient(180deg,#f3f0dc 0%,#f3f0dc 75px,#fff 75px,#fff 100%);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: auto 75px;
}

}


/*こだわり*/

.cm-box-outer{
	justify-content:flex-start; 
	flex-wrap: wrap;
}
/*
.cm-box-outer::after{
  content:"";
  display: block;
  width:380px;
}
*/
.cm-box-outer3{
	justify-content:center; 
	flex-wrap: wrap;
}
.cm-box-outer3::after{
  content:"";
  display: block;
  width:380px;
}

.cm-box-outer2{
	width: 790px!important;
}
.cm-box{
	background: #f5f5f5;
	padding: 0 0 25px 0;
	margin-bottom: 25px;
}

.cm-box h4{
	font-size: 24px;
	color: #513832;
	text-align: center;
	padding: 25px 0;
}

.cm-box figure{
}

.cm-box p{
	font-size: 18px;
	padding:  0 15px;
	line-height: 1.8;
}

@media screen and (max-width: 768px) {
	.cm-box-outer2{
	width: auto!important;
}
.cm-box h4{
	font-size: 5vw;
	padding: 20px 0;
}

.cm-box p{
	font-size: 3.8vw;
	padding:  0 15px;
	line-height: 1.8;
}

	
}




.visible {
  visibility: visible;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
}

.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.inset-x-0 {
  left: 0px;
  right: 0px;
}

.inset-x-2\.5 {
  left: 0.875rem;
  right: 0.875rem;
}

.inset-x-2 {
  left: 0.5rem;
  right: 0.5rem;
}

.top-60px {
  top: 60px;
}

.-top-20px {
  top: -20px;
}

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

.right-40px {
  right: 40px;
}

.right-6px {
  right: 6px;
}

.-top-70px {
  top: -70px;
}

.-top-92px {
  top: -92px;
}

.right-166px {
  right: 166px;
}

.-right-20px {
  right: -20px;
}

.-right-52px {
  right: -52px;
}

.left-50\% {
  left: 50%;
}

.top-110px {
  top: 110px;
}

.right-6 {
  right: 1.5rem;
}

.top-22px {
  top: 22px;
}

.-bottom-54px {
  bottom: -54px;
}

.bottom-0 {
  bottom: 0px;
}

.right-33px {
  right: 33px;
}

.right-10px {
  right: 10px;
}

.bottom-60px {
  bottom: 60px;
}

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

.top-5px {
  top: 5px;
}

.top-30px {
  top: 30px;
}

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

.top-0 {
  top: 0px;
}

.top-48px {
  top: 48px;
}

.right-1 {
  right: 0.25rem;
}

.top-13px {
  top: 13px;
}

.right-8px {
  right: 8px;
}

.right-3 {
  right: 0.75rem;
}

.top-14px {
  top: 14px;
}

.right-36px {
  right: 36px;
}

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

.right-14px {
  right: 14px;
}

.bottom-20px {
  bottom: 20px;
}

.bottom-46px {
  bottom: 46px;
}

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

.top-1 {
  top: 0.25rem;
}

.left-1 {
  left: 0.25rem;
}

.top-12px {
  top: 12px;
}

.top-16px {
  top: 16px;
}

.bottom-10px {
  bottom: 10px;
}

.-top-29px {
  top: -29px;
}

.right-5 {
  right: 1.25rem;
}

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

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

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

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

.-right-40px {
  right: -40px;
}

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

.bottom-128px {
  bottom: 128px;
}

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

.right-184px {
  right: 184px;
}

.right-0 {
  right: 0px;
}

.-top-56px {
  top: -56px;
}

.top-100px {
  top: 100px;
}

.top-50px {
  top: 50px;
}

.-top-54px {
  top: -54px;
}

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

.-top-60px {
  top: -60px;
}

.top-20px {
  top: 20px;
}

.right-20px {
  right: 20px;
}

.right-2 {
  right: 0.5rem;
}

.top-6px {
  top: 6px;
}

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

.top-46px {
  top: 46px;
}

.top-15px {
  top: 15px;
}

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

.top-28px {
  top: 28px;
}

.top-4 {
  top: 1rem;
}

.left-4 {
  left: 1rem;
}

.left-0 {
  left: 0px;
}

.top-2 {
  top: 0.5rem;
}

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

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

.top-3 {
  top: 0.75rem;
}

.top-224px {
  top: 224px;
}

.right-25px {
  right: 25px;
}

.top-26px {
  top: 26px;
}

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

.top-70px {
  top: 70px;
}

.top-40px {
  top: 40px;
}

.right-22px {
  right: 22px;
}

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

.top-1px {
  top: 1px;
}

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

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

.top-167px {
  top: 167px;
}

.right-333px {
  right: 333px;
}

.bottom-167px {
  bottom: 167px;
}

.top-80 {
  top: 20rem;
}

.right-40 {
  right: 10rem;
}

.right-12px {
  right: 12px;
}

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

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

.top-10px {
  top: 10px;
}

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

.top-8px {
  top: 8px;
}

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

.top-24 {
  top: 6rem;
}

.top-20 {
  top: 5rem;
}

.top-18 {
  top: 4.5rem;
}

.top-56 {
  top: 14rem;
}

.top-16 {
  top: 4rem;
}

.top-60 {
  top: 15rem;
}

.top-62px {
  top: 62px;
}

.top-56px {
  top: 56px;
}

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

.left-px {
  left: 1px;
}

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

.-right-10px {
  right: -10px;
}

.top-5 {
  top: 1.25rem;
}

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

.top-84px {
  top: 84px;
}

.-top-22px {
  top: -22px;
}

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

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

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

.top-36px {
  top: 36px;
}

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

.right-60px {
  right: 60px;
}

.right-274px {
  right: 274px;
}

.right-4 {
  right: 1rem;
}

.right-9px {
  right: 9px;
}

.bottom-38px {
  bottom: 38px;
}

.bottom-70px {
  bottom: 70px;
}

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

.top-93px {
  top: 93px;
}

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

.top-246px {
  top: 246px;
}

.top-24px {
  top: 24px;
}

.-top-8px {
  top: -8px;
}

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

.top-3px {
  top: 3px;
}

.-top-4px {
  top: -4px;
}

.top-17px {
  top: 17px;
}

.bottom-74px {
  bottom: 74px;
}

.bottom-96px {
  bottom: 96px;
}

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

.bottom-68px {
  bottom: 68px;
}

.-right-16px {
  right: -16px;
}

.-top-2px {
  top: -2px;
}

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

.-top-30px {
  top: -30px;
}

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

.top-4px {
  top: 4px;
}

.bottom-36px {
  bottom: 36px;
}

.top-112px {
  top: 112px;
}

.-top-24px {
  top: -24px;
}

.bottom-4px {
  bottom: 4px;
}

.right-4px {
  right: 4px;
}

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

.top-72px {
  top: 72px;
}

.right-24px {
  right: 24px;
}

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

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

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

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

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

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

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

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

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

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

.clear-both {
  clear: both;
}

.m-auto {
  margin: auto;
}

.m-0 {
  margin: 0px;
}

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

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

.mx-26px {
  margin-left: 26px;
  margin-right: 26px;
}

.mx-20px {
  margin-left: 20px;
  margin-right: 20px;
}

.mx-10px {
  margin-left: 10px;
  margin-right: 10px;
}

.mx-42px {
  margin-left: 42px;
  margin-right: 42px;
}

.mx-38px {
  margin-left: 38px;
  margin-right: 38px;
}

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

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

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

.mx-12px {
  margin-left: 12px;
  margin-right: 12px;
}

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

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

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

.mx-17px {
  margin-left: 17px;
  margin-right: 17px;
}

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

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

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

.mx-10 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

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

.mx-6px {
  margin-left: 6px;
  margin-right: 6px;
}

.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}

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

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

.mx-40px {
  margin-left: 40px;
  margin-right: 40px;
}

.mx-13px {
  margin-left: 13px;
  margin-right: 13px;
}

.mx-18px {
  margin-left: 18px;
  margin-right: 18px;
}

.mx-15px {
  margin-left: 15px;
  margin-right: 15px;
}

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

.mx-36px {
  margin-left: 36px;
  margin-right: 36px;
}

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

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

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

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

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

.mx-8px {
  margin-left: 8px;
  margin-right: 8px;
}

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

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

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

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

.ml-10px {
  margin-left: 10px;
}

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

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

.-ml-40px {
  margin-left: -40px;
}

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

.ml-12px {
  margin-left: 12px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-1\.5 {
  margin-left: 0.375rem;
}

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

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

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

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

.mr-8px {
  margin-right: 8px;
}

.mb-0\.5 {
  margin-bottom: 0.125rem;
}

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

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

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

.mt-1\.5 {
  margin-top: 0.375rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-18px {
  margin-left: 18px;
}

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

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

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

.ml-400px {
  margin-left: 400px;
}

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

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

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

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

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

.ml-16px {
  margin-left: 16px;
}

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

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

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

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

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

.ml-3px {
  margin-left: 3px;
}

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

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

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

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

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

.ml-1px {
  margin-left: 1px;
}

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

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

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

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

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

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

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

.ml-38px {
  margin-left: 38px;
}

.mr-36px {
  margin-right: 36px;
}

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

.ml-27px {
  margin-left: 27px;
}

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

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

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

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

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

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

.mr-10px {
  margin-right: 10px;
}

.ml-20px {
  margin-left: 20px;
}

.mt-10 {
  margin-top: 2.5rem;
}

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

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

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

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

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

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

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

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

.-mr-0 {
  margin-right: -0px;
}

.mr-6px {
  margin-right: 6px;
}

.mr-9px {
  margin-right: 9px;
}

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

.ml-40px {
  margin-left: 40px;
}

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

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

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

.ml-9px {
  margin-left: 9px;
}

.ml-7px {
  margin-left: 7px;
}

.ml-15px {
  margin-left: 15px;
}

.mr-12px {
  margin-right: 12px;
}

.mr-24px {
  margin-right: 24px;
}

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

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

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

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

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

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

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

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

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

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

.mr-15px {
  margin-right: 15px;
}

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

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

.mt-40 {
  margin-top: 10rem;
}

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

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

.mt-auto {
  margin-top: auto;
}

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

.ml-52 {
  margin-left: 13rem;
}

.ml-52px {
  margin-left: 52px;
}

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

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

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

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

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

.ml-32px {
  margin-left: 32px;
}

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

.ml-30px {
  margin-left: 30px;
}

.ml-114px {
  margin-left: 114px;
}

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

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

.ml-116px {
  margin-left: 116px;
}

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

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

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

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

.ml-60px {
  margin-left: 60px;
}

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

.mr-60px {
  margin-right: 60px;
}

.ml-10 {
  margin-left: 2.5rem;
}

.mr-22px {
  margin-right: 22px;
}

.mr-0 {
  margin-right: 0px;
}

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

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

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

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

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

.-ml-20px {
  margin-left: -20px;
}

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

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

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

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

.ml-110px {
  margin-left: 110px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.mr-18px {
  margin-right: 18px;
}

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

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

.-ml-16px {
  margin-left: -16px;
}

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

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

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

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

.mr-2px {
  margin-right: 2px;
}

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

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

.ml-2px {
  margin-left: 2px;
}

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

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

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

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

.mr-20px {
  margin-right: 20px;
}

.mr-30px {
  margin-right: 30px;
}

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

.ml-6px {
  margin-left: 6px;
}

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

.ml-24px {
  margin-left: 24px;
}

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

.ml-28px {
  margin-left: 28px;
}

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

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

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

.ml-180px {
  margin-left: 180px;
}

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

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

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

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

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

.-ml-10px {
  margin-left: -10px;
}

.mr-16px {
  margin-right: 16px;
}

.mr-40px {
  margin-right: 40px;
}

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

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

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

.mr-88px {
  margin-right: 88px;
}

.mr-32px {
  margin-right: 32px;
}

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

.-ml-48px {
  margin-left: -48px;
}

.ml-240px {
  margin-left: 240px;
}

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

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

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

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

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

.ml-56px {
  margin-left: 56px;
}

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

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

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

.-ml-11px {
  margin-left: -11px;
}

.ml-44px {
  margin-left: 44px;
}

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

.ml-14px {
  margin-left: 14px;
}

.ml-8px {
  margin-left: 8px;
}

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

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

.mt-30\.63px {
  margin-top: 30.63px;
}

.mt-8\.37px {
  margin-top: 8.37px;
}

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

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.table {
  display: table;
}

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

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

.grid {
  display: grid;
}

.contents {
  display: contents;
}

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

.hidden {
  display: none;
}

.h-92px {
  height: 92px;
}

.h-180px {
  height: 180px;
}

.h-380px {
  height: 380px;
}

.h-45px {
  height: 45px;
}

.h-342px {
  height: 342px;
}

.h-256px {
  height: 256px;
}

.h-60px {
  height: 60px;
}

.h-32px {
  height: 32px;
}

.h-48px {
  height: 48px;
}

.h-12px {
  height: 12px;
}

.h-80px {
  height: 80px;
}

.h-40px {
  height: 40px;
}

.h-58px {
  height: 58px;
}

.h-46px {
  height: 46px;
}

.h-55px {
  height: 55px;
}

.h-4 {
  height: 1rem;
}

.h-70px {
  height: 70px;
}

.h-full {
  height: 100%;
}

.h-50px {
  height: 50px;
}

.h-20px {
  height: 20px;
}

.h-20 {
  height: 5rem;
}

.h-8 {
  height: 2rem;
}

.h-44px {
  height: 44px;
}

.h-24px {
  height: 24px;
}

.h-440px {
  height: 440px;
}

.h-160px {
  height: 160px;
}

.h-270px {
  height: 270px;
}

.h-516px {
  height: 516px;
}

.h-1 {
  height: 0.25rem;
}

.h-36px {
  height: 36px;
}

.h-140px {
  height: 140px;
}

.h-116px {
  height: 116px;
}

.h-30px {
  height: 30px;
}

.h-28px {
  height: 28px;
}

.h-38px {
  height: 38px;
}

.h-200px {
  height: 200px;
}

.h-115px {
  height: 115px;
}

.h-184px {
  height: 184px;
}

.h-117px {
  height: 117px;
}

.h-296px {
  height: 296px;
}

.h-450px {
  height: 450px;
}

.h-210px {
  height: 210px;
}

.h-246px {
  height: 246px;
}

.h-59px {
  height: 59px;
}

.h-100px {
  height: 100px;
}

.h-120px {
  height: 120px;
}

.h-25px {
  height: 25px;
}

.h-230px {
  height: 230px;
}

.h-240px {
  height: 240px;
}

.h-400px {
  height: 400px;
}

.h-17px {
  height: 17px;
}

.h-29px {
  height: 29px;
}

.h-78px {
  height: 78px;
}

.h-18px {
  height: 18px;
}

.h-118px {
  height: 118px;
}

.h-61px {
  height: 61px;
}

.h-866px {
  height: 866px;
}

.h-326px {
  height: 326px;
}

.h-159px {
  height: 159px;
}

.h-532px {
  height: 532px;
}

.h-280px {
  height: 280px;
}

.h-190px {
  height: 190px;
}

.h-64 {
  height: 16rem;
}

.h-64px {
  height: 64px;
}

.h-260px {
  height: 260px;
}

.h-65px {
  height: 65px;
}

.h-34px {
  height: 34px;
}

.h-300px {
  height: 300px;
}

.h-60 {
  height: 15rem;
}

.h-136px {
  height: 136px;
}

.h-250px {
  height: 250px;
}

.h-56px {
  height: 56px;
}

.h-600px {
  height: 600px;
}

.h-530px {
  height: 530px;
}

.h-560px {
  height: 560px;
}

.h-90px {
  height: 90px;
}

.h-71px {
  height: 71px;
}

.h-150px {
  height: 150px;
}

.h-151px {
  height: 151px;
}

.h-170px {
  height: 170px;
}

.h-138px {
  height: 138px;
}

.h-212px {
  height: 212px;
}

.h-176px {
  height: 176px;
}

.h-10 {
  height: 2.5rem;
}

.h-235px {
  height: 235px;
}

.h-475px {
  height: 475px;
}

.h-320px {
  height: 320px;
}

.h-315px {
  height: 315px;
}

.h-166px {
  height: 166px;
}

.h-288px {
  height: 288px;
}

.h-102px {
  height: 102px;
}

.h-16px {
  height: 16px;
}

.h-72px {
  height: 72px;
}

.h-14px {
  height: 14px;
}

.h-13px {
  height: 13px;
}

.h-224px {
  height: 224px;
}

.h-112px {
  height: 112px;
}

.h-144px {
  height: 144px;
}

.h-84px {
  height: 84px;
}

.max-h-560px {
  max-height: 560px;
}

.max-h-240px {
  max-height: 240px;
}

.max-h-24 {
  max-height: 6rem;
}

.max-h-540px {
  max-height: 540px;
}

.w-sp-width {
  width: 92.5%;
}

.w-full {
  width: 100%;
}

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

.w-180px {
  width: 180px;
}

.w-148px {
  width: 148px;
}

.w-120px {
  width: 120px;
}

.w-196px {
  width: 196px;
}

.w-190px {
  width: 190px;
}

.w-45px {
  width: 45px;
}

.w-160px {
  width: 160px;
}

.w-150px {
  width: 150px;
}

.w-205px {
  width: 205px;
}

.w-200px {
  width: 200px;
}

.w-520px {
  width: 520px;
}

.w-320px {
  width: 320px;
}

.w-32px {
  width: 32px;
}

.w-12px {
  width: 12px;
}

.w-336px {
  width: 336px;
}

.w-100px {
  width: 100px;
}

.w-191px {
  width: 191px;
}

.w-36px {
  width: 36px;
}

.w-58px {
  width: 58px;
}

.w-178px {
  width: 178px;
}

.w-70px {
  width: 70px;
}

.w-240px {
  width: 240px;
}

.w-72px {
  width: 72px;
}

.w-42px {
  width: 42px;
}

.w-128px {
  width: 128px;
}

.w-24px {
  width: 24px;
}

.w-35\.7px {
  width: 35.7px;
}

.w-20 {
  width: 5rem;
}

.w-45\.5\% {
  width: 45.5%;
}

.w-1 {
  width: 0.25rem;
}

.w-60px {
  width: 60px;
}

.w-30px {
  width: 30px;
}

.w-23px {
  width: 23px;
}

.w-122px {
  width: 122px;
}

.w-36 {
  width: 9rem;
}

.w-pc-width-inner {
  width: 1072px;
}

.w-auto {
  width: auto;
}

.w-40px {
  width: 40px;
}

.w-48 {
  width: 12rem;
}

.w-116px {
  width: 116px;
}

.w-84px {
  width: 84px;
}

.w-56px {
  width: 56px;
}

.w-63px {
  width: 63px;
}

.w-screen {
  width: 100vw;
}

.w-50px {
  width: 50px;
}

.w-30\% {
  width: 30%;
}

.w-223px {
  width: 223px;
}

.w-78px {
  width: 78px;
}

.w-253px {
  width: 253px;
}

.w-28px {
  width: 28px;
}

.w-8 {
  width: 2rem;
}

.w-29px {
  width: 29px;
}

.w-39px {
  width: 39px;
}

.w-351px {
  width: 351px;
}

.w-110px {
  width: 110px;
}

.w-230px {
  width: 230px;
}

.w-176px {
  width: 176px;
}

.w-850px {
  width: 850px;
}

.w-244px {
  width: 244px;
}

.w-440px {
  width: 440px;
}

.w-20px {
  width: 20px;
}

.w-6 {
  width: 1.5rem;
}

.w-96 {
  width: 24rem;
}

.w-356px {
  width: 356px;
}

.w-25px {
  width: 25px;
}

.w-97px {
  width: 97px;
}

.w-140px {
  width: 140px;
}

.w-46px {
  width: 46px;
}

.w-90px {
  width: 90px;
}

.w-326px {
  width: 326px;
}

.w-199px {
  width: 199px;
}

.w-532px {
  width: 532px;
}

.w-162px {
  width: 162px;
}

.w-121px {
  width: 121px;
}

.w-942px {
  width: 942px;
}

.w-48px {
  width: 48px;
}

.w-pc-width {
  width: 1200px;
}

.w-34px {
  width: 34px;
}

.w-max {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.w-79px {
  width: 79px;
}

.w-62px {
  width: 62px;
}

.w-64px {
  width: 64px;
}

.w-74 {
  width: 18.5rem;
}

.w-182px {
  width: 182px;
}

.w-90 {
  width: 22.5rem;
}

.w-280px {
  width: 280px;
}

.w-488px {
  width: 488px;
}

.w-720px {
  width: 720px;
}

.w-pc-width-full {
  width: 1440px;
}

.w-540px {
  width: 540px;
}

.w-288px {
  width: 288px;
}

.w-300px {
  width: 300px;
}

.w-772px {
  width: 772px;
}

.w-420px {
  width: 420px;
}

.w-476px {
  width: 476px;
}

.w-892px {
  width: 892px;
}

.w-980px {
  width: 980px;
}

.w-516px {
  width: 516px;
}

.w-103px {
  width: 103px;
}

.w-142px {
  width: 142px;
}

.w-156px {
  width: 156px;
}

.w-74px {
  width: 74px;
}

.w-852px {
  width: 852px;
}

.w-576px {
  width: 576px;
}

.w-304px {
  width: 304px;
}

.w-152px {
  width: 152px;
}

.w-80px {
  width: 80px;
}

.w-583px {
  width: 583px;
}

.w-870px {
  width: 870px;
}

.w-390px {
  width: 390px;
}

.w-347px {
  width: 347px;
}

.w-526px {
  width: 526px;
}

.w-pc-width-menu {
  width: 1216px;
}

.w-24 {
  width: 6rem;
}

.w-592px {
  width: 592px;
}

.w-186px {
  width: 186px;
}

.w-172px {
  width: 172px;
}

.w-376px {
  width: 376px;
}

.w-232px {
  width: 232px;
}

.w-210px {
  width: 210px;
}

.w-44px {
  width: 44px;
}

.w-136px {
  width: 136px;
}

.w-14px {
  width: 14px;
}

.w-220px {
  width: 220px;
}

.w-144px {
  width: 144px;
}

.w-470px {
  width: 470px;
}

.w-400px {
  width: 400px;
}

.w-380px {
  width: 380px;
}

.w-32 {
  width: 8rem;
}

.w-40 {
  width: 10rem;
}

.w-166px {
  width: 166px;
}

.w-167px {
  width: 167px;
}

.w-370px {
  width: 370px;
}

.w-64 {
  width: 16rem;
}

.w-47\% {
  width: 47%;
}

.w-48\% {
  width: 48%;
}

.w-86\% {
  width: 86%;
}

.w-64\% {
  width: 64%;
}

.w-32\% {
  width: 32%;
}

.w-76\% {
  width: 76%;
}

.w-24\% {
  width: 24%;
}

.w-49\% {
  width: 49%;
}

.w-23\% {
  width: 23%;
}

.min-w-60px {
  min-width: 60px;
}

.min-w-300px {
  min-width: 300px;
}

.min-w-89px {
  min-width: 89px;
}

.min-w-240px {
  min-width: 240px;
}

.max-w-196px {
  max-width: 196px;
}

.max-w-520px {
  max-width: 520px;
}

.max-w-1200px {
  max-width: 1200px;
}

.max-w-340px {
  max-width: 340px;
}

.max-w-128px {
  max-width: 128px;
}

.max-w-428px {
  max-width: 428px;
}

.max-w-190px {
  max-width: 190px;
}

.max-w-720px {
  max-width: 720px;
}

.max-w-sp-width {
  max-width: 92.5%;
}

.max-w-356px {
  max-width: 356px;
}

.max-w-308px {
  max-width: 308px;
}

.max-w-240px {
  max-width: 240px;
}

.max-w-480px {
  max-width: 480px;
}

.max-w-400px {
  max-width: 400px;
}

.max-w-800px {
  max-width: 800px;
}

.max-w-210px {
  max-width: 210px;
}

.flex-auto {
  flex: 1 1 auto;
}

.flex-shrink {
  flex-shrink: 1;
}

.shrink-0 {
  flex-shrink: 0;
}

.flex-grow {
  flex-grow: 1;
}

.grow-0 {
  flex-grow: 0;
}

.border-collapse {
  border-collapse: collapse;
}

.-translate-x-1\/2 {
  --tw-translate-x: -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-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-x-1 {
  --tw-translate-x: -0.25rem;
  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-1 {
  --tw-translate-y: -0.25rem;
  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-x-1 {
  --tw-translate-x: 0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-rotate-12 {
  --tw-rotate: -12deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-12 {
  --tw-rotate: 12deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-6 {
  --tw-rotate: 6deg;
  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));
}

.cursor-pointer {
  cursor: pointer;
}

.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.resize {
  resize: both;
}

.scroll-pt-48px {
  scroll-padding-top: 48px;
}

.scroll-pt-72px {
  scroll-padding-top: 72px;
}

.scroll-pt-100px {
  scroll-padding-top: 100px;
}

.list-inside {
  list-style-position: inside;
}

.list-outside {
  list-style-position: outside;
}

.list-disc {
  list-style-type: disc;
}

.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

.grid-cols-9 {
  grid-template-columns: repeat(9, minmax(0, 1fr));
}

.grid-cols-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}

.flex-row {
  flex-direction: row;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-col {
  flex-direction: column;
}

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

.flex-nowrap {
  flex-wrap: nowrap;
}

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

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

.items-center {
  align-items: center;
}

.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-8px {
  gap: 8px;
}

.gap-6px {
  gap: 6px;
}

.gap-20px {
  gap: 20px;
}

.gap-32px {
  gap: 32px;
}

.gap-12px {
  gap: 12px;
}

.gap-16px {
  gap: 16px;
}

.gap-x-10px {
  -moz-column-gap: 10px;
       column-gap: 10px;
}

.gap-x-6px {
  -moz-column-gap: 6px;
       column-gap: 6px;
}

.gap-y-16px {
  row-gap: 16px;
}

.gap-x-32px {
  -moz-column-gap: 32px;
       column-gap: 32px;
}

.gap-x-12px {
  -moz-column-gap: 12px;
       column-gap: 12px;
}

.gap-x-0 {
  -moz-column-gap: 0px;
       column-gap: 0px;
}

.gap-x-16px {
  -moz-column-gap: 16px;
       column-gap: 16px;
}

.gap-x-15px {
  -moz-column-gap: 15px;
       column-gap: 15px;
}

.gap-x-18px {
  -moz-column-gap: 18px;
       column-gap: 18px;
}

.gap-x-24px {
  -moz-column-gap: 24px;
       column-gap: 24px;
}

.place-self-start {
  place-self: start;
}

.self-start {
  align-self: flex-start;
}

.self-center {
  align-self: center;
}

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

.overflow-y-auto {
  overflow-y: auto;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.break-words {
  overflow-wrap: break-word;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-t {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.rounded-b {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.rounded-r {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.rounded-l {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.rounded-tl-sm {
  border-top-left-radius: 0.125rem;
}

.rounded-tr-sm {
  border-top-right-radius: 0.125rem;
}

.border {
  border-width: 1px;
}

.border-2 {
  border-width: 2px;
}

.border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}

.border-b-2 {
  border-bottom-width: 2px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-l {
  border-left-width: 1px;
}

.border-b-4 {
  border-bottom-width: 4px;
}

.border-t {
  border-top-width: 1px;
}

.border-r {
  border-right-width: 1px;
}

.border-dotted {
  border-style: dotted;
}

.border-original-gray {
  --tw-border-opacity: 1;
  border-color: rgb(241 241 241 / var(--tw-border-opacity));
}

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}

.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.border-original-light-gray {
  --tw-border-opacity: 1;
  border-color: rgb(96 96 96 / var(--tw-border-opacity));
}

.border-original-black {
  --tw-border-opacity: 1;
  border-color: rgb(32 24 22 / var(--tw-border-opacity));
}

.border-gray-500 {
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity));
}

.border-original-dark-red2 {
  --tw-border-opacity: 1;
  border-color: rgb(81 56 50 / var(--tw-border-opacity));
}

.border-gray-600 {
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity));
}

.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.border-original-pink {
  --tw-border-opacity: 1;
  border-color: rgb(255 146 146 / var(--tw-border-opacity));
}

.border-original-e5-gray {
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity));
}

.border-original-orange4 {
  --tw-border-opacity: 1;
  border-color: rgb(223 185 130 / var(--tw-border-opacity));
}

.border-original-pink2 {
  --tw-border-opacity: 1;
  border-color: rgb(244 195 191 / var(--tw-border-opacity));
}

.border-orange-200 {
  --tw-border-opacity: 1;
  border-color: rgb(254 215 170 / var(--tw-border-opacity));
}

.border-yellow-100 {
  --tw-border-opacity: 1;
  border-color: rgb(254 249 195 / var(--tw-border-opacity));
}

.border-original-brown {
  --tw-border-opacity: 1;
  border-color: rgb(244 240 234 / var(--tw-border-opacity));
}

.border-original-yellow3 {
  --tw-border-opacity: 1;
  border-color: rgb(252 241 205 / var(--tw-border-opacity));
}

.border-original-light-black {
  --tw-border-opacity: 1;
  border-color: rgb(34 34 34 / var(--tw-border-opacity));
}

.border-original-lighter-gray {
  --tw-border-opacity: 1;
  border-color: rgb(187 187 187 / var(--tw-border-opacity));
}

.border-b-original-dark-red2 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(81 56 50 / var(--tw-border-opacity));
}

.border-b-gray-500 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(107 114 128 / var(--tw-border-opacity));
}

.bg-original-light-brown3 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 243 233 / var(--tw-bg-opacity));
}

.bg-original-red {
  --tw-bg-opacity: 1;
  background-color: rgb(208 17 27 / var(--tw-bg-opacity));
}

.bg-original-green2 {
  --tw-bg-opacity: 1;
  background-color: rgb(143 208 86 / var(--tw-bg-opacity));
}

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

.bg-overlay {
  background-color: rgba(34, 34, 34, 0.9);
}

.bg-original-gray {
  --tw-bg-opacity: 1;
  background-color: rgb(241 241 241 / var(--tw-bg-opacity));
}

.bg-original-orange {
  --tw-bg-opacity: 1;
  background-color: rgb(225 145 52 / var(--tw-bg-opacity));
}

.bg-original-orange2 {
  --tw-bg-opacity: 1;
  background-color: rgb(227 87 50 / var(--tw-bg-opacity));
}

.bg-original-orange3 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 192 57 / var(--tw-bg-opacity));
}

.bg-original-light-black {
  --tw-bg-opacity: 1;
  background-color: rgb(34 34 34 / var(--tw-bg-opacity));
}

.bg-original-dark-red2 {
  --tw-bg-opacity: 1;
  background-color: rgb(81 56 50 / var(--tw-bg-opacity));
}

.bg-original-red3 {
  --tw-bg-opacity: 1;
  background-color: rgb(190 58 31 / var(--tw-bg-opacity));
}

.bg-original-black {
  --tw-bg-opacity: 1;
  background-color: rgb(32 24 22 / var(--tw-bg-opacity));
}

.bg-original-gray-black {
  --tw-bg-opacity: 1;
  background-color: rgb(51 51 51 / var(--tw-bg-opacity));
}

.bg-original-dark-red {
  --tw-bg-opacity: 1;
  background-color: rgb(164 33 24 / var(--tw-bg-opacity));
}

.bg-original-brown {
  --tw-bg-opacity: 1;
  background-color: rgb(244 240 234 / var(--tw-bg-opacity));
}

.bg-original-dark-black {
  --tw-bg-opacity: 1;
  background-color: rgb(17 17 17 / var(--tw-bg-opacity));
}

.bg-original-lighter-black {
  --tw-bg-opacity: 1;
  background-color: rgb(68 68 68 / var(--tw-bg-opacity));
}

.bg-original-light-gray {
  --tw-bg-opacity: 1;
  background-color: rgb(96 96 96 / var(--tw-bg-opacity));
}

.bg-orange-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(234 88 12 / var(--tw-bg-opacity));
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-original-yellow {
  --tw-bg-opacity: 1;
  background-color: rgb(233 211 155 / var(--tw-bg-opacity));
}

.bg-original-green {
  --tw-bg-opacity: 1;
  background-color: rgb(78 164 73 / var(--tw-bg-opacity));
}

.bg-original-pink {
  --tw-bg-opacity: 1;
  background-color: rgb(255 146 146 / var(--tw-bg-opacity));
}

.bg-original-lighter-gray {
  --tw-bg-opacity: 1;
  background-color: rgb(187 187 187 / var(--tw-bg-opacity));
}

.bg-original-light-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(222 238 244 / var(--tw-bg-opacity));
}

.bg-original-orange4 {
  --tw-bg-opacity: 1;
  background-color: rgb(223 185 130 / var(--tw-bg-opacity));
}

.bg-original-pink2 {
  --tw-bg-opacity: 1;
  background-color: rgb(244 195 191 / var(--tw-bg-opacity));
}

.bg-orange-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 215 170 / var(--tw-bg-opacity));
}

.bg-yellow-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity));
}

.bg-orange-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 247 237 / var(--tw-bg-opacity));
}

.bg-original-yellow2 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 0 / var(--tw-bg-opacity));
}

.bg-original-green3 {
  --tw-bg-opacity: 1;
  background-color: rgb(223 237 211 / var(--tw-bg-opacity));
}

.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity));
}

.bg-original-light-blue2 {
  --tw-bg-opacity: 1;
  background-color: rgb(153 211 229 / var(--tw-bg-opacity));
}

.bg-original-yellow3 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 241 205 / var(--tw-bg-opacity));
}

.bg-pettern {
  background-image: url("/img_onyasai/pettern.jpg");
}

.bg-pettern-w {
  background-image: url("/img_onyasai/pettern-w.jpg");
}

.bg-commitment-1 {
  background-image: linear-gradient(180deg,#fff 0%,#fff 170px,rgba(245, 192, 57, 0.1) 170px,rgba(245, 192, 57, 0.1) 100%), url("/img_onyasai/pettern-w.jpg");
}

.bg-commitment-2 {
  background-image: linear-gradient(180deg,#fff 0%,#fff 170px,rgba(143, 208, 86, 0.1) 170px,rgba(143, 208, 86, 0.1) 100%), url("/img_onyasai/pettern-w.jpg");
}

.bg-commitment-3 {
  background-image: linear-gradient(180deg,#fff 0%,#fff 170px,rgba(190, 58, 31, 0.1) 170px,rgba(190, 58, 31, 0.1) 100%), url("/img_onyasai/pettern-w.jpg");
}

.bg-pettern-slider {
  background-image: url("/img_onyasai/pettern-slider.jpg");
}

.bg-pettern-footer {
  background-image: url("/img_onyasai/pettern-footer.jpg");
}

.bg-pettern-search {
  background-image: url("/img_onyasai/pettern-search.jpg");
}

.bg-media {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("/img_onyasai/bg-media.jpg");
}

.bg-pettern-tea {
  background-image: linear-gradient(90deg, rgba(215, 217, 183, 1.0) 0%, rgba(215, 217, 183, 0.0) 100%);
}

.bg-japan {
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("/img_onyasai/japan.jpg");
}

.bg-usa {
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("/img_onyasai/usa.jpg");
}

.bg-taiwan {
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("/img_onyasai/taiwan.jpg");
}

.bg-singapore {
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("/img_onyasai/singapore.jpg");
}

.bg-hongkong {
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("/img_onyasai/hongkong.jpg");
}

.bg-canada {
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("/img_onyasai/canada.jpg");
}

.bg-thailand {
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("/img_onyasai/thailand.jpg");
}

.bg-philippines {
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("/img_onyasai/philippines.jpg");
}

.bg-vietnam {
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("/img_onyasai/vietnam.jpg");
}

.bg-indonesia {
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("/img_onyasai/indonesia.jpg");
}

.bg-cambodia {
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("/img_onyasai/cambodia.jpg");
}

.bg-china {
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("/img_onyasai/china.jpg");
}

.bg-menu {
  background-image: linear-gradient(180deg,rgba(68, 68, 68, 0.1) 0%,rgba(68, 68, 68, 0.1) 245px,#222 245px,#222 100%), url("/img_onyasai/pettern.jpg"), linear-gradient(180deg,rgba(68, 68, 68, 0.1) 0%,rgba(68, 68, 68, 0.1) 245px,#222 245px,#222 100%);
}

.bg-kodawari {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/img_onyasai/kodawari.jpg");
}

.bg-payments {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("/img_onyasai/payments.jpg");
}

.bg-shoplist {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("/img_onyasai/shoplist.jpg");
}

.bg-world {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("/img_onyasai/sp_slider/world_sp.png");
}

.bg-appli {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("/img_onyasai/appli.jpg");
}

.bg-niku-1 {
  background-image: url("/img_onyasai/niku-1.jpg");
}

.bg-kodawari-sp {
  background-image: linear-gradient(rgba(34, 34, 34, 0.4), rgba(34, 34, 34, 0.4)),url("/img_onyasai/kodawari-top-sp.jpg");
}

.bg-files {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("/img_onyasai/files.jpg");
}

.bg-menu-page {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("/img_onyasai/niku-5.jpg");
}

.bg-karubi {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.5)), url("/img_onyasai/bg-karubi.jpg");
}

.bg-detail {
  background-image: url("/img_onyasai/pettern.jpg"), linear-gradient(180deg,#222 0%,#222 200px,white 200px,white 100%);
}

.bg-information {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("/img_onyasai/information.jpg");
}

.bg-dessert {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.5)), url("/img_onyasai/bg-dessert.jpg");
}

.bg-ippin {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.5)), url("/img_onyasai/bg-ippin.jpg");
}

.bg-otsumami {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.5)), url("/img_onyasai/bg-otsumami.jpg");
}

.bg-kaisen {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.5)), url("/img_onyasai/bg-kaisen.jpg");
}

.bg-men {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.5)), url("/img_onyasai/bg-men.jpg");
}

.bg-meshi {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.5)), url("/img_onyasai/bg-meshi.jpg");
}

.bg-kids {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.5)), url("/img_onyasai/bg-kids.jpg");
}

.bg-harami {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.5)), url("/img_onyasai/bg-harami.jpg");
}

.bg-tan {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.5)), url("/img_onyasai/bg-tan.jpg");
}

.bg-horumon {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.5)), url("/img_onyasai/bg-horumon.jpg");
}

.bg-rosu {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.5)), url("/img_onyasai/bg-rosu.jpg");
}

.bg-buta {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.5)), url("/img_onyasai/bg-buta.jpg");
}

.bg-tori {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.5)), url("/img_onyasai/bg-tori.jpg");
}

.bg-moriawase {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.5)), url("/img_onyasai/bg-moriawase.jpg");
}

.bg-sosaku {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.5)), url("/img_onyasai/bg-sosaku.jpg");
}

.bg-tabehoudai {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.5)), url("/img_onyasai/bg-tabehoudai.jpg");
}

.bg-yakiyasai {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.5)), url("/img_onyasai/bg-yakiyasai.jpg");
}

.bg-sarada {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.5)), url("/img_onyasai/bg-sarada.jpg");
}

.bg-yasai-sonota {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.5)), url("/img_onyasai/bg-yasai-sonota.jpg");
}

.bg-safety {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("/img_onyasai/safety.jpg");
}

.bg-half {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.5)), url("/img_onyasai/bg-half.jpg");
}

.bg-kurogewagyu {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.5)), url("/img_onyasai/bg-kurogewagyu.jpg");
}

.bg-commitment-1-pc {
  background-image: linear-gradient(180deg,#fff 0%,#fff 366px,rgba(245, 192, 57, 0.1) 366px,rgba(245, 192, 57, 0.1) 100%), url("/img_onyasai/pettern-w.jpg");
}

.bg-commitment-2-pc {
  background-image: linear-gradient(180deg,#fff 0%,#fff 366px,rgba(143, 208, 86, 0.1) 366px,rgba(143, 208, 86, 0.1) 100%), url("/img_onyasai/pettern-w.jpg");
}

.bg-commitment-3-pc {
  background-image: linear-gradient(180deg,#fff 0%,#fff 366px,rgba(190, 58, 31, 0.1) 366px,rgba(190, 58, 31, 0.1) 100%), url("/img_onyasai/pettern-w.jpg");
}

.bg-balloon-appli {
  background-image: url("/img_onyasai/balloon-appli.png");
}

.bg-karubi-pc {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.5)), url("/img_onyasai/bg-karubi-pc.jpg");
}

.bg-tanshabu {
  background-image: url("/img_onyasai/tabehoudai/tabehoudai-course-tanshabu-header.jpg");
}

.bg-nishokunabe {
  background-image: url("/img_onyasai/nishokunabe.jpg");
}

.bg-pettern-w2 {
  background-image: linear-gradient(rgba(248, 243, 233, 0.1), rgba(248, 243, 233, 0.1)), url("/img_onyasai/pettern-w.jpg");
}

.bg-pettern-g {
  background-image: linear-gradient(rgba(143, 208, 86, 0.1), rgba(143, 208, 86, 0.1)), url("/img_onyasai/pettern-w.jpg");
}

.bg-howto-dark {
  background-image: linear-gradient(rgba(0, 0, 0, 0.50), rgba(0, 0, 0, 0.50)), url("/img_onyasai/menu-icon-tabehoudai_sp.jpg");
}

.bg-lunch-details {
  background-image: url("/img_onyasai/menu/menu-lunch-details-header.jpg");
}

.bg-howto-onyasai {
  background-image: linear-gradient(rgba(255, 255, 255, 0.55), rgba(255, 255, 255, 0.55)), url("/img_onyasai/menu-icon-tabehoudai_sp.jpg");
}

.bg-butashabu {
  background-image: url("/img_onyasai/tabehoudai/tabehoudai-course-butashabu-header.jpg");
}

.bg-gensengyuu {
  background-image: url("/img_onyasai/tabehoudai/tabehoudai-course-gensengyuu-header.jpg");
}

.bg-gensengyuu2 {
  background-image: url("/img_onyasai/tabehoudai/tabehoudai-course-gyuushabu-header2.jpg");
}

.bg-gyuushabu {
  background-image: url("/img_onyasai/tabehoudai/tabehoudai-course-gyuushabu-header.jpg");
}

.bg-shimofuri-kurogewagyuu {
  background-image: url("/img_onyasai/tabehoudai/tabehoudai-course-shimofuri-kurogewagyuu-header.jpg");
}

.bg-shimofuri-kurogewagyuu-gozen {
  background-image: url("/img_onyasai/menu/gozen/gozen-course-shimofuri-kurogewagyuu-header.jpg");
}

.bg-kurogewagyuu {
  background-image: url("/img_onyasai/tabehoudai/tabehoudai-course-kurogewagyuu-header.jpg");
}

.bg-kurogewagyuu-gozen {
  background-image: url("/img_onyasai/menu/gozen/gozen-course-kurogewagyuu-header.jpg");
}

.bg-tanshabu-gozen {
  background-image: url("/img_onyasai/menu/gozen/gozen-course-tanshabu-header.jpg");
}

.bg-onyasai-gozen {
  background-image: url("/img_onyasai/menu/gozen/gozen-course-onyasai-header.jpg");
}

.bg-gyuushabu-gozen {
  background-image: url("/img_onyasai/menu/gozen/gozen-course-gyuushabu-header.jpg");
}


.bg-butashabu-gozen {
  background-image: url("/img_onyasai/menu/gozen/gozen-course-butashabu-header.jpg");
}


.bg-howto-tabehoudai-icon {
  background-image: linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), url("/img_onyasai/menu-icon-tabehoudai_sp.jpg");
}

.bg-howto-gozen-icon {
  background-image: linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), url("/img_onyasai/menu-icon-gozen_sp.jpg");
}

.bg-nishokunabe-w {
  background-image: url("/img_onyasai/nishokunabe-w.jpg");
}

.bg-pettern-w2_pc {
  background-image: linear-gradient(180deg,#fff 0%,#fff 143px,rgba(255, 255, 255, 0.0) 143px,rgba(255, 255, 255, 0.0) 100%), url("/img_onyasai/pettern-w.jpg");
}

.bg-shimofurikuroge {
  background-color: #EDB740;
	background: url("../img_onyasai/bg_shimofurikuroge.jpg") no-repeat center center;
	background-size: cover;
}

.bg-shimofurikuroge_ttl {
  background-color: #EDB740;
	background: url("../img_onyasai/bg_shimofurikuroge_pc.jpg") no-repeat center center;
	background-size: cover;
}

.bg-original-shimofurikuroge{
	background-color: #F9E5B9;
}

.bg-cover {
  background-size: cover;
}

.bg-full {
  background-size: 100%;
}

.bg-center {
  background-position: center;
}

.bg-top {
  background-position: top;
}

.bg-bottom {
  background-position: bottom;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.object-center {
  -o-object-position: center;
     object-position: center;
}

.object-top {
  -o-object-position: top;
     object-position: top;
}

.object-right {
  -o-object-position: right;
     object-position: right;
}

.p-4 {
  padding: 1rem;
}

.p-12px {
  padding: 12px;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-60px {
  padding-top: 60px;
  padding-bottom: 60px;
}

.py-12px {
  padding-top: 12px;
  padding-bottom: 12px;
}

.py-35px {
  padding-top: 35px;
  padding-bottom: 35px;
}

.px-12px {
  padding-left: 12px;
  padding-right: 12px;
}

.py-36px {
  padding-top: 36px;
  padding-bottom: 36px;
}

.px-23px {
  padding-left: 23px;
  padding-right: 23px;
}

.px-10px {
  padding-left: 10px;
  padding-right: 10px;
}

.px-20px {
  padding-left: 20px;
  padding-right: 20px;
}

.px-13px {
  padding-left: 13px;
  padding-right: 13px;
}

.py-18px {
  padding-top: 18px;
  padding-bottom: 18px;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.px-9px {
  padding-left: 9px;
  padding-right: 9px;
}

.px-18px {
  padding-left: 18px;
  padding-right: 18px;
}

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.py-28px {
  padding-top: 28px;
  padding-bottom: 28px;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

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

.px-80px {
  padding-left: 80px;
  padding-right: 80px;
}

.py-20px {
  padding-top: 20px;
  padding-bottom: 20px;
}

.px-6px {
  padding-left: 6px;
  padding-right: 6px;
}

.px-40px {
  padding-left: 40px;
  padding-right: 40px;
}

.py-56px {
  padding-top: 56px;
  padding-bottom: 56px;
}

.py-58px {
  padding-top: 58px;
  padding-bottom: 58px;
}

.px-24px {
  padding-left: 24px;
  padding-right: 24px;
}

.py-10px {
  padding-top: 10px;
  padding-bottom: 10px;
}

.py-30px {
  padding-top: 30px;
  padding-bottom: 30px;
}

.py-27px {
  padding-top: 27px;
  padding-bottom: 27px;
}

.py-15px {
  padding-top: 15px;
  padding-bottom: 15px;
}

.px-16px {
  padding-left: 16px;
  padding-right: 16px;
}

.py-40px {
  padding-top: 40px;
  padding-bottom: 40px;
}

.py-8px {
  padding-top: 8px;
  padding-bottom: 8px;
}

.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.pt-30px {
  padding-top: 30px;
}

.pb-58px {
  padding-bottom: 58px;
}

.pt-42px {
  padding-top: 42px;
}

.pb-32px {
  padding-bottom: 32px;
}

.pb-120px {
  padding-bottom: 120px;
}

.pb-115px {
  padding-bottom: 115px;
}

.pb-36px {
  padding-bottom: 36px;
}

.pt-18px {
  padding-top: 18px;
}

.pt-20px {
  padding-top: 20px;
}

.pb-104px {
  padding-bottom: 104px;
}

.pt-40px {
  padding-top: 40px;
}

.pt-10px {
  padding-top: 10px;
}

.pt-38px {
  padding-top: 38px;
}

.pb-69px {
  padding-bottom: 69px;
}

.pt-4 {
  padding-top: 1rem;
}

.pb-14px {
  padding-bottom: 14px;
}

.pb-56px {
  padding-bottom: 56px;
}

.pt-60px {
  padding-top: 60px;
}

.pt-62px {
  padding-top: 62px;
}

.pb-106px {
  padding-bottom: 106px;
}

.pb-24px {
  padding-bottom: 24px;
}

.pt-48px {
  padding-top: 48px;
}

.pb-30px {
  padding-bottom: 30px;
}

.pr-6px {
  padding-right: 6px;
}

.pt-13px {
  padding-top: 13px;
}

.pl-20px {
  padding-left: 20px;
}

.pr-40px {
  padding-right: 40px;
}

.pb-48px {
  padding-bottom: 48px;
}

.pt-9px {
  padding-top: 9px;
}

.pt-24px {
  padding-top: 24px;
}

.pl-22px {
  padding-left: 22px;
}

.pt-26px {
  padding-top: 26px;
}

.pb-27px {
  padding-bottom: 27px;
}

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

.pb-4 {
  padding-bottom: 1rem;
}

.pb-78px {
  padding-bottom: 78px;
}

.pt-56px {
  padding-top: 56px;
}

.pt-58px {
  padding-top: 58px;
}

.pb-15px {
  padding-bottom: 15px;
}

.pl-6px {
  padding-left: 6px;
}

.pt-21px {
  padding-top: 21px;
}

.pt-28px {
  padding-top: 28px;
}

.pt-36px {
  padding-top: 36px;
}

.pb-20px {
  padding-bottom: 20px;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pt-61px {
  padding-top: 61px;
}

.pt-50px {
  padding-top: 50px;
}

.pt-94px {
  padding-top: 94px;
}

.pb-49px {
  padding-bottom: 49px;
}

.pb-55px {
  padding-bottom: 55px;
}

.pb-38px {
  padding-bottom: 38px;
}

.pr-20px {
  padding-right: 20px;
}

.pb-60px {
  padding-bottom: 60px;
}

.pt-53px {
  padding-top: 53px;
}

.pb-96px {
  padding-bottom: 96px;
}

.pb-54px {
  padding-bottom: 54px;
}

.pb-26px {
  padding-bottom: 26px;
}

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

.pb-86px {
  padding-bottom: 86px;
}

.pt-22px {
  padding-top: 22px;
}

.pb-12px {
  padding-bottom: 12px;
}

.pt-19px {
  padding-top: 19px;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

.pt-11px {
  padding-top: 11px;
}

.pb-px {
  padding-bottom: 1px;
}

.pb-136px {
  padding-bottom: 136px;
}

.pb-60 {
  padding-bottom: 15rem;
}

.pl-1 {
  padding-left: 0.25rem;
}

.pb-40px {
  padding-bottom: 40px;
}

.pb-33px {
  padding-bottom: 33px;
}

.pb-34px {
  padding-bottom: 34px;
}

.pb-52px {
  padding-bottom: 52px;
}

.pb-100px {
  padding-bottom: 100px;
}

.pb-125px {
  padding-bottom: 125px;
}

.pl-40px {
  padding-left: 40px;
}

.pt-81px {
  padding-top: 81px;
}

.pb-141px {
  padding-bottom: 141px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-50px {
  padding-bottom: 50px;
}

.pt-80px {
  padding-top: 80px;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pt-8px {
  padding-top: 8px;
}

.pl-10px {
  padding-left: 10px;
}

.pl-30px {
  padding-left: 30px;
}

.pr-12px {
  padding-right: 12px;
}

.pt-12px {
  padding-top: 12px;
}

.pt-15px {
  padding-top: 15px;
}

.pt-16px {
  padding-top: 16px;
}

.pb-16px {
  padding-bottom: 16px;
}

.pl-8px {
  padding-left: 8px;
}

.pr-8px {
  padding-right: 8px;
}

.pl-16px {
  padding-left: 16px;
}

.pb-4px {
  padding-bottom: 4px;
}

.pb-8px {
  padding-bottom: 8px;
}

.pt-64px {
  padding-top: 64px;
}

.pt-14px {
  padding-top: 14px;
}

.pt-0 {
  padding-top: 0px;
}

.pt-100px {
  padding-top: 100px;
}

.pb-80px {
  padding-bottom: 80px;
}

.pb-300px {
  padding-bottom: 300px;
}

.pb-84px {
  padding-bottom: 84px;
}

.pb-70px {
  padding-bottom: 70px;
}

.pb-184px {
  padding-bottom: 184px;
}

.pb-10px {
  padding-bottom: 10px;
}

.pb-18px {
  padding-bottom: 18px;
}

.pb-72px {
  padding-bottom: 72px;
}

.pl-12px {
  padding-left: 12px;
}

.pt-72px {
  padding-top: 72px;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.align-middle {
  vertical-align: middle;
}

.font-gothic {
  font-family: "Noto Sans JP";
}

.font-mincho {
  font-family: "Noto Serif JP", sans-serif;
}

.font-roboto {
  font-family: Roboto, sans-serif;
}

.font-hannari {
  font-family: HannariMincho, sans-serif;
}

.font-yugothic {
  font-family: 游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, sans-serif;
}

.font-irohamaru {
  font-family: IrohaMaru, sans-serif;
}

.text-16px {
  font-size: 1rem;
}

.text-24px {
  font-size: 1.5rem;
}

.text-18px {
  font-size: 1.125rem;
}

.text-12px {
  font-size: 0.75rem;
}

.text-14px {
  font-size: 0.875rem;
}

.text-13px {
  font-size: 0.8125rem;
}

.text-20px {
  font-size: 1.25rem;
}

.text-15px {
  font-size: 0.9375rem;
}

.text-11px {
  font-size: 0.6875rem;
}

.text-22px {
  font-size: 1.375rem;
}

.text-34px {
  font-size: 34px;
}

.text-10px {
  font-size: 0.625rem;
}

.text-40px {
  font-size: 2.5rem;
}

.text-32px {
  font-size: 32px;
}

.text-28px {
  font-size: 28px;
}

.text-26px {
  font-size: 28px;
}

.text-9px {
  font-size: 0.5625rem;
}

.text-8px {
  font-size: 0.5rem;
}

.text-52px {
  font-size: 52px;
}

.text-23px {
  font-size: 23px;
}

.text-88px {
  font-size: 88px;
}

.text-71px {
  font-size: 71px;
}

.text-25px {
  font-size: 25px;
}

.text-64px {
  font-size: 64px;
}

.text-36px {
  font-size: 36px;
}

.text-30px {
  font-size: 30px;
}

.text-96px {
  font-size: 96px;
}

.text-56px {
  font-size: 56px;
}

.text-72px {
  font-size: 72px;
}

.text-44px {
  font-size: 44px;
}

.text-60px {
  font-size: 60px;
}

.text-48px {
  font-size: 48px;
}

.text-5px {
  font-size: 0.3125rem;
}

.text-6px {
  font-size: 0.375rem;
}

.font-bold {
  font-weight: 700;
}

.font-normal {
  font-weight: 400;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.italic {
  font-style: italic;
}

.leading-6 {
  line-height: 1.5rem;
}

.leading-10 {
  line-height: 2.5rem;
}

.leading-7 {
  line-height: 1.75rem;
}

.leading-14px {
  line-height: 14px;
}

.leading-5 {
  line-height: 1.25rem;
}

.leading-tight {
  line-height: 1.25;
}

.leading-4 {
  line-height: 1rem;
}

.leading-none {
  line-height: 1;
}

.leading-8 {
  line-height: 2rem;
}

.leading-38px {
  line-height: 38px;
}

.leading-10px {
  line-height: 10px;
}

.leading-3 {
  line-height: .75rem;
}

.leading-18px {
  line-height: 18px;
}

.leading-52px {
  line-height: 52px;
}

.leading-63px {
  line-height: 63px;
}

.leading-30px {
  line-height: 30px;
}

.leading-1 {
  line-height: 0.25rem;
}

.tracking-0\.15 {
  letter-spacing: 0.15rem;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

.tracking-normal {
  letter-spacing: 0em;
}

.tracking-tighter {
  letter-spacing: -0.05em;
}

.tracking-tightest {
  letter-spacing: -0.075em;
}

.tracking-tight {
  letter-spacing: -0.025em;
}

.tracking-widest {
  letter-spacing: 0.1em;
}

.text-original-dark-red2 {
  --tw-text-opacity: 1;
  color: rgb(81 56 50 / var(--tw-text-opacity));
}

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

.text-original-red {
  --tw-text-opacity: 1;
  color: rgb(208 17 27 / var(--tw-text-opacity));
}

.text-original-gray {
  --tw-text-opacity: 1;
  color: rgb(241 241 241 / var(--tw-text-opacity));
}

.text-original-light-black {
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
}

.text-original-green2 {
  --tw-text-opacity: 1;
  color: rgb(143 208 86 / var(--tw-text-opacity));
}

.text-original-light-gray {
  --tw-text-opacity: 1;
  color: rgb(96 96 96 / var(--tw-text-opacity));
}

.text-original-black {
  --tw-text-opacity: 1;
  color: rgb(32 24 22 / var(--tw-text-opacity));
}

.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}

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

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

.text-original-red2 {
  --tw-text-opacity: 1;
  color: rgb(181 45 41 / var(--tw-text-opacity));
}

.text-original-dark-red {
  --tw-text-opacity: 1;
  color: rgb(164 33 24 / var(--tw-text-opacity));
}

.text-original-orange {
  --tw-text-opacity: 1;
  color: rgb(225 145 52 / var(--tw-text-opacity));
}

.text-original-green {
  --tw-text-opacity: 1;
  color: rgb(78 164 73 / var(--tw-text-opacity));
}

.text-original-yellow {
  --tw-text-opacity: 1;
  color: rgb(233 211 155 / var(--tw-text-opacity));
}

.text-original-pink {
  --tw-text-opacity: 1;
  color: rgb(255 146 146 / var(--tw-text-opacity));
}

.text-original-lighter-black {
  --tw-text-opacity: 1;
  color: rgb(68 68 68 / var(--tw-text-opacity));
}

.text-original-gray-black {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

.text-original-orange2 {
  --tw-text-opacity: 1;
  color: rgb(227 87 50 / var(--tw-text-opacity));
}

.text-original-orange3 {
  --tw-text-opacity: 1;
  color: rgb(245 192 57 / var(--tw-text-opacity));
}

.text-original-red3 {
  --tw-text-opacity: 1;
  color: rgb(190 58 31 / var(--tw-text-opacity));
}

.text-original-light-brown2 {
  --tw-text-opacity: 1;
  color: rgb(167 138 97 / var(--tw-text-opacity));
}

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

.text-green-900 {
  --tw-text-opacity: 1;
  color: rgb(20 83 45 / var(--tw-text-opacity));
}

.text-original-orange4 {
  --tw-text-opacity: 1;
  color: rgb(223 185 130 / var(--tw-text-opacity));
}

.underline {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.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 {
  --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-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-original-light-gray {
  --tw-shadow-color: #606060;
  --tw-shadow: var(--tw-shadow-colored);
}

.outline {
  outline-style: solid;
}

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

.grayscale {
  --tw-grayscale: grayscale(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);
}

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

.transition {
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -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-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

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

@font-face {
  font-family: 'hanserif';

  src: url('../fonts/SourceHanSerifJP-VF.otf.woff2') format('woff2');

  font-display: swap;
}

@font-face {
  font-family: 'hannari';

  src: url('../fonts/HannariMincho-Regular.woff') format('woff');

  font-display: swap;
}

@font-face {
  font-family: 'IrohaMaru';

  src: url('../fonts/irohamaru-Regular.woff2') format('woff2');

  font-display: swap;
}

.hamburger {
  display: flex;
  height: 48px;
  width: 70px;
  justify-content: center;
  align-items: center;
}

.hamburger span,
    .hamburger span:before,
    .hamburger span:after {
  content: '';
  display: block;
  height: 4px;
  width: 30px;
  border-radius: 3px;
  background-color: #513832;
  position: absolute;
  transition: all .5s;
}

.hamburger span:before {
  bottom: 10px;
}

.hamburger span:after {
  top: 10px;
}

#hamburger-check:checked ~ .hamburger span {
  background-color: rgba(81, 51, 50, 0);
}

#hamburger-check:checked ~ .hamburger span::before {
  transform: translateY(10px) rotate(45deg);
}

#hamburger-check:checked ~ .hamburger span::after {
  transform: translateY(-10px) rotate(-45deg);
}

.close span:before,
    .close span:after {
  content: '';
  display: block;
  position: absolute;
  top: 14px;
  left: 14px;
  height: 41px;
  width: 4px;
  border-radius: 3px;
  background-color: white;
}

.close span:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.close span:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.nav-content {
  overflow: auto;
  transition: .3s ease-in-out;
  transform: translateX(-105%);
}

#hamburger-check:checked ~ .nav-content {
  transform: translateX(0%);
  box-shadow: 6px 0 25px rgba(0,0,0,.15);
}

.arrow-r-r,
    .arrow-r-r2,
    .arrow-r-w,
    .arrow-r-b,
    .arrow-r-gray,
    .arrow-r-g {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
}

.arrow-r-r:before,
    .arrow-r-r2:before,
    .arrow-r-w:before,
    .arrow-r-b:before,
    .arrow-r-gray:before,
    .arrow-r-g:before {
  content: '';
  width: 16px;
  height: 16px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: -3px;
  margin-top: -5px;
}

.arrow-r-r:after,
    .arrow-r-r2:after,
    .arrow-r-w:after,
    .arrow-r-b:after,
    .arrow-r-gray:after,
    .arrow-r-g:after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  position: absolute;
  top: 50%;
  left: 0;
  transform: rotate(45deg);
  margin-left: 1px;
}

.arrow-r-r:before {
  background: #513832
}

.arrow-r-r2:before {
  background: #be3a1f
}

.arrow-r-w:before {
  background: #fff
}

.arrow-r-g:before {
  background: #8fd056
}

.arrow-r-r:after, .arrow-r-r2:after, .arrow-r-gray:after, .arrow-r-b:after, .arrow-r-g:after {
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}

.arrow-r-w:after {
  border-top: solid 1px #d0111b;
  border-right: solid 1px #d0111b;
}

.arrow-r-r-lg,
    .arrow-r-w-lg,
    .arrow-r-b-lg,
    .arrow-r-g-lg {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.arrow-r-r-lg:before,
    .arrow-r-w-lg:before,
    .arrow-r-b-lg:before,
    .arrow-r-g-lg:before {
  content: '';
  width: 24px;
  height: 24px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: -6px;
  margin-top: -8px;
}

.arrow-r-r-lg:after,
    .arrow-r-w-lg:after,
    .arrow-r-b-lg:after,
    .arrow-r-g-lg:after {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  position: absolute;
  top: 50%;
  left: 0;
  transform: rotate(45deg);
}

.arrow-r-r-lg:before {
  background: #513832
}

.arrow-r-g-lg:before {
  background: #8fd056
}

.arrow-r-r-lg:after, .arrow-r-b-lg:after, .arrow-r-g-lg:after {
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}

.triangle-r-w,
    .triangle-r-b,
    .triangle-r-r,
    .triangle-r-g {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
}

.triangle-r-w:after,
    .triangle-r-b:after,
    .triangle-r-r:after,
    .triangle-r-g:after {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  position: absolute;
  top: 50%;
  left: 0;
  transform: rotate(45deg);
  margin-top: -10px;
}

.triangle-r-w:after {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}

.triangle-r-b:after {
  border-top: solid 2px #000;
  border-right: solid 2px #000;
}

.triangle-r-r:after {
  border-top: solid 2px #513832;
  border-right: solid 2px #513832;
}

.triangle-r-g:after {
  border-top: solid 2px #8fd056;
  border-right: solid 2px #8fd056;
}

.triangle-r-w-s {
  position: relative;
  display: inline-block;
  width: 8px;
  height: 8px;
}

.triangle-r-w-s:after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  position: absolute;
  top: 50%;
  left: 0;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(45deg);
  margin-top: -4px;
}

.triangle-r-b-s {
  position: relative;
  display: inline-block;
  width: 8px;
  height: 8px;
}

.triangle-r-b-s:after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  position: absolute;
  top: 50%;
  left: 0;
  border-top: solid 1px;
  border-right: solid 1px;
  transform: rotate(45deg);
  margin-top: -4px;
}

.triangle-t-w {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
}

.triangle-t-w:after {
  content: '';
  width: 12px;
  height: 12px;
  border: 0;
  position: absolute;
  top: 50%;
  left: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(-45deg);
}

.triangle-b-w-10 {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
}

.triangle-b-w-10:after {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  position: absolute;
  top: 50%;
  left: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(135deg);
  margin-top: -8px;
  margin-left: -2px;
}

.triangle-b-r {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
}

.triangle-b-r:after {
  content: '';
  width: 12px;
  height: 12px;
  border: 0;
  position: absolute;
  top: 50%;
  left: 0;
  border-top: solid 2px #513832;
  border-right: solid 2px #513832;
  transform: rotate(135deg);
  margin-top: -8px;
}

.triangle-t-r {
  position: relative;
  display: inline-block;
  width: 8px;
  height: 8px;
}

.triangle-t-r:after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  position: absolute;
  top: 50%;
  left: 0;
  border-top: solid 1.5px #d0111b;
  border-right: solid 1.5px #d0111b;
  transform: rotate(-45deg);
  margin-top: -8px;
  margin-left: -2px;
}

.triangle-b-w-vw {
  position: relative;
  display: inline-block;
  width: 1.9vw;
  height: 1.9vw;
}

.triangle-b-w-vw:after {
  content: '';
  width: 1.4vw;
  height: 1.4vw;
  border: 0;
  position: absolute;
  top: 50%;
  left: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(135deg);
  margin-top: -8px;
}

.triangle-b-w {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
}

.triangle-b-w:after {
  content: '';
  width: 12px;
  height: 12px;
  border: 0;
  position: absolute;
  top: 50%;
  left: 0;
  border-top: solid 2px #513832;
  border-right: solid 2px #513832;
  transform: rotate(135deg);
  margin-top: -8px;
}

.triangle-b-w-s {
  position: relative;
  display: inline-block;
  width: 8px;
  height: 8px;
}

.triangle-b-w-s:after {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  position: absolute;
  top: 50%;
  left: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(135deg);
  margin-top: -6px;
}

.plus, .minus{
  display: inline-block;
  position: relative;
  width: 18px;
  height: 18px;
}

.plus:before, .plus:after, .minus:after {
  display: block;
  content: '';
  --tw-text-opacity: 1;
  background-color: rgb(81 56 50 / var(--tw-text-opacity));
  position: absolute;
}

.plus:after, .minus:after {
  width: 18px;
  height: 2px;
  top: 12px;
  left: 0;
}

.plus:before {
  width: 2px;
  height: 18px;
  top: 4px;
  left: 8px;
}

.balloon:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border: 6px solid transparent;
  border-top: 6px solid white;
}

.slick-text:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border: 6px solid transparent;
  border-top: 6px solid #513832;
}

.appli-balloon {
  position: relative;
  margin-bottom: 1em;
  width: 104px;
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #FFF;
  background: #F5C039;
  border-radius: 9999rem;
  box-sizing: border-box;
}

.appli-balloon:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 45%;
  border: 5px solid transparent;
  border-top: 8px solid #F5C039;
}

.news-active {
  background: #8fd056;
  color: white;
}

.news-year {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(128px, -webkit-max-content));
  grid-template-columns: repeat(auto-fit, minmax(128px, max-content));
  grid-gap: 6px;
  justify-content: center;
}

.video-pc {
  width: 100vw;
  max-height: 560px;
  max-width: 824px;
  aspect-ratio: 16/9;
}

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

.payments {
  background-image: linear-gradient(180deg,#fff 0%,#fff 198px, #f1f1f1 198px, #f1f1f1 100%);
}

.border-25 {
  border-left-width: 1px;
  border-color: #513832;
  transform: rotate(25deg);
  margin-top: 4px;
  margin-left: 10px;
}

.-border-25 {
  border-left-width: 1px;
  border-color: #513832;
  transform: rotate(-25deg);
  margin-top: 4px;
  margin-right: 10px;
}

.balloon-l-r {
  position: relative;
  margin: 1.5em 15px 1.5em 0;
  padding: 0 5px;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #FFF;
  font-style: mincho;
  font-size: 14px;
  font-weight: bold;
  background: #BE3A1F;
  border-radius: 50%;
  box-sizing: border-box;
}

.balloon-l-r:before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 2px;
  margin-top: -15px;
  border: 12px solid transparent;
  border-left: 12px solid #BE3A1F;
  z-index: 0;
  transform: rotate(30deg);
}

@media (min-width: 1200px) {
  .payments {
    background-image: linear-gradient(180deg,#222 0%,#222 158px, #f1f1f1 158px, #f1f1f1 100%);
  }
}

.balloon-l-b {
  position: relative;
  margin: 1.5em 15px 1.5em 0;
  padding: 0 5px;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
  background: #E5B163;
  border-radius: 50%;
  box-sizing: border-box;
}

.balloon-l-b:before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 2px;
  margin-top: -15px;
  border: 12px solid transparent;
  border-left: 12px solid #E5B163;
  z-index: 0;
  transform: rotate(30deg);
}

.balloon-r-y {
  position: relative;
  margin: 1.5em 15px 1.5em 0;
  padding: 0 5px;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
  background: #F5C039;
  border-radius: 50%;
  box-sizing: border-box;
}

.balloon-r-y:before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 35px;
  margin-top: -15px;
  border: 12px solid transparent;
  border-right: 12px solid #F5C039;
  z-index: 0;
  transform: rotate(-30deg);
}

.min-h-80px {
  min-height: 80px;
}

.underline {
  text-decoration: underline;
}

.text-blue-500 {
  color: #4299e1;
}

.flip-x {
  transform: scaleX(-1);
}

.shadow-rb {
  box-shadow: 5px 5px #606060;
}

.writing-v{
  writing-mode: vertical-rl;
  text-orientation: upright;
}

.first-line\:leading-7::first-line {
  line-height: 1.75rem;
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@media (max-width: 428px) {
  .xs\:mx-6px {
    margin-left: 6px;
    margin-right: 6px;
  }

  .xs\:px-6px {
    padding-left: 6px;
    padding-right: 6px;
  }

  .xs\:text-11px {
    font-size: 0.6875rem;
  }

  .xs\:text-8px {
    font-size: 0.5rem;
  }
}

@media (max-width: 767px) {
  .sm\:absolute {
    position: absolute;
  }

  .sm\:left-50\% {
    left: 50%;
  }

  .sm\:top-16px {
    top: 16px;
  }

  .sm\:right-24px {
    right: 24px;
  }

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

  .sm\:mb-80px {
    margin-bottom: 80px;
  }

  .sm\:-mr-0\.5 {
    margin-right: -0.125rem;
  }

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

  .sm\:mt-26px {
    margin-top: 26px;
  }

  .sm\:mt-14px {
    margin-top: 14px;
  }

  .sm\:mt-10px {
    margin-top: 10px;
  }

  .sm\:mt-24px {
    margin-top: 24px;
  }
	.sm\:mt-36px {
    margin-top: 36px;
  }

  .sm\:-mb-6px {
    margin-bottom: -6px;
  }

  .sm\:mb-32px {
    margin-bottom: 32px;
  }

  .sm\:mb-24px {
    margin-bottom: 24px;
  }
	
	  .sm\:ml-0 {
    margin-left: 0;
  }

  .sm\:ml-14px {
    margin-left: 14px;
  }

  .sm\:ml-52px {
    margin-left: 52px;
  }

  .sm\:ml-44px {
    margin-left: 44px;
  }

  .sm\:mt-20px {
    margin-top: 20px;
  }

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

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

  .sm\:flex {
    display: flex;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:h-120px {
    height: 120px;
  }

  .sm\:w-full {
    width: 100%;
  }

  .sm\:w-sp-width {
    width: 92.5%;
  }

  .sm\:w-160px {
    width: 160px;
  }
	
	.sm\:w-150px {
  width: 150px;
}
	
	  .sm\:w-140px {
    width: 140px;
  }

  .sm\:w-48\% {
    width: 48%;
  }

  .sm\:w-48 {
    width: 12rem;
  }

  .sm\:w-182px {
    width: 182px;
  }

  .sm\:w-90\% {
    width: 90%;
  }

  .sm\:w-90 {
    width: 22.5rem;
  }

  .sm\:w-180px {
    width: 180px;
  }

  .sm\:w-24px {
    width: 24px;
  }

  .sm\:min-w-240px {
    min-width: 240px;
  }

  .sm\:max-w-196px {
    max-width: 196px;
  }

  .sm\:max-w-240px {
    max-width: 240px;
  }

  .sm\:max-w-190px {
    max-width: 190px;
  }

  .sm\:max-w-308px {
    max-width: 308px;
  }

  .sm\:max-w-356px {
    max-width: 356px;
  }

  .sm\:-translate-x-1\/2 {
    --tw-translate-x: -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));
  }

  .sm\:scroll-pt-48px {
    scroll-padding-top: 48px;
  }

  .sm\:flex-col {
    flex-direction: column;
  }

  .sm\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .sm\:justify-center {
    justify-content: center;
  }

  .sm\:gap-12px {
    gap: 12px;
  }

  .sm\:gap-x-16px {
    -moz-column-gap: 16px;
         column-gap: 16px;
  }

  .sm\:gap-x-12px {
    -moz-column-gap: 12px;
         column-gap: 12px;
  }

  .sm\:gap-x-32px {
    -moz-column-gap: 32px;
         column-gap: 32px;
  }

  .sm\:self-start {
    align-self: flex-start;
  }

  .sm\:border-2 {
    border-width: 2px;
  }

  .sm\:border-original-gray {
    --tw-border-opacity: 1;
    border-color: rgb(241 241 241 / var(--tw-border-opacity));
  }

  .sm\:bg-commitment-3 {
    background-image: linear-gradient(180deg,#fff 0%,#fff 170px,rgba(190, 58, 31, 0.1) 170px,rgba(190, 58, 31, 0.1) 100%), url("/img_onyasai/pettern-w.jpg");
  }
  .sm\:pt-10px {
    padding-top: 10px;
  }
	

	  .sm\:pt-30px {
    padding-top: 30px;
  }
	

  .sm\:pb-24px {
    padding-bottom: 24px;
  }

  .sm\:pt-24px {
    padding-top: 24px;
  }

  .sm\:pt-36px {
    padding-top: 36px;
  }

  .sm\:pb-36px {
    padding-bottom: 36px;
  }

  .sm\:pb-48px {
    padding-bottom: 48px;
  }

  .sm\:pb-12px {
    padding-bottom: 12px;
  }

  .sm\:pb-18px {
    padding-bottom: 18px;
  }

  .sm\:pt-12px {
    padding-top: 12px;
  }

  .sm\:text-center {
    text-align: center;
  }

  .sm\:text-20px {
    font-size: 1.25rem;
  }

  .sm\:text-24px {
    font-size: 1.5rem;
  }
	
  .sm\:text-28px {
    font-size: 1.75rem;
  }

  .sm\:text-12px {
    font-size: 0.75rem;
  }

  .sm\:text-5px {
    font-size: 0.3125rem;
  }

  .sm\:text-8px {
    font-size: 0.5rem;
  }

  .sm\:text-14px {
    font-size: 0.875rem;
  }

	  .sm\:text-13px {
    font-size: 0.8125rem;
  }

  .sm\:text-36px {
    font-size: 36px;
  }

  .sm\:text-11px {
    font-size: 0.6875rem;
  }
	
	  .sm\:text-22px {
    font-size: 1.375rem;
  }
	
	  .sm\:text-26px {
    font-size: 1.5rem;
  }

  .sm\:text-30px {
    font-size: 30px;
  }

  .sm\:text-18px {
    font-size: 1.125rem;
  }

  .sm\:text-16px {
    font-size: 1rem;
  }
	  .sm\:text-15px {
    font-size: 0.9375rem;
  }

}

@media (min-width: 768px) and (max-width: 1199px) {
  .md\:absolute {
    position: absolute;
  }

  .md\:top-72px {
    top: 72px;
  }

  .md\:left-50\% {
    left: 50%;
  }

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

  .md\:mb-80px {
    margin-bottom: 80px;
  }

  .md\:mt-60px {
    margin-top: 60px;
  }

  .md\:mb-61px {
    margin-bottom: 61px;
  }

  .md\:mt-11px {
    margin-top: 11px;
  }

  .md\:-mr-0\.5 {
    margin-right: -0.125rem;
  }

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

  .md\:mt-12px {
    margin-top: 12px;
  }

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

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

  .md\:ml-32px {
    margin-left: 32px;
  }

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

  .md\:mt-20px {
    margin-top: 20px;
  }

  .md\:mr-16px {
    margin-right: 16px;
  }

  .md\:ml-52px {
    margin-left: 52px;
  }

  .md\:ml-44px {
    margin-left: 44px;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-72px {
    height: 72px;
  }

  .md\:h-40px {
    height: 40px;
  }

  .md\:h-80px {
    height: 80px;
  }

  .md\:h-140px {
    height: 140px;
  }

  .md\:h-60px {
    height: 60px;
  }

  .md\:h-64px {
    height: 64px;
  }

  .md\:w-48\% {
    width: 48%;
  }

  .md\:w-48 {
    width: 12rem;
  }

  .md\:w-100px {
    width: 100px;
  }

  .md\:w-280px {
    width: 280px;
  }

  .md\:w-488px {
    width: 488px;
  }

  .md\:w-240px {
    width: 240px;
  }

  .md\:w-182px {
    width: 182px;
  }

  .md\:w-720px {
    width: 720px;
  }

  .md\:w-23\% {
    width: 23%;
  }

  .md\:w-150px {
    width: 150px;
  }

  .md\:w-128px {
    width: 128px;
  }

  .md\:w-full {
    width: 100%;
  }

  .md\:max-w-196px {
    max-width: 196px;
  }

  .md\:max-w-190px {
    max-width: 190px;
  }

  .md\:max-w-240px {
    max-width: 240px;
  }

  .md\:max-w-800px {
    max-width: 800px;
  }

  .md\:max-w-340px {
    max-width: 340px;
  }

  .md\:max-w-520px {
    max-width: 520px;
  }

  .md\:-translate-x-1\/2 {
    --tw-translate-x: -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));
  }

  .md\:scroll-pt-72px {
    scroll-padding-top: 72px;
  }

  .md\:items-center {
    align-items: center;
  }

  .md\:justify-center {
    justify-content: center;
  }

  .md\:gap-x-18px {
    -moz-column-gap: 18px;
         column-gap: 18px;
  }

  .md\:self-start {
    align-self: flex-start;
  }

  .md\:border-2 {
    border-width: 2px;
  }

  .md\:border-original-gray {
    --tw-border-opacity: 1;
    border-color: rgb(241 241 241 / var(--tw-border-opacity));
  }

  .md\:bg-commitment-3 {
    background-image: linear-gradient(180deg,#fff 0%,#fff 170px,rgba(190, 58, 31, 0.1) 170px,rgba(190, 58, 31, 0.1) 100%), url("/img_onyasai/pettern-w.jpg");
  }

  .md\:pt-40px {
    padding-top: 40px;
  }

  .md\:text-center {
    text-align: center;
  }

  .md\:text-24px {
    font-size: 1.5rem;
  }

  .md\:text-16px {
    font-size: 1rem;
  }
		  .md\:text-15px {
    font-size: 0.9375rem;
  }

  .md\:text-14px {
    font-size: 0.875rem;
  }
	
		  .md\:text-13px {
    font-size: 0.8125rem;
  }

  .md\:text-6px {
    font-size: 0.375rem;
  }

  .md\:text-10px {
    font-size: 0.625rem;
  }
	
	  .md\:text-9px {
    font-size: 0.5625rem;
  }

  .md\:text-48px {
    font-size: 48px;
  }

  .md\:text-28px {
    font-size: 28px;
  }
	
	  .md\:text-26px {
    font-size: 26px;
  }

  .md\:text-72px {
    font-size: 72px;
  }

  .md\:text-22px {
    font-size: 1.375rem;
  }

  .md\:text-44px {
    font-size: 44px;
  }

  .md\:text-60px {
    font-size: 60px;
  }

  .md\:text-36px {
    font-size: 36px;
  }

  .md\:text-20px {
    font-size: 1.25rem;
  }
}

@media (min-width: 1200px) {
  .lg\:absolute {
    position: absolute;
  }

  .lg\:relative {
    position: relative;
  }

  .lg\:top-112px {
    top: 112px;
  }

  .lg\:left-1\/2 {
    left: 50%;
  }
	
	  .lg\:left-90px {
  left: 90px;
}

  .lg\:-top-22px {
    top: -22px;
  }

  .lg\:top-20px {
    top: 20px;
  }

  .lg\:-top-24px {
    top: -24px;
  }

  .lg\:right-60px {
    right: 60px;
  }

  .lg\:right-0 {
    right: 0px;
  }

  .lg\:right-274px {
    right: 274px;
  }

  .lg\:right-4 {
    right: 1rem;
  }

  .lg\:bottom-70px {
    bottom: 70px;
  }

  .lg\:right-3 {
    right: 0.75rem;
  }

  .lg\:mx-12px {
    margin-left: 12px;
    margin-right: 12px;
  }

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

  .lg\:mx-20px {
    margin-left: 20px;
    margin-right: 20px;
  }

  .lg\:mx-40px {
    margin-left: 40px;
    margin-right: 40px;
  }

  .lg\:mx-13px {
    margin-left: 13px;
    margin-right: 13px;
  }

  .lg\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

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

  .lg\:mx-10px {
    margin-left: 10px;
    margin-right: 10px;
  }

  .lg\:mx-15px {
    margin-left: 15px;
    margin-right: 15px;
  }

  .lg\:mx-18px {
    margin-left: 18px;
    margin-right: 18px;
  }

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

  .lg\:my-20px {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .lg\:my-24px {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .lg\:mt-84px {
    margin-top: 84px;
  }

  .lg\:mt-32px {
    margin-top: 32px;
  }

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

  .lg\:ml-114px {
    margin-left: 114px;
  }

  .lg\:mt-60px {
    margin-top: 60px;
  }

  .lg\:ml-400px {
    margin-left: 400px;
  }

  .lg\:ml-0 {
    margin-left: 0px;
  }

  .lg\:mt-26px {
    margin-top: 26px;
  }

  .lg\:mt-8px {
    margin-top: 8px;
  }
	
	  .lg\:mt-14px {
    margin-top: 14px;
  }

  .lg\:mt-40px {
    margin-top: 40px;
  }

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

  .lg\:mt-196px {
    margin-top: 196px;
  }

  .lg\:mt-20px {
    margin-top: 20px;
  }

  .lg\:mt-52px {
    margin-top: 52px;
  }

  .lg\:mt-44px {
    margin-top: 44px;
  }

  .lg\:mt-162px {
    margin-top: 162px;
  }

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

  .lg\:mt-36px {
    margin-top: 36px;
  }

  .lg\:mt-230px {
    margin-top: 230px;
  }

  .lg\:mt-80px {
    margin-top: 80px;
  }

  .lg\:ml-60px {
    margin-left: 60px;
  }

  .lg\:mt-144px {
    margin-top: 144px;
  }

  .lg\:mr-60px {
    margin-right: 60px;
  }

  .lg\:mb-120px {
    margin-bottom: 120px;
  }

  .lg\:mt-200px {
    margin-top: 200px;
  }

  .lg\:mb-61px {
    margin-bottom: 61px;
  }

  .lg\:mt-22px {
    margin-top: 22px;
  }

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

  .lg\:mt-59px {
    margin-top: 59px;
  }

  .lg\:mt-3px {
    margin-top: 3px;
  }

  .lg\:mb-148px {
    margin-bottom: 148px;
  }

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

  .lg\:mt-56px {
    margin-top: 56px;
  }

  .lg\:mt-74px {
    margin-top: 74px;
  }

  .lg\:-ml-20px {
    margin-left: -20px;
  }

  .lg\:mt-48px {
    margin-top: 48px;
  }

  .lg\:mt-12px {
    margin-top: 12px;
  }

  .lg\:mt-58px {
    margin-top: 58px;
  }

  .lg\:mt-24px {
    margin-top: 24px;
  }

  .lg\:mt-42px {
    margin-top: 42px;
  }

  .lg\:mt-39px {
    margin-top: 39px;
  }

  .lg\:-mr-1\.5 {
    margin-right: -0.375rem;
  }

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

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

  .lg\:mr-40px {
    margin-right: 40px;
  }

  .lg\:ml-110px {
    margin-left: 110px;
  }

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

  .lg\:ml-40px {
    margin-left: 40px;
  }
	
	
.lg\:ml-27px {
    margin-left: 27px;
  }
 .lg\:ml-12px {
    margin-left: 12px;
  }

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

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

  .lg\:mt-23px {
    margin-top: 23px;
  }

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

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

  .lg\:ml-32px {
    margin-left: 32px;
  }

  .lg\:mb-60px {
    margin-bottom: 60px;
  }

  .lg\:mb-40px {
    margin-bottom: 40px;
  }

  .lg\:mt-17px {
    margin-top: 17px;
  }

  .lg\:ml-1\.5 {
    margin-left: 0.375rem;
  }

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

  .lg\:mb-80px {
    margin-bottom: 80px;
  }

  .lg\:mt-38px {
    margin-top: 38px;
  }

  .lg\:mt-10px {
    margin-top: 10px;
  }

  .lg\:mb-149px {
    margin-bottom: 149px;
  }

  .lg\:mt-33px {
    margin-top: 33px;
  }

  .lg\:mr-12px {
    margin-right: 12px;
  }

  .lg\:mr-1\% {
    margin-right: 1%;
  }

  .lg\:mb-12px {
    margin-bottom: 12px;
  }

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

  .lg\:mt-31px {
    margin-top: 31px;
  }

  .lg\:mt-27px {
    margin-top: 27px;
  }

  .lg\:mt-118px {
    margin-top: 118px;
  }

  .lg\:ml-56px {
    margin-left: 56px;
  }

  .lg\:mt-50px {
    margin-top: 50px;
  }

  .lg\:mt-100px {
    margin-top: 100px;
  }

  .lg\:mb-100px {
    margin-bottom: 100px;
  }

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

  .lg\:mt-54px {
    margin-top: 54px;
  }

  .lg\:-mt-184px {
    margin-top: -184px;
  }

  .lg\:mt-140px {
    margin-top: 140px;
  }

  .lg\:-mt-40px {
    margin-top: -40px;
  }

  .lg\:mt-120px {
    margin-top: 120px;
  }

  .lg\:-mt-84px {
    margin-top: -84px;
  }

  .lg\:-mt-48px {
    margin-top: -48px;
  }

  .lg\:mr-32px {
    margin-right: 32px;
  }

  .lg\:mt-64px {
    margin-top: 64px;
  }

  .lg\:mb-8px {
    margin-bottom: 8px;
  }

  .lg\:mr-24px {
    margin-right: 24px;
  }

  .lg\:-mt-300px {
    margin-top: -300px;
  }

  .lg\:-mt-36px {
    margin-top: -36px;
  }

  .lg\:mt-4px {
    margin-top: 4px;
  }

  .lg\:mb-16px {
    margin-bottom: 16px;
  }

  .lg\:mb-32px {
    margin-bottom: 32px;
  }

  .lg\:mb-13px {
    margin-bottom: 13px;
  }

  .lg\:mb-21px {
    margin-bottom: 21px;
  }

  .lg\:mb-104px {
    margin-bottom: 104px;
  }

  .lg\:mt-37px {
    margin-top: 37px;
  }

  .lg\:mr-20px {
    margin-right: 20px;
  }

  .lg\:mr-88px {
    margin-right: 88px;
  }

  .lg\:mt-72px {
    margin-top: 72px;
  }

  .lg\:ml-28px {
    margin-left: 28px;
  }

  .lg\:-ml-48px {
    margin-left: -48px;
  }

  .lg\:ml-240px {
    margin-left: 240px;
  }

  .lg\:mt-16px {
    margin-top: 16px;
  }

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

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-136px {
    height: 136px;
  }

  .lg\:h-250px {
    height: 250px;
  }

  .lg\:h-240px {
    height: 240px;
  }

  .lg\:h-90px {
    height: 90px;
  }

  .lg\:h-530px {
    height: 530px;
  }

  .lg\:h-560px {
    height: 560px;
  }

  .lg\:h-100px {
    height: 100px;
  }

  .lg\:h-60px {
    height: 60px;
  }

  .lg\:h-70px {
    height: 70px;
  }

  .lg\:h-65px {
    height: 65px;
  }

  .lg\:h-80px {
    height: 80px;
  }

  .lg\:h-10 {
    height: 2.5rem;
  }

  .lg\:h-320px {
    height: 320px;
  }

  .lg\:h-160px {
    height: 160px;
  }

  .lg\:h-50px {
    height: 50px;
  }

  .lg\:h-72px {
    height: 72px;
  }

  .lg\:h-112px {
    height: 112px;
  }

  .lg\:h-212px {
    height: 212px;
  }

  .lg\:h-45px {
    height: 45px;
  }

  .lg\:h-28px {
    height: 28px;
  }

  .lg\:h-224px {
    height: 224px;
  }

  .lg\:h-78px {
    height: 78px;
  }

  .lg\:h-full {
    height: 100%;
  }

  .lg\:max-h-540px {
    max-height: 540px;
  }

  .lg\:w-pc-width-inner {
    width: 1072px;
  }

	  .lg\:w-516px {
    width: 516px;
  }
	
  .lg\:w-470px {
    width: 470px;
  }

  .lg\:w-300px {
    width: 300px;
  }

  .lg\:w-160px {
    width: 160px;
  }
	
		.lg\:w-150px {
  width: 150px;
}
	
	 .lg\:w-128px {
    width: 128px;
  }


  .lg\:w-240px {
    width: 240px;
  }

  .lg\:w-230px {
    width: 230px;
  }

  .lg\:w-720px {
    width: 720px;
  }

  .lg\:w-400px {
    width: 400px;
  }

  .lg\:w-380px {
    width: 380px;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-540px {
    width: 540px;
  }

  .lg\:w-520px {
    width: 520px;
  }

  .lg\:w-pc-width-full {
    width: 1440px;
  }

  .lg\:w-942px {
    width: 942px;
  }

  .lg\:w-476px {
    width: 476px;
  }

  .lg\:w-pc-width {
    width: 1200px;
  }

  .lg\:w-892px {
    width: 892px;
  }

  .lg\:w-980px {
    width: 980px;
  }

  .lg\:w-140px {
    width: 140px;
  }

  .lg\:w-223px {
    width: 223px;
  }

  .lg\:w-220px {
    width: 220px;
  }

  .lg\:w-144px {
    width: 144px;
  }

  .lg\:w-156px {
    width: 156px;
  }

  .lg\:w-74px {
    width: 74px;
  }

  .lg\:w-852px {
    width: 852px;
  }

  .lg\:w-576px {
    width: 576px;
  }

  .lg\:w-280px {
    width: 280px;
  }

  .lg\:w-304px {
    width: 304px;
  }

  .lg\:w-288px {
    width: 288px;
  }

  .lg\:w-870px {
    width: 870px;
  }

  .lg\:w-244px {
    width: 244px;
  }

  .lg\:w-526px {
    width: 526px;
  }

  .lg\:w-full {
    width: 100%;
  }

  .lg\:w-24\% {
    width: 24%;
  }

  .lg\:w-24 {
    width: 6rem;
  }

  .lg\:w-49\% {
    width: 49%;
  }

  .lg\:w-48\% {
    width: 48%;
  }

  .lg\:w-48 {
    width: 12rem;
  }

  .lg\:w-36\% {
    width: 36%;
  }

  .lg\:w-36 {
    width: 9rem;
  }

  .lg\:w-390px {
    width: 390px;
  }
	
	  .lg\:w-232px {
    width: 232px;
  }

  .lg\:w-320px {
    width: 320px;
  }

  .lg\:w-100px {
    width: 100px;
  }

  .lg\:w-72px {
    width: 72px;
  }

  .lg\:w-176px {
    width: 176px;
  }

  .lg\:w-152px {
    width: 152px;
  }

  .lg\:w-120px {
    width: 120px;
  }

  .lg\:w-78px {
    width: 78px;
  }

  .lg\:w-19\.2\% {
    width: 19.2%;
  }

  .lg\:w-84px {
    width: 84px;
  }

  .lg\:w-32\% {
    width: 32%;
  }

  .lg\:w-32 {
    width: 8rem;
  }

  .lg\:max-w-520px {
    max-width: 520px;
  }

  .lg\:-translate-x-1\/2 {
    --tw-translate-x: -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));
  }

  .lg\:scroll-pt-100px {
    scroll-padding-top: 100px;
  }

  .lg\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
	  .lg\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .lg\:flex-col {
    flex-direction: column;
  }

  .lg\:flex-wrap {
    flex-wrap: wrap;
  }

  .lg\:items-center {
    align-items: center;
  }

  .lg\:justify-end {
    justify-content: flex-end;
  }

  .lg\:justify-center {
    justify-content: center;
  }

  .lg\:justify-between {
    justify-content: space-between;
  }

  .lg\:justify-around {
    justify-content: space-around;
  }

  .lg\:gap-12px {
    gap: 12px;
  }

  .lg\:gap-32px {
    gap: 32px;
  }

  .lg\:gap-x-15px {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }

  .lg\:gap-x-32px {
    -moz-column-gap: 32px;
         column-gap: 32px;
  }

  .lg\:self-center {
    align-self: center;
  }

  .lg\:rounded {
    border-radius: 0.25rem;
  }

  .lg\:border {
    border-width: 1px;
  }

  .lg\:border-b {
    border-bottom-width: 1px;
  }

  .lg\:border-original-gray {
    --tw-border-opacity: 1;
    border-color: rgb(241 241 241 / var(--tw-border-opacity));
  }

  .lg\:border-original-dark-red2 {
    --tw-border-opacity: 1;
    border-color: rgb(81 56 50 / var(--tw-border-opacity));
  }

  .lg\:bg-commitment-1-pc {
    background-image: linear-gradient(180deg,#fff 0%,#fff 300px,rgba(245, 192, 57, 0.1) 300px,rgba(245, 192, 57, 0.1) 100%), url("/img_onyasai/pettern-w.jpg");
  }
	
	  .lg\:bg-commitment-1b-pc {
    background-image: linear-gradient(180deg,#fff 0%,#fff 145px,rgba(245, 192, 57, 0.1) 145px,rgba(245, 192, 57, 0.1) 100%), url("/img_onyasai/pettern-w.jpg");
  }
	
	
	

  .lg\:bg-commitment-2-pc {
    background-image: linear-gradient(180deg,#fff 0%,#fff 300px,rgba(143, 208, 86, 0.1) 300px,rgba(143, 208, 86, 0.1) 100%), url("/img_onyasai/pettern-w.jpg");
  }
	
	  .lg\:bg-commitment-2b-pc {
    background-image: linear-gradient(180deg,#fff 0%,#fff 130px,rgba(143, 208, 86, 0.1) 130px,rgba(143, 208, 86, 0.1) 100%), url("/img_onyasai/pettern-w.jpg");
  }
	
		  .lg\:bg-commitment-2c-pc {
    background-image: linear-gradient(180deg,#fff 0%,#fff 90px,rgba(143, 208, 86, 0.1) 90px,rgba(143, 208, 86, 0.1) 100%), url("/img_onyasai/pettern-w.jpg");
  }

  .lg\:bg-commitment-3-pc {
    background-image: linear-gradient(180deg,#fff 0%,#fff 366px,rgba(190, 58, 31, 0.1) 366px,rgba(190, 58, 31, 0.1) 100%), url("/img_onyasai/pettern-w.jpg");
  }
	
	  .lg\:bg-commitment-3b-pc {
    background-image: linear-gradient(180deg,#fff 0%,#fff 210px,rgba(190, 58, 31, 0.1) 210px,rgba(190, 58, 31, 0.1) 100%), url("/img_onyasai/pettern-w.jpg");
  }

  .lg\:bg-pettern-w2_pc {
    background-image: linear-gradient(180deg,#fff 0%,#fff 143px,rgba(255, 255, 255, 0.0) 143px,rgba(255, 255, 255, 0.0) 100%), url("/img_onyasai/pettern-w.jpg");
  }

  .lg\:object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .lg\:px-40px {
    padding-left: 40px;
    padding-right: 40px;
  }

  .lg\:py-56px {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .lg\:py-58px {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .lg\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:py-0\.5 {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .lg\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .lg\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:py-12px {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .lg\:px-20px {
    padding-left: 20px;
    padding-right: 20px;
  }

  .lg\:py-10px {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .lg\:py-20px {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .lg\:py-40px {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .lg\:pb-60px {
    padding-bottom: 60px;
  }

  .lg\:pb-100px {
    padding-bottom: 100px;
  }

  .lg\:pt-40px {
    padding-top: 40px;
  }

  .lg\:pb-125px {
    padding-bottom: 125px;
  }

  .lg\:pt-0 {
    padding-top: 0px;
  }

  .lg\:pb-34px {
    padding-bottom: 34px;
  }

  .lg\:pt-60px {
    padding-top: 60px;
  }

  .lg\:pb-54px {
    padding-bottom: 54px;
  }

  .lg\:pt-36px {
    padding-top: 36px;
  }

  .lg\:pt-81px {
    padding-top: 81px;
  }

  .lg\:pb-141px {
    padding-bottom: 141px;
  }

  .lg\:pb-0 {
    padding-bottom: 0px;
  }

  .lg\:pt-100px {
    padding-top: 100px;
  }

  .lg\:pb-50px {
    padding-bottom: 50px;
  }

  .lg\:pt-3 {
    padding-top: 0.75rem;
  }

  .lg\:pt-38px {
    padding-top: 38px;
  }

  .lg\:pb-56px {
    padding-bottom: 56px;
  }

  .lg\:pb-38px {
    padding-bottom: 38px;
  }

  .lg\:pt-18px {
    padding-top: 18px;
  }

  .lg\:pb-40px {
    padding-bottom: 40px;
  }

  .lg\:pb-18px {
    padding-bottom: 18px;
  }

  .lg\:pt-80px {
    padding-top: 80px;
  }

  .lg\:pb-184px {
    padding-bottom: 184px;
  }

  .lg\:pt-20px {
    padding-top: 20px;
  }

  .lg\:pb-86px {
    padding-bottom: 86px;
  }

  .lg\:pt-10px {
    padding-top: 10px;
  }
	
	  .lg\:pt-30px {
    padding-top: 30px;
  }

  .lg\:pb-84px {
    padding-bottom: 84px;
  }

  .lg\:pb-70px {
    padding-bottom: 70px;
  }

  .lg\:pb-16px {
    padding-bottom: 16px;
  }

  .lg\:pb-300px {
    padding-bottom: 300px;
  }

  .lg\:pt-21px {
    padding-top: 21px;
  }

  .lg\:pt-56px {
    padding-top: 56px;
  }

  .lg\:pt-28px {
    padding-top: 28px;
  }

  .lg\:text-left {
    text-align: left;
  }

  .lg\:text-center {
    text-align: center;
  }

  .lg\:text-32px {
    font-size: 32px;
  }

  .lg\:text-52px {
    font-size: 52px;
  }

  .lg\:text-16px {
    font-size: 1rem;
  }
		  .lg\:text-15px {
    font-size: 0.9375rem;
  }

  .lg\:text-20px {
    font-size: 1.25rem;
  }

  .lg\:text-28px {
    font-size: 28px;
  }
	
	  .lg\:text-26px {
    font-size: 26px;
  }

  .lg\:text-14px {
    font-size: 0.875rem;
  }
	
			  .lg\:text-13px {
    font-size: 0.8125rem;
  }

  .lg\:text-24px {
    font-size: 1.5rem;
  }

  .lg\:text-9px {
    font-size: 0.5625rem;
  }

  .lg\:text-12px {
    font-size: 0.75rem;
  }

  .lg\:text-10px {
    font-size: 0.625rem;
  }

  .lg\:text-8px {
    font-size: 0.5rem;
  }

  .lg\:text-18px {
    font-size: 1.125rem;
  }

  .lg\:text-36px {
    font-size: 36px;
  }

  .lg\:text-64px {
    font-size: 64px;
  }

  .lg\:text-22px {
    font-size: 1.375rem;
  }

  .lg\:leading-8 {
    line-height: 2rem;
  }

  .lg\:leading-10 {
    line-height: 2.5rem;
  }

  .lg\:leading-52px {
    line-height: 52px;
  }

  .lg\:leading-7 {
    line-height: 1.75rem;
  }

  .lg\:leading-5 {
    line-height: 1.25rem;
  }

  .lg\:leading-6 {
    line-height: 1.5rem;
  }

  .lg\:tracking-0\.005 {
    letter-spacing: 0.005rem;
  }
}

@media (min-width: 1366px) {
  .xl\:hidden {
    display: none;
  }

  .xl\:justify-between {
    justify-content: space-between;
  }

  .xl\:justify-around {
    justify-content: space-around;
  }
}


.fixnav-outer{
	width: 100%;
	background: #f4f3ef;
	padding-top: 20px;
}
.fixnav{
	position: sticky;
	bottom: 0;
	z-index: 9;
	line-height: 1.3;
}

.fixnav-center{
	justify-content: center!important;
}

.fixnav-center .bg-original-gyu{
	margin-left: 20px;
}

.bg-original-buta{
	background: #faf1d1;
}
.bg-original-gyu{
	background: #f8d8b0;
}
.bg-original-on{
	background: #ecc5c0;
}
.bg-original-tan{
	background: #d9ba89;
}
.bg-original-kuroge{
	background: #e3e0da;
}

.w-19\%{width: 19%;}

.w-24\%{width: 24%;}

.w-32\%{width: 32.5%;}

.mb_app{
	margin-bottom: 300px;
}

@media screen and (max-width: 1200px) {
		.fixnav{
	position: sticky;
	top: 48px;
			line-height: 1.2;
}
	
	.fixnav-outer{
	padding-top: 15px;
}
	.mb_app{
	margin-bottom: 50px;
}
}

@media screen and (max-width: 768px) {
	
	.bg-shimofurikuroge {
  background-color: #EDB740;
	background: url("../img_onyasai/bg_shimofurikuroge.jpg") no-repeat center center;
	background-size: cover;
}
	
	.bg-shimofurikuroge_ttl {
  background-color: #EDB740;
	background: url("../img_onyasai/bg_shimofurikuroge.jpg") no-repeat center center;
	background-size: cover;
}
	
.fl_order1{
	order: 1;
}

.fl_order2{
	order: 2;
}
	.fixnav-center .bg-original-gyu{
	margin-left: 10px;
}
	
	.fixnav-center .w-19\%{width: 48%;}
		

	
	.mb_app{
	margin-bottom: 50px;
}
}

/*202310 world*/

.bg-japan {
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("/img_onyasai/world/japan.jpg");
}
.bg-usa {
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("/img_onyasai/world/usa.jpg");
}
.bg-taiwan {
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("/img_onyasai/world/taiwan.jpg");
}
.bg-singapore {
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("/img_onyasai/world/singapore.jpg");
}
.bg-hongkong {
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("/img_onyasai/world/hongkong.jpg");
}
.bg-canada {
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("/img_onyasai/world/canada.jpg");
}
.bg-thailand {
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("/img_onyasai/world/thailand.jpg");
}
.bg-philippines {
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("/img_onyasai/world/philippines.jpg");
}
.bg-vietnam {
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("/img_onyasai/world/vietnam.jpg");
}
.bg-indonesia {
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("/img_onyasai/world/indonesia.jpg");
}
.bg-cambodia {
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("/img_onyasai/world/cambodia.jpg");
}
.bg-china {
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("/img_onyasai/world/china.jpg");
}


/*202401 トライアルメニュー*/

.link_btn{}

.top-bnr-info h2{
	font-size: 18px;
	line-height: 1.7;
}
.top-bnr-info{
	background:rgba(227,87,50,1.00);
	color: #fff;
	height: 93px;
}

.top-bnr-info .top-bnr-inner::after{
  content: url("../img_onyasai/top/cursor_w.svg");
  position: absolute;
  width: 15px;
  height: 9px;
	right: 10px;
  top: 50%;
  margin-top: -9px;
}

.top-bnr-info .top-bnr-inner{
width: 690px;	
}

.link_btn_ht .top-bnr-info h2{
	font-size: 14px;
	line-height: 1.7;
}

.link_btn_ht .top-bnr-info h2{
	font-size: 14px;
	line-height: 1.7;
}

.link_btn_ht .top-bnr-info {
  height: 80px;
}


@media screen and (max-width: 1150px) {

	.link_btn_ht{
		margin-bottom: 30px;
	}
.link_btn_ht .top-bnr-info .top-bnr-inner{
width: 90vw!important;	
}


}


@media screen and (max-width: 767px) {

	
.top-bnr-info{
	height: 16vw;
}

.top-bnr-info .top-bnr-inner{
width: 90vw;	
		padding: 15px 7vw 15px 3vw;
	box-sizing: border-box;
}
	
	
.link_btn_ht .top-bnr-info .top-bnr-inner{
width: 90vw!important;	
}
	
	.top-bnr-info h2 {
  font-size: 3vw;
}

}


/*202407 トライアルメニュー*/

.link_btn{}

.top-bnr-info2 h2{
	font-size: 18px;
	line-height: 1.7;
	margin-bottom: 10px;
}
.top-bnr-info2{
	background:rgba(227,87,50,1.00);
	color: #fff;
	padding: 20px;
}

.top-bnr-info2 .top-bnr-inner{
width: 690px;	
}

.link_btn_ht .top-bnr-info2 h2{
	font-size: 14px;
	line-height: 1.7;
}


.link_btn_ht .top-bnr-info2 {
  height: 80px;
}


@media screen and (max-width: 1150px) {

	.link_btn_ht{
		margin-bottom: 30px;
	}
.link_btn_ht .top-bnr-info2 .top-bnr-inner{
width: 90vw!important;	
}


}


@media screen and (max-width: 767px) {

	
.top-bnr-info2{
}

.top-bnr-info2 .top-bnr-inner{
width: 90vw;	
		padding: 15px 7vw 15px 3vw;
	box-sizing: border-box;
}
	
	
.link_btn_ht .top-bnr-info2 .top-bnr-inner{
width: 90vw!important;	
}
	
	.top-bnr-info2 h2 {
  font-size: 3.8vw;
}

}

/*202503_GM*/

.at_shimofuri{
	position: absolute;
	bottom: -25px;
}

.ruby {
    display: ruby;
  }
   .ruby small {
      display: ruby-text;
      font-size: 10px;
				margin-bottom: -4px;
  }

@media screen and (max-width: 767px) {
	
	   .ruby small {
      font-size: 8px;
  }
	
}
