:root {
    --default-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft Yahei UI", "Microsoft Yahei", "Source Han Sans CN", sans-serif;
    --primary-color: #ffffff;
    --secondary-color: rgba(255, 255, 255, 0.2);
    --font-size-large: 18px;
    --z-index-top: 42;
}

html,
body {
    margin: 0;
    padding: 0;
    font-family: var(--default-font-family);
    box-sizing: border-box;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: inherit;
}

a {
    text-decoration: none;
}

.main-container {
    overflow: hidden;
}

.main-container,
.main-container * {
    box-sizing: border-box;
}

input,
select,
textarea,
button {
    outline: 0;
}

.main-container {
    position: relative;
    max-width: 1366px;
    width: 100%;
    margin: 0 auto;
    height: 768px;
    background: var(--secondary-color);
    overflow: hidden;
}

.header-home {
    position: relative;
    width: 100%;
    height: 83px;
    background: var(--primary-color);
    z-index: var(--z-index-top);
}

.header-privacy-policy {
    position: relative;
    width: 100%;
    height: 83px;
    margin: -1px 0 0;
    background: var(--primary-color);
    z-index: 8;
}

.rectangle {
    position: absolute;
    width: 107px;
    height: 83px;
    top: 0;
    right: 0;
    z-index: 16;
}

.button-mail {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: no-repeat center url(../images/button-mail.png);
    background-size: cover;
    z-index: 21;
}

.fuwa {
    position: absolute;
    width: 278px;
    height: 44px;
    top: 29px;
    left: 12px;
    background: url(../images/image-logo.png) no-repeat center;
    background-size: cover;
    z-index: 11;
}

.icon-privacy {
    position: absolute;
    width: 2.34%;
    height: 38.55%;
    top: 44.58%;
    right: 320px;
    background: url(../images/icon-privacy.png) no-repeat center;
    background-size: cover;
    z-index: 20;
}

.privacy-policy,
.realize-dreams,
.smartphone-app-value {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.privacy-policy {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    position: absolute;
    height: 27.71%;
    top: 50.6%;
    right: 130px;
    color: #000000;
    text-decoration: none;
    font-family: HiraginoKaku, var(--default-font-family);
    font-size: 18px;
    font-weight: 800;
    line-height: 19.705px;
    text-align: left;
    white-space: nowrap;
    z-index: 18;
}

.main-flame {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    flex-wrap: nowrap;
    gap: 8px;
    position: relative;
    width: 1366px;
    height: 434px;
    margin: 0;
    padding: 29px 24px 29px 24px;
    z-index: 2;
}

.copy {
    flex-shrink: 0;
    position: relative;
    width: 533px;
    height: 335px;
    z-index: 3;
}

.main-copy {
    position: relative;
    width: 526px;
    height: 240px;
    margin: 0;
    z-index: 4;
}

.realize-dreams {
    position: absolute;
    width: 526px;
    height: 240px;
    top: 0;
    left: 0;
    color: #ffffff;
    font-family: Inter, var(--default-font-family);
    font-size: 136px;
    font-weight: 900;
    line-height: 120px;
    text-align: left;
    text-overflow: initial;
    z-index: 5;
    overflow: hidden;
}

.subcopy {
    position: relative;
    width: 533px;
    height: 88px;
    margin: 7px 0 0 0;
    z-index: 6;
}

.smartphone-app-value {
    position: absolute;
    width: 533px;
    height: 88px;
    top: 0;
    left: 0;
    color: #ffffff;
    font-family: Inter, var(--default-font-family);
    font-size: 30px;
    font-weight: 900;
    line-height: 44px;
    text-align: left;
    text-overflow: initial;
    z-index: 7;
    overflow: hidden;
}

.buttom-flame {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: nowrap;
    position: relative;
    height: 52px;
    margin: 0;
    padding: 0 24px 0 24px;
    z-index: 22;
}

.how-it-works {
    flex-shrink: 0;
    position: relative;
    width: 271px;
    height: 24px;
    z-index: 23;
}

.group {
    position: absolute;
    width: 244px;
    height: 24px;
    top: 0;
    left: 0;
    z-index: 24;
}

.how-it-works-1 {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    position: absolute;
    height: 24px;
    top: 0;
    left: 0;
    color: #ffffff;
    font-family: HiraginoKaku, var(--default-font-family);
    font-size: 27px;
    font-weight: 700;
    line-height: 23px;
    text-align: left;
    white-space: nowrap;
    z-index: 25;
}

.how-it-works2 {
    display: none;
}

.icon-arrowright {
    position: absolute;
    width: 13px;
    height: 23px;
    top: 0;
    left: 258px;
    background: url(../images/icon-arrowright.png) no-repeat center;
    background-size: cover;
    z-index: 26;
}

.fuwaf {
    flex-shrink: 0;
    position: relative;
    width: 414px;
    height: 32px;
    z-index: 27;
}

.fuwa-fuwa {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    position: absolute;
    width: 214px;
    height: 32px;
    top: 0;
    left: 0;
    color: rgba(255, 255, 255, 1);
    font-weight: 400;
    line-height: 20.526px;
    text-align: right;
    white-space: nowrap;
    z-index: 28;
}

.background {
    position: absolute;
    width: 1366px;
    height: 686px;
    top: 82px;
    left: 0;
    background-image: url('../images/image-back01.png');
    background-size: cover;
    z-index: 1;
}

.fuwa-p {
    color: rgba(255, 255, 255, 1);
    font-size: 12px;
}
