*,
*::before,
*::after {
  box-sizing: border-box;
}
:root {
  --rpx: calc(100vw / 1920);
}
@media (max-width: 800px) {
  :root {
    --rpx: calc(100vw / 414);
  }
}
@font-face {
  font-family: 'kanit';
  src: url('https://dl3x1iibzfyhz.cloudfront.net/th/Kanit-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('https://dl3x1iibzfyhz.cloudfront.net/au/Montserrat-ExtraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('https://dl3x1iibzfyhz.cloudfront.net/au/Montserrat-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('https://dl3x1iibzfyhz.cloudfront.net/au/montserrat-regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('https://dl3x1iibzfyhz.cloudfront.net/au/Montserrat-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
html,
body {
  margin: 0;
  padding: 0;
  font-family: Montserrat, -apple-system, BlinkMacSystemFont, 'SF Pro Text', system-ui, -system-ui, 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', sans-serif;
  background-color: #fff;
  color: #1a1a1a;
  font-weight: 400;
}
body {
  -webkit-font-smoothing: antialiased;
}
.font-kanit {
  font-family: 'kanit', -apple-system, BlinkMacSystemFont, 'SF Pro Text', system-ui, -system-ui, 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', sans-serif;
}
a {
  color: #1a1a1a;
  text-decoration: none;
}
@media (max-width: 800px) {
  .pc-only {
    display: none;
  }
}
@media (min-width: 801px) {
  .pc-hidden {
    display: none;
  }
}
@media (min-width: 801px) {
  .mo-only {
    display: none;
  }
}
@media (max-width: 800px) {
  .mo-hidden {
    display: none;
  }
}
section {
  width: 100vw;
}
.w-full {
  width: 100%;
}
.flex {
  display: flex;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.text-center {
  text-align: center;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.items-center {
  align-items: center;
}
.flex-col {
  flex-direction: column;
}
.flex-row {
  flex-direction: row;
}
.flex-wrap {
  flex-wrap: wrap;
}
.bg-img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}
.bg-img-contain {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: contain;
}
.abs-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.abs-center-x {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.abs-center-y {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.global-button-text {
  position: relative;
  width: calc(var(--rpx) * 180);
  height: calc(var(--rpx) * 60);
  border-radius: calc(var(--rpx) * 62);
  font-size: calc(var(--rpx) * 16);
  line-height: 1.25;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(5px) saturate(120%);
  color: #1a1a1a;
}
.global-button-text:hover {
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(5px) saturate(140%);
  background-blend-mode: overlay;
}
@media (max-width: 800px) {
  .global-button-text {
    width: calc(var(--rpx) * 84);
    height: calc(var(--rpx) * 28);
    font-size: calc(var(--rpx) * 9);
    line-height: 1.2;
  }
}
/*# sourceMappingURL=common.css.map */
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  height: 6.66vw;
}
.global {
  width: calc(var(--rpx) * 16);
  height: calc(var(--rpx) * 16);
}
.arrow {
  width: calc(var(--rpx) * 7);
  height: calc(var(--rpx) * 4);
}
.site-main .banner {
  height: calc(var(--rpx) * 960);
  margin-top: -6.66vw;
}
.site-footer {
  position: relative;
  height: 24.53vw;
}
/*# sourceMappingURL=layout.css.map */
body {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333;
  max-width: 800px;
  margin: 40px auto;
  padding: 0 20px;
}
h1 {
  color: #0056b3;
  border-bottom: 2px solid #eee;
  padding-bottom: 10px;
}
h3 {
  color: #222;
  margin-top: 25px;
}
ul {
  padding-left: 20px;
}
li {
  margin-bottom: 8px;
}
/*# sourceMappingURL=privacy.css.map */

/*# sourceMappingURL=privacy.20d10b78.css.map*/