@charset "UTF-8";
/* --------------------------------------------------

ログイン・会員登録

-------------------------------------------------- */

a {
    color: #0082e6;
    text-decoration: none;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.btn-02-alw-r {
    display: inline-block;
    border: 1px solid #8c3200;
    height: 50px;
    border-radius: 25px;
    padding-left: 64px;
    padding-right: 72px;
    position: relative;
    line-height: 48px;
    color: #8c3200;
}
.btn-02-alw-r:hover {
    background-color: #8c3200;
    color: #fff;
}
.btn-02-alw-r:after {
    content: " ";
    display: block;
    width: 9px;
    height: 11px;
    position: absolute;
    background: transparent url(/club-cozy/img/home/arrow-01.png) 0% 0% no-repeat;
    right: 15px;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.btn-02-alw-r:hover:after {
    background-image: url(/club-cozy/img/home/arrow-03.png);
}
#login {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: rgba(200,200,200,0.5);
}
.login-entry {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 5px;
    margin: auto !important;
}

@media screen and (min-width: 769px) {
	.login-entry {
		width: 1019px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 100px;
	}
	.login-entry:after {
		content: "";
		display: block;
		clear: both;
	}
}
@media screen and (max-width: 768px) {
	.login-entry {
		margin-left: 15px;
		margin-right: 15px;
		margin-top: 79px;
	}
    .close-modal{
        right: 2% !important;
        top: -20px !important;
    }
}
.login-entry > div {
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 3px 3px 0px 0px #f0e0bc;
	text-align: center;
}
@media screen and (min-width: 769px) {
    body {
        -webkit-font-smoothing: antialiased;
    }

    .login-entry {
      -webkit-filter: blur(0.000001px);
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
    }
    
	.login-entry > div {
		width: 496px;
		height: 100%;
		padding: 32px 47px;
		min-height: 457px;
	}
	.login-entry > div:nth-of-type(1) {
		float: left;
	}
	.login-entry > div:nth-of-type(2) {
		float: right;
	}
}
@media screen and (max-width: 768px) {
	.login-entry > div {
		padding: 25px 15px;
	}
}
.login-entry > div h4 {
	font-size: 26px;
	text-align: center;
	margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
	.login-entry > div h4 {
		font-size: 23px;
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 375px) {
	.login-entry > div h4 {
		font-size: 6.13333vw;
	}
}
.login-entry > div h4:before {
	display: block;
	content: " ";
	width: 71px;
	height: 68px;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 17px;
}
@media screen and (max-width: 768px) {
	.login-entry > div h4:before {
		margin-bottom: 15px;
	}
}
.login-entry input {
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	appearance: none;
}
.login-entry input[type=text], .login-entry input[type=email], .login-entry input[type=password] {
	border: 1px solid #e6e6e6;
	background-color: #f6f6f6;
	height: 45px;
	width: 400px;
	box-shadow: 0px 5px 0px 0px #ffffff, 0px 6px 0px 0px #d2d2d2;
	font-size: 17px;
	padding-left: 2em;
	padding-right: 1em;
	display: block;
}
.login-entry input[type=text]::-webkit-input-placeholder, .login-entry input[type=email]::-webkit-input-placeholder, .login-entry input[type=password]::-webkit-input-placeholder {
	font-size: 17px;
	color: #AAAAAA;
	line-height: 1.3;
	letter-spacing: 1px;
	overflow: visible;
}
.login-entry input[type=text]:-ms-input-placeholder, .login-entry input[type=email]::-webkit-input-placeholder, .login-entry input[type=password]:-ms-input-placeholder {
	font-size: 17px;
	color: #AAAAAA;
	line-height: 1.3;
	letter-spacing: 1px;
	overflow: visible;
}
.login-entry input[type=text]::-moz-placeholder, .login-entry input[type=email]::-webkit-input-placeholder, .login-entry input[type=password]::-moz-placeholder {
	font-size: 17px;
	color: #AAAAAA;
	letter-spacing: 1px;
	overflow: visible;
}
@media screen and (max-width: 768px) {
	.login-entry input[type=text], .login-entry input[type=email], .login-entry input[type=password] {
		height: 45px;
		width: 100%;
		display: block;
		margin-top: 0;
		font-size: 14px;
		padding-left: 1em;
	}
	.login-entry input[type=text]::-webkit-input-placeholder, .login-entry input[type=email]::-webkit-input-placeholder, .login-entry input[type=password]::-webkit-input-placeholder {
		font-size: 14px;
		color: #AAAAAA;
		line-height: 1.3;
		letter-spacing: 1px;
		overflow: visible;
	}
	.login-entry input[type=text]:-ms-input-placeholder, .login-entry input[type=email]:-ms-input-placeholder, .login-entry input[type=password]:-ms-input-placeholder {
		font-size: 14px;
		color: #AAAAAA;
		line-height: 1.3;
		letter-spacing: 1px;
		overflow: visible;
	}
	.login-entry input[type=text]::-moz-placeholder, .login-entry input[type=email]::-moz-placeholder, .login-entry input[type=password]::-moz-placeholder {
		font-size: 14px;
		color: #AAAAAA;
		letter-spacing: 1px;
		overflow: visible;
	}
}
.login-entry input[type=checkbox] {
	display: none;
}
.login-entry input[type=checkbox]:checked + label.checkbox::before {
	content: "\f122";
	background-color: #0082e6;
	border-color: #0082e6;
}
.login-entry label.checkbox {
	cursor: pointer;
	display: inline-block;
	padding: 5px 30px;
	position: relative;
	width: auto;
	font-size: 14px;
	text-align: center;
	margin-top: 17px;
	position: relative;
}
@media screen and (max-width: 768px) {
	.login-entry label.checkbox {
		letter-spacing: 0;
	}
}
.login-entry label.checkbox:before {
	display: inline-block;
	font-family: "Ionicons";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-rendering: auto;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\a0";
	display: inline-block;
	border: 1px solid #d2d2d2;
	background-color: #f6f6f6;
	width: 20px;
	height: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 12px;
	border-radius: 3px;
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
	line-height: 20px;
	text-align: center;
	padding-left: 1px;
	padding-bottom: 1px;
	color: #fff;
	font-size: 12px;
}
.login-entry .login h4:before {
	background-image: url(/club-cozy/common/img/ico-login.png);
}
@media screen and (max-width: 768px) {
	.login-entry .login h4:before {
		width: 57px;
		height: 55px;
	}
}
.login-entry .login input[type=password] {
	margin-top: 17px;
}
.login-entry .login input[type=submit] {
	border-radius: 25px;
	background-color: #e61400;
	width: 275px;
	height: 50px;
	color: #fff;
	box-shadow: 4px 4px 0 0 #be0000;
	-moz-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
	font-size: 18px;
	margin-top: 10px;
}
@media screen and (min-width: 769px) {
	.login-entry .login input[type=submit] {
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	.login-entry .login input[type=submit]:hover {
		transform: translate3d(4px, 4px, 0);
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		cursor: pointer;
	}
}
@media screen and (max-width: 768px) {
	.login-entry .login input[type=submit] {
		width: -webkit-calc(100% - 40px);
		width: calc(100% - 40px);
		height: 45px;
		box-shadow: 2px 2px 0 0 #be0000;
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-webkit-transform: translateY(0);
		transform: translateY(0);
		font-size: 18px;
		margin: 10px 20px 0;
	}
}
.login-entry .login .forget {
	font-size: 12px;
	display: inline-block;
	margin-top: 10px;
}
.login-entry .entry {
	/* 利用規約 */
}
@media screen and (max-width: 768px) {
	.login-entry .entry {
		margin-top: 25px;
	}
}
.login-entry .entry h4:before {
	width: 70px;
	height: 70px;
	background-image: url(/club-cozy/common/img/ico-entry.png);
}
@media screen and (max-width: 768px) {
	.login-entry .entry h4:before {
		width: 55px;
		height: 55px;
	}
}
.login-entry .entry .notice {
	width: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 17px;
	font-size: 12px;
	margin-bottom: -10px;
}
@media screen and (max-width: 768px) {
	.login-entry .entry .notice {
		width: auto;
		margin-left: 25px;
		margin-right: 25px;
	}
}
.login-entry .entry input[type=submit] {
	border-radius: 4px;
	width: 275px;
	height: 50px;
	color: #fff;
	box-shadow: 4px 4px 0 0 #be0000;
	font-size: 18px;
	margin-top: 10px;
	background: #e61400 url(/club-cozy/common/img/ec-02.png) 95% 50% no-repeat;
	-webkit-background-size: 10px auto;
	background-size: 10px auto;
}
@media screen and (min-width: 769px) {
	.login-entry .entry input[type=submit] {
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	.login-entry .entry input[type=submit]:hover {
		transform: translate3d(4px, 4px, 0);
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		cursor: pointer;
	}
	.login-entry .entry input[type=submit]:disabled {
		background-color: #5f5f5f;
		box-shadow: 4px 4px 0 0 #404040;
		cursor: default;
	}
	.login-entry .entry input[type=submit]:disabled:hover {
		transform: translate3d(0, 0, 0);
		-moz-box-shadow: 4px 4px 0 0 #404040;
		-webkit-box-shadow: 4px 4px 0 0 #404040;
		box-shadow: 4px 4px 0 0 #404040;
		cursor: default;
	}
}
@media screen and (max-width: 768px) {
	.login-entry .entry input[type=submit] {
		width: -webkit-calc(100% - 40px);
		width: calc(100% - 40px);
		height: 45px;
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-webkit-transform: translateY(0);
		transform: translateY(0);
		font-size: 18px;
		margin: 10px 20px 0;
	}
	.login-entry .entry input[type=submit]:disabled {
		background-color: #5f5f5f;
		box-shadow: 4px 4px 0 0 #404040;
		cursor: default;
	}
}
.login-entry .entry .btn-02-alw-r {
	margin-top: 18px;
}

@media screen and (min-width: 769px) {
    .login-entry {
        width: 1019px;
        margin-left: auto;
        margin-right: auto;
        /* margin-top: 100px; */
        margin-top: 50px;
        margin-bottom: 50px;
    }
}
/*SPの時のログインポップアップ*/


@media screen and (max-width: 768px)
.login-entry > div {
    padding: 15px 15px;
}

@media screen and (max-width: 768px)
.login-entry {
    /* margin-left: 15px!important; */
    /* margin-right: 15px!important; */
    width: 90%;
    margin-top: 50px!important;
}

@media screen and (max-width: 768px)
.login-entry > div h4 {
    font-size: 20px;
    margin-bottom: 10px;
}

@media screen and (max-width: 768px)
.login-entry input[type=text], .login-entry input[type=email], .login-entry input[type=password] {
    height: 34px;
    width: 100%;
    display: block;
    margin-top: 0;
    font-size: 14px;
    padding-left: 1em;
}

.login-entry .login input[type=password] {
    margin-top: 17px;
}

.login-entry label.checkbox {
    cursor: pointer;
    display: inline-block;
    padding: 5px 30px;
    position: relative;
    width: auto;
    font-size: 14px;
    text-align: center;
    margin-top: 17px;
    position: relative;
}

@media screen and (max-width: 768px)
.login-entry .login input[type=submit] {
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    height: 36px;
    box-shadow: 2px 2px 0 0 #be0000;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    font-size: 14px;
    margin: 10px 20px 0;
}

.login-entry .login input[type=submit] {
    border-radius: 25px;
    background-color: #e61400;
    width: 275px;
    height: 50px;
    color: #fff;
    box-shadow: 4px 4px 0 0 #be0000;
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    font-size: 18px;
    margin-top: 10px;
}

.login-entry .login .forget {
    font-size: 12px;
    display: inline-block;
    margin-top: 10px;
}


@media screen and (max-width: 768px)
.login-entry .entry {
    margin-top: 10px;
background: none;
}


@media screen and (max-width: 768px)
.login-entry input[type=text], .login-entry input[type=email], .login-entry input[type=password] {
    height: 34px;
    width: 100%;
    display: block;
    margin-top: 0;
    font-size: 14px;
    padding-left: 1em;
}

.login-entry .entry .notice {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 17px;
    font-size: 12px;
    margin-bottom: -10px;
}

.login-entry label.checkbox {
    cursor: pointer;
    display: inline-block;
    padding: 5px 30px;
    position: relative;
    width: auto;
    font-size: 14px;
    text-align: center;
    margin-top: 17px;
    position: relative;
}

@media screen and (max-width: 768px)
.login-entry .entry input[type=submit] {
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    height: 32px;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    font-size: 14px;
    margin: 10px 20px 0;
}

.login-entry .entry .btn-02-alw-r {
    margin-top: 8px;
}

.btn-02-alw-r {
    display: inline-block;
    border: 1px solid #8c3200;
    height: 32px;
    font-size: 14px;
    border-radius: 25px;
    padding-left: 64px;
    padding-right: 72px;
    position: relative;
    line-height: 31px;
    color: #8c3200;
}
