@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@300;400;500;700&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600&family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&display=swap');

/*共通*/
body {
	font-family: 'Montserrat', sans-serif;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-family: 'Noto Sans JP', sans-serif;
	position:relative;
}
img {
	width: 100%;
}
#forgot_pass,.swpm-login-form-register-link {
	display: none;
}
/*ヘッダー*/
header {
	max-width:1200px;
	margin: 0 auto;
	padding: 20px 0;
}

header .hd_wrap {
	display: flex;
}

header .hd_wrap h1{
	width: 450px;
}
.timerHidden{ display: none;}
.timerVisible{ display: block;}