@import url("https://fonts.googleapis.com/css2?family=Hina+Mincho&display=swap");

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

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

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

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

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

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden] {
  display: none;
}

html {
  font-family: "Hina Mincho", serif;
  /* scroll-behavior: smooth; */
}

body:focus-within{
  height: auto;
  scroll-behavior: smooth;
}

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

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

.container{
  width: 100%;
}

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

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

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

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

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

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

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

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

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

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

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

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

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

.-right-12{
  right: -3rem;
}

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

.-right-72{
  right: -18rem;
}

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

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

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

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

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

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

.-top-28{
  top: -7rem;
}

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

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

.-top-44{
  top: -11rem;
}

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

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

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

.bottom-4{
  bottom: 1rem;
}

.bottom-6{
  bottom: 1.5rem;
}

.bottom-\[1\%\]{
  bottom: 1%;
}

.bottom-\[15\%\]{
  bottom: 15%;
}

.bottom-\[20\%\]{
  bottom: 20%;
}

.bottom-\[4\%\]{
  bottom: 4%;
}

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

.bottom-\[54\%\]{
  bottom: 54%;
}

.left-4{
  left: 1rem;
}

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

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

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

.right-12{
  right: 3rem;
}

.right-4{
  right: 1rem;
}

.right-\[0\]{
  right: 0;
}

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

.top-40{
  top: 10rem;
}

.top-52{
  top: 13rem;
}

.top-56{
  top: 14rem;
}

.top-8{
  top: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.block{
  display: block;
}

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

.flex{
  display: flex;
}

.grid{
  display: grid;
}

.hidden{
  display: none;
}

.\!h-auto{
  height: auto !important;
}

.h-12{
  height: 3rem;
}

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

.h-screen{
  height: 100vh;
}

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

.h-10{
  height: 2.5rem;
}

.h-0{
  height: 0px;
}

.\!h-0{
  height: 0px !important;
}

.\!w-20{
  width: 5rem !important;
}

.w-10\/12{
  width: 83.333333%;
}

.w-11\/12{
  width: 91.666667%;
}

.w-16{
  width: 4rem;
}

.w-20{
  width: 5rem;
}

.w-24{
  width: 6rem;
}

.w-32{
  width: 8rem;
}

.w-36{
  width: 9rem;
}

.w-4\/12{
  width: 33.333333%;
}

.w-48{
  width: 12rem;
}

.w-5\/6{
  width: 83.333333%;
}

.w-60{
  width: 15rem;
}

.w-7\/12{
  width: 58.333333%;
}

.w-8\/12{
  width: 66.666667%;
}

.w-\[100px\]{
  width: 100px;
}

.w-\[120px\]{
  width: 120px;
}

.w-\[150px\]{
  width: 150px;
}

.w-\[200px\]{
  width: 200px;
}

.w-\[250px\]{
  width: 250px;
}

.w-\[300px\]{
  width: 300px;
}

.w-\[320px\]{
  width: 320px;
}

.w-auto{
  width: auto;
}

.w-full{
  width: 100%;
}

.w-\[612px\]{
  width: 612px;
}

.max-w-\[175px\]{
  max-width: 175px;
}

.max-w-\[360px\]{
  max-width: 360px;
}

.-rotate-45{
  --tw-rotate: -45deg;
  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));
}

.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-45{
  --tw-rotate: 45deg;
  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));
}

@keyframes bounce{
  0%, 100%{
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50%{
    transform: none;
    animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

.animate-bounce{
  animation: bounce 1s infinite;
}

.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-12{
  grid-template-columns: repeat(12, 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-7{
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.flex-nowrap{
  flex-wrap: nowrap;
}

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

.gap-0{
  gap: 0px;
}

.gap-4{
  gap: 1rem;
}

.gap-6{
  gap: 1.5rem;
}

.overflow-hidden{
  overflow: hidden;
}

.whitespace-nowrap{
  white-space: nowrap;
}

.rounded-full{
  border-radius: 9999px;
}

.border{
  border-width: 1px;
}

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

.border-r-0{
  border-right-width: 0px;
}

.border-black{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.border-gray-400{
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
}

.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.bg-amber-600{
  --tw-bg-opacity: 1;
  background-color: rgb(217 119 6 / var(--tw-bg-opacity));
}

.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-fuchsia-100{
  --tw-bg-opacity: 1;
  background-color: rgb(250 232 255 / var(--tw-bg-opacity));
}

.bg-lime-100{
  --tw-bg-opacity: 1;
  background-color: rgb(236 252 203 / var(--tw-bg-opacity));
}

.bg-red-100{
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity));
}

.bg-red-500{
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}

.bg-red-600{
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}

.bg-sky-100{
  --tw-bg-opacity: 1;
  background-color: rgb(224 242 254 / var(--tw-bg-opacity));
}

.bg-sky-950{
  --tw-bg-opacity: 1;
  background-color: rgb(8 47 73 / var(--tw-bg-opacity));
}

.bg-yellow-100{
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity));
}

.bg-opacity-50{
  --tw-bg-opacity: 0.5;
}

.bg-opacity-85{
  --tw-bg-opacity: 0.85;
}

.bg-\[url\(\'\.\.\/img\/bettaraichi-body-bg\.png\'\)\]{
  background-image: url('../img/bettaraichi-body-bg.png');
}

.bg-\[url\(\'https\:\/\/www\.niitakaya\.co\.jp\/lp\/bettaraichi\/img\/bettaraichi-fuukei-06\.jpg\'\)\]{
  background-image: url('https://www.niitakaya.co.jp/lp/bettaraichi/img/bettaraichi-fuukei-06.jpg');
}

.bg-\[url\(\'img\/bettaraichi-body-bg\.png\'\)\]{
  background-image: url('img/bettaraichi-body-bg.png');
}

.bg-\[url\(\'img\/bettaraichi-fuukei-06\.jpg\'\)\]{
  background-image: url('img/bettaraichi-fuukei-06.jpg');
}

.bg-\[url\(\'img\/bettaraichi-matsuri-bg\.jpg\'\)\]{
  background-image: url('img/bettaraichi-matsuri-bg.jpg');
}

.bg-\[url\(\'img\/bettaraichi-youbi_bg\.svg\'\)\]{
  background-image: url('img/bettaraichi-youbi_bg.svg');
}

.bg-\[url\(\'img\/bettaraichi-2025\'\)\]{
  background-image: url('img/bettaraichi-2025');
}

.bg-\[url\(\'img\/bettaraichi-2025\.jpg\'\)\]{
  background-image: url('img/bettaraichi-2025.jpg');
}

.bg-cover{
  background-size: cover;
}

.bg-fixed{
  background-attachment: fixed;
}

.bg-center{
  background-position: center;
}

.bg-no-repeat{
  background-repeat: no-repeat;
}

.bg-repeat-x{
  background-repeat: repeat-x;
}

.p-16{
  padding: 4rem;
}

.p-4{
  padding: 1rem;
}

.p-8{
  padding: 2rem;
}

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

.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-32{
  padding-top: 8rem;
  padding-bottom: 8rem;
}

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

.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.pl-4{
  padding-left: 1rem;
}

.pr-4{
  padding-right: 1rem;
}

.pt-16{
  padding-top: 4rem;
}

.pt-24{
  padding-top: 6rem;
}

.pt-8{
  padding-top: 2rem;
}

.pt-\[100\%\]{
  padding-top: 100%;
}

.pt-12{
  padding-top: 3rem;
}

.\!pt-12{
  padding-top: 3rem !important;
}

.\!pt-\[100\%\]{
  padding-top: 100% !important;
}

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

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

.font-hinamin{
  font-family: Hina Mincho, serif;
}

.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-5xl{
  font-size: 3rem;
  line-height: 1;
}

.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}

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

.tracking-widest{
  letter-spacing: 0.1em;
}

.text-amber-200{
  --tw-text-opacity: 1;
  color: rgb(253 230 138 / var(--tw-text-opacity));
}

.text-amber-600{
  --tw-text-opacity: 1;
  color: rgb(217 119 6 / var(--tw-text-opacity));
}

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

.text-zinc-600{
  --tw-text-opacity: 1;
  color: rgb(82 82 91 / var(--tw-text-opacity));
}

.opacity-80{
  opacity: 0.8;
}

.opacity-90{
  opacity: 0.9;
}

.opacity-95{
  opacity: 0.95;
}

.outline{
  outline-style: solid;
}

.drop-shadow-lg{
  --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.drop-shadow-xl{
  --tw-drop-shadow: drop-shadow(0 20px 13px rgb(0 0 0 / 0.03)) drop-shadow(0 8px 5px rgb(0 0 0 / 0.08));
  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);
}

.\[writing-mode\:vertical-rl\]{
  writing-mode: vertical-rl;
}

@layer comopnents {
  .position-center-x{
    top: 0px;
    left: 50%;
    --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));
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }

  .position-center-y{
    top: 50%;
    left: 0px;
    --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));
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }

  .position-center-xy{
    top: 50%;
    left: 50%;
    --tw-translate-y: -50%;
    --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));
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
}

/*ノートの外枠の設定*/

.note-box {
  border: solid 2px #c8c8c8;
  /*外枠の線*/
  padding: 0 1em 0 2em;
  /*内側の余白*/
  position: relative;
}

.note-box p:last-of-type {
  border-bottom: none;
}

/*ドットの設定*/

.note-box::before {
  content: "";
  position: absolute;
  border-right: dotted 10px #ddd;
  /*ドットの大きさ、高さ*/
  height: 95%;
  top: 1em;
  /*位置*/
  left: 1em;
  /*位置*/
}

/*吹き出しの設定*/

.fukidashi {
  position: relative;
  display: inline-block;
  background-color: rgba(186, 229, 253, 0.6);
  border-radius: 100px;
  padding: 1.75rem;
  font-weight: bold;
  color: #000;
  box-sizing: border-box;
}

/* 吹き出しのしっぽ：本体の背景色用 */

.fukidashi:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  transform: translateX(-50%);
  border: 12px solid transparent;
  border-top: 12px solid #c6e6ff;
  opacity: 0.6;
  z-index: 2;
}

.fukidashi2 {
  position: relative;
  display: inline-block;
  background-color: #d8d8d8;
  border-radius: 100px;
  padding: 1.75rem;
  font-weight: bold;
  color: #000;
  box-sizing: border-box;
}

/* 吹き出しのしっぽ：本体の背景色用 */

.fukidashi2:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  transform: translateX(-50%);
  border: 12px solid transparent;
  border-top: 12px solid #cecece;
  opacity: 0.6;
  z-index: 2;
}

/*ボタンの設定*/

.button-default {
  display: grid;
  height: 55px;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 0.5rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: black;
  text-align: center;
  color: #fff;
  font-size: 0.75rem;
}

/*メニューの設定*/

#g-nav {
  /*position:fixed;にし、z-indexの数値を小さくして最背面へ*/
  position: fixed;
  z-index: -20;
  opacity: 0;
  /*はじめは透過0*/
  /*ナビの位置と形状*/
  top: -100vh;
  width: 100%;
  height: 100vh;
  /*ナビの高さ*/
  background-image: url(img/bettaraichi-report-bg.jpg);
  /*動き*/
  transition: all 0.3s;
}

/*アクティブクラスがついたら透過なしにして最前面へ*/

#g-nav.panelactive {
  opacity: 1;
  top: 0;
  z-index: 100;
}

/*ナビゲーションの縦スクロール*/

#g-nav.panelactive #g-nav-list {
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  z-index: 100;
  width: 100%;
  height: 100vh;
  /*表示する高さ*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/

#g-nav ul {
  display: none;
  /*ナビゲーション天地中央揃え*/
  position: absolute;
  z-index: 100;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#g-nav.panelactive ul {
  display: block;
}

/*リストのレイアウト設定*/

#g-nav li {
  list-style: none;
  text-align: center;
}

#g-nav li a {
  color: #fff;
  text-decoration: none;
  padding: 1rem;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
}

/*========= ボタンのためのCSS ===============*/

.openbtn1 {
  position: fixed;
  z-index: 100;
  /*ボタンを最前面に*/
  top: 30px;
  right: 0px;
  cursor: pointer;
  width: 100px;
  height: 50px;
  @media screen and (max-width: 768px) {
    right: -10px;
  }
}

/*×に変化*/

.openbtn1 span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
  background-color: #666;
  width: 45%;
}

.openbtn1 span:nth-of-type(1) {
  top: 15px;
}

.openbtn1 span:nth-of-type(2) {
  top: 23px;
}

.openbtn1 span:nth-of-type(3) {
  top: 31px;
}

.openbtn1.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-30deg);
  width: 40%;
}

.openbtn1.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn1.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(30deg);
  width: 40%;
}

/*メインビジュアルの背景の設定*/

/* #main-area {
  background-image: url("img/bettaraichi-bg-01.svg"),
    url("img/bettaraichi-bg-02.svg"), url("img/bettaraichi-bg-03.svg"),
    url("img/bettaraichi-bg-04.svg"), url("img/bettaraichi-bg-05.svg"),
    url("img/bettaraichi-bg-05.svg");
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat,
    no-repeat;
  background-size: 550px, 600px, 320px, 370px, 250px, 250px;
  background-position: -10% -45%, 110% -30%, -8% 85%, 110% 92%, -5% 85%, 100% 5%;
  animation: 10s infinite linear;
  @media screen and (max-width: 1280px) {
    background-size: 400px, 500px, 250px, 300px, 200px, 150px;
    background-position: -15% -25%, 140% -25%, -10% 85%, 110% 92%, -5% 85%,
      100% 5%, 100% 50%;
  }
  @media screen and (max-width: 768px) {
    background-size: 200px, 300px, 250px, 300px, 200px, 150px;
    background-position: -20% -10%, 230% -10%, -35% 80%, 200% 98%, -5% 85%,
      100% 5%, 100% 50%;
  }
} */

/* #bettra {
  background-image: url("img/bettaraichi-bg-08.svg"),
    url("img/bettaraichi-bg-07.svg"), url("img/bettaraichi-bg-07.svg"),
    url("img/bettaraichi-bg-08.svg"), url("img/bettaraichi-bg-09.svg"),
    url("img/bettaraichi-bg-08.svg");
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat,
    no-repeat;
  background-size: 260px, 280px, 260px, 280px, 250px, 250px;
  background-position: -5% 5%, 110% 25%, -8% 100%, 110% 82%, -5% 40%, 100% 5%;
  animation: 10s infinite linear;

  @media screen and (max-width: 768px) {
    background-size: 100px, 120px, 110px, 100px, 120px, 120px;
    background-position: 0% -4%, 102% 5%, 98% 84%, 0% 0%, -10% 24%, 0% 100%;
  }
} */

/*メインビジュアルの背景の設定*/

.main-area {
  background-image: url("img/bettaraichi-bg-16.svg"),
    url("img/bettaraichi-bg-05.svg"),
    url("img/bettaraichi-bg-14.png");
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: 200px, 230px, 100%;
  background-position: 0% 85%, 100% 5%, 0% 100%;
  animation: 10s infinite linear;
}

#report {
  /* background-image: url("img/bettaraichi-bg-11.svg"),
    url("img/bettaraichi-bg-10.svg"), url("img/bettaraichi-report-bg.jpg");
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: 180px, 150px, cover;
  background-position: 3% 80%, 80% 5%, 0% 0%;

  @media screen and (max-width: 768px) {
    background-size: 120px, 100px, cover;
    background-position: 5% 5%, 95% 20%, 0% 0%;
  } */
  background-image: url("img/bettaraichi-report-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 3% 80%, 80% 5%, 0% 0%;
  @media screen and (max-width: 768px) {
    background-size: cover;

    background-position: 0% 0%;
  }
}

#gallery {
  background-image: url("img/gallery/2024-photo-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 3% 80%, 80% 5%, 0% 0%;
  @media screen and (max-width: 768px) {
    background-size: cover;

    background-position: 0% 0%;
  }
}

#outline {
  background-image: url("img/bettaraichi-bg-12.svg"),
    url("img/bettaraichi-bg-13.svg");
  background-repeat: no-repeat, no-repeat;
  background-size: 80px, 100px;
  background-position: 3% 80%, -3% 60%;
  @media screen and (max-width: 768px) {
    background-size: 100px, 80px;

    background-position: 5% -2%, 95% 5%;
  }
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* 背景ループ */

.loop-human img {
  min-width: 100vw;
}

.loop-human img:first-child {
  animation: loop 50s -25s linear infinite;
}

.loop-human img:last-child {
  animation: loop2 50s linear infinite;
}

@keyframes loop {
  0% {
    transform: translateX(100%);
  }

  to {
    transform: translateX(-100%);
  }
}

@keyframes loop2 {
  0% {
    transform: translateX(0);
  }

  to {
    transform: translateX(-200%);
  }
}

/* ギャラリーのポップアップ */

#pixel-viewer {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.9);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
  animation: fadein 0.2s ease-out both;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
}

#pixel-viewer.fadeout {
  animation: fadeout 0.2s ease-out both;
  pointer-events: none /* ← IE救済措置（IEでこれがないと画像を閉じた後にページ全体がクリックできなくなりますｗ）*/;
}

#pixel-viewer.fadeout #pixel-viewer__img {
  animation: scaledown 0.2s ease-out both;
}

#pixel-viewer__alt {
  width: 100%;
  text-align: center;
  height: 44px;
  line-height: 44px;
  padding: 0 48px 0 12px;
  background: rgba(0,0,0,0.95);
  color: #eee;
  font-size: 14px;
  text-overflow: ellipsis /* スマホなどでaltが横幅をはみ出たときに省略します */;
  white-space: nowrap;
  overflow: hidden;
}

/* 閉じるボタン */

#pixel-viewer__alt::before,
#pixel-viewer__alt::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background: #eee;
  border-radius: 4px;
  position: fixed;
  top: 30px;
  right: 12px;
  z-index: 12;
}

#pixel-viewer__alt::before {
  transform: rotate(45deg);
}

#pixel-viewer__alt::after {
  transform: rotate(-45deg);
}

#pixel-viewer__img {
  display: block;
  margin: auto;
  max-width: 100%;
  max-height: calc(100% - 44px);
  animation: scaleup 0.2s ease-out both;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes scaleup {
  0% {
    transform: scale(0.95);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes fadeout {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes scaledown {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(0.95);
  }
}

.hover\:bg-black:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.hover\:bg-white:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.hover\:text-black:hover{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 640px){
  .sm\:mb-4{
    margin-bottom: 1rem;
  }
}

@media (min-width: 768px){
  .md\:absolute{
    position: absolute;
  }

  .md\:-left-44{
    left: -11rem;
  }

  .md\:-left-\[20\%\]{
    left: -20%;
  }

  .md\:-left-\[3\%\]{
    left: -3%;
  }

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

  .md\:-right-72{
    right: -18rem;
  }

  .md\:-right-\[20\%\]{
    right: -20%;
  }

  .md\:-right-\[34\%\]{
    right: -34%;
  }

  .md\:-right-\[5\%\]{
    right: -5%;
  }

  .md\:-top-0{
    top: -0px;
  }

  .md\:-top-11{
    top: -2.75rem;
  }

  .md\:-top-32{
    top: -8rem;
  }

  .md\:-top-44{
    top: -11rem;
  }

  .md\:-top-8{
    top: -2rem;
  }

  .md\:-top-\[10\%\]{
    top: -10%;
  }

  .md\:-top-\[15\%\]{
    top: -15%;
  }

  .md\:bottom-16{
    bottom: 4rem;
  }

  .md\:bottom-\[30\%\]{
    bottom: 30%;
  }

  .md\:bottom-\[5\%\]{
    bottom: 5%;
  }

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

  .md\:left-\[20\%\]{
    left: 20%;
  }

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

  .md\:right-2{
    right: 0.5rem;
  }

  .md\:right-24{
    right: 6rem;
  }

  .md\:right-32{
    right: 8rem;
  }

  .md\:right-\[20\%\]{
    right: 20%;
  }

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

  .md\:top-\[10\%\]{
    top: 10%;
  }

  .md\:top-\[25\%\]{
    top: 25%;
  }

  .md\:top-\[45\%\]{
    top: 45%;
  }

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

  .md\:top-\[65\%\]{
    top: 65%;
  }

  .md\:top-\[80\%\]{
    top: 80%;
  }

  .md\:top-\[90\%\]{
    top: 90%;
  }

  .md\:top-\[95\%\]{
    top: 95%;
  }

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

  .md\:-z-\[10\]{
    z-index: -10;
  }

  .md\:-z-\[20\]{
    z-index: -20;
  }

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

  .md\:col-span-10{
    grid-column: span 10 / span 10;
  }

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

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

  .md\:block{
    display: block;
  }

  .md\:hidden{
    display: none;
  }

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

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

  .md\:w-28{
    width: 7rem;
  }

  .md\:w-3\/12{
    width: 25%;
  }

  .md\:w-3\/6{
    width: 50%;
  }

  .md\:w-32{
    width: 8rem;
  }

  .md\:w-36{
    width: 9rem;
  }

  .md\:w-40{
    width: 10rem;
  }

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

  .md\:w-5\/12{
    width: 41.666667%;
  }

  .md\:w-64{
    width: 16rem;
  }

  .md\:w-9\/12{
    width: 75%;
  }

  .md\:w-96{
    width: 24rem;
  }

  .md\:w-\[150px\]{
    width: 150px;
  }

  .md\:w-\[180px\]{
    width: 180px;
  }

  .md\:w-\[200px\]{
    width: 200px;
  }

  .md\:w-\[260px\]{
    width: 260px;
  }

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

  .md\:w-\[300px\]{
    width: 300px;
  }

  .md\:w-\[400px\]{
    width: 400px;
  }

  .md\:w-\[500px\]{
    width: 500px;
  }

  .md\:w-\[560px\]{
    width: 560px;
  }

  .md\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .md\:border-b-0{
    border-bottom-width: 0px;
  }

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

  .md\:p-8{
    padding: 2rem;
  }

  .md\:pl-16{
    padding-left: 4rem;
  }

  .md\:pl-4{
    padding-left: 1rem;
  }

  .md\:pr-16{
    padding-right: 4rem;
  }

  .md\:pt-32{
    padding-top: 8rem;
  }

  .md\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .md\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }

  .md\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px){
  .lg\:-left-\[10\%\]{
    left: -10%;
  }

  .lg\:-right-80{
    right: -20rem;
  }

  .lg\:-right-\[10\%\]{
    right: -10%;
  }

  .lg\:-right-\[7\%\]{
    right: -7%;
  }

  .lg\:-top-10{
    top: -2.5rem;
  }

  .lg\:-top-\[15\%\]{
    top: -15%;
  }

  .lg\:-top-\[20\%\]{
    top: -20%;
  }

  .lg\:bottom-\[10\%\]{
    bottom: 10%;
  }

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

  .lg\:right-64{
    right: 16rem;
  }

  .lg\:w-32{
    width: 8rem;
  }

  .lg\:w-6\/12{
    width: 50%;
  }

  .lg\:w-7\/12{
    width: 58.333333%;
  }

  .lg\:w-8\/12{
    width: 66.666667%;
  }

  .lg\:w-\[250px\]{
    width: 250px;
  }

  .lg\:w-\[350px\]{
    width: 350px;
  }

  .lg\:w-\[380px\]{
    width: 380px;
  }

  .lg\:w-\[550px\]{
    width: 550px;
  }

  .lg\:w-\[600px\]{
    width: 600px;
  }

  .lg\:p-8{
    padding: 2rem;
  }
}

@media (min-width: 1280px){
  .xl\:-top-10{
    top: -2.5rem;
  }

  .xl\:right-16{
    right: 4rem;
  }

  .xl\:w-44{
    width: 11rem;
  }
}
