@charset "UTF-8";
/*
! tailwindcss v3.1.8 | 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: #F2F2F2; /* 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: Noto Sans JP, sans-serif; /* 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: #EBE8E1; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #EBE8E1; /* 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;
}
/**
   * 疑似要素のベースクラス
   */
.pseudo-after::after{
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  --tw-content: "";
  content: var(--tw-content);
}
/**
   * 50% - 50vw
   */
*, ::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(128 148 168 / 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(128 148 168 / 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;
}
.left-0{
  left: 0px;
}
.top-0{
  top: 0px;
}
.top-\[-36px\]{
  top: -36px;
}
.left-\[40px\]{
  left: 40px;
}
.top-\[106px\]{
  top: 106px;
}
.left-\[320px\]{
  left: 320px;
}
.top-\[160px\]{
  top: 160px;
}
.left-\[-62px\]{
  left: -62px;
}
.top-\[226px\]{
  top: 226px;
}
.left-\[130px\]{
  left: 130px;
}
.top-\[233px\]{
  top: 233px;
}
.left-\[275px\]{
  left: 275px;
}
.top-\[421px\]{
  top: 421px;
}
.left-\[55px\]{
  left: 55px;
}
.top-\[390px\]{
  top: 390px;
}
.left-\[273px\]{
  left: 273px;
}
.top-\[438px\]{
  top: 438px;
}
.left-\[60px\]{
  left: 60px;
}
.top-\[515px\]{
  top: 515px;
}
.left-\[215px\]{
  left: 215px;
}
.top-\[628px\]{
  top: 628px;
}
.left-\[82px\]{
  left: 82px;
}
.top-\[678px\]{
  top: 678px;
}
.left-\[236px\]{
  left: 236px;
}
.top-\[667px\]{
  top: 667px;
}
.left-\[-25px\]{
  left: -25px;
}
.top-\[814px\]{
  top: 814px;
}
.left-\[283px\]{
  left: 283px;
}
.top-\[950px\]{
  top: 950px;
}
.left-\[-24px\]{
  left: -24px;
}
.top-\[900px\]{
  top: 900px;
}
.top-\[1008\.6px\]{
  top: 1008.6px;
}
.left-\[282\.3px\]{
  left: 282.3px;
}
.left-\[14\.3px\]{
  left: 14.3px;
}
.top-\[1138\.6px\]{
  top: 1138.6px;
}
.left-\[337px\]{
  left: 337px;
}
.top-\[1198\.6px\]{
  top: 1198.6px;
}
.left-\[188px\]{
  left: 188px;
}
.top-\[1338\.6px\]{
  top: 1338.6px;
}
.left-\[117px\]{
  left: 117px;
}
.right-0{
  right: 0px;
}
.right-\[322px\]{
  right: 322px;
}
.top-\[121px\]{
  top: 121px;
}
.right-\[232px\]{
  right: 232px;
}
.top-\[83px\]{
  top: 83px;
}
.right-\[68px\]{
  right: 68px;
}
.top-\[-20px\]{
  top: -20px;
}
.right-\[45px\]{
  right: 45px;
}
.top-\[170px\]{
  top: 170px;
}
.right-\[261px\]{
  right: 261px;
}
.top-\[287px\]{
  top: 287px;
}
.top-\[235px\]{
  top: 235px;
}
.right-\[-20px\]{
  right: -20px;
}
.right-\[-42px\]{
  right: -42px;
}
.top-\[417px\]{
  top: 417px;
}
.right-\[258px\]{
  right: 258px;
}
.top-\[494px\]{
  top: 494px;
}
.top-\[537px\]{
  top: 537px;
}
.right-\[103px\]{
  right: 103px;
}
.top-\[592px\]{
  top: 592px;
}
.right-\[32px\]{
  right: 32px;
}
.right-\[250px\]{
  right: 250px;
}
.right-\[290px\]{
  right: 290px;
}
.top-\[817px\]{
  top: 817px;
}
.top-\[800px\]{
  top: 800px;
}
.right-\[25px\]{
  right: 25px;
}
.top-\[850px\]{
  top: 850px;
}
.right-\[85px\]{
  right: 85px;
}
.top-\[930px\]{
  top: 930px;
}
.right-\[201px\]{
  right: 201px;
}
.right-\[17px\]{
  right: 17px;
}
.top-\[1040px\]{
  top: 1040px;
}
.right-\[67px\]{
  right: 67px;
}
.right-\[229px\]{
  right: 229px;
}
.top-\[1140px\]{
  top: 1140px;
}
.right-\[189px\]{
  right: 189px;
}
.top-\[1240px\]{
  top: 1240px;
}
.right-\[129px\]{
  right: 129px;
}
.top-\[1200px\]{
  top: 1200px;
}
.right-\[69px\]{
  right: 69px;
}
.top-\[1330px\]{
  top: 1330px;
}
.bottom-\[-6px\]{
  bottom: -6px;
}
.left-\[calc\(-21\/375\*100vw\)\]{
  left: calc(-21 / 375 * 100vw);
}
.right-\[calc\(-26\/375\*100vw\)\]{
  right: calc(-26 / 375 * 100vw);
}
.bottom-\[calc\(30\/375\*100vw\)\]{
  bottom: calc(30 / 375 * 100vw);
}
.left-\[calc\(-76\/375\*100vw\)\]{
  left: calc(-76 / 375 * 100vw);
}
.right-\[calc\(-171\/375\*100vw\)\]{
  right: calc(-171 / 375 * 100vw);
}
.top-\[calc\(90\/375\*100vw\)\]{
  top: calc(90 / 375 * 100vw);
}
.left-\[0\]{
  left: 0;
}
.top-\[calc\(16\/375\*100vw\)\]{
  top: calc(16 / 375 * 100vw);
}
.left-\[calc\(30\/375\*100vw\)\]{
  left: calc(30 / 375 * 100vw);
}
.top-\[calc\(4\/375\*100vw\)\]{
  top: calc(4 / 375 * 100vw);
}
.left-\[calc\(72\/375\*100vw\)\]{
  left: calc(72 / 375 * 100vw);
}
.top-\[calc\(20\/375\*100vw\)\]{
  top: calc(20 / 375 * 100vw);
}
.left-\[calc\(73\/375\*100vw\)\]{
  left: calc(73 / 375 * 100vw);
}
.top-\[calc\(13\/375\*100vw\)\]{
  top: calc(13 / 375 * 100vw);
}
.left-\[calc\(90\/375\*100vw\)\]{
  left: calc(90 / 375 * 100vw);
}
.top-\[calc\(21\/375\*100vw\)\]{
  top: calc(21 / 375 * 100vw);
}
.left-\[calc\(104\/375\*100vw\)\]{
  left: calc(104 / 375 * 100vw);
}
.top-\[calc\(18\/375\*100vw\)\]{
  top: calc(18 / 375 * 100vw);
}
.left-\[calc\(139\/375\*100vw\)\]{
  left: calc(139 / 375 * 100vw);
}
.top-\[calc\(23\/375\*100vw\)\]{
  top: calc(23 / 375 * 100vw);
}
.left-\[calc\(161\/375\*100vw\)\]{
  left: calc(161 / 375 * 100vw);
}
.left-\[calc\(191\/375\*100vw\)\]{
  left: calc(191 / 375 * 100vw);
}
.left-\[calc\(240\/375\*100vw\)\]{
  left: calc(240 / 375 * 100vw);
}
.left-\[calc\(263\/375\*100vw\)\]{
  left: calc(263 / 375 * 100vw);
}
.top-\[calc\(0\*100vw\)\]{
  top: calc(0 * 100vw);
}
.left-\[calc\(292\/375\*100vw\)\]{
  left: calc(292 / 375 * 100vw);
}
.left-\[calc\(64\/375\*100vw\)\]{
  left: calc(64 / 375 * 100vw);
}
.top-\[calc\(65\/375\*100vw\)\]{
  top: calc(65 / 375 * 100vw);
}
.top-\[49\%\]{
  top: 49%;
}
.left-1\/2{
  left: 50%;
}
.bottom-\[calc\(97\.2\/375\*100vw\)\]{
  bottom: calc(97.2 / 375 * 100vw);
}
.top-1\/2{
  top: 50%;
}
.right-\[16px\]{
  right: 16px;
}
.left-\[24px\]{
  left: 24px;
}
.top-\[68px\]{
  top: 68px;
}
.bottom-\[18px\]{
  bottom: 18px;
}
.right-\[10px\]{
  right: 10px;
}
.top-\[16px\]{
  top: 16px;
}
.left-\[16px\]{
  left: 16px;
}
.top-\[10px\]{
  top: 10px;
}
.top-\[17px\]{
  top: 17px;
}
.top-\[-8px\]{
  top: -8px;
}
.left-\[-8px\]{
  left: -8px;
}
.left-\[-17px\]{
  left: -17px;
}
.top-\[21px\]{
  top: 21px;
}
.left-\[3px\]{
  left: 3px;
}
.top-\[73px\]{
  top: 73px;
}
.left-\[5px\]{
  left: 5px;
}
.top-\[76px\]{
  top: 76px;
}
.left-\[9px\]{
  left: 9px;
}
.top-\[111px\]{
  top: 111px;
}
.left-\[-10px\]{
  left: -10px;
}
.top-\[119px\]{
  top: 119px;
}
.left-\[17px\]{
  left: 17px;
}
.top-\[161px\]{
  top: 161px;
}
.left-\[7px\]{
  left: 7px;
}
.top-\[181px\]{
  top: 181px;
}
.left-\[10px\]{
  left: 10px;
}
.top-\[210px\]{
  top: 210px;
}
.top-\[231px\]{
  top: 231px;
}
.left-\[11px\]{
  left: 11px;
}
.top-\[225px\]{
  top: 225px;
}
.top-\[264px\]{
  top: 264px;
}
.left-\[-5px\]{
  left: -5px;
}
.top-\[286px\]{
  top: 286px;
}
.top-\[299px\]{
  top: 299px;
}
.left-\[18px\]{
  left: 18px;
}
.top-\[322px\]{
  top: 322px;
}
.left-\[-3px\]{
  left: -3px;
}
.top-\[330px\]{
  top: 330px;
}
.top-\[351px\]{
  top: 351px;
}
.left-\[-9px\]{
  left: -9px;
}
.top-\[394px\]{
  top: 394px;
}
.left-\[-11px\]{
  left: -11px;
}
.top-\[420px\]{
  top: 420px;
}
.left-\[-13px\]{
  left: -13px;
}
.top-\[449px\]{
  top: 449px;
}
.left-\[0px\]{
  left: 0px;
}
.top-\[463px\]{
  top: 463px;
}
.top-\[484px\]{
  top: 484px;
}
.top-\[527px\]{
  top: 527px;
}
.top-\[570px\]{
  top: 570px;
}
.top-\[590px\]{
  top: 590px;
}
.left-\[23px\]{
  left: 23px;
}
.top-\[620px\]{
  top: 620px;
}
.top-\[630px\]{
  top: 630px;
}
.top-\[640px\]{
  top: 640px;
}
.top-\[670px\]{
  top: 670px;
}
.left-\[20px\]{
  left: 20px;
}
.top-\[700px\]{
  top: 700px;
}
.top-\[720px\]{
  top: 720px;
}
.top-\[740px\]{
  top: 740px;
}
.top-\[760px\]{
  top: 760px;
}
.left-\[30px\]{
  left: 30px;
}
.top-\[820px\]{
  top: 820px;
}
.top-\[830px\]{
  top: 830px;
}
.top-\[840px\]{
  top: 840px;
}
.top-\[880px\]{
  top: 880px;
}
.top-\[890px\]{
  top: 890px;
}
.right-\[-8px\]{
  right: -8px;
}
.right-\[-17px\]{
  right: -17px;
}
.right-\[3px\]{
  right: 3px;
}
.right-\[5px\]{
  right: 5px;
}
.right-\[9px\]{
  right: 9px;
}
.right-\[-10px\]{
  right: -10px;
}
.right-\[7px\]{
  right: 7px;
}
.right-\[0\]{
  right: 0;
}
.right-\[11px\]{
  right: 11px;
}
.right-\[-5px\]{
  right: -5px;
}
.right-\[18px\]{
  right: 18px;
}
.right-\[-3px\]{
  right: -3px;
}
.right-\[-9px\]{
  right: -9px;
}
.right-\[-11px\]{
  right: -11px;
}
.right-\[-13px\]{
  right: -13px;
}
.right-\[0px\]{
  right: 0px;
}
.right-\[23px\]{
  right: 23px;
}
.right-\[20px\]{
  right: 20px;
}
.right-\[30px\]{
  right: 30px;
}
.z-10{
  z-index: 10;
}
.z-\[12\]{
  z-index: 12;
}
.z-\[11\]{
  z-index: 11;
}
.z-\[1\]{
  z-index: 1;
}
.z-\[50\]{
  z-index: 50;
}
.z-\[99\]{
  z-index: 99;
}
.z-\[98\]{
  z-index: 98;
}
.m-0{
  margin: 0px;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.mx-\[-6\.5px\]{
  margin-left: -6.5px;
  margin-right: -6.5px;
}
.mx-\[6\.5px\]{
  margin-left: 6.5px;
  margin-right: 6.5px;
}
.mx-\[-8px\]{
  margin-left: -8px;
  margin-right: -8px;
}
.mx-\[8px\]{
  margin-left: 8px;
  margin-right: 8px;
}
.mr-\[calc\(19\/375\*100vw\)\]{
  margin-right: calc(19 / 375 * 100vw);
}
.ml-\[min\(33px\2c calc\(33\/1055\*100vw\)\)\]{
  margin-left: min(33px,calc(33 / 1055 * 100vw));
}
.mr-\[min\(50px\2c 50\/1055\*100vw\)\]{
  margin-right: min(50px,50 / 1055 * 100vw);
}
.mt-\[calc\(24\/375\*100vw\)\]{
  margin-top: calc(24 / 375 * 100vw);
}
.mt-\[24px\]{
  margin-top: 24px;
}
.mb-\[16px\]{
  margin-bottom: 16px;
}
.mb-\[24px\]{
  margin-bottom: 24px;
}
.mb-\[26px\]{
  margin-bottom: 26px;
}
.mb-\[5px\]{
  margin-bottom: 5px;
}
.mb-\[30px\]{
  margin-bottom: 30px;
}
.mb-\[7px\]{
  margin-bottom: 7px;
}
.mb-\[15px\]{
  margin-bottom: 15px;
}
.mb-\[20px\]{
  margin-bottom: 20px;
}
.mb-\[70px\]{
  margin-bottom: 70px;
}
.mb-\[60px\]{
  margin-bottom: 60px;
}
.mb-\[40px\]{
  margin-bottom: 40px;
}
.mb-\[-20px\]{
  margin-bottom: -20px;
}
.mb-\[6px\]{
  margin-bottom: 6px;
}
.mb-\[14px\]{
  margin-bottom: 14px;
}
.mb-\[2px\]{
  margin-bottom: 2px;
}
.mt-\[10px\]{
  margin-top: 10px;
}
.mb-\[10px\]{
  margin-bottom: 10px;
}
.mb-\[37px\]{
  margin-bottom: 37px;
}
.mb-\[8px\]{
  margin-bottom: 8px;
}
.mb-\[38px\]{
  margin-bottom: 38px;
}
.mb-\[120px\]{
  margin-bottom: 120px;
}
.mb-\[22px\]{
  margin-bottom: 22px;
}
.mb-\[18px\]{
  margin-bottom: 18px;
}
.ml-auto{
  margin-left: auto;
}
.mr-auto{
  margin-right: auto;
}
.mt-\[calc\(34\/375\*100vw\)\]{
  margin-top: calc(34 / 375 * 100vw);
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.flex{
  display: flex;
}
.hidden{
  display: none;
}
.h-\[229\.709px\]{
  height: 229.709px;
}
.h-\[54\.047px\]{
  height: 54.047px;
}
.h-\[232\.941px\]{
  height: 232.941px;
}
.h-\[139\.576px\]{
  height: 139.576px;
}
.h-\[64\.6px\]{
  height: 64.6px;
}
.h-\[62px\]{
  height: 62px;
}
.h-\[46px\]{
  height: 46px;
}
.h-\[120\.758px\]{
  height: 120.758px;
}
.h-\[97\.225px\]{
  height: 97.225px;
}
.h-\[93\.879px\]{
  height: 93.879px;
}
.h-\[42\.548px\]{
  height: 42.548px;
}
.h-\[189\.544px\]{
  height: 189.544px;
}
.h-\[107\.046px\]{
  height: 107.046px;
}
.h-\[66\.16px\]{
  height: 66.16px;
}
.h-\[105\.73px\]{
  height: 105.73px;
}
.h-\[26\.44px\]{
  height: 26.44px;
}
.h-\[171\.98px\]{
  height: 171.98px;
}
.h-\[41\.354px\]{
  height: 41.354px;
}
.h-\[134\.114px\]{
  height: 134.114px;
}
.h-\[69\.454px\]{
  height: 69.454px;
}
.h-\[122px\]{
  height: 122px;
}
.h-\[234\.723px\]{
  height: 234.723px;
}
.h-\[99\.211px\]{
  height: 99.211px;
}
.h-\[246\.66px\]{
  height: 246.66px;
}
.h-\[56\.44px\]{
  height: 56.44px;
}
.h-\[66\.159px\]{
  height: 66.159px;
}
.h-\[144px\]{
  height: 144px;
}
.h-\[50px\]{
  height: 50px;
}
.h-\[73\.762px\]{
  height: 73.762px;
}
.h-\[44\.59px\]{
  height: 44.59px;
}
.h-\[26px\]{
  height: 26px;
}
.h-\[138px\]{
  height: 138px;
}
.h-\[68px\]{
  height: 68px;
}
.h-\[102\.269px\]{
  height: 102.269px;
}
.h-\[171\.96px\]{
  height: 171.96px;
}
.h-\[105px\]{
  height: 105px;
}
.h-\[100svh\]{
  height: 100svh;
}
.h-\[calc\(80\/375\*100vw\)\]{
  height: calc(80 / 375 * 100vw);
}
.h-\[calc\(50\/375\*100vw\)\]{
  height: calc(50 / 375 * 100vw);
}
.h-\[100\%\]{
  height: 100%;
}
.h-\[160px\]{
  height: 160px;
}
.h-\[44px\]{
  height: 44px;
}
.h-\[30px\]{
  height: 30px;
}
.h-\[2px\]{
  height: 2px;
}
.h-\[80px\]{
  height: 80px;
}
.h-\[17px\]{
  height: 17px;
}
.h-\[34px\]{
  height: 34px;
}
.h-\[14px\]{
  height: 14px;
}
.h-\[16px\]{
  height: 16px;
}
.h-\[9px\]{
  height: 9px;
}
.h-\[18px\]{
  height: 18px;
}
.h-\[20px\]{
  height: 20px;
}
.h-\[8px\]{
  height: 8px;
}
.h-\[22px\]{
  height: 22px;
}
.h-\[11px\]{
  height: 11px;
}
.h-\[42px\]{
  height: 42px;
}
.w-\[234\.69px\]{
  width: 234.69px;
}
.w-\[54\.047px\]{
  width: 54.047px;
}
.w-\[232\.941px\]{
  width: 232.941px;
}
.w-\[94\.852px\]{
  width: 94.852px;
}
.w-\[74\.14px\]{
  width: 74.14px;
}
.w-\[62px\]{
  width: 62px;
}
.w-\[46px\]{
  width: 46px;
}
.w-\[119\.177px\]{
  width: 119.177px;
}
.w-\[97\.227px\]{
  width: 97.227px;
}
.w-\[93\.879px\]{
  width: 93.879px;
}
.w-\[42\.548px\]{
  width: 42.548px;
}
.w-\[189\.542px\]{
  width: 189.542px;
}
.w-\[105\.524px\]{
  width: 105.524px;
}
.w-\[65\.96px\]{
  width: 65.96px;
}
.w-\[105\.73px\]{
  width: 105.73px;
}
.w-\[26\.44px\]{
  width: 26.44px;
}
.w-\[171\.98px\]{
  width: 171.98px;
}
.w-\[28\.145px\]{
  width: 28.145px;
}
.w-\[134\.113px\]{
  width: 134.113px;
}
.w-\[64\.6px\]{
  width: 64.6px;
}
.w-\[122px\]{
  width: 122px;
}
.w-\[234\.723px\]{
  width: 234.723px;
}
.w-\[97\.8px\]{
  width: 97.8px;
}
.w-\[246\.661px\]{
  width: 246.661px;
}
.w-\[38\.413px\]{
  width: 38.413px;
}
.w-\[65\.963px\]{
  width: 65.963px;
}
.w-\[144px\]{
  width: 144px;
}
.w-\[50px\]{
  width: 50px;
}
.w-\[73\.762px\]{
  width: 73.762px;
}
.w-\[30\.348px\]{
  width: 30.348px;
}
.w-\[26px\]{
  width: 26px;
}
.w-\[138px\]{
  width: 138px;
}
.w-\[68px\]{
  width: 68px;
}
.w-\[69\.499px\]{
  width: 69.499px;
}
.w-\[171\.96px\]{
  width: 171.96px;
}
.w-\[105px\]{
  width: 105px;
}
.w-\[calc\(108\.89\/375\*100vw\)\]{
  width: calc(108.89 / 375 * 100vw);
}
.w-\[calc\(112\.46\/375\*100vw\)\]{
  width: calc(112.46 / 375 * 100vw);
}
.w-\[calc\(300\/375\*100vw\)\]{
  width: calc(300 / 375 * 100vw);
}
.w-\[calc\(312\.9\/375\*100vw\)\]{
  width: calc(312.9 / 375 * 100vw);
}
.w-\[calc\(148\.63\/375\*100vw\)\]{
  width: calc(148.63 / 375 * 100vw);
}
.w-\[min\(291px\2c calc\(291\/1055\*100vw\)\)\]{
  width: min(291px,calc(291 / 1055 * 100vw));
}
.w-\[calc\(127\/375\*100vw\)\]{
  width: calc(127 / 375 * 100vw);
}
.w-\[100\%\]{
  width: 100%;
}
.w-\[calc\(23\.87\/375\*100vw\)\]{
  width: calc(23.87 / 375 * 100vw);
}
.w-\[calc\(36\.27\/375\*100vw\)\]{
  width: calc(36.27 / 375 * 100vw);
}
.w-\[calc\(9\.47\/375\*100vw\)\]{
  width: calc(9.47 / 375 * 100vw);
}
.w-\[calc\(7\.11\/375\*100vw\)\]{
  width: calc(7.11 / 375 * 100vw);
}
.w-\[calc\(21\.06\/375\*100vw\)\]{
  width: calc(21.06 / 375 * 100vw);
}
.w-\[calc\(18\.42\/375\*100vw\)\]{
  width: calc(18.42 / 375 * 100vw);
}
.w-\[calc\(36\.28\/375\*100vw\)\]{
  width: calc(36.28 / 375 * 100vw);
}
.w-\[calc\(18\.52\/375\*100vw\)\]{
  width: calc(18.52 / 375 * 100vw);
}
.w-\[calc\(21\.05\/375\*100vw\)\]{
  width: calc(21.05 / 375 * 100vw);
}
.w-\[calc\(23\.58\/375\*100vw\)\]{
  width: calc(23.58 / 375 * 100vw);
}
.w-\[calc\(185\.89\/375\*100vw\)\]{
  width: calc(185.89 / 375 * 100vw);
}
.w-\[calc\(213\.5\/375\*100vw\)\]{
  width: calc(213.5 / 375 * 100vw);
}
.w-\[calc\(90\/375\*100vw\)\]{
  width: calc(90 / 375 * 100vw);
}
.w-\[calc\(70\/375\*100vw\)\]{
  width: calc(70 / 375 * 100vw);
}
.w-\[49\.2\%\]{
  width: 49.2%;
}
.w-1\/2{
  width: 50%;
}
.w-\[120px\]{
  width: 120px;
}
.w-\[calc\(100\%-120px\)\]{
  width: calc(100% - 120px);
}
.w-\[calc\(100\%-62px\)\]{
  width: calc(100% - 62px);
}
.w-\[29\.25\%\]{
  width: 29.25%;
}
.w-\[70\.5\%\]{
  width: 70.5%;
}
.w-\[44px\]{
  width: 44px;
}
.w-\[30px\]{
  width: 30px;
}
.w-\[50\%\]{
  width: 50%;
}
.w-\[64\%\]{
  width: 64%;
}
.w-\[180px\]{
  width: 180px;
}
.w-\[43px\]{
  width: 43px;
}
.w-\[12px\]{
  width: 12px;
}
.w-\[22px\]{
  width: 22px;
}
.w-\[17px\]{
  width: 17px;
}
.w-\[34px\]{
  width: 34px;
}
.w-\[14px\]{
  width: 14px;
}
.w-\[18px\]{
  width: 18px;
}
.w-\[9px\]{
  width: 9px;
}
.w-\[20px\]{
  width: 20px;
}
.w-\[8px\]{
  width: 8px;
}
.w-\[11px\]{
  width: 11px;
}
.w-\[42px\]{
  width: 42px;
}
.w-\[calc\(86\/375\*100vw\)\]{
  width: calc(86 / 375 * 100vw);
}
.max-w-\[calc\(314\/375\*100vw\)\]{
  max-width: calc(314 / 375 * 100vw);
}
.max-w-\[1200px\]{
  max-width: 1200px;
}
.max-w-\[600px\]{
  max-width: 600px;
}
.max-w-\[315px\]{
  max-width: 315px;
}
.origin-top-right{
  transform-origin: top right;
}
.-translate-x-1\/2{
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-\[1em\]{
  --tw-translate-y: 1em;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes fuwafuwa{
  0%{
    transform: translateY(0);
  }
  50%{
    transform: translateY(-25px);
  }
  100%{
    transform: translateY(0px);
  }
}
.animate-fuwafuwa{
  animation: fuwafuwa infinite;
}
@keyframes rotateLeft{
  0%{
    transform: rotateZ(0);
  }
  60%{
    transform: rotateZ(0);
  }
  100%{
    transform: rotateZ(-360deg);
  }
}
.animate-rotateLeft{
  animation: rotateLeft infinite;
}
.animate-rotateRight{
  animation: rotateRight infinite;
}
.cursor-pointer{
  cursor: pointer;
}
.flex-row-reverse{
  flex-direction: row-reverse;
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-start{
  align-items: flex-start;
}
.items-center{
  align-items: center;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-scroll{
  overflow: scroll;
}
.overflow-x-hidden{
  overflow-x: hidden;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.break-words{
  overflow-wrap: break-word;
}
.rounded-sm{
  border-radius: 6px;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-\[1px\]{
  border-radius: 1px;
}
.rounded-\[16px\]{
  border-radius: 16px;
}
.rounded-t-md{
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-sff-black{
  --tw-border-opacity: 1;
  border-color: rgb(26 19 17 / var(--tw-border-opacity));
}
.bg-sff-red{
  --tw-bg-opacity: 1;
  background-color: rgb(220 67 71 / var(--tw-bg-opacity));
}
.bg-sff-green{
  --tw-bg-opacity: 1;
  background-color: rgb(26 143 141 / var(--tw-bg-opacity));
}
.bg-sff-orange{
  --tw-bg-opacity: 1;
  background-color: rgb(232 167 22 / var(--tw-bg-opacity));
}
.bg-sff-bg-gray{
  --tw-bg-opacity: 1;
  background-color: rgb(251 250 249 / var(--tw-bg-opacity));
}
.bg-sff-bg-red{
  --tw-bg-opacity: 1;
  background-color: rgb(251 230 231 / var(--tw-bg-opacity));
}
.bg-sff-bg-blue{
  --tw-bg-opacity: 1;
  background-color: rgb(219 240 239 / var(--tw-bg-opacity));
}
.bg-sff-bg-orange{
  --tw-bg-opacity: 1;
  background-color: rgb(255 241 211 / var(--tw-bg-opacity));
}
.bg-sff-text-green{
  --tw-bg-opacity: 1;
  background-color: rgb(26 143 141 / var(--tw-bg-opacity));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-sff-text-red{
  --tw-bg-opacity: 1;
  background-color: rgb(220 67 71 / var(--tw-bg-opacity));
}
.bg-sff-footer{
  --tw-bg-opacity: 1;
  background-color: rgb(93 84 84 / var(--tw-bg-opacity));
}
.bg-sff-black{
  --tw-bg-opacity: 1;
  background-color: rgb(26 19 17 / var(--tw-bg-opacity));
}
.bg-opacity-90{
  --tw-bg-opacity: 0.9;
}
.bg-opacity-70{
  --tw-bg-opacity: 0.7;
}
.bg-opacity-95{
  --tw-bg-opacity: 0.95;
}
.p-0{
  padding: 0px;
}
.py-\[60px\]{
  padding-top: 60px;
  padding-bottom: 60px;
}
.px-\[20px\]{
  padding-left: 20px;
  padding-right: 20px;
}
.px-\[10px\]{
  padding-left: 10px;
  padding-right: 10px;
}
.py-\[25px\]{
  padding-top: 25px;
  padding-bottom: 25px;
}
.py-\[65px\]{
  padding-top: 65px;
  padding-bottom: 65px;
}
.px-\[12\.5\%\]{
  padding-left: 12.5%;
  padding-right: 12.5%;
}
.pt-\[127\.39\%\]{
  padding-top: 127.39%;
}
.pt-\[126\.10\%\]{
  padding-top: 126.10%;
}
.pt-\[16\.51\%\]{
  padding-top: 16.51%;
}
.pt-\[15\.41\%\]{
  padding-top: 15.41%;
}
.pt-\[16\.19\%\]{
  padding-top: 16.19%;
}
.pt-\[57\.38\%\]{
  padding-top: 57.38%;
}
.pt-\[18\.89\%\]{
  padding-top: 18.89%;
}
.pt-\[4\.50\%\]{
  padding-top: 4.50%;
}
.pb-\[2px\]{
  padding-bottom: 2px;
}
.pt-\[48\.22\%\]{
  padding-top: 48.22%;
}
.pt-\[15px\]{
  padding-top: 15px;
}
.pb-\[20px\]{
  padding-bottom: 20px;
}
.pt-\[100\%\]{
  padding-top: 100%;
}
.pl-\[5px\]{
  padding-left: 5px;
}
.pr-\[2px\]{
  padding-right: 2px;
}
.pr-\[5px\]{
  padding-right: 5px;
}
.pl-\[2px\]{
  padding-left: 2px;
}
.pt-\[20px\]{
  padding-top: 20px;
}
.pb-\[30px\]{
  padding-bottom: 30px;
}
.pl-\[3\%\]{
  padding-left: 3%;
}
.pt-\[8px\]{
  padding-top: 8px;
}
.pb-\[10px\]{
  padding-bottom: 10px;
}
.pt-\[5px\]{
  padding-top: 5px;
}
.pl-\[14px\]{
  padding-left: 14px;
}
.pt-\[32px\]{
  padding-top: 32px;
}
.pb-\[6px\]{
  padding-bottom: 6px;
}
.pt-\[130px\]{
  padding-top: 130px;
}
.pb-\[60px\]{
  padding-bottom: 60px;
}
.pt-\[10px\]{
  padding-top: 10px;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.font-sans{
  font-family: Noto Sans JP, sans-serif;
}
.font-outfit{
  font-family: Outfit, sans-serif;
}
.text-base{
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.04em;
}
.text-\[calc\(20\/375\*100vw\)\]{
  font-size: calc(20 / 375 * 100vw);
}
.text-\[26px\]{
  font-size: 26px;
}
.text-\[calc\(12\/375\*100vw\)\]{
  font-size: calc(12 / 375 * 100vw);
}
.text-\[14px\]{
  font-size: 14px;
}
.text-\[16px\]{
  font-size: 16px;
}
.text-\[30px\]{
  font-size: 30px;
}
.text-\[0\]{
  font-size: 0;
}
.text-\[18px\]{
  font-size: 18px;
}
.text-\[20px\]{
  font-size: 20px;
}
.text-\[12px\]{
  font-size: 12px;
}
.text-\[11px\]{
  font-size: 11px;
}
.font-light{
  font-weight: 300;
}
.font-bold{
  font-weight: 700;
}
.font-medium{
  font-weight: 500;
}
.font-\[600\]{
  font-weight: 600;
}
.font-normal{
  font-weight: 400;
}
.leading-\[1\.8\]{
  line-height: 1.8;
}
.leading-none{
  line-height: 1;
}
.leading-\[1\.3\]{
  line-height: 1.3;
}
.leading-\[1\.85\]{
  line-height: 1.85;
}
.leading-\[1\.625\]{
  line-height: 1.625;
}
.leading-\[1\.66\]{
  line-height: 1.66;
}
.leading-\[1\.857\]{
  line-height: 1.857;
}
.leading-\[1\.42\]{
  line-height: 1.42;
}
.leading-\[1\.714\]{
  line-height: 1.714;
}
.tracking-\[\.16em\]{
  letter-spacing: .16em;
}
.tracking-\[0\]{
  letter-spacing: 0;
}
.tracking-\[\.1em\]{
  letter-spacing: .1em;
}
.tracking-\[0\.04em\]{
  letter-spacing: 0.04em;
}
.tracking-\[\.06em\]{
  letter-spacing: .06em;
}
.tracking-\[\.02em\]{
  letter-spacing: .02em;
}
.tracking-\[0\.02em\]{
  letter-spacing: 0.02em;
}
.text-gray-800{
  --tw-text-opacity: 1;
  color: rgb(68 68 68 / var(--tw-text-opacity));
}
.text-sff-black{
  --tw-text-opacity: 1;
  color: rgb(26 19 17 / var(--tw-text-opacity));
}
.text-sff-text-gray{
  --tw-text-opacity: 1;
  color: rgb(139 139 139 / var(--tw-text-opacity));
}
.text-sff-text-green{
  --tw-text-opacity: 1;
  color: rgb(26 143 141 / var(--tw-text-opacity));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-sff-black2{
  --tw-text-opacity: 1;
  color: rgb(76 86 103 / var(--tw-text-opacity));
}
.text-\[\#1A8F8D\]{
  --tw-text-opacity: 1;
  color: rgb(26 143 141 / var(--tw-text-opacity));
}
.text-sff-text-red{
  --tw-text-opacity: 1;
  color: rgb(220 67 71 / var(--tw-text-opacity));
}
.text-\[\#DC4347\]{
  --tw-text-opacity: 1;
  color: rgb(220 67 71 / var(--tw-text-opacity));
}
.underline{
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.antialiased{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.opacity-0{
  opacity: 0;
}
.opacity-100{
  opacity: 1;
}
.shadow-\[0_3px_6px_rgba\(0\2c 0\2c 0\2c 0\.16\)\]{
  --tw-shadow: 0 3px 6px rgba(0,0,0,0.16);
  --tw-shadow-colored: 0 3px 6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.transition-\[background-color\]{
  transition-property: background-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition{
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors{
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300{
  transition-duration: 300ms;
}
.duration-200{
  transition-duration: 200ms;
}
.anim-shine {
    text-decoration: none;
    outline: none;
    overflow: hidden;
  }
.anim-shine:hover {
    opacity: 1 !important;
  }
.anim-shine.anim-button::before {
    left: -60%;
  }
.anim-shine::before {
    content: "";
    position: absolute;
    top: 0;
    left: -105%;
    width: 50%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    transform: skewX(-20deg);
  }
.anim-shine:hover::before {
    animation: shine 0.6s;
  }
.anim-shine.anim-button:hover::before {
    animation: shine 0.8s;
  }
@keyframes shine {
    100% {
      left: 125%;
    }
  }
.anim-arrow-r:hover {
    transition: 300ms ease-in-out;
  }
.anim-arrow-r:hover::after {
    transition: 300ms ease-in-out;
    transform: translateX(3px);
  }
@media screen and (min-width: 1821px) and (max-height: 1079px) {
  #wrapper.smile-fem-fes .smile-fem-fes-mv {
    height: 1140px !important;
  }
}
@media screen and (max-width: 1820px) and (min-width: 1541px) and (max-height: 1099px) {
  #wrapper.smile-fem-fes .smile-fem-fes-mv {
    height: 1100px !important;
  }
}
@media screen and (max-width: 1540px) and (min-width: 768px) and (max-height: 1024px) and (min-height: 931px) {
  #wrapper.smile-fem-fes .smile-fem-fes-mv .smile-fem-fes-main-tg {
    top: 50px !important;
  }
}
@media screen and (max-width: 1540px) and (min-width: 1024px) {
  #wrapper.smile-fem-fes .smile-fem-fes-mv .smile-fem-fes-main-tg {
    top: -30px !important;
  }
  #wrapper.smile-fem-fes .smile-fem-fes-mv .smile-fem-fes-mv-bottom {
    bottom: 30px !important;
  }
  #wrapper.smile-fem-fes .smile-fem-fes-mv .smile-fem-fes-mv-logo {
    bottom: 35px !important;
  }
}
@media screen and (max-width: 1540px) and (min-width: 768px) and (max-height: 800px) and (min-height: 768px) {
  #wrapper.smile-fem-fes .smile-fem-fes-mv .smile-fem-fes-main-tg {
    top: -46px !important;
  }
}
@media screen and (max-width: 1540px) and (min-width: 768px) and (max-height: 830px) {
  #wrapper.smile-fem-fes .smile-fem-fes-mv {
    height: 830px !important;
  }
  #wrapper.smile-fem-fes .smile-fem-fes-mv .smile-fem-fes-main-tg {
    top: -46px !important;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) and (max-height: 1120px) and (min-height: 769px) {
  #wrapper.smile-fem-fes .smile-fem-fes-mv .smile-fem-fes-main-tg {
    top: 50px !important;
  }
}
@media screen and (max-width: 767px) and (min-width: 621px) and (min-height: 680px) {
  #wrapper.smile-fem-fes .smile-fem-fes-mv .smile-fem-fes-main-tg {
    top: 12% !important;
  }
}
@media screen and (max-width: 767px) and (max-width: 620px) and (min-height: 680px) {
  #wrapper.smile-fem-fes .smile-fem-fes-mv .smile-fem-fes-main-tg {
    top: 18% !important;
  }
}
.before\:left-\[-200\%\]::before{
  content: var(--tw-content);
  left: -200%;
}
.before\:skew-x-\[-40deg\]::before{
  content: var(--tw-content);
  --tw-skew-x: -40deg;
  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\:absolute::after{
  content: var(--tw-content);
  position: absolute;
}
.after\:inset-y-0::after{
  content: var(--tw-content);
  top: 0px;
  bottom: 0px;
}
.after\:bottom-0::after{
  content: var(--tw-content);
  bottom: 0px;
}
.after\:left-1\/2::after{
  content: var(--tw-content);
  left: 50%;
}
.after\:top-1\/2::after{
  content: var(--tw-content);
  top: 50%;
}
.after\:-right-\[12px\]::after{
  content: var(--tw-content);
  right: -12px;
}
.after\:top-\[1px\]::after{
  content: var(--tw-content);
  top: 1px;
}
.after\:my-auto::after{
  content: var(--tw-content);
  margin-top: auto;
  margin-bottom: auto;
}
.after\:block::after{
  content: var(--tw-content);
  display: block;
}
.after\:h-\[16px\]::after{
  content: var(--tw-content);
  height: 16px;
}
.after\:h-\[1px\]::after{
  content: var(--tw-content);
  height: 1px;
}
.after\:h-\[8px\]::after{
  content: var(--tw-content);
  height: 8px;
}
.after\:h-\[calc\(100\%\+1px\)\]::after{
  content: var(--tw-content);
  height: calc(100% + 1px);
}
.after\:w-\[20px\]::after{
  content: var(--tw-content);
  width: 20px;
}
.after\:w-\[100\%\]::after{
  content: var(--tw-content);
  width: 100%;
}
.after\:w-\[5px\]::after{
  content: var(--tw-content);
  width: 5px;
}
.after\:w-\[1px\]::after{
  content: var(--tw-content);
  width: 1px;
}
.after\:-translate-x-1\/2::after{
  content: var(--tw-content);
  --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\:translate-y-\[calc\(100\%_-_4px\)\]::after{
  content: var(--tw-content);
  --tw-translate-y: calc(100% - 4px);
  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\:-translate-y-1\/2::after{
  content: var(--tw-content);
  --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));
}
.after\:bg-sff-text-green::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(26 143 141 / var(--tw-bg-opacity));
}
.after\:bg-sff-text-red::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(220 67 71 / var(--tw-bg-opacity));
}
.after\:bg-sff-arrow-red::after{
  content: var(--tw-content);
  background-image: url("/wp-content/themes/lyset-cms/2023/images/smile-fem-fes/arrow_red.png");
}
.after\:bg-sff-arrow-green::after{
  content: var(--tw-content);
  background-image: url("/wp-content/themes/lyset-cms/2023/images/smile-fem-fes/arrow_green.png");
}
.after\:bg-sff-arrow-orange::after{
  content: var(--tw-content);
  background-image: url("/wp-content/themes/lyset-cms/2023/images/smile-fem-fes/arrow_orange.png");
}
.after\:bg-arrow-r-green-700::after{
  content: var(--tw-content);
  background-image: url('/wp-content/themes/lyset-cms/2023/images/icons/arrow_r_green-700.svg');
}
.after\:bg-arrow-r-red-700::after{
  content: var(--tw-content);
  background-image: url('/wp-content/themes/lyset-cms/2023/images/icons/arrow_r_red-700.svg');
}
.after\:opacity-0::after{
  content: var(--tw-content);
  opacity: 0;
}
.after\:transition-opacity::after{
  content: var(--tw-content);
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.after\:duration-300::after{
  content: var(--tw-content);
  transition-duration: 300ms;
}
.after\:content-\[\'\'\]::after{
  --tw-content: '';
  content: var(--tw-content);
}
.hover\:bg-sff-red:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(220 67 71 / var(--tw-bg-opacity));
}
.hover\:bg-sff-green:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(26 143 141 / var(--tw-bg-opacity));
}
.hover\:bg-sff-orange:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(232 167 22 / var(--tw-bg-opacity));
}
.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hover\:text-red-400:hover{
  --tw-text-opacity: 1;
  color: rgb(209 163 160 / var(--tw-text-opacity));
}
.hover\:opacity-100:hover{
  opacity: 1;
}
.hover\:after\:bg-arrow-r-red-300:hover::after{
  content: var(--tw-content);
  background-image: url('/wp-content/themes/lyset-cms/2023/images/icons/arrow_r_red-300.svg');
}
.hover\:after\:opacity-100:hover::after{
  content: var(--tw-content);
  opacity: 1;
}
.group:hover .group-hover\:pointer-events-auto{
  pointer-events: auto;
}
.group:hover .group-hover\:translate-y-\[-1em\]{
  --tw-translate-y: -1em;
  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:hover .group-hover\: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));
}
.group:hover .group-hover\:opacity-100{
  opacity: 1;
}
@media (max-width: 767px){
  .mdMax\:\!text-white{
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  }
  .mdMax\:after\:\!opacity-100::after{
    content: var(--tw-content);
    opacity: 1 !important;
  }
}
@media (max-width: 1024px){
  .lgMax\:hidden{
    display: none;
  }
  .lgMax\:\!translate-y-0{
    --tw-translate-y: 0px !important;
    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)) !important;
  }
  .lgMax\:\!opacity-100{
    opacity: 1 !important;
  }
}
@media (min-width: 640px){
  .sm\:h-\[300px\]{
    height: 300px;
  }
}
@media (min-width: 768px){
  .md\:bottom-\[-32px\]{
    bottom: -32px;
  }
  .md\:left-\[-26px\]{
    left: -26px;
  }
  .md\:right-\[-31px\]{
    right: -31px;
  }
  .md\:bottom-\[62px\]{
    bottom: 62px;
  }
  .md\:left-auto{
    left: auto;
  }
  .md\:right-\[calc\(50\%\+70px\)\]{
    right: calc(50% + 70px);
  }
  .md\:right-auto{
    right: auto;
  }
  .md\:left-\[calc\(50\%\+50px\)\]{
    left: calc(50% + 50px);
  }
  .md\:top-\[110px\]{
    top: 110px;
  }
  .md\:top-0{
    top: 0px;
  }
  .md\:left-\[min\(14px\2c calc\(14\/1055\*100vw\)\)\]{
    left: min(14px,calc(14 / 1055 * 100vw));
  }
  .md\:left-\[min\(110px\2c calc\(110\/1055\*100vw\)\)\]{
    left: min(110px,calc(110 / 1055 * 100vw));
  }
  .md\:top-\[min\(55px\2c calc\(55\/1055\*100vw\)\)\]{
    top: min(55px,calc(55 / 1055 * 100vw));
  }
  .md\:left-\[min\(249px\2c calc\(249\/1055\*100vw\)\)\]{
    left: min(249px,calc(249 / 1055 * 100vw));
  }
  .md\:top-\[min\(68px\2c calc\(68\/1055\*100vw\)\)\]{
    top: min(68px,calc(68 / 1055 * 100vw));
  }
  .md\:left-\[min\(253px\2c calc\(253\/1055\*100vw\)\)\]{
    left: min(253px,calc(253 / 1055 * 100vw));
  }
  .md\:top-\[min\(49px\2c calc\(49\/1055\*100vw\)\)\]{
    top: min(49px,calc(49 / 1055 * 100vw));
  }
  .md\:left-\[min\(305px\2c calc\(305\/1055\*100vw\)\)\]{
    left: min(305px,calc(305 / 1055 * 100vw));
  }
  .md\:top-\[min\(70px\2c calc\(70\/1055\*100vw\)\)\]{
    top: min(70px,calc(70 / 1055 * 100vw));
  }
  .md\:left-\[min\(353px\2c calc\(353\/1055\*100vw\)\)\]{
    left: min(353px,calc(353 / 1055 * 100vw));
  }
  .md\:left-\[min\(470px\2c calc\(470\/1055\*100vw\)\)\]{
    left: min(470px,calc(470 / 1055 * 100vw));
  }
  .md\:top-\[min\(74px\2c calc\(74\/1055\*100vw\)\)\]{
    top: min(74px,calc(74 / 1055 * 100vw));
  }
  .md\:left-\[min\(542px\2c calc\(542\/1055\*100vw\)\)\]{
    left: min(542px,calc(542 / 1055 * 100vw));
  }
  .md\:left-\[min\(634px\2c calc\(634\/1055\*100vw\)\)\]{
    left: min(634px,calc(634 / 1055 * 100vw));
  }
  .md\:top-\[min\(37px\2c calc\(37\/1055\*100vw\)\)\]{
    top: min(37px,calc(37 / 1055 * 100vw));
  }
  .md\:left-\[min\(800px\2c calc\(800\/1055\*100vw\)\)\]{
    left: min(800px,calc(800 / 1055 * 100vw));
  }
  .md\:top-\[min\(50px\2c calc\(50\/1055\*100vw\)\)\]{
    top: min(50px,calc(50 / 1055 * 100vw));
  }
  .md\:left-\[min\(874px\2c calc\(874\/1055\*100vw\)\)\]{
    left: min(874px,calc(874 / 1055 * 100vw));
  }
  .md\:top-\[0px\]{
    top: 0px;
  }
  .md\:left-\[min\(964px\2c calc\(964\/1055\*100vw\)\)\]{
    left: min(964px,calc(964 / 1055 * 100vw));
  }
  .md\:top-\[min\(210px\2c calc\(210\/1055\*100vw\)\)\]{
    top: min(210px,calc(210 / 1055 * 100vw));
  }
  .md\:left-\[min\(222px\2c calc\(222\/1055\*100vw\)\)\]{
    left: min(222px,calc(222 / 1055 * 100vw));
  }
  .md\:bottom-\[170px\]{
    bottom: 170px;
  }
  .md\:top-\[380px\]{
    top: 380px;
  }
  .md\:right-\[30px\]{
    right: 30px;
  }
  .md\:top-\[-24px\]{
    top: -24px;
  }
  .md\:left-\[-24px\]{
    left: -24px;
  }
  .md\:left-\[-51px\]{
    left: -51px;
  }
  .md\:top-\[63px\]{
    top: 63px;
  }
  .md\:left-\[10px\]{
    left: 10px;
  }
  .md\:top-\[210px\]{
    top: 210px;
  }
  .md\:left-\[15px\]{
    left: 15px;
  }
  .md\:top-\[228px\]{
    top: 228px;
  }
  .md\:left-\[27px\]{
    left: 27px;
  }
  .md\:top-\[333px\]{
    top: 333px;
  }
  .md\:left-\[-30px\]{
    left: -30px;
  }
  .md\:top-\[357px\]{
    top: 357px;
  }
  .md\:left-\[51px\]{
    left: 51px;
  }
  .md\:top-\[483px\]{
    top: 483px;
  }
  .md\:left-\[21px\]{
    left: 21px;
  }
  .md\:top-\[543px\]{
    top: 543px;
  }
  .md\:left-\[30px\]{
    left: 30px;
  }
  .md\:top-\[630px\]{
    top: 630px;
  }
  .md\:left-\[0\]{
    left: 0;
  }
  .md\:top-\[693px\]{
    top: 693px;
  }
  .md\:left-\[33px\]{
    left: 33px;
  }
  .md\:top-\[675px\]{
    top: 675px;
  }
  .md\:left-\[9px\]{
    left: 9px;
  }
  .md\:top-\[792px\]{
    top: 792px;
  }
  .md\:left-\[-15px\]{
    left: -15px;
  }
  .md\:top-\[858px\]{
    top: 858px;
  }
  .md\:top-\[897px\]{
    top: 897px;
  }
  .md\:left-\[54px\]{
    left: 54px;
  }
  .md\:top-\[966px\]{
    top: 966px;
  }
  .md\:left-\[-9px\]{
    left: -9px;
  }
  .md\:top-\[990px\]{
    top: 990px;
  }
  .md\:top-\[1053px\]{
    top: 1053px;
  }
  .md\:left-\[-27px\]{
    left: -27px;
  }
  .md\:top-\[1182px\]{
    top: 1182px;
  }
  .md\:left-\[-33px\]{
    left: -33px;
  }
  .md\:top-\[1260px\]{
    top: 1260px;
  }
  .md\:left-\[-39px\]{
    left: -39px;
  }
  .md\:top-\[1347px\]{
    top: 1347px;
  }
  .md\:left-\[0px\]{
    left: 0px;
  }
  .md\:top-\[1389px\]{
    top: 1389px;
  }
  .md\:top-\[1452px\]{
    top: 1452px;
  }
  .md\:top-\[1539px\]{
    top: 1539px;
  }
  .md\:right-\[-24px\]{
    right: -24px;
  }
  .md\:right-\[-51px\]{
    right: -51px;
  }
  .md\:right-\[10px\]{
    right: 10px;
  }
  .md\:right-\[15px\]{
    right: 15px;
  }
  .md\:right-\[27px\]{
    right: 27px;
  }
  .md\:right-\[-30px\]{
    right: -30px;
  }
  .md\:right-\[51px\]{
    right: 51px;
  }
  .md\:right-\[21px\]{
    right: 21px;
  }
  .md\:right-\[0\]{
    right: 0;
  }
  .md\:right-\[33px\]{
    right: 33px;
  }
  .md\:right-\[9px\]{
    right: 9px;
  }
  .md\:right-\[-15px\]{
    right: -15px;
  }
  .md\:right-\[54px\]{
    right: 54px;
  }
  .md\:right-\[-9px\]{
    right: -9px;
  }
  .md\:right-\[-27px\]{
    right: -27px;
  }
  .md\:right-\[-33px\]{
    right: -33px;
  }
  .md\:right-\[-39px\]{
    right: -39px;
  }
  .md\:right-\[0px\]{
    right: 0px;
  }
  .md\:mx-\[-10px\]{
    margin-left: -10px;
    margin-right: -10px;
  }
  .md\:mx-\[10px\]{
    margin-left: 10px;
    margin-right: 10px;
  }
  .md\:mx-\[-25px\]{
    margin-left: -25px;
    margin-right: -25px;
  }
  .md\:mx-\[25px\]{
    margin-left: 25px;
    margin-right: 25px;
  }
  .md\:mr-0{
    margin-right: 0px;
  }
  .md\:mt-\[64px\]{
    margin-top: 64px;
  }
  .md\:mt-\[32px\]{
    margin-top: 32px;
  }
  .md\:mt-\[75px\]{
    margin-top: 75px;
  }
  .md\:mb-\[22px\]{
    margin-bottom: 22px;
  }
  .md\:mb-\[32px\]{
    margin-bottom: 32px;
  }
  .md\:mb-\[37px\]{
    margin-bottom: 37px;
  }
  .md\:mb-\[10px\]{
    margin-bottom: 10px;
  }
  .md\:mb-\[40px\]{
    margin-bottom: 40px;
  }
  .md\:mb-\[16px\]{
    margin-bottom: 16px;
  }
  .md\:mb-\[20px\]{
    margin-bottom: 20px;
  }
  .md\:mb-\[100px\]{
    margin-bottom: 100px;
  }
  .md\:mb-\[30px\]{
    margin-bottom: 30px;
  }
  .md\:mb-\[60px\]{
    margin-bottom: 60px;
  }
  .md\:mb-\[50px\]{
    margin-bottom: 50px;
  }
  .md\:mb-\[-40px\]{
    margin-bottom: -40px;
  }
  .md\:mb-\[12px\]{
    margin-bottom: 12px;
  }
  .md\:mb-\[11px\]{
    margin-bottom: 11px;
  }
  .md\:mb-\[5px\]{
    margin-bottom: 5px;
  }
  .md\:mb-0{
    margin-bottom: 0px;
  }
  .md\:mb-\[18px\]{
    margin-bottom: 18px;
  }
  .md\:mb-\[34px\]{
    margin-bottom: 34px;
  }
  .md\:block{
    display: block;
  }
  .md\:inline{
    display: inline;
  }
  .md\:flex{
    display: flex;
  }
  .md\:hidden{
    display: none;
  }
  .md\:h-\[100vh\]{
    height: 100vh;
  }
  .md\:h-\[274px\]{
    height: 274px;
  }
  .md\:h-\[60px\]{
    height: 60px;
  }
  .md\:h-\[460px\]{
    height: 460px;
  }
  .md\:h-\[40px\]{
    height: 40px;
  }
  .md\:h-\[46px\]{
    height: 46px;
  }
  .md\:h-\[52px\]{
    height: 52px;
  }
  .md\:h-\[120px\]{
    height: 120px;
  }
  .md\:h-\[51px\]{
    height: 51px;
  }
  .md\:h-\[102px\]{
    height: 102px;
  }
  .md\:h-\[42px\]{
    height: 42px;
  }
  .md\:h-\[48px\]{
    height: 48px;
  }
  .md\:h-\[27px\]{
    height: 27px;
  }
  .md\:h-\[54px\]{
    height: 54px;
  }
  .md\:h-\[24px\]{
    height: 24px;
  }
  .md\:h-\[66px\]{
    height: 66px;
  }
  .md\:h-\[33px\]{
    height: 33px;
  }
  .md\:h-\[126px\]{
    height: 126px;
  }
  .md\:w-\[313px\]{
    width: 313px;
  }
  .md\:w-\[323px\]{
    width: 323px;
  }
  .md\:w-\[800px\]{
    width: 800px;
  }
  .md\:w-\[820px\]{
    width: 820px;
  }
  .md\:w-\[min\(289px\2c calc\(289\/1055\*100vw\)\)\]{
    width: min(289px,calc(289 / 1055 * 100vw));
  }
  .md\:w-\[min\(247px\2c calc\(247\/1055\*100vw\)\)\]{
    width: min(247px,calc(247 / 1055 * 100vw));
  }
  .md\:w-\[min\(77\.81px\2c calc\(77\.81\/1055\*100vw\)\)\]{
    width: min(77.81px,calc(77.81 / 1055 * 100vw));
  }
  .md\:w-\[min\(118\.22px\2c calc\(118\.22\/1055\*100vw\)\)\]{
    width: min(118.22px,calc(118.22 / 1055 * 100vw));
  }
  .md\:w-\[min\(30\.86px\2c calc\(30\.86\/1055\*100vw\)\)\]{
    width: min(30.86px,calc(30.86 / 1055 * 100vw));
  }
  .md\:w-\[min\(23\.17px\2c calc\(23\.17\/1055\*100vw\)\)\]{
    width: min(23.17px,calc(23.17 / 1055 * 100vw));
  }
  .md\:w-\[min\(23\.11px\2c calc\(23\.11\/1055\*100vw\)\)\]{
    width: min(23.11px,calc(23.11 / 1055 * 100vw));
  }
  .md\:w-\[min\(68\.66px\2c calc\(68\.66\/1055\*100vw\)\)\]{
    width: min(68.66px,calc(68.66 / 1055 * 100vw));
  }
  .md\:w-\[min\(60\.06px\2c calc\(60\.06\/1055\*100vw\)\)\]{
    width: min(60.06px,calc(60.06 / 1055 * 100vw));
  }
  .md\:w-\[min\(118\.28px\2c calc\(118\.28\/1055\*100vw\)\)\]{
    width: min(118.28px,calc(118.28 / 1055 * 100vw));
  }
  .md\:w-\[min\(60\.36px\2c calc\(60\.36\/1055\*100vw\)\)\]{
    width: min(60.36px,calc(60.36 / 1055 * 100vw));
  }
  .md\:w-\[min\(68\.61px\2c calc\(68\.61\/1055\*100vw\)\)\]{
    width: min(68.61px,calc(68.61 / 1055 * 100vw));
  }
  .md\:w-\[min\(76\.86px\2c calc\(76\.86\/1055\*100vw\)\)\]{
    width: min(76.86px,calc(76.86 / 1055 * 100vw));
  }
  .md\:w-\[min\(605\.94px\2c calc\(605\.94\/1055\*100\%\)\)\]{
    width: min(605.94px,calc(605.94 / 1055 * 100%));
  }
  .md\:w-\[425px\]{
    width: 425px;
  }
  .md\:w-\[260px\]{
    width: 260px;
  }
  .md\:w-\[150px\]{
    width: 150px;
  }
  .md\:w-\[23\.7\%\]{
    width: 23.7%;
  }
  .md\:w-\[49\.1\%\]{
    width: 49.1%;
  }
  .md\:w-\[calc\(100\%-90px\)\]{
    width: calc(100% - 90px);
  }
  .md\:w-\[90px\]{
    width: 90px;
  }
  .md\:w-\[28\.3\%\]{
    width: 28.3%;
  }
  .md\:w-\[100\%\]{
    width: 100%;
  }
  .md\:w-\[220px\]{
    width: 220px;
  }
  .md\:w-\[69\%\]{
    width: 69%;
  }
  .md\:w-\[290px\]{
    width: 290px;
  }
  .md\:w-\[52px\]{
    width: 52px;
  }
  .md\:w-\[120px\]{
    width: 120px;
  }
  .md\:w-\[36px\]{
    width: 36px;
  }
  .md\:w-\[66px\]{
    width: 66px;
  }
  .md\:w-\[51px\]{
    width: 51px;
  }
  .md\:w-\[102px\]{
    width: 102px;
  }
  .md\:w-\[42px\]{
    width: 42px;
  }
  .md\:w-\[54px\]{
    width: 54px;
  }
  .md\:w-\[27px\]{
    width: 27px;
  }
  .md\:w-\[60px\]{
    width: 60px;
  }
  .md\:w-\[24px\]{
    width: 24px;
  }
  .md\:w-\[33px\]{
    width: 33px;
  }
  .md\:w-\[126px\]{
    width: 126px;
  }
  .md\:max-w-\[1055px\]{
    max-width: 1055px;
  }
  .md\:max-w-\[1200px\]{
    max-width: 1200px;
  }
  .md\:max-w-\[848px\]{
    max-width: 848px;
  }
  .md\:rounded-full{
    border-radius: 9999px;
  }
  .md\:bg-sff-gray{
    --tw-bg-opacity: 1;
    background-color: rgb(236 236 236 / var(--tw-bg-opacity));
  }
  .md\:py-\[160px\]{
    padding-top: 160px;
    padding-bottom: 160px;
  }
  .md\:px-\[25px\]{
    padding-left: 25px;
    padding-right: 25px;
  }
  .md\:px-\[30px\]{
    padding-left: 30px;
    padding-right: 30px;
  }
  .md\:px-\[15px\]{
    padding-left: 15px;
    padding-right: 15px;
  }
  .md\:px-\[20px\]{
    padding-left: 20px;
    padding-right: 20px;
  }
  .md\:py-\[83px\]{
    padding-top: 83px;
    padding-bottom: 83px;
  }
  .md\:pb-0{
    padding-bottom: 0px;
  }
  .md\:pt-\[140px\]{
    padding-top: 140px;
  }
  .md\:pb-\[160px\]{
    padding-bottom: 160px;
  }
  .md\:pt-\[20px\]{
    padding-top: 20px;
  }
  .md\:pb-\[32px\]{
    padding-bottom: 32px;
  }
  .md\:pt-\[40px\]{
    padding-top: 40px;
  }
  .md\:pb-\[35px\]{
    padding-bottom: 35px;
  }
  .md\:pl-\[5\%\]{
    padding-left: 5%;
  }
  .md\:pl-0{
    padding-left: 0px;
  }
  .md\:text-left{
    text-align: left;
  }
  .md\:text-center{
    text-align: center;
  }
  .md\:text-right{
    text-align: right;
  }
  .md\:text-lmd{
    font-size: 0.875rem;
  }
  .md\:text-\[40px\]{
    font-size: 40px;
  }
  .md\:text-\[20px\]{
    font-size: 20px;
  }
  .md\:text-\[22px\]{
    font-size: 22px;
  }
  .md\:text-\[18px\]{
    font-size: 18px;
  }
  .md\:text-\[50px\]{
    font-size: 50px;
  }
  .md\:text-\[26px\]{
    font-size: 26px;
  }
  .md\:text-\[14px\]{
    font-size: 14px;
  }
  .md\:text-\[28px\]{
    font-size: 28px;
  }
  .md\:font-bold{
    font-weight: 700;
  }
  .md\:leading-\[2\.222\]{
    line-height: 2.222;
  }
  .md\:leading-\[1\.71\]{
    line-height: 1.71;
  }
  .md\:tracking-\[\.04em\]{
    letter-spacing: .04em;
  }
  .md\:tracking-\[\.06em\]{
    letter-spacing: .06em;
  }
  .md\:tracking-\[\.16em\]{
    letter-spacing: .16em;
  }
  .md\:transition{
    transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
  .md\:duration-300{
    transition-duration: 300ms;
  }
  .md\:after\:h-\[2px\]::after{
    content: var(--tw-content);
    height: 2px;
  }
  .group:hover .md\:group-hover\:opacity-0{
    opacity: 0;
  }
}
@media (min-width: 830px){
  .lmd2\:mb-0{
    margin-bottom: 0px;
  }
  .lmd2\:flex{
    display: flex;
  }
  .lmd2\:w-\[47\.3\%\]{
    width: 47.3%;
  }
  .lmd2\:w-\[52\.7\%\]{
    width: 52.7%;
  }
  .lmd2\:max-w-\[1200px\]{
    max-width: 1200px;
  }
  .lmd2\:pl-\[5\.2\%\]{
    padding-left: 5.2%;
  }
  .lmd2\:pr-\[5\.2\%\]{
    padding-right: 5.2%;
  }
  .lmd2\:text-center{
    text-align: center;
  }
  .lmd2\:text-\[18px\]{
    font-size: 18px;
  }
}
@media (min-width: 1024px){
  .lg\:right-\[calc\(50\%\+140px\)\]{
    right: calc(50% + 140px);
  }
  .lg\:left-\[calc\(50\%\+130px\)\]{
    left: calc(50% + 130px);
  }
  .lg\:bottom-\[88px\]{
    bottom: 88px;
  }
  .lg\:w-\[908px\]{
    width: 908px;
  }
  .lg\:w-\[972px\]{
    width: 972px;
  }
  .lg\:text-\[28px\]{
    font-size: 28px;
  }
  .lg\:text-\[18px\]{
    font-size: 18px;
  }
}
@media (min-width: 1280px){
  .xlg\:right-\[calc\(50\%\+216px\)\]{
    right: calc(50% + 216px);
  }
  .xlg\:left-\[calc\(50\%\+146px\)\]{
    left: calc(50% + 146px);
  }
  .xlg\:mb-\[80px\]{
    margin-bottom: 80px;
  }
  .xlg\:block{
    display: block;
  }
  .xlg\:hidden{
    display: none;
  }
  .xlg\:h-\[560px\]{
    height: 560px;
  }
  .xlg\:w-\[39\%\]{
    width: 39%;
  }
  .xlg\:flex-row{
    flex-direction: row;
  }
  .xlg\:py-\[0\]{
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 767){
  .sff-sm-max\:block{
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1120px){
  .sff-md-max\:left-\[-170px\]{
    left: -170px;
  }
  .sff-md-max\:right-\[-180px\]{
    right: -180px;
  }
  .sff-md-max\:scale-\[0\.9\]{
    --tw-scale-x: 0.9;
    --tw-scale-y: 0.9;
    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));
  }
}
@media (min-width: 1121px) and (max-width: 1280px){
  .sff-lg-only\:left-\[-150px\]{
    left: -150px;
  }
}
@media (min-width: 768px) and (max-width: 1280px){
  .sff-lg-max\:right-\[-150px\]{
    right: -150px;
  }
  .sff-lg-max\:block{
    display: block;
  }
  .sff-lg-max\:h-\[90px\]{
    height: 90px;
  }
  .sff-lg-max\:w-\[180px\]{
    width: 180px;
  }
  .sff-lg-max\:w-\[200px\]{
    width: 200px;
  }
  .sff-lg-max\:w-\[440px\]{
    width: 440px;
  }
  .sff-lg-max\:w-\[460px\]{
    width: 460px;
  }
  .sff-lg-max\:scale-\[0\.7\]{
    --tw-scale-x: 0.7;
    --tw-scale-y: 0.7;
    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));
  }
  .sff-lg-max\:rounded-sm{
    border-radius: 6px;
  }
  .sff-lg-max\:bg-sff-red{
    --tw-bg-opacity: 1;
    background-color: rgb(220 67 71 / var(--tw-bg-opacity));
  }
  .sff-lg-max\:bg-sff-green{
    --tw-bg-opacity: 1;
    background-color: rgb(26 143 141 / var(--tw-bg-opacity));
  }
  .sff-lg-max\:bg-sff-orange{
    --tw-bg-opacity: 1;
    background-color: rgb(232 167 22 / var(--tw-bg-opacity));
  }
  .sff-lg-max\:text-center{
    text-align: center;
  }
  .sff-lg-max\:\!text-white{
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  }
  .sff-lg-max\:after\:\!opacity-100::after{
    content: var(--tw-content);
    opacity: 1 !important;
  }
}
@media (min-width: 1281px) and (max-width: 1540px){
  .sff-xl-only\:left-\[-130px\]{
    left: -130px;
  }
  .sff-xl-only\:right-\[-150px\]{
    right: -150px;
  }
  .sff-xl-only\:w-\[200px\]{
    width: 200px;
  }
  .sff-xl-only\:w-\[220px\]{
    width: 220px;
  }
  .sff-xl-only\:w-\[700px\]{
    width: 700px;
  }
  .sff-xl-only\:w-\[720px\]{
    width: 720px;
  }
  .sff-xl-only\:scale-\[0\.8\]{
    --tw-scale-x: 0.8;
    --tw-scale-y: 0.8;
    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));
  }
}
@media (min-width: 1541px) and (max-width: 1820px){
  .sff-xxl-only\:left-\[-90px\]{
    left: -90px;
  }
  .sff-xxl-only\:right-\[-110px\]{
    right: -110px;
  }
  .sff-xxl-only\:scale-\[0\.95\]{
    --tw-scale-x: 0.95;
    --tw-scale-y: 0.95;
    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));
  }
}
@media (min-width: 2180px){
  .sff-xxxl\:right-auto{
    right: auto;
  }
  .sff-xxxl\:\!left-\[-40px\]{
    left: -40px !important;
  }
  .sff-xxxl\:left-auto{
    left: auto;
  }
  .sff-xxxl\:\!right-\[-40px\]{
    right: -40px !important;
  }
}
@media (min-width: 1920px){
  .xxxl\:w-\[calc\(150\/1920\*100vw\)\]{
    width: calc(150 / 1920 * 100vw);
  }
}
.\[\&_path\]\:transition-all path{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.\[\&_path\]\:duration-300 path{
  transition-duration: 300ms;
}
.\[\&_rect\]\:transition-all rect{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.\[\&_rect\]\:duration-300 rect{
  transition-duration: 300ms;
}
.\[\&\:not\(\:nth-of-type\(2n\)\)\]\:mr-\[1\.6\%\]:not(:nth-of-type(2n)){
  margin-right: 1.6%;
}
@media (min-width: 768px){
  .md\:\[\&\:not\(\:nth-of-type\(4n\)\)\]\:mr-\[1\.73\%\]:not(:nth-of-type(4n)){
    margin-right: 1.73%;
  }
  .md\:\[\&\:not\(\:last-of-type\)\]\:mr-\[8\.05\%\]:not(:last-of-type){
    margin-right: 8.05%;
  }
}

/* ===== Smile Fem Fes : WP page extra styles (responsive branch + animations) ===== */

/* --- responsive DOM-branch toggles (were JS-conditional in the React app) --- */
@media (max-width: 1024px) { .sff-pc-only { display: none !important; } }
@media (min-width: 1025px) { .sff-sp-only { display: none !important; } }
@media (max-width: 767px)  { .sff-hide-sp { display: none !important; } }
@media (min-width: 768px)  { .sff-hide-pc { display: none !important; } }

/* --- Inview fade-up (progressive enhancement: only when JS is active) --- */
.sff-js .sff-inview {
  opacity: 0;
  transform: translateY(70px);
  transition: opacity .8s cubic-bezier(.33,1,.68,1), transform .8s cubic-bezier(.33,1,.68,1);
}
.sff-js .sff-inview.is-shown { opacity: 1; transform: none; }

/* --- Main-visual entrance (framer-motion reproduction) --- */
.sff-js .sff-mv { will-change: transform, opacity; }
@keyframes sffMvBL { 0% { transform: translate(-120%,120%); } 100% { transform: translate(0,0); } }
@keyframes sffMvBR { 0% { transform: translate(120%,120%);  } 100% { transform: translate(0,0); } }
@keyframes sffFade { 0% { opacity: 0; } 100% { opacity: 1; } }
.sff-js .sff-mv-bl        { animation: sffMvBL 1.5s cubic-bezier(.65,0,.35,1) 1.5s both; }
.sff-js .sff-mv-br        { animation: sffMvBR 1.5s cubic-bezier(.65,0,.35,1) 1.5s both; }
.sff-js .sff-mv-fade      { animation: sffFade 1s   cubic-bezier(.65,0,.35,1) 1.1s both; }
.sff-js .sff-mv-fade-late { animation: sffFade 1s   cubic-bezier(.65,0,.35,1) 1.1s both; }

/* --- Hamburger menu (SP) --- */
.sff-ham-panel { transform: translateX(-110%); transition: transform .2s ease; }
.sff-ham-overlay.is-open .sff-ham-panel { transform: translateX(0); }
.sff-ham-overlay { pointer-events: none; }
.sff-ham-overlay.is-open { pointer-events: auto; }
/* hamburger -> X */
.sff-ham-btn .sff-ham-bar { transition: transform .2s ease, width .2s ease, top .2s ease, left .2s ease; }

/* --- 追従お問合せバナー: 元サイト(Next)と同寸に制約 (PNGは2x実寸のため) ---
   Next版は width={isSp?38:72}。WP再現は幅未指定だとPNG実寸(144/76)で2倍になる。 */
[data-sff-contact] img.sff-hide-sp { width: 72px; height: auto; } /* PC */
[data-sff-contact] img.sff-hide-pc { width: 38px; height: auto; } /* SP */

/* --- FV(メインビジュアル) SP: 高さをデバイス幅基準に補正 ---
   React版 initDeviceRatio() の min-height 再計算JSは再現していないため、
   キャプチャ時の固定値が焼き付きSPで高すぎる。SPのみ元式で上書き。 */
@media (max-width: 767px) {
  .smile-fem-fes-mv { min-height: calc(667 / 375 * 100vw) !important; }
}

/* --- scroll-triggered floating buttons --- */
[data-sff-totop] { opacity: 0; pointer-events: none; transition: opacity .3s; }
[data-sff-totop].is-visible { opacity: 1; pointer-events: auto; }
@media (max-width: 767px) {
  [data-sff-contact] { opacity: 0; pointer-events: none; transition: opacity .3s; }
  [data-sff-contact].is-visible { opacity: 1; pointer-events: auto; }
}

/* --- MV logo centering: independent of Tailwind's transform-var chain --- */
/* (some themes reset/redefine --tw-translate-*, which breaks translate(-50%,var(--tw-translate-y))) */
.smile-fem-fes .smile-fem-fes-mv-logo { transform: translateX(-50%) !important; }

/* honor reduced motion (disable motion only; do NOT clobber layout transforms
   such as the logo's translateX(-50%) centering) */
@media (prefers-reduced-motion: reduce) {
  .sff-js .sff-inview {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
  .sff-js .sff-mv-bl, .sff-js .sff-mv-br,
  .sff-js .sff-mv-fade, .sff-js .sff-mv-fade-late {
    animation: none !important;
  }
}
