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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

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

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

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

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

/*
Ensure the default browser behavior of the `hidden` attribute.
*/

[hidden] {
  display: none;
}

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

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

  .container {
    max-width: 1200px;
  }
}
/* 肉メニュー */
.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;
  }

  .menu-tile {
    width: 288px;
  }
}
.menu-tile-image {
  position: relative;
}
.menu-tile-image > 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-under {
  margin-left: 10px;
  margin-right: 10px;
}
@media (min-width: 1200px) {

  .menu-tile-under {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.menu-tile-name {
  margin-top: 11px;
  display: flex;
}
@media (min-width: 1200px) {

  .menu-tile-name {
    margin-top: 17px;
  }
}
.menu-tile-name > span {
  margin-top: 0.125rem;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25rem;
}
.menu-tile-price {
  margin-top: 11px;
  display: flex;
  align-items: center;
  font-family: 游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, sans-serif;
}
@media (min-width: 1200px) {

  .menu-tile-price {
    margin-top: 18px;
  }
}
.menu-tile-no-tax > span {
  white-space: nowrap;
  font-size: 0.875rem;
  font-weight: 700;
}
@media (min-width: 1200px) {

  .menu-tile-no-tax > span {
    font-size: 1rem;
  }
}
.menu-tile-tax > span {
  white-space: nowrap;
  font-size: 0.875rem;
}
@media (min-width: 1200px) {

  .menu-tile-tax > span {
    font-size: 1rem;
  }
}
.menu-tile-taste {
  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-taste {
    margin-left: 20px;
    margin-right: 20px;
  }

  .menu-tile-taste {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.menu-tile-taste > span {
  white-space: nowrap;
  font-size: 0.8125rem;
}
@media (min-width: 1200px) {

  .menu-tile-taste > span {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .menu-tile-taste > span {
    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;
  }

  .menu-half {
    width: 288px;
  }
}
.menu-half-wrapper {
  margin-left: 10px;
  margin-right: 10px;
}
@media (min-width: 1200px) {

  .menu-half-wrapper {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.menu-half-name {
  margin-top: 11px;
  display: flex;
}
@media (min-width: 1200px) {

  .menu-half-name {
    margin-top: 17px;
  }
}
.menu-half-name > span {
  margin-top: 0.125rem;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25rem;
}
.menu-half-price {
  margin-top: 0.25rem;
  display: flex;
  align-items: center;
  font-family: 游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, sans-serif;
}
.menu-half-no-tax > span {
  white-space: nowrap;
  font-size: 0.875rem;
  font-weight: 700;
}
@media (min-width: 1200px) {

  .menu-half-no-tax > span {
    font-size: 1rem;
  }
}
.menu-half-tax > span {
  white-space: nowrap;
  font-size: 0.875rem;
}
@media (min-width: 1200px) {

  .menu-half-tax > span {
    font-size: 1rem;
  }
}
.menu-half-taste {
  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-taste {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.menu-half-taste > span {
  white-space: nowrap;
  font-size: 0.8125rem;
}
@media (min-width: 1200px) {

  .menu-half-taste > span {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .menu-half-taste > span {
    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;
  }

  .menu {
    width: 288px;
  }
}
.menu-image > img {
  width: 100%;
  border-radius: 0.25rem;
  -o-object-fit: cover;
     object-fit: cover;
        aspect-ratio: 1/1;
}
.menu-name {
  margin-top: 13px;
  display: flex;
}
@media (min-width: 1200px) {

  .menu-name {
    margin-top: 17px;
  }
}
.menu-name > span {
  margin-top: 0.125rem;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25rem;
}
.menu-price {
  margin-top: 13px;
  display: flex;
  align-items: center;
  font-family: 游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, sans-serif;
}
@media (min-width: 1200px) {

  .menu-price {
    margin-top: 17px;
  }
}
.menu-no-tax > span {
  white-space: nowrap;
  font-size: 0.875rem;
  font-weight: 700;
}
@media (min-width: 1200px) {

  .menu-no-tax > span {
    font-size: 1rem;
  }
}
.menu-tax > span {
  white-space: nowrap;
  font-size: 0.875rem;
}
@media (min-width: 1200px) {

  .menu-tax > 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: 2rem;
  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: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / 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;
  }

  .slick-text {
    margin-left: 0px;
    margin-right: 0px;
  }

  .slick-text {
    height: 2.5rem;
  }

  .slick-text {
    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: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(32 24 22 / var(--tw-text-opacity));
}
@media (min-width: 1200px) {

  .slick-text > div > a {
    font-size: 0.8125rem;
  }
}
.visible {
  visibility: visible;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.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-50px {
  top: 50px;
}
.bottom-128px {
  bottom: 128px;
}
.-left-56px {
  left: -56px;
}
.-top-20px {
  top: -20px;
}
.left-40px {
  left: 40px;
}
.-right-40px {
  right: -40px;
}
.-left-10px {
  left: -10px;
}
.top-46px {
  top: 46px;
}
.top-15px {
  top: 15px;
}
.left-84px {
  left: 84px;
}
.right-40px {
  right: 40px;
}
.-left-40px {
  left: -40px;
}
.top-28px {
  top: 28px;
}
.left-50\% {
  left: 50%;
}
.top-110px {
  top: 110px;
}
.right-6 {
  right: 1.5rem;
}
.top-4 {
  top: 1rem;
}
.-bottom-54px {
  bottom: -54px;
}
.bottom-0 {
  bottom: 0px;
}
.right-33px {
  right: 33px;
}
.top-22px {
  top: 22px;
}
.right-10px {
  right: 10px;
}
.top-1\/2 {
  top: 50%;
}
.top-20px {
  top: 20px;
}
.right-20px {
  right: 20px;
}
.right-2 {
  right: 0.5rem;
}
.-top-29px {
  top: -29px;
}
.left-23px {
  left: 23px;
}
.top-5px {
  top: 5px;
}
.top-30px {
  top: 30px;
}
.left-18px {
  left: 18px;
}
.right-1 {
  right: 0.25rem;
}
.top-1 {
  top: 0.25rem;
}
.top-0 {
  top: 0px;
}
.top-48px {
  top: 48px;
}
.right-3 {
  right: 0.75rem;
}
.top-6px {
  top: 6px;
}
.top-100px {
  top: 100px;
}
.right-36px {
  right: 36px;
}
.right-14px {
  right: 14px;
}
.bottom-20px {
  bottom: 20px;
}
.bottom-46px {
  bottom: 46px;
}
.left-1\/2 {
  left: 50%;
}
.right-5 {
  right: 1.25rem;
}
.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-0 {
  right: 0px;
}
.right-25px {
  right: 25px;
}
.top-26px {
  top: 26px;
}
.left-9px {
  left: 9px;
}
.top-70px {
  top: 70px;
}
.top-14px {
  top: 14px;
}
.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-27\% {
  top: 27%;
}
.right-1\/2 {
  right: 50%;
}
.top-59\% {
  top: 59%;
}
.top-54\% {
  top: 54%;
}
.top-16\% {
  top: 16%;
}
.top-56\% {
  top: 56%;
}
.-z-10 {
  z-index: -10;
}
.z-30 {
  z-index: 30;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.z-10 {
  z-index: 10;
}
.m-auto {
  margin: auto;
}
.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;
}
.my-12px {
  margin-top: 12px;
  margin-bottom: 12px;
}
.my-60px {
  margin-top: 60px;
  margin-bottom: 60px;
}
.my-24px {
  margin-top: 24px;
  margin-bottom: 24px;
}
.mx-10px {
  margin-left: 10px;
  margin-right: 10px;
}
.mx-42px {
  margin-left: 42px;
  margin-right: 42px;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-12px {
  margin-left: 12px;
  margin-right: 12px;
}
.mx-38px {
  margin-left: 38px;
  margin-right: 38px;
}
.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;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-20px {
  margin-top: 20px;
  margin-bottom: 20px;
}
.mx-px {
  margin-left: 1px;
  margin-right: 1px;
}
.mt-40px {
  margin-top: 40px;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mr-1 {
  margin-right: 0.25rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.mt-26px {
  margin-top: 26px;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-10px {
  margin-top: 10px;
}
.mt-30px {
  margin-top: 30px;
}
.mt-2 {
  margin-top: 0.5rem;
}
.ml-12px {
  margin-left: 12px;
}
.mt-1\.5 {
  margin-top: 0.375rem;
}
.mt-12px {
  margin-top: 12px;
}
.mt-60px {
  margin-top: 60px;
}
.mt-24px {
  margin-top: 24px;
}
.mr-4 {
  margin-right: 1rem;
}
.mt-14px {
  margin-top: 14px;
}
.mt-20px {
  margin-top: 20px;
}
.mt-38px {
  margin-top: 38px;
}
.mt-32px {
  margin-top: 32px;
}
.mt-76px {
  margin-top: 76px;
}
.mt-18px {
  margin-top: 18px;
}
.ml-auto {
  margin-left: auto;
}
.mt-80px {
  margin-top: 80px;
}
.mt-28px {
  margin-top: 28px;
}
.-mt-1 {
  margin-top: -0.25rem;
}
.mb-38px {
  margin-bottom: 38px;
}
.mt-22px {
  margin-top: 22px;
}
.mr-7 {
  margin-right: 1.75rem;
}
.mt-30\.63px {
  margin-top: 30.63px;
}
.mt-8\.37px {
  margin-top: 8.37px;
}
.ml-3px {
  margin-left: 3px;
}
.mb-9px {
  margin-bottom: 9px;
}
.mt-8 {
  margin-top: 2rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.mb-37px {
  margin-bottom: 37px;
}
.mt-62px {
  margin-top: 62px;
}
.mb-89px {
  margin-bottom: 89px;
}
.mt-34px {
  margin-top: 34px;
}
.ml-18px {
  margin-left: 18px;
}
.mb-14px {
  margin-bottom: 14px;
}
.mt-15px {
  margin-top: 15px;
}
.mb-24px {
  margin-bottom: 24px;
}
.mt-42px {
  margin-top: 42px;
}
.mt-0\.5 {
  margin-top: 0.125rem;
}
.mt-0 {
  margin-top: 0px;
}
.mb-88px {
  margin-bottom: 88px;
}
.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-55px {
  margin-top: 55px;
}
.mt-17px {
  margin-top: 17px;
}
.ml-0\.5 {
  margin-left: 0.125rem;
}
.ml-0 {
  margin-left: 0px;
}
.ml-1\.5 {
  margin-left: 0.375rem;
}
.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;
}
.mt-35px {
  margin-top: 35px;
}
.mt-44px {
  margin-top: 44px;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.ml-5 {
  margin-left: 1.25rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.mr-5 {
  margin-right: 1.25rem;
}
.mr-10px {
  margin-right: 10px;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-15px {
  margin-bottom: 15px;
}
.mr-8 {
  margin-right: 2rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-0\.5 {
  margin-bottom: 0.125rem;
}
.mb-0 {
  margin-bottom: 0px;
}
.mt-48px {
  margin-top: 48px;
}
.mt-59px {
  margin-top: 59px;
}
.mb-22px {
  margin-bottom: 22px;
}
.ml-1px {
  margin-left: 1px;
}
.-mt-3px {
  margin-top: -3px;
}
.mb-20px {
  margin-bottom: 20px;
}
.mb-40px {
  margin-bottom: 40px;
}
.mt-13px {
  margin-top: 13px;
}
.mt-9px {
  margin-top: 9px;
}
.mt-56px {
  margin-top: 56px;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.ml-20px {
  margin-left: 20px;
}
.-ml-40px {
  margin-left: -40px;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mb-10px {
  margin-bottom: 10px;
}
.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;
}
.ml-10px {
  margin-left: 10px;
}
.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;
}
.mt-54px {
  margin-top: 54px;
}
.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-6 {
  margin-right: 1.5rem;
}
.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;
}
.-mt-40px {
  margin-top: -40px;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-1px {
  margin-bottom: 1px;
}
.mb-3px {
  margin-bottom: 3px;
}
.mb-50px {
  margin-bottom: 50px;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.table-row-group {
  display: table-row-group;
}
.table-row {
  display: table-row;
}
.contents {
  display: contents;
}
.list-item {
  display: list-item;
}
.hidden {
  display: none;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.h-92px {
  height: 92px;
}
.h-200px {
  height: 200px;
}
.h-38px {
  height: 38px;
}
.h-270px {
  height: 270px;
}
.h-full {
  height: 100%;
}
.h-45px {
  height: 45px;
}
.h-115px {
  height: 115px;
}
.h-60px {
  height: 60px;
}
.h-256px {
  height: 256px;
}
.h-32px {
  height: 32px;
}
.h-48px {
  height: 48px;
}
.h-50px {
  height: 50px;
}
.h-40px {
  height: 40px;
}
.h-160px {
  height: 160px;
}
.h-1 {
  height: 0.25rem;
}
.h-80px {
  height: 80px;
}
.h-58px {
  height: 58px;
}
.h-46px {
  height: 46px;
}
.h-55px {
  height: 55px;
}
.h-4 {
  height: 1rem;
}
.h-140px {
  height: 140px;
}
.h-70px {
  height: 70px;
}
.h-36px {
  height: 36px;
}
.h-516px {
  height: 516px;
}
.h-20px {
  height: 20px;
}
.h-20 {
  height: 5rem;
}
.h-116px {
  height: 116px;
}
.h-30px {
  height: 30px;
}
.h-28px {
  height: 28px;
}
.h-8 {
  height: 2rem;
}
.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-180px {
  height: 180px;
}
.h-240px {
  height: 240px;
}
.h-400px {
  height: 400px;
}
.h-17px {
  height: 17px;
}
.h-440px {
  height: 440px;
}
.h-24px {
  height: 24px;
}
.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-380px {
  height: 380px;
}
.h-260px {
  height: 260px;
}
.h-65px {
  height: 65px;
}
.h-34px {
  height: 34px;
}
.h-300px {
  height: 300px;
}
.h-60 {
  height: 15rem;
}
.max-h-560px {
  max-height: 560px;
}
.max-h-240px {
  max-height: 240px;
}
.max-h-24 {
  max-height: 6rem;
}
.w-full {
  width: 100%;
}
.w-sp-width {
  width: 92.5%;
}
.w-1\/2 {
  width: 50%;
}
.w-160px {
  width: 160px;
}
.w-76\% {
  width: 76%;
}
.w-200px {
  width: 200px;
}
.w-122px {
  width: 122px;
}
.w-190px {
  width: 190px;
}
.w-45px {
  width: 45px;
}
.w-1\/3 {
  width: 33.333333%;
}
.w-78px {
  width: 78px;
}
.w-60px {
  width: 60px;
}
.w-30px {
  width: 30px;
}
.w-24px {
  width: 24px;
}
.w-23px {
  width: 23px;
}
.w-91\.6\% {
  width: 91.6%;
}
.w-320px {
  width: 320px;
}
.w-32px {
  width: 32px;
}
.w-520px {
  width: 520px;
}
.w-48\% {
  width: 48%;
}
.w-48 {
  width: 12rem;
}
.w-12px {
  width: 12px;
}
.w-336px {
  width: 336px;
}
.w-100px {
  width: 100px;
}
.w-120px {
  width: 120px;
}
.w-191px {
  width: 191px;
}
.w-36px {
  width: 36px;
}
.w-screen {
  width: 100vw;
}
.w-50px {
  width: 50px;
}
.w-30\% {
  width: 30%;
}
.w-58px {
  width: 58px;
}
.w-351px {
  width: 351px;
}
.w-auto {
  width: auto;
}
.w-253px {
  width: 253px;
}
.w-28px {
  width: 28px;
}
.w-8 {
  width: 2rem;
}
.w-29px {
  width: 29px;
}
.w-39px {
  width: 39px;
}
.w-178px {
  width: 178px;
}
.w-70px {
  width: 70px;
}
.w-40px {
  width: 40px;
}
.w-110px {
  width: 110px;
}
.w-pc-width-inner {
  width: 1072px;
}
.w-42px {
  width: 42px;
}
.w-128px {
  width: 128px;
}
.w-35\.7px {
  width: 35.7px;
}
.w-20 {
  width: 5rem;
}
.w-116px {
  width: 116px;
}
.w-84px {
  width: 84px;
}
.w-56px {
  width: 56px;
}
.w-63px {
  width: 63px;
}
.w-45\.5\% {
  width: 45.5%;
}
.w-230px {
  width: 230px;
}
.w-176px {
  width: 176px;
}
.w-240px {
  width: 240px;
}
.w-850px {
  width: 850px;
}
.w-244px {
  width: 244px;
}
.w-440px {
  width: 440px;
}
.w-20px {
  width: 20px;
}
.w-6 {
  width: 1.5rem;
}
.w-180px {
  width: 180px;
}
.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-196px {
  width: 196px;
}
.w-74 {
  width: 18.5rem;
}
.w-31\% {
  width: 31%;
}
.w-30\.6\% {
  width: 30.6%;
}
.w-24\% {
  width: 24%;
}
.min-w-60px {
  min-width: 60px;
}
.min-w-300px {
  min-width: 300px;
}
.min-w-89px {
  min-width: 89px;
}
.max-w-196px {
  max-width: 196px;
}
.max-w-520px {
  max-width: 520px;
}
.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;
}
.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\/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));
}
.-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));
}
.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;
      -ms-user-select: none;
          user-select: none;
}
.resize {
  resize: both;
}
.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.flex-wrap {
  flex-wrap: wrap;
}
.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;
}
.self-center {
  align-self: center;
}
.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-sm {
  border-radius: 0.125rem;
}
.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;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-l {
  border-left-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-b-4 {
  border-bottom-width: 4px;
}
.border-t {
  border-top-width: 1px;
}
.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-gray {
  --tw-border-opacity: 1;
  border-color: rgb(241 241 241 / 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));
}
.bg-original-light-black {
  --tw-bg-opacity: 1;
  background-color: rgb(34 34 34 / var(--tw-bg-opacity));
}
.bg-original-dark-black {
  --tw-bg-opacity: 1;
  background-color: rgb(17 17 17 / var(--tw-bg-opacity));
}
.bg-original-red {
  --tw-bg-opacity: 1;
  background-color: rgb(208 17 27 / var(--tw-bg-opacity));
}
.bg-original-gray {
  --tw-bg-opacity: 1;
  background-color: rgb(241 241 241 / var(--tw-bg-opacity));
}
.bg-overlay {
  background-color: rgba(34, 34, 34, 0.9);
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-original-gray-black {
  --tw-bg-opacity: 1;
  background-color: rgb(51 51 51 / var(--tw-bg-opacity));
}
.bg-original-black {
  --tw-bg-opacity: 1;
  background-color: rgb(32 24 22 / 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-original-brown {
  --tw-bg-opacity: 1;
  background-color: rgb(244 240 234 / 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-dark-red {
  --tw-bg-opacity: 1;
  background-color: rgb(164 33 24 / var(--tw-bg-opacity));
}
.bg-original-orange {
  --tw-bg-opacity: 1;
  background-color: rgb(225 145 52 / 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-gold {
  --tw-bg-opacity: 1;
  background-color: rgb(181 156 86 / var(--tw-bg-opacity));
}
.bg-pettern-w {
  background-image: url("/img/pettern-w.png");
}
.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/pettern.png"), linear-gradient(180deg,rgba(68, 68, 68, 0.1) 0%,rgba(68, 68, 68, 0.1) 245px,#222 245px,#222 100%);
}
.bg-media {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("/img/bg-media.jpg");
}
.bg-japan {
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("/img/japan.jpg");
}
.bg-usa {
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("/img/usa.jpg");
}
.bg-taiwan {
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("/img/taiwan.jpg");
}
.bg-singapore {
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("/img/singapore.jpg");
}
.bg-hongkong {
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("/img/hongkong.jpg");
}
.bg-canada {
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("/img/canada.jpg");
}
.bg-thailand {
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("/img/thailand.jpg");
}
.bg-philippines {
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("/img/philippines.jpg");
}
.bg-vietnam {
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("/img/vietnam.jpg");
}
.bg-indonesia {
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("/img/indonesia.jpg");
}
.bg-cambodia {
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("/img/cambodia.jpg");
}
.bg-china {
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("/img/china.jpg");
}
.bg-kodawari {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/img/kodawari.jpg");
}
.bg-payments {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("/img/payments.jpg");
}
.bg-shoplist {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("/img/shoplist.jpg");
}
.bg-world {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("/img/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/appli.jpg");
}
.bg-niku-1 {
  background-image: url("/img/niku-1.jpg");
}
.bg-kodawari-sp {
  background-image: linear-gradient(rgba(34, 34, 34, 0.4), rgba(34, 34, 34, 0.4)),url("/img/kodawari-top-sp.jpg");
}
.bg-files {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("/img/files.jpg");
}
.bg-menu-page {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("/img/niku-5.jpg");
}
.bg-karubi {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.5)), url("/img/bg-karubi.jpg");
}
.bg-detail {
  background-image: url("/img/pettern.png"), 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/information.jpg");
}
.bg-dessert {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.5)), url("/img/bg-dessert.jpg");
}
.bg-ippin {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.5)), url("/img/bg-ippin.jpg");
}
.bg-otsumami {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.5)), url("/img/bg-otsumami.jpg");
}
.bg-kaisen {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.5)), url("/img/bg-kaisen.jpg");
}
.bg-men {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.5)), url("/img/bg-men.jpg");
}
.bg-meshi {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.5)), url("/img/bg-meshi.jpg");
}
.bg-kids {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.5)), url("/img/bg-kids.jpg");
}
.bg-harami {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.5)), url("/img/bg-harami.jpg");
}
.bg-tan {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.5)), url("/img/bg-tan.jpg");
}
.bg-horumon {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.5)), url("/img/bg-horumon.jpg");
}
.bg-rosu {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.5)), url("/img/bg-rosu.jpg");
}
.bg-buta {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.5)), url("/img/bg-buta.jpg");
}
.bg-tori {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.5)), url("/img/bg-tori.jpg");
}
.bg-moriawase {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.5)), url("/img/bg-moriawase.jpg");
}
.bg-sosaku {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.5)), url("/img/bg-sosaku.jpg");
}
.bg-tabehoudai {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.5)), url("/img/bg-tabehoudai.jpg");
}
.bg-yakiyasai {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.5)), url("/img/bg-yakiyasai.jpg");
}
.bg-sarada {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.5)), url("/img/bg-sarada.jpg");
}
.bg-yasai-sonota {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.5)), url("/img/bg-yasai-sonota.jpg");
}
.bg-safety {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("/img/safety.jpg");
}
.bg-half {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.5)), url("/img/bg-half.jpg");
}
.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-right {
  -o-object-position: right;
     object-position: right;
}
.object-center {
  -o-object-position: center;
     object-position: center;
}
.object-top {
  -o-object-position: top;
     object-position: top;
}
.p-4 {
  padding: 1rem;
}
.px-20px {
  padding-left: 20px;
  padding-right: 20px;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-60px {
  padding-top: 60px;
  padding-bottom: 60px;
}
.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-13px {
  padding-left: 13px;
  padding-right: 13px;
}
.py-18px {
  padding-top: 18px;
  padding-bottom: 18px;
}
.px-10px {
  padding-left: 10px;
  padding-right: 10px;
}
.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-12px {
  padding-top: 12px;
  padding-bottom: 12px;
}
.py-20px {
  padding-top: 20px;
  padding-bottom: 20px;
}
.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.pt-38px {
  padding-top: 38px;
}
.pt-28px {
  padding-top: 28px;
}
.pb-14px {
  padding-bottom: 14px;
}
.pb-15px {
  padding-bottom: 15px;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-58px {
  padding-bottom: 58px;
}
.pt-42px {
  padding-top: 42px;
}
.pb-56px {
  padding-bottom: 56px;
}
.pb-36px {
  padding-bottom: 36px;
}
.pt-18px {
  padding-top: 18px;
}
.pt-20px {
  padding-top: 20px;
}
.pb-104px {
  padding-bottom: 104px;
}
.pt-21px {
  padding-top: 21px;
}
.pt-36px {
  padding-top: 36px;
}
.pb-78px {
  padding-bottom: 78px;
}
.pl-20px {
  padding-left: 20px;
}
.pb-69px {
  padding-bottom: 69px;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-60px {
  padding-top: 60px;
}
.pt-62px {
  padding-top: 62px;
}
.pb-106px {
  padding-bottom: 106px;
}
.pt-10px {
  padding-top: 10px;
}
.pb-20px {
  padding-bottom: 20px;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pt-61px {
  padding-top: 61px;
}
.pt-13px {
  padding-top: 13px;
}
.pr-40px {
  padding-right: 40px;
}
.pt-56px {
  padding-top: 56px;
}
.pt-9px {
  padding-top: 9px;
}
.pt-58px {
  padding-top: 58px;
}
.pl-22px {
  padding-left: 22px;
}
.pt-26px {
  padding-top: 26px;
}
.pb-27px {
  padding-bottom: 27px;
}
.pt-40px {
  padding-top: 40px;
}
.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-30px {
  padding-top: 30px;
}
.pt-22px {
  padding-top: 22px;
}
.pb-12px {
  padding-bottom: 12px;
}
.pt-19px {
  padding-top: 19px;
}
.pb-48px {
  padding-bottom: 48px;
}
.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-50px {
  padding-bottom: 50px;
}
.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-yugothic {
  font-family: 游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, sans-serif;
}
.text-14px {
  font-size: 0.875rem;
}
.text-24px {
  font-size: 1.5rem;
}
.text-22px {
  font-size: 1.375rem;
}
.text-20px {
  font-size: 1.25rem;
}
.text-16px {
  font-size: 1rem;
}
.text-32px {
  font-size: 32px;
}
.text-18px {
  font-size: 1.125rem;
}
.text-12px {
  font-size: 0.75rem;
}
.text-15px {
  font-size: 0.9375rem;
}
.text-11px {
  font-size: 0.6875rem;
}
.text-13px {
  font-size: 0.8125rem;
}
.text-34px {
  font-size: 34px;
}
.text-40px {
  font-size: 2.5rem;
}
.text-28px {
  font-size: 28px;
}
.text-9px {
  font-size: 0.5625rem;
}
.text-10px {
  font-size: 0.625rem;
}
.text-8px {
  font-size: 0.5rem;
}
.text-3\.3vw {
  font-size: 3.3vw;
}
.font-bold {
  font-weight: 700;
}
.capitalize {
  text-transform: capitalize;
}
.leading-5 {
  line-height: 1.25rem;
}
.leading-7 {
  line-height: 1.75rem;
}
.leading-8 {
  line-height: 2rem;
}
.leading-10 {
  line-height: 2.5rem;
}
.leading-tight {
  line-height: 1.25;
}
.leading-14px {
  line-height: 14px;
}
.leading-4 {
  line-height: 1rem;
}
.leading-none {
  line-height: 1;
}
.leading-38px {
  line-height: 38px;
}
.leading-10px {
  line-height: 10px;
}
.leading-3 {
  line-height: .75rem;
}
.leading-18px {
  line-height: 18px;
}
.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;
}
.text-original-gray {
  --tw-text-opacity: 1;
  color: rgb(241 241 241 / var(--tw-text-opacity));
}
.text-original-red {
  --tw-text-opacity: 1;
  color: rgb(208 17 27 / var(--tw-text-opacity));
}
.text-original-black {
  --tw-text-opacity: 1;
  color: rgb(32 24 22 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 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-light-gray {
  --tw-text-opacity: 1;
  color: rgb(96 96 96 / var(--tw-text-opacity));
}
.text-original-light-black {
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / 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));
}
.underline {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.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);
}
.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);
}
.content-none {
  --tw-content: none;
  content: var(--tw-content);
}
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Roboto:wght@400;700&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: #fff;
        position: absolute;
        transition: all .5s;
    }
.hamburger span:before {
        bottom: 10px;
    }
.hamburger span:after {
        top: 10px;
    }
#hamburger-check:checked ~ .hamburger span {
        background-color: rgba(255, 255, 255, 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);
    }
.circle-r,
    .arrow-r-r,
    .arrow-r-w,
    .arrow-r-b{
        position: relative;
        display: inline-block;
        width: 16px;
        height: 16px;
    }
.circle-r:before,
    .arrow-r-r:before,
    .arrow-r-w:before,
    .arrow-r-b:before {
        content: '';
        width: 16px;
        height: 16px;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: -3px;
        margin-top: -5px;
    }
.arrow-r-r:after,
    .arrow-r-w:after,
    .arrow-r-b:after {
        content: '';
        width: 6px;
        height: 6px;
        border: 0;
        position: absolute;
        top: 50%;
        left: 0;
        transform: rotate(45deg);
        margin-left: 1px;
    }
.circle-r:before,
    .arrow-r-r:before {
        background: #d0111b
    }
.arrow-r-w:before {
        background: #fff
    }
.arrow-r-b:before {
        background: #000
    }
.arrow-r-r:after, .arrow-r-b: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{
        position: relative;
        display: inline-block;
        width: 24px;
        height: 24px;
    }
.arrow-r-r-lg:before,
    .arrow-r-w-lg:before,
    .arrow-r-b-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 {
        content: '';
        width: 8px;
        height: 8px;
        border: 0;
        position: absolute;
        top: 50%;
        left: 0;
        transform: rotate(45deg);
    }
.arrow-r-w-lg:before {
        background: #fff
    }
.arrow-r-b-lg:before {
        background: #000
    }
.arrow-r-r-lg:after, .arrow-r-b-lg:after {
        border-top: solid 1px #fff;
        border-right: solid 1px #fff;
    }
.arrow-r-w-lg:after {
        border-top: solid 1px #d0111b;
        border-right: solid 1px #d0111b;
    }
.triangle-r-w,
    .triangle-r-b,
    .triangle-r-r {
        position: relative;
        display: inline-block;
        width: 10px;
        height: 10px;
    }
.triangle-r-w:after,
    .triangle-r-b:after,
    .triangle-r-r:after{
        content: '';
        width: 8px;
        height: 8px;
        border: 0;
        position: absolute;
        top: 50%;
        left: 0;
        transform: rotate(45deg);
        margin-top: -4px;
    }
.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 #d0111b;
        border-right: solid 2px #d0111b;
    }
.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-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: 8px;
        height: 8px;
    }
.triangle-b-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(135deg);
        margin-top: -8px;
        margin-left: -2px;
    }
.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 #fff;
        border-right: solid 2px #fff;
        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: '';
        background-color: white;
        position: absolute;
    }
.plus:after, .minus:after {
        width: 18px;
        height: 2px;
        top: 12px;
        left: 0;
    }
.plus:before {
        width: 2px;
        height: 18px;
        top: 4px;
        left: 8px;
    }
.news-active {
        background: #d0111b;
        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,#222 0%,#222 198px, #f1f1f1 198px, #f1f1f1 100%);
    }
@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);
    }
.min-h-80px {
        min-height: 80px;
    }
.underline {
        text-decoration: underline;
    }
.text-blue-500 {
        color: #4299e1;
    }

.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-14px {
    font-size: 0.875rem;
  }

  .xs\:text-11px {
    font-size: 0.6875rem;
  }

  .xs\:text-13px {
    font-size: 0.8125rem;
  }

  .xs\:text-12px {
    font-size: 0.7rem;
  }

}

@media (max-width: 767px) {

  .sm\:absolute {
    position: absolute;
  }

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

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

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

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

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

  .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\:flex {
    display: flex;
  }

  .sm\:hidden {
    display: none;
  }

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

  .sm\:w-full {
    width: 100%;
  }

  .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-1\/2 {
    width: 50%;
  }

  .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\:justify-center {
    justify-content: center;
  }

  .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-1 {
    background-image: linear-gradient(180deg,#222 0%,#222 226px,rgba(51, 51, 51, 0.1) 226px,rgba(51, 51, 51, 0.1) 100%), url("/img/pettern-w.png");
  }

  .sm\:bg-commitment-2 {
    background-image: linear-gradient(180deg,#222 0%,#222 120px,rgba(68, 68, 68, 0.1) 120px,rgba(68, 68, 68, 0.1) 100%), url("/img/pettern-w.png"), linear-gradient(180deg,#222 0%,#222 120px,rgba(68, 68, 68, 0.1) 120px,rgba(68, 68, 68, 0.1) 100%);
  }

  .sm\:bg-commitment-3 {
    background-image: linear-gradient(180deg,#222 0%,#222 120px,rgba(51, 51, 51, 0.1)120px,rgba(51, 51, 51, 0.1) 100%), url("/img/pettern-w.png"), linear-gradient(180deg,#222 0%,#222 120px,rgba(51, 51, 51, 0.1) 120px,rgba(51, 51, 51, 0.1) 100%);
  }

  .sm\:bg-karubi {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.5)), url("/img/bg-karubi.jpg");
  }

  .sm\:bg-kurogewagyu {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.5)), url("/img/bg-kurogewagyu.jpg");
  }

  .sm\:text-24px {
    font-size: 1.5rem;
  }
    .sm\:safety-balloon-sp:before {
        content: "";
        position: absolute;
        bottom: -15px;
        left: 50%;
        margin-left: -11px;
        border-style: solid transparent;
        border-color: #f4f0ea transparent transparent transparent;
        border-width: 15px 11px 0 11px;
    }
}

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

  .md\:absolute {
    position: absolute;
  }

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

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

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

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

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

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

  .md\:-mr-0\.5 {
    margin-right: -0.125rem;
  }

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

  .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\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

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

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

  .md\:w-48\% {
    width: 48%;
  }

  .md\:w-48 {
    width: 12rem;
  }

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

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

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

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

  .md\:max-w-190px {
    max-width: 190px;
  }

  .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\:items-center {
    align-items: center;
  }

  .md\:justify-center {
    justify-content: center;
  }

  .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-1 {
    background-image: linear-gradient(180deg,#222 0%,#222 226px,rgba(51, 51, 51, 0.1) 226px,rgba(51, 51, 51, 0.1) 100%), url("/img/pettern-w.png");
  }

  .md\:bg-commitment-2 {
    background-image: linear-gradient(180deg,#222 0%,#222 120px,rgba(68, 68, 68, 0.1) 120px,rgba(68, 68, 68, 0.1) 100%), url("/img/pettern-w.png"), linear-gradient(180deg,#222 0%,#222 120px,rgba(68, 68, 68, 0.1) 120px,rgba(68, 68, 68, 0.1) 100%);
  }

  .md\:bg-commitment-3 {
    background-image: linear-gradient(180deg,#222 0%,#222 120px,rgba(51, 51, 51, 0.1)120px,rgba(51, 51, 51, 0.1) 100%), url("/img/pettern-w.png"), linear-gradient(180deg,#222 0%,#222 120px,rgba(51, 51, 51, 0.1) 120px,rgba(51, 51, 51, 0.1) 100%);
  }

  .md\:bg-karubi {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.5)), url("/img/bg-karubi.jpg");
  }

  .md\:bg-kurogewagyu {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.5)), url("/img/bg-kurogewagyu.jpg");
  }

  .md\:pt-40px {
    padding-top: 40px;
  }

  .md\:text-24px {
    font-size: 1.5rem;
  }
    .md\:safety-balloon-sp:before {
        content: "";
        position: absolute;
        bottom: -15px;
        left: 50%;
        margin-left: -11px;
        border-style: solid transparent;
        border-color: #f4f0ea transparent transparent transparent;
        border-width: 15px 11px 0 11px;
    }
}

@media (min-width: 1200px) {

  .lg\:absolute {
    position: absolute;
  }

  .lg\:relative {
    position: relative;
  }

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

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

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

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

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

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

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

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

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

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

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

  .lg\:right-0 {
    right: 0px;
  }

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

  .lg\:right-4 {
    right: 1rem;
  }

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

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

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

  .lg\:right-3 {
    right: 0.75rem;
  }

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

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

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

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

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

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

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

  .lg\:m-0 {
    margin: 0px;
  }

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

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

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

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

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

  .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-18px {
    margin-left: 18px;
    margin-right: 18px;
  }

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

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

  .lg\:mx-1\.5 {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .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\:ml-2 {
    margin-left: 0.5rem;
  }

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

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

  .lg\:mr-1\% {
    margin-right: 1%;
  }

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

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

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

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

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

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

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

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

  .lg\:-mr-1\.5 {
    margin-right: -0.375rem;
  }

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

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

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

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

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

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

  .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-40px {
    margin-bottom: 40px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .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-56px {
    height: 56px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:h-10 {
    height: 2.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:h-full {
    height: 100%;
  }

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

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

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

  .lg\:w-auto {
    width: auto;
  }

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

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

  .lg\:w-pc-width-full {
    width: 1440px;
  }

  .lg\:w-540px {
    width: 540px;
  }

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

  .lg\:w-full {
    width: 100%;
  }

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

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

  .lg\:w-288px {
    width: 288px;
  }

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

  .lg\:w-300px {
    width: 300px;
  }

  .lg\:w-772px {
    width: 772px;
  }

  .lg\:w-420px {
    width: 420px;
  }

  .lg\:w-476px {
    width: 476px;
  }

  .lg\:w-892px {
    width: 892px;
  }

  .lg\:w-980px {
    width: 980px;
  }

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

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

  .lg\:w-49\% {
    width: 49%;
  }

  .lg\:w-48\% {
    width: 48%;
  }

  .lg\:w-48 {
    width: 12rem;
  }

  .lg\:w-516px {
    width: 516px;
  }

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

  .lg\:w-103px {
    width: 103px;
  }

  .lg\:w-142px {
    width: 142px;
  }

  .lg\:w-156px {
    width: 156px;
  }

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

  .lg\:w-74px {
    width: 74px;
  }

  .lg\:w-852px {
    width: 852px;
  }

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

  .lg\:w-576px {
    width: 576px;
  }

  .lg\:w-304px {
    width: 304px;
  }

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

  .lg\:w-152px {
    width: 152px;
  }

  .lg\:w-80px {
    width: 80px;
  }

  .lg\:w-583px {
    width: 583px;
  }

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

  .lg\:w-870px {
    width: 870px;
  }

  .lg\:w-390px {
    width: 390px;
  }

  .lg\:w-347px {
    width: 347px;
  }

  .lg\:w-526px {
    width: 526px;
  }

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

  .lg\:w-pc-width-menu {
    width: 1216px;
  }

  .lg\:w-24\% {
    width: 24%;
  }

  .lg\:w-24 {
    width: 6rem;
  }

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

  .lg\:w-592px {
    width: 592px;
  }

  .lg\:w-186px {
    width: 186px;
  }

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

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

  .lg\:w-172px {
    width: 172px;
  }

  .lg\:w-376px {
    width: 376px;
  }
	
  .lg\:w-293px {
    width: 293px;
  }

  .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\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .lg\:flex-wrap {
    flex-wrap: wrap;
  }

  .lg\:items-center {
    align-items: center;
  }

  .lg\:justify-start {
    justify-content: flex-start;
  }

  .lg\:justify-end {
    justify-content: flex-end;
  }

  .lg\:justify-center {
    justify-content: center;
  }

  .lg\:justify-between {
    justify-content: space-between;
  }

  .lg\:rounded {
    border-radius: 0.25rem;
  }

  .lg\:border {
    border-width: 1px;
  }

  .lg\:border-y {
    border-top-width: 1px;
    border-bottom-width: 1px;
  }

  .lg\:border-r {
    border-right-width: 1px;
  }

  .lg\:border-b {
    border-bottom-width: 1px;
  }

  .lg\:border-gray-500 {
    --tw-border-opacity: 1;
    border-color: rgb(107 114 128 / var(--tw-border-opacity));
  }

  .lg\:border-original-gray {
    --tw-border-opacity: 1;
    border-color: rgb(241 241 241 / var(--tw-border-opacity));
  }

  .lg\:border-original-e5-gray {
    --tw-border-opacity: 1;
    border-color: rgb(229 229 229 / var(--tw-border-opacity));
  }

  .lg\:bg-commitment-1-pc {
    background-image: linear-gradient(180deg,#222 0%,#222 366px,rgba(51, 51, 51, 0.1) 366px,rgba(51, 51, 51, 0.1) 100%), url("/img/pettern-w.png");
  }

  .lg\:bg-commitment-2-pc {
    background-image: linear-gradient(180deg,#222 0%,#222 210px,rgba(68, 68, 68, 0) 210px,rgba(68, 68, 68, 0) 100%), url("/img/pettern-w.png"), linear-gradient(180deg,rgba(68, 68, 68, 0.1) 0%,rgba(68, 68, 68, 0.1) 210px,rgba(68, 68, 68, 0.1) 210px,rgba(68, 68, 68, 0.1) 100%);
  }

  .lg\:bg-commitment-3-pc {
    background-image: linear-gradient(180deg,#222 0%,#222 210px,rgba(51, 51, 51, 0.1) 210px,rgba(51, 51, 51, 0.1) 100%), url("/img/pettern-w.png"), linear-gradient(180deg,#222 0%,#222 210px,rgba(51, 51, 51, 0.1) 210px,rgba(51, 51, 51, 0.1) 100%);
  }

  .lg\:bg-karubi-pc {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.5)), url("/img/bg-karubi-pc.jpg");
  }

  .lg\:bg-kurogewagyu {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.5)), url("/img/bg-kurogewagyu.jpg");
  }

  .lg\:object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .lg\:px-40px {
    padding-left: 40px;
    padding-right: 40px;
  }

  .lg\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .lg\:py-56px {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .lg\:py-58px {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:py-20px {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .lg\:px-24px {
    padding-left: 24px;
    padding-right: 24px;
  }

  .lg\:py-10px {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .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-60px {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .lg\:px-80px {
    padding-left: 80px;
    padding-right: 80px;
  }

  .lg\:pt-60px {
    padding-top: 60px;
  }

  .lg\:pb-36px {
    padding-bottom: 36px;
  }

  .lg\:pb-33px {
    padding-bottom: 33px;
  }

  .lg\:pb-34px {
    padding-bottom: 34px;
  }

  .lg\:pb-52px {
    padding-bottom: 52px;
  }

  .lg\:pb-100px {
    padding-bottom: 100px;
  }

  .lg\:pt-40px {
    padding-top: 40px;
  }

  .lg\:pb-125px {
    padding-bottom: 125px;
  }

  .lg\:pt-18px {
    padding-top: 18px;
  }

  .lg\:pb-120px {
    padding-bottom: 120px;
  }

  .lg\:pl-40px {
    padding-left: 40px;
  }

  .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-40px {
    padding-bottom: 40px;
  }

  .lg\:pb-0 {
    padding-bottom: 0px;
  }

  .lg\:pb-50px {
    padding-bottom: 50px;
  }

  .lg\:pt-80px {
    padding-top: 80px;
  }

  .lg\:pt-3 {
    padding-top: 0.75rem;
  }

  .lg\:pt-38px {
    padding-top: 38px;
  }

  .lg\:pb-78px {
    padding-bottom: 78px;
  }

  .lg\:pb-60px {
    padding-bottom: 60px;
  }

  .lg\:pb-12px {
    padding-bottom: 12px;
  }

  .lg\:pb-56px {
    padding-bottom: 56px;
  }

  .lg\:pb-38px {
    padding-bottom: 38px;
  }

  .lg\:text-left {
    text-align: left;
  }

  .lg\:text-center {
    text-align: center;
  }

  .lg\:text-32px {
    font-size: 32px;
  }

  .lg\:text-22px {
    font-size: 1.375rem;
  }

  .lg\:text-52px {
    font-size: 52px;
  }

  .lg\:text-16px {
    font-size: 1rem;
  }

  .lg\:text-24px {
    font-size: 1.5rem;
  }

  .lg\:text-20px {
    font-size: 1.25rem;
  }

  .lg\:text-28px {
    font-size: 28px;
  }

  .lg\:text-13px {
    font-size: 0.8125rem;
  }

  .lg\:text-14px {
    font-size: 0.875rem;
  }

  .lg\:text-23px {
    font-size: 23px;
  }

  .lg\:text-18px {
    font-size: 1.125rem;
  }

  .lg\:text-88px {
    font-size: 88px;
  }

  .lg\:text-71px {
    font-size: 71px;
  }

  .lg\:text-25px {
    font-size: 25px;
  }

  .lg\:leading-7 {
    line-height: 1.75rem;
  }

  .lg\:leading-8 {
    line-height: 2rem;
  }

  .lg\:leading-10 {
    line-height: 2.5rem;
  }

  .lg\:leading-52px {
    line-height: 52px;
  }

  .lg\:leading-5 {
    line-height: 1.25rem;
  }

  .lg\:leading-4 {
    line-height: 1rem;
  }

  .lg\:leading-63px {
    line-height: 63px;
  }

  .lg\:tracking-0\.005 {
    letter-spacing: 0.005rem;
  }
    .lg\:safety-balloon-pc:before {
        content: "";
        position: absolute;
        right: -15px;
        top: 50%;
        margin-top: -11px;
        border-style: solid transparent;
        border-color: transparent transparent transparent #f4f0ea;
        border-width: 11px 0 11px 15px;
    }

}@media (max-width: 1200px){

  .lg\:leading-8 {
    line-height: 1rem;
  }

}


/*202211 牛角のこだわり追加*/

.fc_fff{
	color: #fff;
}

.kodawari-title{
	height: 140px;
}

.kodawari-title span{
	font-size: 42px;
}

.l-kodawari{
	width: 1200px;
	margin: 0 auto;
	border-bottom: solid 1px #ccc;
}

.m-kodawari:nth-child(even) .ac-content{
    flex-direction: row-reverse;
}

.m-kodawari figure{
	width: 610px;
		margin-bottom: 30px;
}

.m-kodawari-txt{
	width: 555px;
	color: #fff;
}
.m-kodawari-txt-at{
	font-size: 15px;
	line-height: 2;
}

.m-kodawari-txt p{
	font-size: 18px;
	letter-spacing: 0.1em;
	line-height: 1.7;
}

/*ac*/

.toggle {
  display: none;
}
.m-kodawari {
  position: relative;
}
.ac-title,
.ac-content {
  -webkit-backface-visibility: hidden;
	backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.3s;
}
.ac-title {
	border-top: solid 1px #ccc;
	padding: 15px 0;
	display: block;
	font-weight: 700;
	font-family: "Noto Serif JP", sans-serif;
	font-size: 26px;
	line-height: 1.4;
	color: #fff;
	cursor: pointer;
}
.ac-title:after {
  content: "";
	display: inline-block;
	position: absolute;
	top: 38%;
	right: 20px;
	width: 15px;
	height: 15px;
	border-right: 3px solid #fff;
	border-bottom: 3px solid #fff;
	transform: translateY(-50%) rotate(45deg);
	transition: .3s;
}
.ac-title:after {
  transform: rotate(45deg);
}

.ac-content {
  display: flex;
	justify-content: space-between;
  max-height: 0;
  overflow: hidden;
}

.toggle:checked + .ac-title + .ac-content {
	max-height: 500px;
	transition: all .8s;
}
.toggle:checked + .ac-title:after {
	top: 43%;
	transform: rotate(225deg) !important;
}

.fixnav-outer{
	width: 100%;
	background: #222222;
	padding-top: 20px;
}
.fixnav{
	position: sticky;
	bottom: 0;
	z-index: 38;
}


@media screen and (max-width: 1200px) {
	
	.l-kodawari{
	width: 90%;
}
	
	.kodawari-title{
	height: 100px;
}

.kodawari-title span{
	font-size: 28px;
}


.m-kodawari:nth-child(even){
    flex-direction: row-reverse;
}

.m-kodawari figure{
	width: 47.5%;
}

.m-kodawari-txt{
	width: 48%;
}
.m-kodawari-txt h3{
	font-size: 22px;
	margin-bottom: 15px;
}

.m-kodawari-txt p{
	font-size: 1rem;
}
	
	.m-kodawari-txt-at{
	font-size: 0.8rem;
}
	
	.ac-content {
}
	
		.fixnav{
	position: sticky;
	top: 48px;
}
	
	.fixnav-outer{
	padding-top: 15px;
}


}


@media screen and (max-width: 767px) {
		.l-kodawari{
	width: 92.5%;
}
	.kodawari-title{
	height: 80px;
}

.kodawari-title span{
	font-size: 24px;
}
.m-kodawari{
	display: block;
	width: 100%;
	margin-bottom: 0;
}

.m-kodawari figure{
	width: 100%;
	margin-bottom: 4vw;
}

.m-kodawari-txt{
	width: 100%;
	padding-bottom: 6vw;
}

	.m-kodawari:nth-child(even) .ac-content{
    flex-direction: row-reverse;
}
	
	/*ac*/

.ac-title,
.ac-content {
  -webkit-backface-visibility: hidden;
	backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.3s;
}
.ac-title {
	border-top: solid 1px #ccc;
	padding: 14px 20px 14px 5px;;
	display: block;
	font-weight: 700;
	font-family: "Noto Serif JP", sans-serif;
font-size: 1.1rem;
	line-height: 1.2;
	color: #fff;
	cursor: pointer;
}
.ac-title:after {
  content: "";
	display: inline-block;
	position: absolute;
	top: 35%;
	right: 5px;
	width: 10px;
	height: 10px;
	border-right: 3px solid #fff;
	border-bottom: 3px solid #fff;
	transform: translateY(-50%) rotate(45deg);
	transition: .3s;
}
.ac-title:after {
  transform: rotate(45deg);
}

.ac-content {
  display: block;
}

.toggle:checked + .ac-title + .ac-content {
	transition: all .8s;
}
.toggle:checked + .ac-title:after {
	transform: rotate(225deg) !important;
	top: 42%;
}
	


}









