@font-face {
    font-family: "Zen Kaku Gothic Antique";
    src: url("../fonts/ZenKakuGothicAntique-Bold.woff2") format("woff2");
    font-weight: 700;
}

html {
	font-size: 18px;
	scroll-behavior: smooth;
	-webkit-text-size-adjust: 100%;
}
* {
	box-sizing: border-box;
	outline: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
body {
	margin: 0;
    background: #000 url(../img/bg.png?2) no-repeat 100% 100%;
    background-size: 40% auto;     
}

body.page-reg {
    background: #000 url(../img/bg-2.png?2) no-repeat 100% 50%;
    background-size: 40% auto;         
}

a {
    transition: 0.2s;
}
svg {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.page {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    overflow: hidden;
    min-height: 100vh;
    background: url(../img/bg-l.png?2) no-repeat 0 500px;
    background-size: 40% auto;     
}

body.page-reg .page {
    background-image: url(../img/bg-l-2.png?2), url(../img/bg-l-3.png?2);
    background-repeat: no-repeat, no-repeat;
    background-position: 0 10%, 0 90%;
    background-size: 40% auto, 40% auto;
}

.header {
    width: 100%;
}
@media screen and (max-width: 767){
    .header {

    }    
}

.header__inner {
    max-width: 1240px;
    padding-left: 40px;
    padding-right: 40px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1;
    padding-top: 50px;
    padding-bottom: 30px;
}
@media screen and (max-width: 767px){
    .header__inner {
        padding-left: 20px;
        padding-right: 20px;        
    }    
}

.header__inner .logo {
    display: flex;
    margin-right: 50px;
}
@media screen and (max-width: 767px){
    .header__inner .logo {
        margin-right: 30px;
    }    
}

body.page-reg .header__inner {
    justify-content: center;
}

body.page-reg .header__inner .logo {
    margin-right: 0;
}

.logo img,
.logo svg {
    display: block;
    max-width: 100%;
}

.header-nav__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 44px;
    background: #00D0FF;
    border-radius: 8px;
    font-family: 'Zen Kaku Gothic Antique';
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    color: #FFFFFF;
    margin-top: -70px;
}
@media (max-width: 767px){
    .header-nav__btn {
        margin-top: -9%;
        height: 40px;
        font-size: 14px;
        width: auto;
        padding-left: 15px;
        padding-right: 15px;
    }
}

.page__main {
    display: flex!important;
    flex-direction: column;
    flex-grow: 1;
    width: 100%;
    position: relative;
    justify-content: space-between;   
}

.footer {
    position: relative;
}

.footer a {
    color: #fff;
}
.footer img {
    display: block;
}
.footer__inner {
    max-width: 1240px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 80px;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    display: flex;
    align-items: center;
    color: #fff;
    flex-wrap: wrap;
}
@media (max-width: 767px){
    .footer__inner {
        padding-left: 20px;
        padding-right: 20px;
        display: block;
        text-align: center;
    }
}

.footer__item p {
    margin: 0;
    margin-bottom: 10px;
    font-family: 'Zen Kaku Gothic Antique';
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    text-align: center;
}

.btn-email {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 15px;
    width: 360px;
    height: 45px;
    border: 1px solid #A9FC01;
    border-radius: 8px;
    background: #000;
}
@media (max-width: 767px){
    .btn-email {
        width: 100%;
    }
}

.btn-email span {
    height: 20px;
    display: flex;
    align-items: center;
    border-left: 1px solid #A9FC01;
    padding-left: 15px;
    margin-left: 15px;
    font-family: 'Zen Kaku Gothic Antique';
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    text-decoration-line: underline;
}

.logo-list {
    display: flex;
    width: 945px;
    max-width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;    
    position: relative;
    margin-top: 40px;
    margin-bottom: 40px;
}
@media (max-width: 767px){
    .logo-list {
    }    
}

.logo-list__item {
    width: 25%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    padding-left: 50px; 
}
@media (max-width: 480px){
    .logo-list__item {
        padding-left: 30px;
    }
}

.logo-list__item:first-child {
    padding-left: 0;
}

.logo-list__item img {
    display: block;
    max-width: 100%;
}

#exit {
	cursor: pointer;
}

.disable {
    display: none !important;
}

.MuiCircularProgress-root {
    color: #B1EC52 !important;
}
.CircularContainer svg circle {
    stroke: #B1EC52;
}

