@font-face {
    font-family: "NotoSansCJKjp";
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    src: url("/fonts/NotoSansCJKjp-Regular.woff") format("woff");
}

@font-face {
    font-family: "NotoSansCJKjp";
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    src: url("/fonts/NotoSansCJKjp-Medium.woff") format("woff");
}

@font-face {
    font-family: "NotoSansCJKjp";
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    src: url("/fonts/NotoSansCJKjp-Medium.woff") format("woff");
}

@font-face {
    font-family: "Roboto";
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    src: url("/fonts/Roboto-Light.ttf") format("truetype");
}

@font-face {
    font-family: "Roboto";
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    src: url("/fonts/Roboto-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "Roboto";
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    src: url("/fonts/Roboto-Medium.ttf") format("truetype");
}

body {
    background-color: #f7f7f7;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}

.m-b-15 {
    margin-bottom: 15px;
}

.m-t-0 {
    margin-top: 0 !important;
}

.sub-title-ever-chart {
    height: 29px;
    margin: 0 0 10px;
    font-family: NotoSansCJKjp;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.45;
    letter-spacing: normal;
    text-align: center;
    color: #141722;
}

.body-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    /* height: 100vh; */
    background-color: #f7f7f7;
}

.header-container {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    height: 55px;
    background-color: #ffffff !important;
    border-bottom: solid 1px #e5e5e5;
}

.header-logo {
    height: 23.9px;
}

.content-container {
    /* flex: 1; */
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    background-color: #f7f7f7;
    padding: 44px 0 66px;
}

.icon-mac {
    margin-top: 43px;
    width: 44.3px;
  height: 54px;
}

.m-t-26{
    margin-top: 26px !important;
}

.title-mac {
    height: 41px;
    margin-top: 33px;
    font-family: NotoSansCJKjp;
    font-size: 28px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.46;
    letter-spacing: normal;
    text-align: center;
    color: #f5f5f5;
}

.lb-download-mac {
    height: 20px;
    font-family: NotoSansCJKjp;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
}

.message-container {
    width: 413px;
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 190px;
    height: 190px;
    border-radius: 5px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16);
    border: solid 1px #dddddd;
    background-color: #ffffff;
    text-align: center;
    padding: 15px 0 17px;
    position: relative;
}

.message-container.message-container-launch{
    justify-content: flex-start;
    width: 498px;
    min-height: 187px;
    height: 187px;
}

.sub-message-container {
    width: 498px;
    margin-top: 30px;
    margin-bottom: 20px;
    flex-direction: column;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    min-height: 90px;
    border-radius: 5px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16);
    border: solid 1px #dddddd;
    background-color: #ffffff;
    text-align: center;
    padding: 15px 0 17px;
    position: relative;
}

.msg-containter-footer {
    position: absolute;
    bottom: 17px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
}

.msg-containter {
    display: flex;
}

.title-ever-chart {
    height: 29px;
    font-family: NotoSansCJKjp;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.45;
    letter-spacing: normal;
    text-align: center;
    color: #141722;
    margin-top: -4px;
}

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

.message-title-err {
    /* height: 58px; */
    padding: 0 17px;
    box-sizing: border-box;
    width: 100%;
    font-family: NotoSansCJKjp;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.45;
    letter-spacing: normal;
    text-align: left;
    color: #141722;
    /* padding: 0 17px; */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.message-title-err.invalid_request {
    height: inherit;
}

.message-title-err.access_denied {
    height: inherit;
}

.message-title-err.server_error {
    height: inherit;
}

.message-title-completed {
    height: 58px;
    font-family: NotoSansCJKjp;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.45;
    letter-spacing: normal;
    text-align: left;
    color: #141722;
    padding: 0 6px 0 9px;
    box-sizing: border-box;
    width: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.message-title-authenticating {
    height: 29px;
    font-family: NotoSansCJKjp;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.45;
    letter-spacing: normal;
    text-align: left;
    color: #141722;
    /* margin-top: 32px; */
}

.msg-ever-chart {
    height: 27px;
    font-family: NotoSansCJKjp;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
    margin-top: 15px;
}

.text-highlight {
    font-weight: bold;
    color: #d91660;
    margin: 0 3px;
    margin-top: 15px;
}

.text-black-highlight {
    font-weight: bold;
    color: #000000;
    margin: 0 3px;
    margin-top: 10px;
    text-decoration: underline;
    cursor: pointer;
}

.launch-container {
    margin-top: 10px;
    font-family: NotoSansCJKjp;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
    margin-bottom: 24px;
}

.launch-app-btn {
    text-decoration: none;
    color: #2867b2;
    margin-left: -3px;
    margin-right: 2px;
    cursor: pointer;
}

.download-window-containter {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 500px;
    min-height: 300px;
    height: 300px;
    border-radius: 5px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16);
    background-color: #2867b2;
}

.icon-window {
    width: 54px;
    height: 51px;
    margin-top: 35px;
    margin-left: -5px;
}

.title-window {
    height: 41px;
    margin-top: 15px;
    font-family: NotoSansCJKjp;
    font-size: 28px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.46;
    letter-spacing: normal;
    text-align: center;
    color: #f5f5f5;
}

.window-btn-download-ctn {
    text-align: center;
    margin-right: 10px;
}

.window-btn-download-ctn:last-child {
    margin-right: 0;
}

.btn-download {
    margin-top: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 186px;
    height: 45px;
    border-radius: 5px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16);
    border: solid 1px #dddddd;
    background-color: #ffffff;
}

.m-t-25{
    margin-top: 25px !important;
}

.version-container {
    display: flex;
    margin-top: 19px;
}

.version-container-window {
    display: flex;
    justify-content: center;
    margin-top: 5px;
}

.lb-version-window {
    height: 20px;
    font-family: NotoSansCJKjp;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}

.version-number-window {
    height: 21px;
    font-family: Roboto;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.31;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    margin-left: 10px;
}

.download-mac-containter {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 500px;
    min-height: 300px;
    height: 300px;
    border-radius: 5px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16);
    background-color: #333333;
}

.m-t-0{
    margin-top: 0 !important;
}

.lb-download-window {
    height: 20px;
    font-family: NotoSansCJKjp;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
}

.lb-version {
    height: 27px;
    font-family: NotoSansCJKjp;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}

.version-number {
    height: 28px;
    font-family: Roboto;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    margin: 0 3px;
}

.hidden {
    display: none;
}

.img-lottie {
    width: 100%;
    height: 35px;
    margin: 35px 0;
    text-align: center;
}

.btn-download {
    text-decoration: none;
}

.note-container-window {
    height: 27px;
    margin: 20px 0 0;
    font-family: NotoSansCJKjp;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}

.note-refer-link {
    font-weight: bold;
    font-family: NotoSansCJKjp;
    font-size: 18px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #ffffff;
    text-decoration: underline;
}