#ie-popup {
    width: 100vw;
    height: 100vh;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.4);
    display: none;
}

#ie-popup.show {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    background-color: rgba(0, 0, 0, 0.4);
}

#ie-popup * {
    font-family: hs, 'noto' !important;
}

#ie-popup-container {
    z-index: 11;
    width: 700px;
    margin: 250px auto 0;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    border-radius: 4px;
    background-color: #fff;
    font-family: lato, 'noto' !important;
    position: relative;
}

#ie-popup-container .popup-title-wrapper {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}

#ie-popup-container .popup-close-wrapper {
    width: 24px;
    height: 24px;
    position: absolute;
    right: 25px;
    top: 25px;
}

#ie-popup-container .popup-close-wrapper,
.ie-popup-btn {
    cursor: pointer;
}

#ie-popup-container .popup-close-wrapper > img {
    width: 20px;
}

#ie-popup-container .popup-body-wrapper {
    margin: 16px 0 20px;
    width: 660px;
    text-align: center;
    font-size: 16px;
    color: #000;
    line-height: 24px;
}

#ie-popup-container .popup-body-wrapper strong {
    font-weight: bold;
}

#ie-popup-container .popup-title {
    font-size: 28px;
    font-weight: bold;
    margin: 60px 20px 20px;
    color: #222;
    text-align: center;
    width: 100%;
}

.ie-popup-btn-wrapper {
    width: 100%;
}

.ie-popup-btn {
    font-family: hs, noto;
    background-color: #000;
    color: #fff;
    border: 2px solid #000;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    font-size: 20px;
    padding: 0 25px;
    width: 31%;
}

.ie-popup-btn.pc-view {
    font-size: 14px;
    color: #666;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 7px 20px;
    width: auto;
    border-radius: 500px;
}


.store-ico-wrapper {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}

.store-ico-wrapper > img {
    width: 20px;
    margin-right: 8px;
}

.justify-flex {
    display: flex;
}

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

.justify-space-evenly {
    justify-content: space-evenlya;
}

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

.app-cta {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 260px;
}

.mt-40 {
    margin-top: 40px;
}

.mb-60 {
    margin-bottom: 60px;
}

.app-cta:first-child {
    margin-right: 16px;
}
