@charset "utf-8";

html{
	overflow: scroll;
	overflow-x: hidden;
}

body {
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro', sans-serif;
	font-weight: 400;
	font-style: normal;
  line-height: 1.7;
	overflow: hidden;
}

.l-footer{
	width: 100%;
	height: 100%;
	padding: 42px 0 24px;
}

.l-footer__container{
		width: 100%;
		height: 100%;
		margin: 0 auto;
	}

.link1{
	pointer-events: none;
	position: relative;
	display: block;
	transition: opacity .3s ease-out;
	opacity: 1;
}
.link{
	position: relative;
	display: block;
	transition: opacity .3s ease-out;
	opacity: 1;
}

@media (min-width: 1024px){
		.link:hover{
			opacity: 0.6;
		}
	}

.link__inline{
		position: relative;
		display: inline-block;
		transition: opacity .3s ease-out;
		opacity: 1;
	}

@media (min-width: 1024px){
			.link__inline:hover{
				opacity: 0.6;
			}
		}

._bg-image-ingredients{
		background-image: url("../image/ingredients-title-bg.png");
		background-size: cover;
		background-repeat: no-repeat;
	}

._bg-image-paper{
		background-image: url("../image/ingredients-bg_sp.png");
		background-size: contain;
		background-repeat: repeat-y;
	}

@media (min-width: 768px){

._bg-image-paper{
			background-size: cover
	}
		}

@media (min-width: 1024px){

._bg-image-paper{
			background-image: url("../image/ingredients-bg.png");
			background-size: cover;
			background-repeat: repeat
	}
		}

._bg-image-paper-inner{
			background-image: url("../image/ingredients-osechi-bg.png");
			background-size: cover;
			background-repeat: repeat;
		}

._bg-image-paper-b{
			background-image: url("../image/others-bg_sp.png");
			background-size: cover;
			background-repeat: repeat-y;
		}

._bg-image-accent{
		background-image: url("../image/reserve-bg.png");
		background-size: cover;
		background-repeat: no-repeat;
		background-position: top right;
	}

@media (min-width: 768px){

._bg-image-accent{
			background-position: top
	}
		}

._flex-keep{
	flex: 1 0 auto;
}

._full {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

._full-padding {
    padding-left: min(40px, calc(50vw - 50%));
    padding-right: min(40px, calc(50vw - 50%));
}

._gradient-mv{
		background: transparent linear-gradient(90deg, rgba(0,0,0,0) 20.7026%, rgba(255,245,127,0.33) 55.7377%, rgba(211,169,40,0.33) 100%) 0% 0% no-repeat padding-box;
	}

._gradient-ingredients-content{
			background: transparent linear-gradient(180deg, rgba(255, 255, 255, 0.3) 23.34%, rgba(255, 255, 255, 0.2) 74.78%, rgba(255, 255, 255, 1) 98.56%) 0% 0% no-repeat padding-box;
		}

._gradient-others{
		background : linear-gradient(134.42deg, rgba(206, 176, 99, 1) 0%, rgba(255, 250, 206, 1) 33%, rgba(218, 191, 135, 1) 66.26%, rgba(227, 202, 118, 1) 100%);
	}

._lh-xxs::before {
			content: '';
			display: block;
			height: 0;
			width: 0;
			margin-top: calc((1 - 1.05) * 0.5em);
		}

._lh-xxs::after{
				content: '';
				display: block;
				height: 0;
				width: 0;
				margin-top: calc((1 - 1.05) * 0.5em);
		}

._lh-tight::before {
			content: '';
			display: block;
			height: 0;
			width: 0;
			margin-top: calc((1 - 1.25) * 0.5em);
		}

._lh-tight::after{
				content: '';
				display: block;
				height: 0;
				width: 0;
				margin-top: calc((1 - 1.25) * 0.5em);
		}

._lh-normal::before {
			content: '';
			display: block;
			height: 0;
			width: 0;
			margin-top: calc((1 - 1.5) * 0.5em);
		}

._lh-normal::after{
				content: '';
				display: block;
				height: 0;
				width: 0;
				margin-top: calc((1 - 1.5) * 0.5em);
		}

._lh-default::before {
			content: '';
			display: block;
			height: 0;
			width: 0;
			margin-top: calc((1 - 1.7) * 0.5em);
		}

._lh-default::after{
				content: '';
				display: block;
				height: 0;
				width: 0;
				margin-top: calc((1 - 1.7) * 0.5em);
		}

._lh-loose::before {
			content: '';
			display: block;
			height: 0;
			width: 0;
			margin-top: calc((1 - 2) * 0.5em);
		}

._lh-loose::after{
				content: '';
				display: block;
				height: 0;
				width: 0;
				margin-top: calc((1 - 2) * 0.5em);
		}

._text-shadow_xs{
		text-shadow: 0 0 3px #ffffff,0 0 3px #ffffff,0 0 3px #ffffff,0 0 3px #ffffff,0 0 3px #ffffff,0 0 3px #ffffff,0 0 3px #ffffff,0 0 3px #ffffff,0 0 3px #ffffff,0 0 3px #ffffff,0 0 3px #ffffff,0 0 3px #ffffff,0 0 3px #ffffff,0 0 3px #ffffff,0 0 3px #ffffff,0 0 3px #ffffff;
	}

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

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

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

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

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

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

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

.container{
	width: 100%;
	padding-right: 30px;
	padding-left: 30px;
}

@media (min-width: 375px){

	.container{
		max-width: 375px;
	}
}

@media (min-width: 640px){

	.container{
		max-width: 640px;
		padding-right: 64px;
		padding-left: 64px;
	}
}

@media (min-width: 768px){

	.container{
		max-width: 768px;
	}
}

@media (min-width: 1024px){

	.container{
		max-width: 1024px;
		padding-right: 128px;
		padding-left: 128px;
	}
}

@media (min-width: 1280px){

	.container{
		max-width: 1280px;
		padding-right: 256px;
		padding-left: 256px;
	}
}

.pointer-events-none{
	pointer-events: none;
}

.pointer-events-auto{
	pointer-events: auto;
}

.visible{
	visibility: visible;
}

.static{
	position: static;
}

.fixed{
	position: fixed;
}

.absolute{
	position: absolute;
}

.relative{
	position: relative;
}

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

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

.top-0{
	top: 0px;
}

.left-0{
	left: 0px;
}

.left-8{
	left: 2rem;
}

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

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

.top-\[51px\]{
	top: 51px;
}

.left-\[55px\]{
	left: 55px;
}

.left-auto{
	left: auto;
}

.right-8{
	right: 2rem;
}

.-bottom-\[68px\]{
	bottom: -68px;
}

.-left-\[34px\]{
	left: -34px;
}

.bottom-3\.5{
	bottom: 0.875rem;
}

.bottom-3{
	bottom: 0.75rem;
}

.-top-2\.5{
	top: -0.625rem;
}

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

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

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

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

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

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

.-left-2\.5{
	left: -0.625rem;
}

.bottom-7{
	bottom: 1.75rem;
}

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

.top-11{
	top: 2.75rem;
}

.-left-\[170px\]{
	left: -170px;
}

.-top-\[164px\]{
	top: -164px;
}

.-right-\[61px\]{
	right: -61px;
}

.-bottom-\[128\.5879px\]{
	bottom: -128.5879px;
}

.-left-\[19px\]{
	left: -19px;
}

.-top-\[288px\]{
	top: -288px;
}

.-right-\[230px\]{
	right: -230px;
}

.-top-\[100px\]{
	top: -100px;
}

.right-\[96px\]{
	right: 96px;
}

.top-\[595px\]{
	top: 595px;
}

.-left-\[253px\]{
	left: -253px;
}

.-top-\[52px\]{
	top: -52px;
}

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

.top-\[230px\]{
	top: 230px;
}

.right-\[23px\]{
	right: 23px;
}

.-top-\[7px\]{
	top: -7px;
}

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

.top-\[47px\]{
	top: 47px;
}

.-right-\[356px\]{
	right: -356px;
}

.-bottom-\[38px\]{
	bottom: -38px;
}

.-left-\[356px\]{
	left: -356px;
}

.top-\[132px\]{
	top: 132px;
}

.-right-\[140px\]{
	right: -140px;
}

.top-\[384px\]{
	top: 384px;
}

.-right-\[96px\]{
	right: -96px;
}

.-right-\[56px\]{
	right: -56px;
}

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

.-left-\[1px\]{
	left: -1px;
}

.-left-\[3px\]{
	left: -3px;
}

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

.top-\[265px\]{
	top: 265px;
}

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

.top-\[670px\]{
	top: 670px;
}

.-left-\[189px\]{
	left: -189px;
}

.bottom-\[905px\]{
	bottom: 905px;
}

.-right-\[125px\]{
	right: -125px;
}

.bottom-\[700px\]{
	bottom: 700px;
}

.-left-\[235px\]{
	left: -235px;
}

.top-\[428px\]{
	top: 428px;
}

.top-\[910px\]{
	top: 910px;
}

.right-\[50px\]{
	right: 50px;
}

.bottom-\[315px\]{
	bottom: 315px;
}

.-right-\[438px\]{
	right: -438px;
}

.bottom-\[736px\]{
	bottom: 736px;
}

.-right-\[549px\]{
	right: -549px;
}

.-bottom-\[125px\]{
	bottom: -125px;
}

.top-\[270px\]{
	top: 270px;
}

.-right-\[120px\]{
	right: -120px;
}

.-left-\[119px\]{
	left: -119px;
}

.bottom-\[17px\]{
	bottom: 17px;
}

.right-auto{
	right: auto;
}

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

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

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

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

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

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

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

.ml-9{
	margin-left: 2.25rem;
}

.mt-\[23px\]{
	margin-top: 23px;
}

.mb-\[7px\]{
	margin-bottom: 7px;
}

.-mt-\[7px\]{
	margin-top: -7px;
}

.mb-3\.5{
	margin-bottom: 0.875rem;
}

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

.mb-\[11px\]{
	margin-bottom: 11px;
}

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

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

.mb-2\.5{
	margin-bottom: 0.625rem;
}

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

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

.ml-\[9px\]{
	margin-left: 9px;
}

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

.mt-\[7px\]{
	margin-top: 7px;
}

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

.mb-\[42px\]{
	margin-bottom: 42px;
}

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

.mt-\[25px\]{
	margin-top: 25px;
}

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

.mb-\[37px\]{
	margin-bottom: 37px;
}

.mb-\[54px\]{
	margin-bottom: 54px;
}

.mb-\[38px\]{
	margin-bottom: 38px;
}

.-ml-\[36px\]{
	margin-left: -36px;
}

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

.mt-\[11px\]{
	margin-top: 11px;
}

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

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

.mb-\[9px\]{
	margin-bottom: 9px;
}

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

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

.mb-\[14px\]{
	margin-bottom: 14px;
}

.mb-\[18px\]{
	margin-bottom: 18px;
}

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

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

.mb-\[10px\]{
	margin-bottom: 10px;
}

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

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

.mt-\[43px\]{
	margin-top: 43px;
}

.mt-\[12px\]{
	margin-top: 12px;
}

.mt-\[14px\]{
	margin-top: 14px;
}

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

.mb-\[21px\]{
	margin-bottom: 21px;
}

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

.mt-\[15px\]{
	margin-top: 15px;
}

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

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

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

.mt-11{
	margin-top: 2.75rem;
}

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

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

.mt-14{
	margin-top: 3.5rem;
}

.mb-\[50px\]{
	margin-bottom: 50px;
}

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

.mt-\[63px\]{
	margin-top: 63px;
}

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

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

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

.mt-\[51px\]{
	margin-top: 51px;
}

.mt-\[72px\]{
	margin-top: 72px;
}

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

.mb-7{
	margin-bottom: 1.75rem;
}

.mt-\[29px\]{
	margin-top: 29px;
}

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

.mt-7{
	margin-top: 1.75rem;
}

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

.mb-11{
	margin-bottom: 2.75rem;
}

.mb-9{
	margin-bottom: 2.25rem;
}

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

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

.mb-1\.5{
	margin-bottom: 0.375rem;
}

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

.mt-\[19px\]{
	margin-top: 19px;
}

.mt-\[67px\]{
	margin-top: 67px;
}

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

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

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

.mt-\[9px\]{
	margin-top: 9px;
}

.block{
	display: block;
}

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

.inline{
	display: inline;
}

.flex{
	display: flex;
}

.table{
	display: table;
}

.grid{
	display: grid;
}

.contents{
	display: contents;
}

.hidden{
	display: none;
}

.h-auto{
	height: auto;
}

.h-full{
	height: 100%;
}

.h-\[154\.4477vw\]{
	height: 154.4477vw;
}

.h-\[72\.8px\]{
	height: 72.8px;
}

.h-\[10\.9209px\]{
	height: 10.9209px;
}

.h-\[165\.9175px\]{
	height: 165.9175px;
}

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

.max-h-\[275\.8599px\]{
	max-height: 275.8599px;
}

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

.w-full{
	width: 100%;
}

.w-\[75\.1979px\]{
	width: 75.1979px;
}

.w-\[33\.337px\]{
	width: 33.337px;
}

.w-auto{
	width: auto;
}

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

.w-\[90\.7463px\]{
	width: 90.7463px;
}

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

.w-\[64\.3945px\]{
	width: 64.3945px;
}

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

.w-\[10\.9209px\]{
	width: 10.9209px;
}

.w-\[212\.1408px\]{
	width: 212.1408px;
}

.w-\[268\.4238px\]{
	width: 268.4238px;
}

.w-4\/5{
	width: 80%;
}

.w-\[196\.289px\]{
	width: 196.289px;
}

.w-\[228\.9985px\]{
	width: 228.9985px;
}

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

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

.w-\[62\.8157px\]{
	width: 62.8157px;
}

.w-\[199\.8149px\]{
	width: 199.8149px;
}

.w-\[281\.0874px\]{
	width: 281.0874px;
}

.w-\[149\.0117px\]{
	width: 149.0117px;
}

.w-\[171\.0259px\]{
	width: 171.0259px;
}

.w-\[117\.335px\]{
	width: 117.335px;
}

.w-\[308\.2186px\]{
	width: 308.2186px;
}

.w-\[202\.9965px\]{
	width: 202.9965px;
}

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

.w-\[189\.8263px\]{
	width: 189.8263px;
}

.w-\[207\.5016px\]{
	width: 207.5016px;
}

.w-\[266\.4746px\]{
	width: 266.4746px;
}

.w-\[177\.4362px\]{
	width: 177.4362px;
}

.w-\[69\.3409px\]{
	width: 69.3409px;
}

.w-\[30\.1768px\]{
	width: 30.1768px;
}

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

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

.w-\[633\.9974px\]{
	width: 633.9974px;
}

.w-\[616\.0908px\]{
	width: 616.0908px;
}

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

.w-\[72\.6473px\]{
	width: 72.6473px;
}

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

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

.w-\[231\.6871px\]{
	width: 231.6871px;
}

.w-\[297\.5339px\]{
	width: 297.5339px;
}

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

.w-\[348\.6728px\]{
	width: 348.6728px;
}

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

.w-\[233\.1846px\]{
	width: 233.1846px;
}

.w-\[177\.0244px\]{
	width: 177.0244px;
}

.w-\[272\.5505px\]{
	width: 272.5505px;
}

.w-\[171\.0088px\]{
	width: 171.0088px;
}

.w-3\/5{
	width: 60%;
}

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

.w-\[32\.6416px\]{
	width: 32.6416px;
}

.w-\[376\.0293px\]{
	width: 376.0293px;
}

.w-\[283\.2148px\]{
	width: 283.2148px;
}

.w-\[305\.3984px\]{
	width: 305.3984px;
}

.w-\[730\.9785px\]{
	width: 730.9785px;
}

.w-\[393\.874px\]{
	width: 393.874px;
}

.w-\[35\.0635px\]{
	width: 35.0635px;
}

.w-\[111\.0957px\]{
	width: 111.0957px;
}

.w-\[278\.5321px\]{
	width: 278.5321px;
}

.w-\[270\.4483px\]{
	width: 270.4483px;
}

.w-\[23\.4902px\]{
	width: 23.4902px;
}

.w-\[222\.792px\]{
	width: 222.792px;
}

.w-\[28\.5957px\]{
	width: 28.5957px;
}

.max-w-none{
	max-width: none;
}

.max-w-\[283\.2235px\]{
	max-width: 283.2235px;
}

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

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

.max-w-\[104\.6109px\]{
	max-width: 104.6109px;
}

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

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

.max-w-\[999\.8px\]{
	max-width: 999.8px;
}

.max-w-\[1013\.7188px\]{
	max-width: 1013.7188px;
}

.max-w-\[461\.8359px\]{
	max-width: 461.8359px;
}

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

.origin-center{
	transform-origin: center;
}

.-translate-y-1\/2{
	--tw-translate-y: -50%;
	transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-x-1\/2{
	--tw-translate-x: -50%;
	transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

.resize{
	resize: both;
}

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

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

.flex-row{
	flex-direction: row;
}

.flex-col{
	flex-direction: column;
}

.flex-col-reverse{
	flex-direction: column-reverse;
}

.items-start{
	align-items: flex-start;
}

.items-end{
	align-items: flex-end;
}

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

.items-baseline{
	align-items: baseline;
}

.items-stretch{
	align-items: stretch;
}

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

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

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

.justify-items-center{
	justify-items: center;
}

.gap-x-3{
	-moz-column-gap: 0.75rem;
	     column-gap: 0.75rem;
}

.gap-y-\[33px\]{
	row-gap: 33px;
}

.gap-x-\[52px\]{
	-moz-column-gap: 52px;
	     column-gap: 52px;
}

.gap-y-\[77px\]{
	row-gap: 77px;
}

.overflow-hidden{
	overflow: hidden;
}

.rounded-\[3\.4152px\]{
	border-radius: 3.4152px;
}

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

.rounded-md{
	border-radius: 0.375rem;
}

.border-2{
	border-width: 2px;
}

.border{
	border-width: 1px;
}

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

.border-solid{
	border-style: solid;
}

.border-accent-red_light{
	--tw-border-opacity: 1;
	border-color: rgb(255 66 83 / var(--tw-border-opacity));
}

.border-gray-base{
	--tw-border-opacity: 1;
	border-color: rgb(35 24 21 / var(--tw-border-opacity));
}

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

.bg-accent-red_light{
	--tw-bg-opacity: 1;
	background-color: rgb(255 66 83 / var(--tw-bg-opacity));
}

.bg-gray-base{
	--tw-bg-opacity: 1;
	background-color: rgb(35 24 21 / var(--tw-bg-opacity));
}

.bg-opacity-\[0\.96\]{
	--tw-bg-opacity: 0.96;
}

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

.object-top{
	-o-object-position: top;
	   object-position: top;
}

.px-1\.5{
	padding-left: 0.375rem;
	padding-right: 0.375rem;
}

.py-\[7px\]{
	padding-top: 7px;
	padding-bottom: 7px;
}

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

.px-\[23px\]{
	padding-left: 23px;
	padding-right: 23px;
}

.py-0\.5{
	padding-top: 0.125rem;
	padding-bottom: 0.125rem;
}

.py-0{
	padding-top: 0px;
	padding-bottom: 0px;
}

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

.px-10{
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}

.py-\[25px\]{
	padding-top: 25px;
	padding-bottom: 25px;
}

.py-3\.5{
	padding-top: 0.875rem;
	padding-bottom: 0.875rem;
}

.py-3{
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}

.py-\[13px\]{
	padding-top: 13px;
	padding-bottom: 13px;
}

.py-\[5px\]{
	padding-top: 5px;
	padding-bottom: 5px;
}

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

.py-1\.5{
	padding-top: 0.375rem;
	padding-bottom: 0.375rem;
}

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

.py-\[18px\]{
	padding-top: 18px;
	padding-bottom: 18px;
}

.px-\[15px\]{
	padding-left: 15px;
	padding-right: 15px;
}

.pl-\[21px\]{
	padding-left: 21px;
}

.pr-\[40px\]{
	padding-right: 40px;
}

.pt-3\.5{
	padding-top: 0.875rem;
}

.pb-4{
	padding-bottom: 1rem;
}

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

.pr-2\.5{
	padding-right: 0.625rem;
}

.pb-2\.5{
	padding-bottom: 0.625rem;
}

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

.pb-2{
	padding-bottom: 0.5rem;
}

.pl-\[13px\]{
	padding-left: 13px;
}

.pt-\[33px\]{
	padding-top: 33px;
}

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

.pt-\[30px\]{
	padding-top: 30px;
}

.pb-\[30px\]{
	padding-bottom: 30px;
}

.pt-\[37px\]{
	padding-top: 37px;
}

.pb-\[47px\]{
	padding-bottom: 47px;
}

.pt-9{
	padding-top: 2.25rem;
}

.pb-\[55px\]{
	padding-bottom: 55px;
}

.pt-\[311px\]{
	padding-top: 311px;
}

.pb-\[35px\]{
	padding-bottom: 35px;
}

.pt-\[7px\]{
	padding-top: 7px;
}

.pb-\[5px\]{
	padding-bottom: 5px;
}

.pt-\[327px\]{
	padding-top: 327px;
}

.pt-\[314px\]{
	padding-top: 314px;
}

.pb-\[15px\]{
	padding-bottom: 15px;
}

.pb-1{
	padding-bottom: 0.25rem;
}

.pt-10{
	padding-top: 2.5rem;
}

.pb-\[18px\]{
	padding-bottom: 18px;
}

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

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

.pb-1\.5{
	padding-bottom: 0.375rem;
}

.pt-\[52px\]{
	padding-top: 52px;
}

.pb-\[59px\]{
	padding-bottom: 59px;
}

.pl-5{
	padding-left: 1.25rem;
}

.pr-5{
	padding-right: 1.25rem;
}

.pl-\[46px\]{
	padding-left: 46px;
}

.pr-\[42px\]{
	padding-right: 42px;
}

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

.pt-\[46px\]{
	padding-top: 46px;
}

.pb-\[41px\]{
	padding-bottom: 41px;
}

.pl-\[27px\]{
	padding-left: 27px;
}

.pl-\[15px\]{
	padding-left: 15px;
}

.pt-5{
	padding-top: 1.25rem;
}

.pt-\[50px\]{
	padding-top: 50px;
}

.pb-\[46px\]{
	padding-bottom: 46px;
}

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

.pl-\[45px\]{
	padding-left: 45px;
}

.pr-\[51px\]{
	padding-right: 51px;
}

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

.pb-11{
	padding-bottom: 2.75rem;
}

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

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

.font-mincho{
	font-family: "dnp-shuei-mincho-pr6n", sans-serif;
}

.font-base{
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro', sans-serif;
}

.font-adobe-caslon-pro{
	font-family: "adobe-caslon-pro", sans-serif;
}

.text-\[50\.9px\]{
	font-size: 50.9px;
}

.text-md{
	font-size: 16px;
}

.text-\[40px\]{
	font-size: 40px;
}

.text-\[55px\]{
	font-size: 55px;
}

.text-\[32\.7px\]{
	font-size: 32.7px;
}

.text-\[15px\]{
	font-size: 15px;
}

.text-\[73px\]{
	font-size: 73px;
}

.text-xxs{
	font-size: 10px;
}

.text-\[33\.3px\]{
	font-size: 33.3px;
}

.text-\[26\.6px\]{
	font-size: 26.6px;
}

.text-\[58px\]{
	font-size: 58px;
}

.text-xxl{
	font-size: 24px;
}

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

.text-\[21px\]{
	font-size: 21px;
}

.text-\[32\.5px\]{
	font-size: 32.5px;
}

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

.text-\[13px\]{
	font-size: 13px;
}

.text-sm{
	font-size: 14px;
}

.text-xl{
	font-size: 20px;
}

.text-\[18\.5px\]{
	font-size: 18.5px;
}

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

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

.text-\[44px\]{
	font-size: 44px;
}

.text-\[65px\]{
	font-size: 65px;
}

.text-\[26\.89px\]{
	font-size: 26.89px;
}

.text-\[34px\]{
	font-size: 34px;
}

.text-\[27px\]{
	font-size: 27px;
}

.text-\[22px\]{
	font-size: 22px;
}

.text-\[60px\]{
	font-size: 60px;
}

.text-\[41px\]{
	font-size: 41px;
}

.text-\[17px\]{
	font-size: 17px;
}

.font-medium{
	font-weight: 500;
}

.font-normal{
	font-weight: 400;
}

.font-semibold{
	font-weight: 600;
}

.font-light{
	font-weight: 300;
}

.font-bold{
	font-weight: 700;
}

.leading-none{
	line-height: 1;
}

.leading-tight{
	line-height: 1.25;
}

.leading-\[1\.1\]{
	line-height: 1.1;
}

.leading-normal{
	line-height: 1.5;
}

.leading-\[1\.05\]{
	line-height: 1.05;
}

.tracking-\[-1\.6px\]{
	letter-spacing: -1.6px;
}

.tracking-normal{
	letter-spacing: 0em;
}

.tracking-tight{
	letter-spacing: -0.025em;
}

.tracking-tighter{
	letter-spacing: -0.05em;
}

.tracking-\[-0\.07em\]{
	letter-spacing: -0.07em;
}

.tracking-\[-3\.6px\]{
	letter-spacing: -3.6px;
}

.text-accent-red{
	--tw-text-opacity: 1;
	color: rgb(215 0 15 / var(--tw-text-opacity));
}

.text-accent-red_light{
	--tw-text-opacity: 1;
	color: rgb(255 66 83 / var(--tw-text-opacity));
}

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

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

.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);
}

.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);
}

@media (min-width: 640px){

	.sm\:container{
		width: 100%;
		padding-right: 30px;
		padding-left: 30px;
	}

	@media (min-width: 375px){

		.sm\:container{
			max-width: 375px;
		}
	}

	@media (min-width: 640px){

		.sm\:container{
			max-width: 640px;
			padding-right: 64px;
			padding-left: 64px;
		}
	}

	@media (min-width: 768px){

		.sm\:container{
			max-width: 768px;
		}
	}

	@media (min-width: 1024px){

		.sm\:container{
			max-width: 1024px;
			padding-right: 128px;
			padding-left: 128px;
		}
	}

	@media (min-width: 1280px){

		.sm\:container{
			max-width: 1280px;
			padding-right: 256px;
			padding-left: 256px;
		}
	}

	.sm\:bottom-\[1065px\]{
		bottom: 1065px;
	}

	.sm\:-right-\[84px\]{
		right: -84px;
	}

	.sm\:bottom-\[725px\]{
		bottom: 725px;
	}

	.sm\:-left-\[189px\]{
		left: -189px;
	}

	.sm\:top-\[430px\]{
		top: 430px;
	}

	.sm\:-right-\[30px\]{
		right: -30px;
	}

	.sm\:bottom-\[670px\]{
		bottom: 670px;
	}

	.sm\:-left-\[89px\]{
		left: -89px;
	}

	.sm\:bottom-\[30px\]{
		bottom: 30px;
	}

	.sm\:-mt-\[23px\]{
		margin-top: -23px;
	}

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

	.sm\:hidden{
		display: none;
	}

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

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

	.sm\:w-\[230\.9264px\]{
		width: 230.9264px;
	}

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

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

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

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

	.sm\:w-\[196\.6183px\]{
		width: 196.6183px;
	}

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

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

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

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

	.sm\:flex-row{
		flex-direction: row;
	}

	.sm\:items-end{
		align-items: flex-end;
	}

	.sm\:text-xl{
		font-size: 20px;
	}

	.sm\:text-sm{
		font-size: 14px;
	}

	.sm\:text-\[35px\]{
		font-size: 35px;
	}

	.sm\:text-\[17px\]{
		font-size: 17px;
	}

	.sm\:text-xxl{
		font-size: 24px;
	}

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

	.sm\:text-\[21px\]{
		font-size: 21px;
	}
}

@media (min-width: 768px){

	.md\:top-3{
		top: 0.75rem;
	}

	.md\:top-\[160px\]{
		top: 160px;
	}

	.md\:bottom-\[17px\]{
		bottom: 17px;
	}

	.md\:right-\[29px\]{
		right: 29px;
	}

	.md\:left-auto{
		left: auto;
	}

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

	.md\:mt-\[55px\]{
		margin-top: 55px;
	}

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

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

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

	.md\:mt-\[27px\]{
		margin-top: 27px;
	}

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

	.md\:mt-\[66px\]{
		margin-top: 66px;
	}

	.md\:mb-\[50px\]{
		margin-bottom: 50px;
	}

	.md\:mt-\[93px\]{
		margin-top: 93px;
	}

	.md\:mr-10{
		margin-right: 2.5rem;
	}

	.md\:block{
		display: block;
	}

	.md\:flex{
		display: flex;
	}

	.md\:hidden{
		display: none;
	}

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

	.md\:w-\[669\.0874px\]{
		width: 669.0874px;
	}

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

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

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

	.md\:w-\[527\.2213px\]{
		width: 527.2213px;
	}

	.md\:w-\[491\.5443px\]{
		width: 491.5443px;
	}

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

	.md\:w-\[570\.8164px\]{
		width: 570.8164px;
	}

	.md\:w-\[618\.3095px\]{
		width: 618.3095px;
	}

	.md\: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));
	}

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

	.md\:flex-row{
		flex-direction: row;
	}

	.md\:py-\[22px\]{
		padding-top: 22px;
		padding-bottom: 22px;
	}

	.md\:py-\[5px\]{
		padding-top: 5px;
		padding-bottom: 5px;
	}

	.md\:pb-\[42px\]{
		padding-bottom: 42px;
	}

	.md\:pt-\[123px\]{
		padding-top: 123px;
	}

	.md\:pb-\[58px\]{
		padding-bottom: 58px;
	}

	.md\:pt-\[73px\]{
		padding-top: 73px;
	}

	.md\:pb-\[63px\]{
		padding-bottom: 63px;
	}

	.md\:pr-\[15px\]{
		padding-right: 15px;
	}

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

	.md\:text-\[22px\]{
		font-size: 22px;
	}

	.md\:text-\[42px\]{
		font-size: 42px;
	}

	.md\:text-xxl{
		font-size: 24px;
	}

	.md\:text-\[19px\]{
		font-size: 19px;
	}

	.md\:text-\[32\.5px\]{
		font-size: 32.5px;
	}
}

@media (min-width: 1024px){

	.lg\:pointer-events-none{
		pointer-events: none;
	}

	.lg\:bottom-\[200px\]{
		bottom: 200px;
	}

	.lg\:right-5{
		right: 1.25rem;
	}

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

	.lg\:left-\[95px\]{
		left: 95px;
	}

	.lg\:left-8{
		left: 2rem;
	}

	.lg\:top-\[163px\]{
		top: 163px;
	}

	.lg\:-left-\[256px\]{
		left: -256px;
	}

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

	.lg\:top-\[620px\]{
		top: 620px;
	}

	.lg\:-left-\[520px\]{
		left: -520px;
	}

	.lg\:right-\[39px\]{
		right: 39px;
	}

	.lg\:ml-\[167px\]{
		margin-left: 167px;
	}

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

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

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

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

	.lg\:block{
		display: block;
	}

	.lg\:flex{
		display: flex;
	}

	.lg\:hidden{
		display: none;
	}

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

	.lg\:h-\[297\.7544px\]{
		height: 297.7544px;
	}

	.lg\:h-auto{
		height: auto;
	}

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

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

	.lg\:w-\[302\.8705px\]{
		width: 302.8705px;
	}

	.lg\:w-\[639\.1318px\]{
		width: 639.1318px;
	}

	.lg\:w-\[643\.4066px\]{
		width: 643.4066px;
	}

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

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

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

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

	.lg\:w-\[570\.8164px\]{
		width: 570.8164px;
	}

	.lg\:w-\[625\.7419px\]{
		width: 625.7419px;
	}

	.lg\:max-w-\[1098\.88px\]{
		max-width: 1098.88px;
	}

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

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

	.lg\:flex-row{
		flex-direction: row;
	}

	.lg\:items-start{
		align-items: flex-start;
	}

	.lg\:py-\[9px\]{
		padding-top: 9px;
		padding-bottom: 9px;
	}

	.lg\:pl-\[62px\]{
		padding-left: 62px;
	}

	.lg\:pr-\[52px\]{
		padding-right: 52px;
	}

	.lg\:pl-\[50px\]{
		padding-left: 50px;
	}

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

	.lg\:text-\[44px\]{
		font-size: 44px;
	}
}

@media (min-width: 1280px){

	.xl\:top-7{
		top: 1.75rem;
	}

	.xl\:left-9{
		left: 2.25rem;
	}

	.xl\:left-\[27px\]{
		left: 27px;
	}

	.xl\:top-\[172px\]{
		top: 172px;
	}

	.xl\:bottom-\[27px\]{
		bottom: 27px;
	}

	.xl\:right-\[45px\]{
		right: 45px;
	}

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

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

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

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

	.xl\:-mt-\[57px\]{
		margin-top: -57px;
	}

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

	.xl\:ml-9{
		margin-left: 2.25rem;
	}

	.xl\:block{
		display: block;
	}

	.xl\:hidden{
		display: none;
	}

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

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

	.xl\:w-\[204\.7199px\]{
		width: 204.7199px;
	}

	.xl\:w-\[260\.9814px\]{
		width: 260.9814px;
	}

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

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

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

	.xl\:w-\[326\.0991px\]{
		width: 326.0991px;
	}

	.xl\:w-\[697\.4487px\]{
		width: 697.4487px;
	}

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

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

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

	.xl\:w-\[827\.7456px\]{
		width: 827.7456px;
	}

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

	.xl\:max-w-\[538\.5819px\]{
		max-width: 538.5819px;
	}

	.xl\:max-w-\[484\.1544px\]{
		max-width: 484.1544px;
	}

	.xl\:max-w-\[1098\.88px\]{
		max-width: 1098.88px;
	}

	.xl\:max-w-\[1030\.2916px\]{
		max-width: 1030.2916px;
	}

	.xl\:max-w-\[1028\.9297px\]{
		max-width: 1028.9297px;
	}

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

	.xl\:flex-row{
		flex-direction: row;
	}

	.xl\:items-start{
		align-items: flex-start;
	}

	.xl\:items-end{
		align-items: flex-end;
	}

	.xl\:p-0{
		padding: 0px;
	}

	.xl\:py-\[13px\]{
		padding-top: 13px;
		padding-bottom: 13px;
	}

	.xl\:text-\[44px\]{
		font-size: 44px;
	}

	.xl\:text-\[57px\]{
		font-size: 57px;
	}

	.xl\:text-\[36\.7px\]{
		font-size: 36.7px;
	}

	.xl\:text-\[81px\]{
		font-size: 81px;
	}

	.xl\:text-\[30\.6px\]{
		font-size: 30.6px;
	}
}

