@font-face {
    font-family: "PAYW-Pro";
    src: url("./font/PAYWPro-ExtraLight.woff2") format("woff2"),
    url("./font/PAYWPro-ExtraLight.woff") format("woff"),
    url("./font/PAYWPro-ExtraLight.otf") format("opentype");
    font-weight: 100;
}
@font-face {
    font-family: "PAYW-Pro";
    src: url("./font/PAYWPro-Light.woff2") format("woff2"),
    url("./font/PAYWPro-Light.woff") format("woff"),
    url("./font/PAYWPro-Light.otf") format("opentype");
    font-weight: 200;
}
@font-face {
    font-family: "PAYW-Pro";
    src: url("./font/PAYWPro-Thin.woff2") format("woff2"),
    url("./font/PAYWPro-Thin.woff") format("woff"),
    url("./font/PAYWPro-Thin.otf") format("opentype");
    font-weight: 300;
}
@font-face {
    font-family: "PAYW-Pro";
    src: url("./font/PAYWPro-Regular.woff2") format("woff2")
      /* will be preloaded */,
    url("./font/PAYWPro-Regular.woff") format("woff"),
    url("./font/PAYWPro-Regular.otf") format("opentype");
    font-weight: 400;
}
@font-face {
    font-family: "PAYW-Pro";
    src: url("./font/PAYWPro-Medium.woff2") format("woff2"),
    url("./font/PAYWPro-Medium.woff") format("woff"),
    url("./font/PAYWPro-Medium.otf") format("opentype");
    font-weight: 500;
}
@font-face {
    font-family: "PAYW-Pro";
    src: url("./font/PAYWPro-SemiBold.woff2") format("woff2"),
    url("./font/PAYWPro-SemiBold.woff") format("woff"),
    url("./font/PAYWPro-SemiBold.otf") format("opentype");
    font-weight: 600;
}
@font-face {
    font-family: "PAYW-Pro";
  src: url("./font/PAYWPro-Bold.woff2") format("woff2") /* will be preloaded */,
    url("./font/PAYWPro-Bold.woff") format("woff"),
    url("./font/PAYWPro-Bold.otf") format("opentype");
    font-weight: bold;
}
@font-face {
    font-family: "EuclidCircularA";
    src: url("./font/EuclidCircularA-Light-WebS.woff2") format("woff2");
    font-weight: lighter;
}
@font-face {
    font-family: "EuclidCircularA";
    src: url("./font/EuclidCircularA-LightItalic-WebS.woff2") format("woff2");
    font-weight: lighter;
    font-style: italic;
}
@font-face {
    font-family: "EuclidCircularA";
    src: url("./font/EuclidCircularA-Regular-WebS.woff2") format("woff2");
    font-weight: 300;
}
@font-face {
    font-family: "EuclidCircularA";
    src: url("./font/EuclidCircularA-RegularItalic-WebS.woff2") format("woff2");
    font-style: italic;
    font-weight: 300;
}
@font-face {
    font-family: "EuclidCircularA";
    src: url("./font/EuclidCircularA-Medium-WebS.woff2") format("woff2");
    font-weight: 400;
}
@font-face {
    font-family: "EuclidCircularA";
    src: url("./font/EuclidCircularA-MediumItalic-WebS.woff2") format("woff2");
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: "EuclidCircularA";
    src: url("./font/EuclidCircularA-Semibold-WebS.woff2") format("woff2");
    font-weight: 600;
}
@font-face {
    font-family: "EuclidCircularA";
    src: url("./font/EuclidCircularA-SemiboldItalic-WebS.woff2") format("woff2");
    font-weight: 600;
    font-style: italic;
}
@font-face {
    font-family: "EuclidCircularA";
    src: url("./font/EuclidCircularA-Bold-WebS.woff2") format("woff2");
    font-weight: 700;
}
@font-face {
    font-family: "EuclidCircularA";
    src: url("./font/EuclidCircularA-BoldItalic-WebS.woff2") format("woff2");
    font-weight: 700;
    font-style: italic;
}
html,
body {
    font-family: "PAYW-Pro", sans-serif;
    box-sizing: border-box;
    word-break: keep-all;
}

html {
    overflow-x: hidden;
}

body.no-scroll {
    height: 100vh !important;
    overflow: hidden !important;
}
.screen-off {
    position: relative;
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    clip-path: polygon(0 0, 0 0, 0 0);
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

.reactive-rectangle {
    position: relative;
}

.reactive-rectangle::after {
    content: "";
    display: block;
}

.reactive-rectangle > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.reactive-rectangle > img {
    object-fit: cover;
}

.container {
    position: relative;
}
.font-en {
    font-family: "EuclidCircularA", sans-serif;
}

.font-18 {
    font-size: 1.125rem;
    letter-spacing: -0.03em;
    line-height: 1.28;
}
.font-20 {
    font-size: 1.25rem;
}

.font-32 {
    font-size: 2rem;
}

.font-38 {
    font-size: 2.375rem;
}

.font-48 {
    font-size: 3rem;
}

.tit {
    font-weight: 600;
    letter-spacing: -0.03em;
    line-height: 3.75rem;
}

.stit {
}

/* fade-in animation */
.hide {
    position: relative;
    top: 150px;
    opacity: 0;
    transition: top 1s, opacity 2s;
}
.fade-in {
    top: 0;
    opacity: 1;
}
.delay01 {
    transition-delay: 0.2s !important;
}
.delay02 {
    transition-delay: 0.4s !important;
}
.delay03 {
    transition-delay: 0.6s !important;
}
.delay04 {
    transition-delay: 0.8s !important;
}
.delay05 {
    transition-delay: 1s !important;
}

.fade-up .animation-container {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    letter-spacing: inherit;
}

.fade-up.show > * {
    transition: opacity 1.8s, transform 1.2s;
    transform: translateY(0) !important;
    opacity: 1 !important;
}

.fade-up:not(.show) > * {
    opacity: 0;
    transform: translateY(100px);
}

.fade-up > span {
    display: block;
}

.fade-right:not(.show) > * {
    opacity: 0;
    transform: translateX(100%);
}

.fade-right.show > * {
    transition: transform 1.8s, opacity 2.5s;
    opacity: 1 !important;
    transform: translateX(0) !important;
}

.fade-left:not(.show) > * {
    opacity: 0;
    transform: translateX(-100%);
}

.fade-left.show > * {
    transition: transform 1.8s, opacity 2.5s;
    opacity: 1 !important;
    transform: translateX(0) !important;
}

@media all and (min-width: 2048px) {
    html,body {
        font-size: 18px;
    }
}

@media all and (min-width: 1600px) and (max-width: 2047px) {
    html,body {
        font-size: 16px;
    }
}

@media all and (min-width: 1441px) and (max-width: 1599px) {
    html,body {
        font-size: 14px;
    }
}

@media all and (min-width: 1024px) and (max-width: 1440px) {
    html,body {
        font-size: 12px;
    }
}

@media all and (max-width: 1023px) {
    html,body {
        font-size: 10px;
    }
}

@media all and (max-width: 300px) {
    html,body {
        font-size: 9px;
    }
    br {
        display: none !important;
    }
}
