@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP&display=swap);
/*
! tailwindcss v3.4.1 | MIT License | https://tailwindcss.com
*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden] {
  display: none;
}

html {
    font-family: "Noto Serif JP", "Noto Sans JP";
  }

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

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

.invisible{
  visibility: hidden;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

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

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

.bottom-0{
  bottom: 0px;
}

.bottom-8{
  bottom: 2rem;
}

.left-0{
  left: 0px;
}

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

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

.left-\[calc\(138\/1400\*100vw\)\]{
  left: calc(138 / 1400 * 100vw);
}

.right-0{
  right: 0px;
}

.right-5{
  right: 1.25rem;
}

.right-8{
  right: 2rem;
}

.top-0{
  top: 0px;
}

.top-10{
  top: 2.5rem;
}

.top-5{
  top: 1.25rem;
}

.top-\[calc\(155\/750\*100vw\)\]{
  top: calc(155 / 750 * 100vw);
}

.top-\[calc\(184\/1400\*100vw\)\]{
  top: calc(184 / 1400 * 100vw);
}

.top-\[calc\(500\/1400\*100vw\)\]{
  top: calc(500 / 1400 * 100vw);
}

.top-\[calc\(95\/1400\*100vw\)\]{
  top: calc(95 / 1400 * 100vw);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.mb-\[calc\(25\/750\*100vw\)\]{
  margin-bottom: calc(25 / 750 * 100vw);
}

.mb-\[calc\(50\/750\*100vw\)\]{
  margin-bottom: calc(50 / 750 * 100vw);
}

.block{
  display: block;
}

.flex{
  display: flex;
}

.hidden{
  display: none;
}

.aspect-\[748\/1397\]{
  aspect-ratio: 748/1397;
}

.aspect-\[748\/900\]{
  aspect-ratio: 748/900;
}

.aspect-\[750\/1400\]{
  aspect-ratio: 750/1400;
}

.aspect-\[750\/800\]{
  aspect-ratio: 750/800;
}

.aspect-\[750\/900\]{
  aspect-ratio: 750/900;
}

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

.h-\[calc\(100vw\/750\*900\)\]{
  height: calc(100vw / 750 * 900);
}

.h-\[calc\(900\/750\*100vw\)\]{
  height: calc(900 / 750 * 100vw);
}

.h-auto{
  height: auto;
}

.h-full{
  height: 100%;
}

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

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

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

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

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

.w-\[calc\(170\/750\*100vw\)\]{
  width: calc(170 / 750 * 100vw);
}

.w-\[calc\(220\/750\*100vw\)\]{
  width: calc(220 / 750 * 100vw);
}

.w-\[calc\(510\/750\*100vw\)\]{
  width: calc(510 / 750 * 100vw);
}

.w-\[calc\(560\/750\*100vw\)\]{
  width: calc(560 / 750 * 100vw);
}

.w-\[calc\(600\/750\*100vw\)\]{
  width: calc(600 / 750 * 100vw);
}

.w-full{
  width: 100%;
}

.flex-1{
  flex: 1 1 0%;
}

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

.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.resize{
  resize: both;
}

.list-disc{
  list-style-type: disc;
}

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

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

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

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

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

.gap-4{
  gap: 1rem;
}

.gap-\[18px\]{
  gap: 18px;
}

.gap-\[40px\]{
  gap: 40px;
}

.gap-\[45px\]{
  gap: 45px;
}

.gap-y-3{
  row-gap: 0.75rem;
}

.overflow-hidden{
  overflow: hidden;
}

.overflow-y-hidden{
  overflow-y: hidden;
}

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

.bg-\[\#5faeda\]{
  --tw-bg-opacity: 1;
  background-color: rgb(95 174 218 / var(--tw-bg-opacity));
}

.bg-gray-700{
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}

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

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

.pl-10{
  padding-left: 2.5rem;
}

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

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

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

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

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

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

.font-sans{
  font-family: "Noto Sans JP", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.font-serif{
  font-family: "Noto Serif JP", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
}

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

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

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

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

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

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

.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}

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

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

.leading-\[2\.3\]{
  line-height: 2.3;
}

.leading-\[2\.5\]{
  line-height: 2.5;
}

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

.tracking-\[12px\]{
  letter-spacing: 12px;
}

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

.tracking-\[2px\]{
  letter-spacing: 2px;
}

.tracking-\[3\.2px\]{
  letter-spacing: 3.2px;
}

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

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

.opacity-50{
  opacity: 0.5;
}

.btn-menu-1 button{
  position: absolute;
  right: 1.25rem;
  top: 0.5rem;
  display: block;
  height: 2.75rem;
  width: 2.75rem;
}

#area-one-only {
  scrollbar-width: none;
}

#area-one-only::-webkit-scrollbar {
  display: none;
}

#nav-menu{
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 50;
  max-height: 100vh;
  width: 100%;
  --tw-translate-y: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  overflow: scroll;
  --tw-bg-opacity: 1;
  background-color: rgb(40 56 84 / var(--tw-bg-opacity));
  padding-top: 90px;
  padding-bottom: 90px;
  padding-left: 30px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px){

  #nav-menu{
    padding-top: 110px;
    padding-bottom: 110px;
    padding-left: 250px;
  }
}

#nav-menu.active{
  --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));
  transition: transform .5s ease-in-out;
}

.area-1 .obj-1 img, .area-1 .obj-2 img, .area-1 .obj-3 img{
  visibility: hidden;
  opacity: 0;
}

.area-1.active .obj-1 img {
    transition: opacity 5s ease-in-out, visible 0.1s ease-in-out;    
  }

.area-1.active .obj-2 img {
    transition: opacity 2s ease-in-out 3s, visible 0.1s ease-in-out;
  }

.area-1.active .obj-3 img {
    transition: opacity 2s ease-in-out 4s, visible 0.1s ease-in-out;
  }

.area-1.active .obj-1 img, .area-1.active .obj-2 img, .area-1.active .obj-3 img{
  visibility: visible;
  opacity: 1;
}

.area-3 .obj-1 {
    opacity: 0;
    transition: opacity 1s ease-in-out 0.5s;
  }

.area-3 .obj-2 div p {
    opacity: 0;
  }

.area-3 .obj-2 div p:nth-child(1) {
      transition: opacity 1s ease-in-out 0.5s;
    }

.area-3 .obj-2 div p:nth-child(2) {
      transition: opacity 1s ease-in-out 1s;
    }

.area-3 .obj-2 div p:nth-child(3) {
      transition: opacity 1s ease-in-out 1.5s;
    }

.area-3 .obj-2 div p:nth-child(4) {
      transition: opacity 1s ease-in-out 2s;
    }

.area-3 .obj-2 div p:nth-child(5) {
      transition: opacity 1s ease-in-out 2.5s;
    }

.area-3 .obj-2 div p:nth-child(6) {
      transition: opacity 1s ease-in-out 3s;
    }

.area-3 .obj-2 div p:nth-child(7) {
      transition: opacity 1s ease-in-out 3.5s;
    }

.area-3 .obj-2 div p:nth-child(8) {
      transition: opacity 1s ease-in-out 4s;
    }

.area-3 .obj-2 div p:nth-child(9) {
      transition: opacity 1s ease-in-out 4.5s;
    }

.area-3 .obj-2 div p:nth-child(10) {
      transition: opacity 1s ease-in-out 5s;
    }

.area-3 .obj-2 div p:nth-child(11) {
      transition: opacity 1s ease-in-out 5.5s;
    }

.area-3 .obj-2 div p:nth-child(12) {
      transition: opacity 1s ease-in-out 6s;
    }

.area-3 .obj-2 div p:nth-child(13) {
      transition: opacity 1s ease-in-out 6.5s;
    }

.area-3 .obj-3 {
    opacity: 0;
    transition: opacity 1s ease-in-out 5.5s;
  }

.area-3 .obj-1.active {
    opacity: 1;
  }

.area-3 .obj-2.active p {
    opacity: 1;
  }

.area-3 .obj-3.active {
    opacity: 1;
  }

.area-5 .obj-1 {
    opacity: 0;
    transition: opacity 1s ease-in-out 0.5s;
  }

.area-5 .obj-1.active {
    opacity: 1;
  }

.area-6 .obj-1, .area-6 .obj-2, .area-6 .obj-3, .area-6 .obj-4 {
    opacity: 0;
  }

.area-6 .obj-1 {
    transition: opacity 1s ease-in-out 0.5s;
  }

.area-6 .obj-2 {
    transition: opacity 1s ease-in-out 1.5s;
  }

.area-6 .obj-3 {
    transition: opacity 1s ease-in-out 2.5s;
  }

.area-6 .obj-4 {
    transition: opacity 1s ease-in-out 3.5s;
  }

.area-6.active .obj-1, .area-6.active .obj-2, .area-6.active .obj-3, .area-6.active .obj-4 {
      opacity: 1;
    }

.area-7 .obj-1 .obj-2, .area-7 .obj-1 .obj-3, .area-7 .obj-1 .obj-4, .area-7 .obj-1 .obj-5 {
      opacity: 0;
    }

.area-7 .obj-1 .obj-2 {
      transition: opacity 1s ease-in-out 0.5s;
    }

.area-7 .obj-1 .obj-3 {
      transition: opacity 1s ease-in-out 1.5s;
    }

.area-7 .obj-1 .obj-4 {
      transition: opacity 1s ease-in-out 2.5s;
    }

.area-7 .obj-1 .obj-5 {
      transition: opacity 1s ease-in-out 3.5s;
    }

.area-7 .obj-1.active .obj-2, .area-7 .obj-1.active .obj-3, .area-7 .obj-1.active .obj-4, .area-7 .obj-1.active .obj-5 {
      opacity: 1;
    }

.area-8{
  position: relative;
  aspect-ratio: 750/570;
  width: 100%;
}

@media (min-width: 768px){

  .area-8{
    aspect-ratio: 1400/980;
  }
}

.area-8 .image{
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  opacity: 1;
    transition: opacity 1s;
}

.area-8 .image.fade{
  opacity: 1;
    animation: fade 20s infinite;
}

.area-8 .obj-1 {
    opacity: 0;
    transition: opacity 1s ease-in-out 0.5s;
  }

.area-8 .obj-1.active {
    opacity: 1;
  }

@keyframes fade {
  0% { opacity: 0; }
  20% { opacity: 0; }
  40% { opacity: 1; }
  60% { opacity: 1; }
  80% { opacity: 1; }
  100% { opacity: 0; }
}

.fade-fast-loop {
  animation: fade 1s infinite;
}

.hover\:opacity-50:hover{
  opacity: 0.5;
}

@media (min-width: 768px){

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

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

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

  .md\:top-\[calc\(195\/1400\*100vw\)\]{
    top: calc(195 / 1400 * 100vw);
  }

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

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

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

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

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

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

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

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

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

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

  .md\:mb-\[calc\(20\/1400\*100vw\)\]{
    margin-bottom: calc(20 / 1400 * 100vw);
  }

  .md\:mb-\[calc\(40\/1400\*100vw\)\]{
    margin-bottom: calc(40 / 1400 * 100vw);
  }

  .md\:block{
    display: block;
  }

  .md\:inline{
    display: inline;
  }

  .md\:flex{
    display: flex;
  }

  .md\:hidden{
    display: none;
  }

  .md\:aspect-\[1400\/1080\]{
    aspect-ratio: 1400/1080;
  }

  .md\:aspect-\[1400\/1140\]{
    aspect-ratio: 1400/1140;
  }

  .md\:aspect-\[1400\/1380\]{
    aspect-ratio: 1400/1380;
  }

  .md\:aspect-\[1400\/1568\]{
    aspect-ratio: 1400/1568;
  }

  .md\:aspect-\[1400\/624\]{
    aspect-ratio: 1400/624;
  }

  .md\:aspect-\[1400\/690\]{
    aspect-ratio: 1400/690;
  }

  .md\:aspect-\[1400\/784\]{
    aspect-ratio: 1400/784;
  }

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

  .md\:h-\[calc\(100vw\/1400\*1568\)\]{
    height: calc(100vw / 1400 * 1568);
  }

  .md\:h-\[calc\(100vw\/1400\*690\)\]{
    height: calc(100vw / 1400 * 690);
  }

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

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

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

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

  .md\:w-\[calc\(140\/1400\*100vw\)\]{
    width: calc(140 / 1400 * 100vw);
  }

  .md\:w-\[calc\(173\/1400\*100vw\)\]{
    width: calc(173 / 1400 * 100vw);
  }

  .md\:w-\[calc\(472\/1400\*100vw\)\]{
    width: calc(472 / 1400 * 100vw);
  }

  .md\:w-\[calc\(564\/1400\*100vw\)\]{
    width: calc(564 / 1400 * 100vw);
  }

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

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

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

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

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

  .md\:gap-\[30px\]{
    gap: 30px;
  }

  .md\:gap-\[50px\]{
    gap: 50px;
  }

  .md\:gap-\[80px\]{
    gap: 80px;
  }

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

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

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

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

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

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

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

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

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

  .md\:tracking-\[1\.2px\]{
    letter-spacing: 1.2px;
  }

  .md\:tracking-\[1\.5px\]{
    letter-spacing: 1.5px;
  }

  .md\:tracking-\[20px\]{
    letter-spacing: 20px;
  }

  .md\:tracking-\[3\.2px\]{
    letter-spacing: 3.2px;
  }

  .md\:tracking-\[7px\]{
    letter-spacing: 7px;
  }
}

