@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&family=Noto+Serif+TC:wght@200;300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Marcellus&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display+SC:ital,wght@0,400;0,700;0,900;1,400;1,700;1,900&display=swap");
/*
! tailwindcss v3.3.2 | 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.
*/
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: Noto Sans TC, sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
*, ::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:  ;
}
.pointer-events-none{
  pointer-events: none;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.-inset-2{
  inset: -0.5rem;
}
.inset-0{
  inset: 0px;
}
.inset-2{
  inset: 0.5rem;
}
.inset-3{
  inset: 0.75rem;
}
.inset-6{
  inset: 1.5rem;
}
.inset-8{
  inset: 2rem;
}
.-inset-y-2{
  top: -0.5rem;
  bottom: -0.5rem;
}
.inset-x-14{
  left: 3.5rem;
  right: 3.5rem;
}
.inset-x-16{
  left: 4rem;
  right: 4rem;
}
.inset-x-6{
  left: 1.5rem;
  right: 1.5rem;
}
.inset-x-8{
  left: 2rem;
  right: 2rem;
}
.inset-y-0{
  top: 0px;
  bottom: 0px;
}
.-bottom-1{
  bottom: -0.25rem;
}
.-bottom-12{
  bottom: -3rem;
}
.-bottom-16{
  bottom: -4rem;
}
.-left-8{
  left: -2rem;
}
.-right-20{
  right: -5rem;
}
.-top-32{
  top: -8rem;
}
.-top-8{
  top: -2rem;
}
.bottom-0{
  bottom: 0px;
}
.bottom-10{
  bottom: 2.5rem;
}
.bottom-11{
  bottom: 2.75rem;
}
.bottom-14{
  bottom: 3.5rem;
}
.bottom-16{
  bottom: 4rem;
}
.bottom-20{
  bottom: 5rem;
}
.bottom-24{
  bottom: 6rem;
}
.bottom-5{
  bottom: 1.25rem;
}
.bottom-\[-130px\]{
  bottom: -130px;
}
.bottom-\[110px\]{
  bottom: 110px;
}
.bottom-\[20px\]{
  bottom: 20px;
}
.bottom-\[240px\]{
  bottom: 240px;
}
.left-0{
  left: 0px;
}
.left-1\/2{
  left: 50%;
}
.left-12{
  left: 3rem;
}
.left-20{
  left: 5rem;
}
.left-40{
  left: 10rem;
}
.left-52{
  left: 13rem;
}
.left-8{
  left: 2rem;
}
.left-\[11\%\]{
  left: 11%;
}
.left-\[1109px\]{
  left: 1109px;
}
.left-\[1110px\]{
  left: 1110px;
}
.left-\[1300px\]{
  left: 1300px;
}
.left-\[14\%\]{
  left: 14%;
}
.left-\[159px\]{
  left: 159px;
}
.left-\[18\.57\%\]{
  left: 18.57%;
}
.left-\[190px\]{
  left: 190px;
}
.left-\[219px\]{
  left: 219px;
}
.left-\[271px\]{
  left: 271px;
}
.left-\[42px\]{
  left: 42px;
}
.left-\[470px\]{
  left: 470px;
}
.left-\[565px\]{
  left: 565px;
}
.left-\[728px\]{
  left: 728px;
}
.left-\[759px\]{
  left: 759px;
}
.left-\[762px\]{
  left: 762px;
}
.right-0{
  right: 0px;
}
.right-0\.5{
  right: 0.125rem;
}
.right-1\/2{
  right: 50%;
}
.right-16{
  right: 4rem;
}
.right-20{
  right: 5rem;
}
.right-24{
  right: 6rem;
}
.right-28{
  right: 7rem;
}
.right-40{
  right: 10rem;
}
.right-6{
  right: 1.5rem;
}
.right-8{
  right: 2rem;
}
.right-\[19\.8\%\]{
  right: 19.8%;
}
.right-\[23\%\]{
  right: 23%;
}
.right-\[350px\]{
  right: 350px;
}
.top-0{
  top: 0px;
}
.top-10{
  top: 2.5rem;
}
.top-12{
  top: 3rem;
}
.top-2{
  top: 0.5rem;
}
.top-52{
  top: 13rem;
}
.top-6{
  top: 1.5rem;
}
.top-8{
  top: 2rem;
}
.top-\[-112px\]{
  top: -112px;
}
.top-\[-140px\]{
  top: -140px;
}
.top-\[-21px\]{
  top: -21px;
}
.top-\[-240px\]{
  top: -240px;
}
.top-\[-300px\]{
  top: -300px;
}
.top-\[-358px\]{
  top: -358px;
}
.top-\[-450px\]{
  top: -450px;
}
.top-\[-51px\]{
  top: -51px;
}
.top-\[100px\]{
  top: 100px;
}
.top-\[103px\]{
  top: 103px;
}
.top-\[124px\]{
  top: 124px;
}
.top-\[180px\]{
  top: 180px;
}
.top-\[210px\]{
  top: 210px;
}
.top-\[225px\]{
  top: 225px;
}
.top-\[232px\]{
  top: 232px;
}
.top-\[240px\]{
  top: 240px;
}
.top-\[267px\]{
  top: 267px;
}
.top-\[290px\]{
  top: 290px;
}
.top-\[294px\]{
  top: 294px;
}
.top-\[343px\]{
  top: 343px;
}
.top-\[360px\]{
  top: 360px;
}
.top-\[420px\]{
  top: 420px;
}
.top-\[441px\]{
  top: 441px;
}
.top-\[494px\]{
  top: 494px;
}
.top-\[495px\]{
  top: 495px;
}
.top-\[517px\]{
  top: 517px;
}
.top-\[590px\]{
  top: 590px;
}
.top-\[770px\]{
  top: 770px;
}
.top-\[787px\]{
  top: 787px;
}
.-z-10{
  z-index: -10;
}
.z-10{
  z-index: 10;
}
.z-20{
  z-index: 20;
}
.z-30{
  z-index: 30;
}
.z-50{
  z-index: 50;
}
.z-60{
  z-index: 60;
}
.z-70{
  z-index: 70;
}
.z-90{
  z-index: 90;
}
.z-\[29\]{
  z-index: 29;
}
.col-start-1{
  grid-column-start: 1;
}
.row-start-1{
  grid-row-start: 1;
}
.mx-14{
  margin-left: 3.5rem;
  margin-right: 3.5rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-20{
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.-ml-10{
  margin-left: -2.5rem;
}
.-ml-6{
  margin-left: -1.5rem;
}
.-mr-5{
  margin-right: -1.25rem;
}
.-mt-1{
  margin-top: -0.25rem;
}
.-mt-10{
  margin-top: -2.5rem;
}
.-mt-11{
  margin-top: -2.75rem;
}
.-mt-12{
  margin-top: -3rem;
}
.-mt-20{
  margin-top: -5rem;
}
.-mt-24{
  margin-top: -6rem;
}
.-mt-28{
  margin-top: -7rem;
}
.-mt-44{
  margin-top: -11rem;
}
.-mt-60{
  margin-top: -15rem;
}
.-mt-8{
  margin-top: -2rem;
}
.-mt-9{
  margin-top: -2.25rem;
}
.-mt-\[280px\]{
  margin-top: -280px;
}
.mb-0{
  margin-bottom: 0px;
}
.mb-0\.5{
  margin-bottom: 0.125rem;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.mb-14{
  margin-bottom: 3.5rem;
}
.mb-16{
  margin-bottom: 4rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-20{
  margin-bottom: 5rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mb-32{
  margin-bottom: 8rem;
}
.mb-36{
  margin-bottom: 9rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-48{
  margin-bottom: 12rem;
}
.mb-5{
  margin-bottom: 1.25rem;
}
.mb-52{
  margin-bottom: 13rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.mb-9{
  margin-bottom: 2.25rem;
}
.mb-px{
  margin-bottom: 1px;
}
.ml-10{
  margin-left: 2.5rem;
}
.ml-11{
  margin-left: 2.75rem;
}
.ml-14{
  margin-left: 3.5rem;
}
.ml-16{
  margin-left: 4rem;
}
.ml-2{
  margin-left: 0.5rem;
}
.ml-2\.5{
  margin-left: 0.625rem;
}
.ml-24{
  margin-left: 6rem;
}
.ml-3{
  margin-left: 0.75rem;
}
.ml-4{
  margin-left: 1rem;
}
.ml-40{
  margin-left: 10rem;
}
.ml-52{
  margin-left: 13rem;
}
.ml-6{
  margin-left: 1.5rem;
}
.ml-8{
  margin-left: 2rem;
}
.ml-\[-320px\]{
  margin-left: -320px;
}
.ml-\[14\.58\%\]{
  margin-left: 14.58%;
}
.ml-\[26\.04\%\]{
  margin-left: 26.04%;
}
.ml-\[29\.17\%\]{
  margin-left: 29.17%;
}
.ml-\[30\%\]{
  margin-left: 30%;
}
.ml-\[320px\]{
  margin-left: 320px;
}
.ml-\[363px\]{
  margin-left: 363px;
}
.ml-\[42\%\]{
  margin-left: 42%;
}
.ml-\[50\%\]{
  margin-left: 50%;
}
.ml-\[50px\]{
  margin-left: 50px;
}
.ml-\[555px\]{
  margin-left: 555px;
}
.ml-auto{
  margin-left: auto;
}
.mr-1{
  margin-right: 0.25rem;
}
.mr-20{
  margin-right: 5rem;
}
.mr-80{
  margin-right: 20rem;
}
.mr-\[13\%\]{
  margin-right: 13%;
}
.mr-\[150px\]{
  margin-right: 150px;
}
.mr-\[690px\]{
  margin-right: 690px;
}
.mt-1{
  margin-top: 0.25rem;
}
.mt-10{
  margin-top: 2.5rem;
}
.mt-11{
  margin-top: 2.75rem;
}
.mt-12{
  margin-top: 3rem;
}
.mt-14{
  margin-top: 3.5rem;
}
.mt-16{
  margin-top: 4rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-20{
  margin-top: 5rem;
}
.mt-24{
  margin-top: 6rem;
}
.mt-28{
  margin-top: 7rem;
}
.mt-3{
  margin-top: 0.75rem;
}
.mt-32{
  margin-top: 8rem;
}
.mt-36{
  margin-top: 9rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-48{
  margin-top: 12rem;
}
.mt-5{
  margin-top: 1.25rem;
}
.mt-56{
  margin-top: 14rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-64{
  margin-top: 16rem;
}
.mt-72{
  margin-top: 18rem;
}
.mt-8{
  margin-top: 2rem;
}
.mt-80{
  margin-top: 20rem;
}
.mt-9{
  margin-top: 2.25rem;
}
.mt-\[-90px\]{
  margin-top: -90px;
}
.mt-\[101px\]{
  margin-top: 101px;
}
.mt-\[113px\]{
  margin-top: 113px;
}
.mt-\[316px\]{
  margin-top: 316px;
}
.mt-\[325px\]{
  margin-top: 325px;
}
.mt-\[366px\]{
  margin-top: 366px;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.table{
  display: table;
}
.grid{
  display: grid;
}
.contents{
  display: contents;
}
.hidden{
  display: none;
}
.aspect-\[1\/1\.328\]{
  aspect-ratio: 1/1.328;
}
.aspect-\[1\/1\.32\]{
  aspect-ratio: 1/1.32;
}
.h-2{
  height: 0.5rem;
}
.h-\[100px\]{
  height: 100px;
}
.h-\[103px\]{
  height: 103px;
}
.h-\[115px\]{
  height: 115px;
}
.h-\[140px\]{
  height: 140px;
}
.h-\[171px\]{
  height: 171px;
}
.h-\[210px\]{
  height: 210px;
}
.h-\[292px\]{
  height: 292px;
}
.h-\[300vh\]{
  height: 300vh;
}
.h-\[32px\]{
  height: 32px;
}
.h-\[343px\]{
  height: 343px;
}
.h-\[44vw\]{
  height: 44vw;
}
.h-\[5px\]{
  height: 5px;
}
.h-\[64px\]{
  height: 64px;
}
.h-\[6px\]{
  height: 6px;
}
.h-\[78px\]{
  height: 78px;
}
.h-\[calc\(100\%-245px\)\]{
  height: calc(100% - 245px);
}
.h-full{
  height: 100%;
}
.h-px{
  height: 1px;
}
.h-screen{
  height: 100vh;
}
.w-0{
  width: 0px;
}
.w-1\/2{
  width: 50%;
}
.w-2{
  width: 0.5rem;
}
.w-40{
  width: 10rem;
}
.w-\[105px\]{
  width: 105px;
}
.w-\[1120px\]{
  width: 1120px;
}
.w-\[130px\]{
  width: 130px;
}
.w-\[1404px\]{
  width: 1404px;
}
.w-\[140px\]{
  width: 140px;
}
.w-\[204px\]{
  width: 204px;
}
.w-\[210px\]{
  width: 210px;
}
.w-\[23\.4vw\]{
  width: 23.4vw;
}
.w-\[230px\]{
  width: 230px;
}
.w-\[232px\]{
  width: 232px;
}
.w-\[235px\]{
  width: 235px;
}
.w-\[259px\]{
  width: 259px;
}
.w-\[27px\]{
  width: 27px;
}
.w-\[292px\]{
  width: 292px;
}
.w-\[343px\]{
  width: 343px;
}
.w-\[38\.67\%\]{
  width: 38.67%;
}
.w-\[384px\]{
  width: 384px;
}
.w-\[388px\]{
  width: 388px;
}
.w-\[436px\]{
  width: 436px;
}
.w-\[44\%\]{
  width: 44%;
}
.w-\[44vw\]{
  width: 44vw;
}
.w-\[480px\]{
  width: 480px;
}
.w-\[487px\]{
  width: 487px;
}
.w-\[493px\]{
  width: 493px;
}
.w-\[50px\]{
  width: 50px;
}
.w-\[54\%\]{
  width: 54%;
}
.w-\[58vw\]{
  width: 58vw;
}
.w-\[59vw\]{
  width: 59vw;
}
.w-\[5px\]{
  width: 5px;
}
.w-\[687px\]{
  width: 687px;
}
.w-\[6px\]{
  width: 6px;
}
.w-\[72\%\]{
  width: 72%;
}
.w-\[760px\]{
  width: 760px;
}
.w-\[calc\(100vw-var\(--lock\)\)\]{
  width: calc(100vw - var(--lock));
}
.w-fit{
  width: -moz-fit-content;
  width: fit-content;
}
.w-full{
  width: 100%;
}
.w-px{
  width: 1px;
}
.max-w-\[1000px\]{
  max-width: 1000px;
}
.max-w-\[1400px\]{
  max-width: 1400px;
}
.max-w-\[1530px\]{
  max-width: 1530px;
}
.max-w-\[448px\]{
  max-width: 448px;
}
.max-w-\[507px\]{
  max-width: 507px;
}
.max-w-\[552px\]{
  max-width: 552px;
}
.max-w-\[588px\]{
  max-width: 588px;
}
.max-w-\[842px\]{
  max-width: 842px;
}
.max-w-\[900px\]{
  max-width: 900px;
}
.max-w-none{
  max-width: none;
}
.flex-1{
  flex: 1 1 0%;
}
.shrink-0{
  flex-shrink: 0;
}
.flex-grow{
  flex-grow: 1;
}
.-translate-x-full{
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-3{
  --tw-translate-y: -0.75rem;
  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-full{
  --tw-translate-y: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-32{
  --tw-translate-x: 8rem;
  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-14{
  --tw-translate-y: 3.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-\[241px\]{
  --tw-translate-y: 241px;
  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));
}
.scale-\[1\.2\]{
  --tw-scale-x: 1.2;
  --tw-scale-y: 1.2;
  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;
}
.resize{
  resize: both;
}
.list-image-\[url\(images\/menu-list-img\.svg\)\]{
  list-style-image: url(images/menu-list-img.svg);
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.flex-nowrap{
  flex-wrap: nowrap;
}
.items-start{
  align-items: flex-start;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-1{
  gap: 0.25rem;
}
.gap-10{
  gap: 2.5rem;
}
.gap-14{
  gap: 3.5rem;
}
.gap-16{
  gap: 4rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-24{
  gap: 6rem;
}
.gap-3{
  gap: 0.75rem;
}
.gap-4{
  gap: 1rem;
}
.gap-7{
  gap: 1.75rem;
}
.gap-8{
  gap: 2rem;
}
.gap-9{
  gap: 2.25rem;
}
.gap-\[140px\]{
  gap: 140px;
}
.gap-x-44{
  -moz-column-gap: 11rem;
       column-gap: 11rem;
}
.gap-y-10{
  row-gap: 2.5rem;
}
.space-x-10 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(2.5rem * var(--tw-space-x-reverse));
  margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-20 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(5rem * var(--tw-space-x-reverse));
  margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-24 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(6rem * var(--tw-space-x-reverse));
  margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-y-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.overflow-hidden{
  overflow: hidden;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-b-full{
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
}
.rounded-t-\[250px\]{
  border-top-left-radius: 250px;
  border-top-right-radius: 250px;
}
.rounded-t-full{
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
}
.rounded-bl-full{
  border-bottom-left-radius: 9999px;
}
.rounded-br-\[102px\]{
  border-bottom-right-radius: 102px;
}
.rounded-br-\[130px\]{
  border-bottom-right-radius: 130px;
}
.rounded-br-\[224px\]{
  border-bottom-right-radius: 224px;
}
.rounded-br-\[240px\]{
  border-bottom-right-radius: 240px;
}
.rounded-tl-\[250px\]{
  border-top-left-radius: 250px;
}
.rounded-tr-\[250px\]{
  border-top-right-radius: 250px;
}
.rounded-tr-full{
  border-top-right-radius: 9999px;
}
.border{
  border-width: 1px;
}
.border-x{
  border-left-width: 1px;
  border-right-width: 1px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-b-0{
  border-bottom-width: 0px;
}
.border-l{
  border-left-width: 1px;
}
.border-r{
  border-right-width: 1px;
}
.border-t{
  border-top-width: 1px;
}
.border-t-0{
  border-top-width: 0px;
}
.border-amber-400{
  --tw-border-opacity: 1;
  border-color: rgb(201 180 151 / var(--tw-border-opacity));
}
.border-amber-400\/30{
  border-color: rgb(201 180 151 / 0.3);
}
.border-amber-400\/40{
  border-color: rgb(201 180 151 / 0.4);
}
.border-amber-400\/60{
  border-color: rgb(201 180 151 / 0.6);
}
.border-amber-400\/70{
  border-color: rgb(201 180 151 / 0.7);
}
.border-amber-600{
  --tw-border-opacity: 1;
  border-color: rgb(237 201 151 / var(--tw-border-opacity));
}
.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.bg-\[\#8d7e6a\]{
  --tw-bg-opacity: 1;
  background-color: rgb(141 126 106 / var(--tw-bg-opacity));
}
.bg-amber-400{
  --tw-bg-opacity: 1;
  background-color: rgb(201 180 151 / var(--tw-bg-opacity));
}
.bg-amber-400\/30{
  background-color: rgb(201 180 151 / 0.3);
}
.bg-amber-400\/40{
  background-color: rgb(201 180 151 / 0.4);
}
.bg-amber-400\/50{
  background-color: rgb(201 180 151 / 0.5);
}
.bg-amber-400\/70{
  background-color: rgb(201 180 151 / 0.7);
}
.bg-amber-600{
  --tw-bg-opacity: 1;
  background-color: rgb(237 201 151 / var(--tw-bg-opacity));
}
.bg-amber-800{
  --tw-bg-opacity: 1;
  background-color: rgb(146 128 85 / var(--tw-bg-opacity));
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-black\/80{
  background-color: rgb(0 0 0 / 0.8);
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-\[url\(images\/chef-repeat\.png\)\]{
  background-image: url(images/chef-repeat.png);
}
.bg-\[url\(images\/line-bg\.png\)\]{
  background-image: url(images/line-bg.png);
}
.bg-gradient-to-b{
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.from-black{
  --tw-gradient-from: #000 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.via-transparent{
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), transparent var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.to-black{
  --tw-gradient-to: #000 var(--tw-gradient-to-position);
}
.bg-repeat{
  background-repeat: repeat;
}
.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-16{
  padding-left: 4rem;
  padding-right: 4rem;
}
.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-32{
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-7{
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
.pb-1{
  padding-bottom: 0.25rem;
}
.pb-14{
  padding-bottom: 3.5rem;
}
.pb-2{
  padding-bottom: 0.5rem;
}
.pb-20{
  padding-bottom: 5rem;
}
.pb-40{
  padding-bottom: 10rem;
}
.pb-48{
  padding-bottom: 12rem;
}
.pb-52{
  padding-bottom: 13rem;
}
.pb-56{
  padding-bottom: 14rem;
}
.pb-7{
  padding-bottom: 1.75rem;
}
.pb-9{
  padding-bottom: 2.25rem;
}
.pb-\[260px\]{
  padding-bottom: 260px;
}
.pb-\[380px\]{
  padding-bottom: 380px;
}
.pb-\[578px\]{
  padding-bottom: 578px;
}
.pl-1{
  padding-left: 0.25rem;
}
.pl-10{
  padding-left: 2.5rem;
}
.pl-20{
  padding-left: 5rem;
}
.pl-48{
  padding-left: 12rem;
}
.pl-5{
  padding-left: 1.25rem;
}
.pl-52{
  padding-left: 13rem;
}
.pl-\[352px\]{
  padding-left: 352px;
}
.pl-\[438px\]{
  padding-left: 438px;
}
.pr-24{
  padding-right: 6rem;
}
.pr-48{
  padding-right: 12rem;
}
.pr-5{
  padding-right: 1.25rem;
}
.pr-6{
  padding-right: 1.5rem;
}
.pr-\[140px\]{
  padding-right: 140px;
}
.pr-\[270px\]{
  padding-right: 270px;
}
.pt-20{
  padding-top: 5rem;
}
.pt-28{
  padding-top: 7rem;
}
.pt-32{
  padding-top: 8rem;
}
.pt-36{
  padding-top: 9rem;
}
.pt-44{
  padding-top: 11rem;
}
.pt-64{
  padding-top: 16rem;
}
.pt-\[404px\]{
  padding-top: 404px;
}
.pt-\[600px\]{
  padding-top: 600px;
}
.text-center{
  text-align: center;
}
.font-en{
  font-family: Playfair Display SC, serif;
}
.font-serif{
  font-family: Noto Serif SC, Noto Serif TC, serif;
}
.text-2xl{
  font-size: 24px;
  line-height: 1.2;
}
.text-3xl{
  font-size: 26px;
  line-height: 1.4;
}
.text-4xl{
  font-size: 30px;
  line-height: 1.4;
}
.text-5xl{
  font-size: 37px;
  line-height: 1.4;
}
.text-\[100px\]{
  font-size: 100px;
}
.text-\[104px\]\/none{
  font-size: 104px;
  line-height: 1;
}
.text-\[150px\]{
  font-size: 150px;
}
.text-\[197px\]{
  font-size: 197px;
}
.text-\[22px\]\/\[1\.8\]{
  font-size: 22px;
  line-height: 1.8;
}
.text-\[33px\]{
  font-size: 33px;
}
.text-\[40px\]{
  font-size: 40px;
}
.text-\[45px\]{
  font-size: 45px;
}
.text-\[48px\]{
  font-size: 48px;
}
.text-\[50px\]{
  font-size: 50px;
}
.text-\[57px\]\/\[1\.2\]{
  font-size: 57px;
  line-height: 1.2;
}
.text-\[57px\]\/none{
  font-size: 57px;
  line-height: 1;
}
.text-\[60px\]\/\[1\.2\]{
  font-size: 60px;
  line-height: 1.2;
}
.text-\[62px\]\/\[1\.3\]{
  font-size: 62px;
  line-height: 1.3;
}
.text-\[64px\]\/none{
  font-size: 64px;
  line-height: 1;
}
.text-\[65px\]\/\[1\.1\]{
  font-size: 65px;
  line-height: 1.1;
}
.text-\[75px\]\/\[1\.2\]{
  font-size: 75px;
  line-height: 1.2;
}
.text-\[80px\]{
  font-size: 80px;
}
.text-\[82px\]\/none{
  font-size: 82px;
  line-height: 1;
}
.text-\[90px\]\/none{
  font-size: 90px;
  line-height: 1;
}
.text-base{
  font-size: 16px;
  line-height: 1.8;
}
.text-lg{
  font-size: 18px;
  line-height: 1.8;
}
.text-lg\/\[1\.5\]{
  font-size: 18px;
  line-height: 1.5;
}
.text-lg\/normal{
  font-size: 18px;
  line-height: 1.6;
}
.text-sm{
  font-size: 14px;
  line-height: 1.8;
}
.text-xl{
  font-size: 20px;
  line-height: 1.8;
}
.text-xs{
  font-size: 12px;
  line-height: 1.8;
}
.font-extralight{
  font-weight: 200;
}
.font-light{
  font-weight: 300;
}
.uppercase{
  text-transform: uppercase;
}
.italic{
  font-style: italic;
}
.leading-snug{
  line-height: 1.4;
}
.tracking-\[12px\]{
  letter-spacing: 12px;
}
.tracking-normal{
  letter-spacing: 1px;
}
.tracking-tight{
  letter-spacing: 0;
}
.tracking-wide{
  letter-spacing: 3px;
}
.tracking-wider{
  letter-spacing: 6px;
}
.tracking-widest{
  letter-spacing: 9px;
}
.text-amber-400{
  --tw-text-opacity: 1;
  color: rgb(201 180 151 / var(--tw-text-opacity));
}
.text-amber-600{
  --tw-text-opacity: 1;
  color: rgb(237 201 151 / var(--tw-text-opacity));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-white\/40{
  color: rgb(255 255 255 / 0.4);
}
.text-white\/70{
  color: rgb(255 255 255 / 0.7);
}
.underline{
  text-decoration-line: underline;
}
.opacity-0{
  opacity: 0;
}
.opacity-100{
  opacity: 1;
}
.opacity-20{
  opacity: 0.2;
}
.opacity-25{
  opacity: 0.25;
}
.opacity-30{
  opacity: 0.3;
}
.opacity-40{
  opacity: 0.4;
}
.opacity-80{
  opacity: 0.8;
}
.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);
}
.blur-lg{
  --tw-blur: blur(16px);
  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-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-1000{
  transition-duration: 1000ms;
}
.duration-300{
  transition-duration: 300ms;
}
.duration-500{
  transition-duration: 500ms;
}
.duration-\[0\.5s\]{
  transition-duration: 0.5s;
}
.duration-\[0\.8s\]{
  transition-duration: 0.8s;
}
.duration-\[1\.2s\]{
  transition-duration: 1.2s;
}
.duration-\[1\.4s\]{
  transition-duration: 1.4s;
}
.duration-\[1s\]{
  transition-duration: 1s;
}
.duration-\[2s\]{
  transition-duration: 2s;
}
.writing-vertical {
    writing-mode: vertical-rl; }
.img-cover {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
.img-fill {
    width: 100%;
    height: 100%;
    -o-object-fit: fill;
       object-fit: fill; }
.tf {
    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)); }
.tf-x {
    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)); }
.tf-y {
    top: 50%;
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); }
.flip-y {
    --tw-rotate-x: 0deg;
    --tw-rotate-y: 180deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotateX(var(--tw-rotate-x)) rotateY(var(--tw-rotate-y)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); }
.clip-x {
    -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%); }
.zoom-50 {
    zoom: 0.5; }
.zoom-80 {
    zoom: 0.8; }
.\[clip-path\:circle\(22vw_at_50\%\)\]{
  -webkit-clip-path: circle(22vw at 50%);
          clip-path: circle(22vw at 50%);
}
* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent; }

html, body {
  -webkit-text-size-adjust: 100%; }

:focus-visible {
  outline: none; }

@keyframes AnimeBtnLink_Next {
  0% {
    transform: translateX(0%); }
  45.99% {
    transform: translateX(100%);
    opacity: 0; }
  46% {
    transform: translateX(-100%);
    opacity: 0; }
  100% {
    transform: translateX(0%);
    opacity: 1; } }

.basic-hover {
  cursor: pointer;
  transition: all .3s; }
  .basic-hover:hover {
    opacity: .6; }

@media (max-width: 1200px) {
  .nobr_m br {
    display: none; } }

input.error, textarea.error {
  border: 1px solid #f00; }

@media (max-width: 1200px) {
  input, textarea {
    border-radius: 0; } }

body {
  overflow-x: hidden; }
  body.is-lock {
    overflow-y: hidden; }

@media (max-width: 1200px) {
  body.is-lock {
    overflow: hidden; } }

@media (min-width: 1200px) {
  body.is-lock {
    margin-right: var(--lock); }
    body.is-lock #menu {
      margin-right: var(--lock); } }

html.lenis {
  height: auto; }

.lenis.lenis-smooth {
  scroll-behavior: auto; }

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain; }

.lenis.lenis-stopped {
  overflow: hidden; }

.lenis.lenis-scrolling iframe {
  pointer-events: none; }

.index-mask {
  -webkit-mask: url(../images/index-bg-mask.svg) 0 0/100% 100% no-repeat;
          mask: url(../images/index-bg-mask.svg) 0 0/100% 100% no-repeat; }

.about-mask {
  -webkit-mask: url(../images/about-mask.svg) 0 0/100% 100% no-repeat;
          mask: url(../images/about-mask.svg) 0 0/100% 100% no-repeat; }

@media (max-width: 1200px) {
  .about-mask {
    -webkit-mask: url(../images/about-mask-mobile.svg) 0 0/100% 100% no-repeat;
            mask: url(../images/about-mask-mobile.svg) 0 0/100% 100% no-repeat; } }

.ib-mask {
  -webkit-mask: url(../images/ib-mask.svg) 50% 50%/22vw no-repeat;
          mask: url(../images/ib-mask.svg) 50% 50%/22vw no-repeat; }

@media (max-width: 1200px) {
  .ib-mask {
    -webkit-mask: url(../images/ib-mask.svg) 50% 50%/20vh no-repeat;
            mask: url(../images/ib-mask.svg) 50% 50%/20vh no-repeat; } }

.it-mask {
  -webkit-mask: url(../images/it-mask.svg) 0 0/100% 100% no-repeat;
          mask: url(../images/it-mask.svg) 0 0/100% 100% no-repeat; }

@media (max-width: 1200px) {
  .it-mask {
    -webkit-mask: url(../images/it-mask-mobile.svg) 0 0/100% 100% no-repeat;
            mask: url(../images/it-mask-mobile.svg) 0 0/100% 100% no-repeat; } }

.map-mask {
  -webkit-mask: url(../images/map-mask.svg) 0 0/100% 100% no-repeat;
          mask: url(../images/map-mask.svg) 0 0/100% 100% no-repeat; }

@media (max-width: 1200px) {
  .map-mask {
    -webkit-mask: url(../images/map-mask-mobile.svg) 0 0/100% 100% no-repeat;
            mask: url(../images/map-mask-mobile.svg) 0 0/100% 100% no-repeat; } }

.flickity-fade .flickity-slider {
  transform: none !important; }
  .flickity-fade .flickity-slider > li {
    left: 0 !important;
    opacity: 0;
    transition: opacity 0.8s;
    z-index: -1; }
    .flickity-fade .flickity-slider > li.is-selected {
      opacity: 1;
      z-index: 0; }

@media (max-width: 1200px) {
  #aboutAnimWrap {
    -webkit-mask: url(../images/ab-mask-mobile.svg) 0 0/100% 100% no-repeat;
            mask: url(../images/ab-mask-mobile.svg) 0 0/100% 100% no-repeat; } }

.first-letter\:text-\[100px\]::first-letter{
  font-size: 100px;
}

.first-letter\:text-\[109px\]\/none::first-letter{
  font-size: 109px;
  line-height: 1;
}

.first-letter\:text-\[125px\]::first-letter{
  font-size: 125px;
}

.first-letter\:text-\[132px\]\/none::first-letter{
  font-size: 132px;
  line-height: 1;
}

.after\:absolute::after{
  content: var(--tw-content);
  position: absolute;
}

.after\:-inset-4::after{
  content: var(--tw-content);
  inset: -1rem;
}

.after\:-z-10::after{
  content: var(--tw-content);
  z-index: -10;
}

.after\:h-px::after{
  content: var(--tw-content);
  height: 1px;
}

.after\:w-full::after{
  content: var(--tw-content);
  width: 100%;
}

.after\:bg-amber-400\/50::after{
  content: var(--tw-content);
  background-color: rgb(201 180 151 / 0.5);
}

.after\:bg-amber-800::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(146 128 85 / var(--tw-bg-opacity));
}

.after\:tf::after {
    content: var(--tw-content);
    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)); }

.after\:tf-y::after {
    content: var(--tw-content);
    top: 50%;
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); }

.hover\:opacity-100:hover{
  opacity: 1;
}

.group:nth-child(odd) .group-odd\:ml-\[-270px\]{
  margin-left: -270px;
}

.group:nth-child(even) .group-even\:ml-\[280px\]{
  margin-left: 280px;
}

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

.group:hover .group-hover\:opacity-100{
  opacity: 1;
}

.group:hover .group-hover\:opacity-30{
  opacity: 0.3;
}

.group.is-anim .group-\[\.is-anim\]\:translate-x-0{
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group.is-open .group-\[\.is-open\]\: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));
}

.group.current .group-\[\.current\]\:opacity-100{
  opacity: 1;
}

.group.is-anim .group-\[\.is-anim\]\:opacity-0{
  opacity: 0;
}

.group.is-open .group-\[\.is-open\]\:opacity-0{
  opacity: 0;
}

.group.is-open .group-\[\.is-open\]\:opacity-100{
  opacity: 1;
}

@media (min-width: 1201px) and (max-width: 1700px){
  .xl\:left-6{
    left: 1.5rem;
  }
  .xl\:left-\[350px\]{
    left: 350px;
  }
  .xl\:left-\[477px\]{
    left: 477px;
  }
  .xl\:left-\[635px\]{
    left: 635px;
  }
  .xl\:left-\[980px\]{
    left: 980px;
  }
  .xl\:left-\[981px\]{
    left: 981px;
  }
  .xl\:right-6{
    right: 1.5rem;
  }
  .xl\:top-1{
    top: 0.25rem;
  }
  .xl\:top-64{
    top: 16rem;
  }
  .xl\:top-\[178px\]{
    top: 178px;
  }
  .xl\:top-\[233px\]{
    top: 233px;
  }
  .xl\:top-\[360px\]{
    top: 360px;
  }
  .xl\:-mt-52{
    margin-top: -13rem;
  }
  .xl\:ml-\[460px\]{
    margin-left: 460px;
  }
  .xl\:mt-\[292px\]{
    margin-top: 292px;
  }
  .xl\:h-2{
    height: 0.5rem;
  }
  .xl\:h-\[62px\]{
    height: 62px;
  }
  .xl\:w-\[560px\]{
    width: 560px;
  }
  .xl\:w-\[786px\]{
    width: 786px;
  }
  .xl\:gap-\[138px\]{
    gap: 138px;
  }
  .xl\:pb-\[462px\]{
    padding-bottom: 462px;
  }
  .xl\:pl-\[350px\]{
    padding-left: 350px;
  }
  .xl\:pt-\[600px\]{
    padding-top: 600px;
  }
  .xl\:text-\[45px\]\/\[1\.2\]{
    font-size: 45px;
    line-height: 1.2;
  }
  .xl\:text-\[45px\]\/none{
    font-size: 45px;
    line-height: 1;
  }
  .xl\:text-\[72px\]\/none{
    font-size: 72px;
    line-height: 1;
  }
  .xl\:text-\[82px\]\/none{
    font-size: 82px;
    line-height: 1;
  }
  .xl\:text-base{
    font-size: 16px;
    line-height: 1.8;
  }
  .xl\:tracking-wider{
    letter-spacing: 6px;
  }
  .xl\:zoom-70 {
    zoom: 0.7; }
  .xl\:zoom-80 {
    zoom: 0.8; }
  .xl\:first-letter\:text-\[86px\]\/none::first-letter{
    font-size: 86px;
    line-height: 1;
  }
}

@media (max-width: 1200px){
  .lg\:pointer-events-none{
    pointer-events: none;
  }
  .lg\:relative{
    position: relative;
  }
  .lg\:inset-4{
    inset: 1rem;
  }
  .lg\:inset-6{
    inset: 1.5rem;
  }
  .lg\:inset-x-4{
    left: 1rem;
    right: 1rem;
  }
  .lg\:inset-x-6{
    left: 1.5rem;
    right: 1.5rem;
  }
  .lg\:-bottom-4{
    bottom: -1rem;
  }
  .lg\:-bottom-5{
    bottom: -1.25rem;
  }
  .lg\:-right-14{
    right: -3.5rem;
  }
  .lg\:-top-20{
    top: -5rem;
  }
  .lg\:-top-3{
    top: -0.75rem;
  }
  .lg\:bottom-0{
    bottom: 0px;
  }
  .lg\:bottom-1{
    bottom: 0.25rem;
  }
  .lg\:bottom-16{
    bottom: 4rem;
  }
  .lg\:bottom-20{
    bottom: 5rem;
  }
  .lg\:bottom-28{
    bottom: 7rem;
  }
  .lg\:bottom-4{
    bottom: 1rem;
  }
  .lg\:bottom-5{
    bottom: 1.25rem;
  }
  .lg\:bottom-\[-69px\]{
    bottom: -69px;
  }
  .lg\:bottom-auto{
    bottom: auto;
  }
  .lg\:left-0{
    left: 0px;
  }
  .lg\:left-10{
    left: 2.5rem;
  }
  .lg\:left-11{
    left: 2.75rem;
  }
  .lg\:left-16{
    left: 4rem;
  }
  .lg\:left-2{
    left: 0.5rem;
  }
  .lg\:left-4{
    left: 1rem;
  }
  .lg\:left-6{
    left: 1.5rem;
  }
  .lg\:left-7{
    left: 1.75rem;
  }
  .lg\:left-\[101px\]{
    left: 101px;
  }
  .lg\:left-\[182px\]{
    left: 182px;
  }
  .lg\:left-\[255px\]{
    left: 255px;
  }
  .lg\:left-\[256px\]{
    left: 256px;
  }
  .lg\:left-\[65px\]{
    left: 65px;
  }
  .lg\:left-\[72px\]{
    left: 72px;
  }
  .lg\:right-0{
    right: 0px;
  }
  .lg\:right-10{
    right: 2.5rem;
  }
  .lg\:right-14{
    right: 3.5rem;
  }
  .lg\:right-16{
    right: 4rem;
  }
  .lg\:right-2{
    right: 0.5rem;
  }
  .lg\:right-3{
    right: 0.75rem;
  }
  .lg\:right-6{
    right: 1.5rem;
  }
  .lg\:right-8{
    right: 2rem;
  }
  .lg\:right-auto{
    right: auto;
  }
  .lg\:top-1{
    top: 0.25rem;
  }
  .lg\:top-32{
    top: 8rem;
  }
  .lg\:top-4{
    top: 1rem;
  }
  .lg\:top-5{
    top: 1.25rem;
  }
  .lg\:top-7{
    top: 1.75rem;
  }
  .lg\:top-8{
    top: 2rem;
  }
  .lg\:top-\[-139px\]{
    top: -139px;
  }
  .lg\:top-\[-13px\]{
    top: -13px;
  }
  .lg\:top-\[-145px\]{
    top: -145px;
  }
  .lg\:top-\[-149px\]{
    top: -149px;
  }
  .lg\:top-\[-151px\]{
    top: -151px;
  }
  .lg\:top-\[-20px\]{
    top: -20px;
  }
  .lg\:top-\[-64px\]{
    top: -64px;
  }
  .lg\:top-\[114px\]{
    top: 114px;
  }
  .lg\:top-\[155px\]{
    top: 155px;
  }
  .lg\:top-\[191px\]{
    top: 191px;
  }
  .lg\:top-\[200px\]{
    top: 200px;
  }
  .lg\:top-\[237px\]{
    top: 237px;
  }
  .lg\:top-\[309px\]{
    top: 309px;
  }
  .lg\:top-\[328px\]{
    top: 328px;
  }
  .lg\:top-\[357px\]{
    top: 357px;
  }
  .lg\:top-\[388px\]{
    top: 388px;
  }
  .lg\:top-\[448px\]{
    top: 448px;
  }
  .lg\:top-\[449px\]{
    top: 449px;
  }
  .lg\:top-\[47px\]{
    top: 47px;
  }
  .lg\:top-\[505px\]{
    top: 505px;
  }
  .lg\:top-\[52\%\]{
    top: 52%;
  }
  .lg\:top-\[551px\]{
    top: 551px;
  }
  .lg\:top-\[70px\]{
    top: 70px;
  }
  .lg\:top-\[867px\]{
    top: 867px;
  }
  .lg\:z-20{
    z-index: 20;
  }
  .lg\:m-0{
    margin: 0px;
  }
  .lg\:mx-14{
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }
  .lg\:mx-5{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
  .lg\:my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .lg\:my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .lg\:-mb-28{
    margin-bottom: -7rem;
  }
  .lg\:-ml-\[54px\]{
    margin-left: -54px;
  }
  .lg\:-mr-10{
    margin-right: -2.5rem;
  }
  .lg\:-mr-5{
    margin-right: -1.25rem;
  }
  .lg\:-mt-10{
    margin-top: -2.5rem;
  }
  .lg\:-mt-12{
    margin-top: -3rem;
  }
  .lg\:-mt-20{
    margin-top: -5rem;
  }
  .lg\:-mt-4{
    margin-top: -1rem;
  }
  .lg\:-mt-5{
    margin-top: -1.25rem;
  }
  .lg\:mb-0{
    margin-bottom: 0px;
  }
  .lg\:mb-1{
    margin-bottom: 0.25rem;
  }
  .lg\:mb-10{
    margin-bottom: 2.5rem;
  }
  .lg\:mb-12{
    margin-bottom: 3rem;
  }
  .lg\:mb-16{
    margin-bottom: 4rem;
  }
  .lg\:mb-20{
    margin-bottom: 5rem;
  }
  .lg\:mb-24{
    margin-bottom: 6rem;
  }
  .lg\:mb-4{
    margin-bottom: 1rem;
  }
  .lg\:mb-44{
    margin-bottom: 11rem;
  }
  .lg\:ml-0{
    margin-left: 0px;
  }
  .lg\:ml-10{
    margin-left: 2.5rem;
  }
  .lg\:ml-12{
    margin-left: 3rem;
  }
  .lg\:ml-14{
    margin-left: 3.5rem;
  }
  .lg\:ml-28{
    margin-left: 7rem;
  }
  .lg\:ml-40{
    margin-left: 10rem;
  }
  .lg\:ml-48{
    margin-left: 12rem;
  }
  .lg\:ml-6{
    margin-left: 1.5rem;
  }
  .lg\:ml-\[-6px\]{
    margin-left: -6px;
  }
  .lg\:ml-\[50\%\]{
    margin-left: 50%;
  }
  .lg\:mr-0{
    margin-right: 0px;
  }
  .lg\:mr-10{
    margin-right: 2.5rem;
  }
  .lg\:mr-12{
    margin-right: 3rem;
  }
  .lg\:mt-0{
    margin-top: 0px;
  }
  .lg\:mt-0\.5{
    margin-top: 0.125rem;
  }
  .lg\:mt-1{
    margin-top: 0.25rem;
  }
  .lg\:mt-1\.5{
    margin-top: 0.375rem;
  }
  .lg\:mt-12{
    margin-top: 3rem;
  }
  .lg\:mt-14{
    margin-top: 3.5rem;
  }
  .lg\:mt-16{
    margin-top: 4rem;
  }
  .lg\:mt-2{
    margin-top: 0.5rem;
  }
  .lg\:mt-24{
    margin-top: 6rem;
  }
  .lg\:mt-3{
    margin-top: 0.75rem;
  }
  .lg\:mt-32{
    margin-top: 8rem;
  }
  .lg\:mt-36{
    margin-top: 9rem;
  }
  .lg\:mt-4{
    margin-top: 1rem;
  }
  .lg\:mt-48{
    margin-top: 12rem;
  }
  .lg\:mt-52{
    margin-top: 13rem;
  }
  .lg\:mt-6{
    margin-top: 1.5rem;
  }
  .lg\:mt-8{
    margin-top: 2rem;
  }
  .lg\:mt-\[191px\]{
    margin-top: 191px;
  }
  .lg\:block{
    display: block;
  }
  .lg\:flex{
    display: flex;
  }
  .lg\:hidden{
    display: none;
  }
  .lg\:h-14{
    height: 3.5rem;
  }
  .lg\:h-2{
    height: 0.5rem;
  }
  .lg\:h-2\.5{
    height: 0.625rem;
  }
  .lg\:h-\[110vh\]{
    height: 110vh;
  }
  .lg\:h-\[117px\]{
    height: 117px;
  }
  .lg\:h-\[124px\]{
    height: 124px;
  }
  .lg\:h-\[130px\]{
    height: 130px;
  }
  .lg\:h-\[150px\]{
    height: 150px;
  }
  .lg\:h-\[178px\]{
    height: 178px;
  }
  .lg\:h-\[25px\]{
    height: 25px;
  }
  .lg\:h-\[30px\]{
    height: 30px;
  }
  .lg\:h-\[30vh\]{
    height: 30vh;
  }
  .lg\:h-\[34px\]{
    height: 34px;
  }
  .lg\:h-\[35px\]{
    height: 35px;
  }
  .lg\:h-\[547px\]{
    height: 547px;
  }
  .lg\:h-\[54px\]{
    height: 54px;
  }
  .lg\:h-\[62px\]{
    height: 62px;
  }
  .lg\:h-\[6px\]{
    height: 6px;
  }
  .lg\:h-\[76px\]{
    height: 76px;
  }
  .lg\:h-\[7px\]{
    height: 7px;
  }
  .lg\:h-\[98px\]{
    height: 98px;
  }
  .lg\:h-\[98vw\]{
    height: 98vw;
  }
  .lg\:h-auto{
    height: auto;
  }
  .lg\:h-full{
    height: 100%;
  }
  .lg\:h-screen{
    height: 100vh;
  }
  .lg\:w-1\/2{
    width: 50%;
  }
  .lg\:w-12{
    width: 3rem;
  }
  .lg\:w-3{
    width: 0.75rem;
  }
  .lg\:w-3\.5{
    width: 0.875rem;
  }
  .lg\:w-40{
    width: 10rem;
  }
  .lg\:w-\[100px\]{
    width: 100px;
  }
  .lg\:w-\[117px\]{
    width: 117px;
  }
  .lg\:w-\[126px\]{
    width: 126px;
  }
  .lg\:w-\[140px\]{
    width: 140px;
  }
  .lg\:w-\[150px\]{
    width: 150px;
  }
  .lg\:w-\[182px\]{
    width: 182px;
  }
  .lg\:w-\[300px\]{
    width: 300px;
  }
  .lg\:w-\[50px\]{
    width: 50px;
  }
  .lg\:w-\[62px\]{
    width: 62px;
  }
  .lg\:w-\[75\%\]{
    width: 75%;
  }
  .lg\:w-\[78px\]{
    width: 78px;
  }
  .lg\:w-\[90px\]{
    width: 90px;
  }
  .lg\:w-\[92px\]{
    width: 92px;
  }
  .lg\:w-\[96px\]{
    width: 96px;
  }
  .lg\:w-\[98vw\]{
    width: 98vw;
  }
  .lg\:w-auto{
    width: auto;
  }
  .lg\:w-full{
    width: 100%;
  }
  .lg\:flex-1{
    flex: 1 1 0%;
  }
  .lg\:shrink-0{
    flex-shrink: 0;
  }
  .lg\:-translate-y-0{
    --tw-translate-y: -0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .lg\:-translate-y-0\.5{
    --tw-translate-y: -0.125rem;
    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\:translate-x-0{
    --tw-translate-x: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .lg\:flex-col{
    flex-direction: column;
  }
  .lg\:items-end{
    align-items: flex-end;
  }
  .lg\:items-stretch{
    align-items: stretch;
  }
  .lg\:justify-between{
    justify-content: space-between;
  }
  .lg\:gap-11{
    gap: 2.75rem;
  }
  .lg\:gap-2{
    gap: 0.5rem;
  }
  .lg\:gap-20{
    gap: 5rem;
  }
  .lg\:gap-3{
    gap: 0.75rem;
  }
  .lg\:gap-4{
    gap: 1rem;
  }
  .lg\:gap-6{
    gap: 1.5rem;
  }
  .lg\:gap-7{
    gap: 1.75rem;
  }
  .lg\:gap-8{
    gap: 2rem;
  }
  .lg\:space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .lg\:overflow-hidden{
    overflow: hidden;
  }
  .lg\:whitespace-normal{
    white-space: normal;
  }
  .lg\:whitespace-nowrap{
    white-space: nowrap;
  }
  .lg\:rounded-bl-none{
    border-bottom-left-radius: 0px;
  }
  .lg\:rounded-br-\[78px\]{
    border-bottom-right-radius: 78px;
  }
  .lg\:rounded-br-\[87px\]{
    border-bottom-right-radius: 87px;
  }
  .lg\:rounded-br-full{
    border-bottom-right-radius: 9999px;
  }
  .lg\:rounded-tl-full{
    border-top-left-radius: 9999px;
  }
  .lg\:rounded-tr-none{
    border-top-right-radius: 0px;
  }
  .lg\:border-b{
    border-bottom-width: 1px;
  }
  .lg\:border-b-0{
    border-bottom-width: 0px;
  }
  .lg\:border-l-0{
    border-left-width: 0px;
  }
  .lg\:border-t{
    border-top-width: 1px;
  }
  .lg\:border-t-0{
    border-top-width: 0px;
  }
  .lg\:bg-black{
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  }
  .lg\:bg-\[url\(images\/line-bg-vertical\.png\)\]{
    background-image: url(images/line-bg-vertical.png);
  }
  .lg\:bg-\[124px_auto\]{
    background-size: 124px auto;
  }
  .lg\:bg-\[auto_100\%\]{
    background-size: auto 100%;
  }
  .lg\:p-6{
    padding: 1.5rem;
  }
  .lg\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .lg\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .lg\:px-11{
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }
  .lg\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .lg\:px-14{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
  .lg\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .lg\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .lg\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .lg\:py-14{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
  .lg\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .lg\:pb-0{
    padding-bottom: 0px;
  }
  .lg\:pb-20{
    padding-bottom: 5rem;
  }
  .lg\:pb-28{
    padding-bottom: 7rem;
  }
  .lg\:pb-32{
    padding-bottom: 8rem;
  }
  .lg\:pb-5{
    padding-bottom: 1.25rem;
  }
  .lg\:pb-\[284px\]{
    padding-bottom: 284px;
  }
  .lg\:pb-\[300px\]{
    padding-bottom: 300px;
  }
  .lg\:pb-px{
    padding-bottom: 1px;
  }
  .lg\:pl-16{
    padding-left: 4rem;
  }
  .lg\:pl-\[113px\]{
    padding-left: 113px;
  }
  .lg\:pl-\[117px\]{
    padding-left: 117px;
  }
  .lg\:pl-\[73px\]{
    padding-left: 73px;
  }
  .lg\:pr-10{
    padding-right: 2.5rem;
  }
  .lg\:pr-5{
    padding-right: 1.25rem;
  }
  .lg\:pr-6{
    padding-right: 1.5rem;
  }
  .lg\:pr-\[116px\]{
    padding-right: 116px;
  }
  .lg\:pt-24{
    padding-top: 6rem;
  }
  .lg\:pt-28{
    padding-top: 7rem;
  }
  .lg\:pt-\[265px\]{
    padding-top: 265px;
  }
  .lg\:pt-\[288px\]{
    padding-top: 288px;
  }
  .lg\:text-center{
    text-align: center;
  }
  .lg\:text-2xl{
    font-size: 24px;
    line-height: 1.2;
  }
  .lg\:text-3xl{
    font-size: 26px;
    line-height: 1.4;
  }
  .lg\:text-3xl\/none{
    font-size: 26px;
    line-height: 1;
  }
  .lg\:text-5xl{
    font-size: 37px;
    line-height: 1.4;
  }
  .lg\:text-5xl\/\[1\.1\]{
    font-size: 37px;
    line-height: 1.1;
  }
  .lg\:text-5xl\/none{
    font-size: 37px;
    line-height: 1;
  }
  .lg\:text-\[40px\]\/none{
    font-size: 40px;
    line-height: 1;
  }
  .lg\:text-\[78px\]{
    font-size: 78px;
  }
  .lg\:text-base{
    font-size: 16px;
    line-height: 1.8;
  }
  .lg\:text-lg{
    font-size: 18px;
    line-height: 1.8;
  }
  .lg\:text-lg\/\[1\.4\]{
    font-size: 18px;
    line-height: 1.4;
  }
  .lg\:text-sm{
    font-size: 14px;
    line-height: 1.8;
  }
  .lg\:text-sm\/\[1\.3\]{
    font-size: 14px;
    line-height: 1.3;
  }
  .lg\:text-xl{
    font-size: 20px;
    line-height: 1.8;
  }
  .lg\:text-xl\/\[1\.3\]{
    font-size: 20px;
    line-height: 1.3;
  }
  .lg\:text-xs{
    font-size: 12px;
    line-height: 1.8;
  }
  .lg\:tracking-normal{
    letter-spacing: 1px;
  }
  .lg\:tracking-tight{
    letter-spacing: 0;
  }
  .lg\:tracking-wide{
    letter-spacing: 3px;
  }
  .lg\:text-white\/30{
    color: rgb(255 255 255 / 0.3);
  }
  .lg\:opacity-100{
    opacity: 1;
  }
  .lg\:opacity-30{
    opacity: 0.3;
  }
  .lg\:writing-unset {
    writing-mode: unset; }
  .lg\:img-cover {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  .lg\:tf-x-0 {
    left: 0%;
    --tw-translate-x: 0%;
    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\:zoom-60 {
    zoom: 0.6; }
  .lg\:zoom-65 {
    zoom: 0.65; }
  .lg\:zoom-70 {
    zoom: 0.7; }
  .lg\:zoom-80 {
    zoom: 0.8; }
  .lg\:\[clip-path\:circle\(49vw_at_50\%\)\]{
    -webkit-clip-path: circle(49vw at 50%);
            clip-path: circle(49vw at 50%);
  }
  .lg\:first-letter\:text-\[50px\]\/none::first-letter{
    font-size: 50px;
    line-height: 1;
  }
  .lg\:first-letter\:text-\[58px\]::first-letter{
    font-size: 58px;
  }
}

.\[\&\.is-enter\]\:mt-0.is-enter{
  margin-top: 0px;
}

.\[\&\.is-enter\]\:translate-y-0.is-enter{
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.\[\&\.is-enter\]\:scale-100.is-enter{
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.\[\&\.is-enter\]\:opacity-100.is-enter{
  opacity: 1;
}

.\[\&\.is-enter\]\:blur-0.is-enter{
  --tw-blur: blur(0);
  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);
}

.\[\&\.is-enter\]\:clip-0.is-enter {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%); }

.\[\&\.is-open\]\:pointer-events-auto.is-open{
  pointer-events: auto;
}

.\[\&\.is-open\]\:opacity-100.is-open{
  opacity: 1;
}

.\[\&\.is-show\]\:pointer-events-auto.is-show{
  pointer-events: auto;
}

.\[\&\.is-show\]\:opacity-100.is-show{
  opacity: 1;
}

/*# sourceMappingURL=style.css.map */
