@charset "UTF-8";

* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}

body, html {
	height: 100%;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
}

/*---------------------------------------------*/
/* a {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.7;
	color: #666666;
	margin: 0px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    text-decoration: none;
}

a:focus {
	outline: none !important;
} */

/*a:hover {
	text-decoration: none;
}*/

/*---------------------------------------------*/
h1,h2,h3,h4,h5,h6 {
	margin: 0px;
}

p {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.7;
	color: #666666;
	margin: 0px;
}

ul, li {
	margin: 0px;
	list-style-type: none;
}


/*---------------------------------------------*/
input {
	outline: none;
	border: none;
}

input[type="number"] {
    -moz-appearance: textfield;
    appearance: none;
    -webkit-appearance: none;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

textarea {
  outline: none;
  border: none;
}

textarea:focus, input:focus {
  border-color: transparent !important;
}

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus::-moz-placeholder { color:transparent; }
input:focus:-ms-input-placeholder { color:transparent; }

textarea:focus::-webkit-input-placeholder { color:transparent; }
textarea:focus:-moz-placeholder { color:transparent; }
textarea:focus::-moz-placeholder { color:transparent; }
textarea:focus:-ms-input-placeholder { color:transparent; }

input::-webkit-input-placeholder {color: #cccccc;}
input:-moz-placeholder {color: #cccccc;}
input::-moz-placeholder {color: #cccccc;}
input:-ms-input-placeholder {color: #cccccc;}

textarea::-webkit-input-placeholder {color: #cccccc;}
textarea:-moz-placeholder {color: #cccccc;}
textarea::-moz-placeholder {color: #cccccc;}
textarea:-ms-input-placeholder {color: #cccccc;}

/*---------------------------------------------*/
button {
	outline: none !important;
	border: none;
	background: transparent;
}

button:hover {
	cursor: pointer;
}

iframe {
	border: none !important;
}


/*//////////////////////////////////////////////////////////////////
[ Utility ]*/
.txt1 {
  font-family: 'Poppins', sans-serif;
	font-weight: 400;
  font-size: 15px;
  color: #999999;
  line-height: 1.4;
}

.txt2 {
  font-family: 'Poppins', sans-serif;
	font-weight: 400;
  font-size: 15px;
  color: #666666;
  line-height: 1.4;
}

.txt3 {
  font-family: 'Poppins', sans-serif;
	font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 1.4;
}

.hov1:hover {
  /* color: #a4c46c; */
  color: #444;
}



/*//////////////////////////////////////////////////////////////////
[ login ]*/
.limiter {
  width: 100%;
  margin: 0 auto;
}

.container-login100 {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  flex-wrap: wrap;
}


.wrap-login100 {
  width: 520px;
  min-height: 100vh;
  background: #fff;
  border-radius: 2px;
  position: relative;
}

/*------------------------------------------------------------------
[ Login100 more ]*/
.login100-more {
	/* background-image: url('https://dxwqsu1u588pj.cloudfront.net/img/signup.jpg'); */  /* https://images.unsplash.com/photo-1426260193283-c4daed7c2024 */
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: calc(100% - 520px);
  position: relative;
  z-index: 1;
}

.login100-more::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/*==================================================================
[ Form ]*/

/* .login100-form {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
} */

.login100-form-title {
  display: block;
  width: 100%;
  font-family: 'Poppins', sans-serif;
	font-weight: 700;
  font-size: 38px;  /* 39px */
  color: #333333;
  line-height: 1.2;
  text-align: left;
}



/*------------------------------------------------------------------
[ Input ]*/

.wrap-input100 {
  width: 100%;
  position: relative;
  border-bottom: 2px solid #dbdbdb;
  margin-bottom: 45px;
}

.label-input100 {
  font-family: 'Poppins', sans-serif;
	font-weight: 600;
  font-size: 16px;
  color: #999999;
  line-height: 1.2;
  padding-left: 2px;
}

.input100 {
  display: block;
  width: 100%;
  height: 45px;  /* 50px */
  background: transparent;
  font-family: 'Poppins', sans-serif;
	font-weight: 400;
  font-size: 20px;
  color: #555555;
  line-height: 1.2;
  padding: 0 2px;
}

.focus-input100 {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

.focus-input100::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  /* background: rgb(147, 112, 219); */
  background: var(--main-color);
  /*background: -webkit-linear-gradient(45deg, purple, #67c5ff);
  background: -o-linear-gradient(45deg, purple, #67c5ff);
  background: -moz-linear-gradient(45deg, purple, #67c5ff);
  background: linear-gradient(45deg, purple, #67c5ff);*/
}


.input100:focus + .focus-input100::before {
  width: 100%;
}

.has-val.input100 + .focus-input100::before {
  width: 100%;
}

/*==================================================================
[ Restyle Checkbox ]*/

.input-checkbox100 {
  display: none;
}

.label-checkbox100 {
  margin: 0;

  display: block;
  position: relative;
  padding-left: 26px;
  cursor: pointer;
}

.label-checkbox100::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;   /* font awesomeをcssで指定するときに絶対必要 */
  font-size: 13px;
  color: transparent;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 2px;
  background: #e6e6e6;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.input-checkbox100:checked + .label-checkbox100::before {
  /* color: #c87ef0; */
  color: var(--main-color);
}

/*------------------------------------------------------------------
[ Button ]*/
.container-login100-form-btn {
  margin-top:55px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.wrap-login100-form-btn {
  display: block;
  position: relative;
  z-index: 1;
  border-radius: 25px;
  overflow: hidden;
}

.login100-form-bgbtn {
	visibility: hidden;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 300%;
  background: #e8519e;
  background: -webkit-linear-gradient(top, #e8519e, #c77ff2, #e8519e, #c77ff2);
  background: -o-linear-gradient(top, #e8519e, #c77ff2, #e8519e, #c77ff2);
  background: -moz-linear-gradient(top, #e8519e, #c77ff2, #e8519e, #c77ff2);
  background: linear-gradient(top, #e8519e, #c77ff2, #e8519e, #c77ff2);
  bottom: -100%;
  left: 0;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.login100-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  /* min-width: 244px; */
  min-width: 185px;
  height: 50px;
  background: var(--main-color);   /* added */
  font-family: 'Poppins', sans-serif;
	font-weight: 500;
  font-size: 16px;
  color: #fff;
  line-height: 1.2;
}

.wrap-login100-form-btn:hover .login100-form-bgbtn {
  bottom: 0;
}

.to-login-link {
	margin-right: 65px;
	font-size: 14px;
	color: #666666;
}

.to-login-link:hover {
	color: #222;
}

#alert {
  color:red;
  font-size: 16px;
  margin-top: 10px;
  margin-left: 5px;
}


.separator {
  display: flex;
  align-items: center;
  text-align: center;
}

.separator::before,
.separator::after {
  content: '';
  flex: 1;
  border-bottom: 1px solid #bbb;
}

.separator:not(:empty)::before {
  margin-right: .25em;
}

.separator:not(:empty)::after {
  margin-left: .25em;
}

.or-separator {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  color: #888;
}


/* Google / Facebook */

.ext-btn-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

@media (max-width: 449.98px) {
	.ext-btn-wrapper {
		justify-content: center;
	}
}

#google-btn, #facebook-btn {
	 width: 200px;
	 height: 42px;
	 border-radius: 2px;
	 box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .25);
	 cursor: pointer;
}

@media (max-width: 449.98px) {
	#google-btn, #facebook-btn {
		width: 100%;
	}
}

#google-btn {
	 background-color: #4285f4;
	 /* float: left; */
}

@media (max-width: 449.98px) {
	#google-btn {
		margin-bottom: 10px;
	}
}

#google-btn .google-icon-wrapper {
	 position: absolute;
	 margin-top: 1px;
	 margin-left: 1px;
	 width: 40px;
	 height: 40px;
	 border-radius: 2px;
	 background-color: #fff;
}

#google-btn .google-icon {
	 position: absolute;
	 margin-top: 11px;
	 margin-left: 11px;
	 width: 18px;
	 height: 18px;
}

#google-btn .btn-text {
	 padding-left: 40px; /* width of icon on the left*/
   text-align: center;
   line-height: 43px;
	 color: #fff;
	 font-size: 13px;
	 letter-spacing: 0.2px;
	 font-family: "Roboto";
}

#google-btn:hover {
	 box-shadow: 0 0 2px #4285f4;
}

#google-btn:active {
	 background: #1669f2;
}

#facebook-btn {
	 background-color: #4464a2;
	 /* float: right; */
}

#facebook-btn .facebook-icon-wrapper {
	 position: absolute;
	 margin-top: 1px;
	 margin-left: 1px;
	 width: 40px;
	 height: 40px;
	 border-radius: 2px;
	 background-color: #fff;
}

#facebook-btn .facebook-icon {
	 position: absolute;
	 margin-top: 11px;
	 margin-left: 11px;
	 width: 18px;
	 height: 18px;
}

#facebook-btn .btn-text {
   padding-left: 40px; /* width of icon on the left*/
   text-align: center;
   line-height: 43px;
	 color: #fff;
	 font-size: 13px;
	 letter-spacing: 0.2px;
	 font-family: "Roboto";
}

#facebook-btn:hover {
	 box-shadow: 0 0 2px #4464a2;
}

#facebook-btn:active {
	 background: #3c5990;
}

.signup-modal-overlay {
	display: none;
	position: fixed;
	left:0;right:0;
	top:0;bottom:0;
	z-index:100;
	/* background-color:rgba(50,50,50,0.5); */
	/* background-color:rgba(244, 241, 234,0.5); */
	background-color:rgba(0,0,0,0.3);
}

.signup-modal {
	display: none;
	position: absolute;
	background-color:#F5F5F6;
	top:50%; 
	left:50%;
	z-index:101;
	border-radius:3px;
	width:500px;
	height:420px;
	margin-top:-210px;
	margin-left:-250px;
	/* border-bottom: 3px solid #8c8c8c; */
	box-shadow:0 0 10px 0 rgba(0,0,0,0.2);
}

.signup-modal .btn-close {
  position: absolute;
  top: -15px;
  right: -15px;
  border-radius:50%;
  background-color: #fff;
  background-size: 0.8em;
  box-shadow: 0 0 10px rgb(0 0 0 / 0.2);
  padding: 9px;
  opacity: 1;
  transition: .2s;
}

.signup-modal .btn-close:hover {
	opacity: 0.9;
}

.signup-modal .ext-title {
	/* background:#5DC3A7; */
	padding: 30px 50px 15px;
	color: #404040;
	font-size: 21px;
	font-weight: 500;
}

.signup-modal .ext-subtitle {
	padding: 0 50px;
	color: #888;
	font-size: 13px;
}

.signup-modal input {
	width:220px;
	padding:10px 12px;
	background-color: #eee;
	border: 1px solid #c0c0c0;
  width: 400px;
  height: 50px;
	border-radius:3px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	font-size: 17px;
	transition: 0.2s;
}
.signup-modal input:first-of-type {
  margin-top: 28px;
}

.signup-modal input:focus {
  border-color: #777 !important;
}

.signup-modal input::placeholder {
	color: #979797;
}

.signup-modal .ext-submit {
	float: right;
	position: relative;
	font-size: 18px;
	/* background: #DA244F; */
	border-radius: 3px;
	border: 1px solid #444;
	padding: 9px 20px;
	color: #333;
	cursor: pointer;
	float: right;
	margin: 30px 50px;
	transition: 0.2s;
}


.signup-modal .ext-submit:hover{
	/* background:#C40532; */
	background: #444;
	color: #fff;
}

.signup-modal .ext-alert {
  color:red;
  font-size:15px;
  margin-top:25px;
  margin-left:50px;
}


.user-agreement {
	margin-top: 50px;
	font-size: 12px;
	color: #767676;
}

@media (max-width: 449.98px) {
	.user-agreement {
		margin-top: 30px;
	}
}

.user-agreement a {
	color: #767676;
  text-decoration: underline;
}

/*//////////////////////////////////////////////////////////////////
[ Responsive ]*/

@media (max-width: 576px) {
  .wrap-login100 {
    padding-left: 15px;
    padding-right: 15px;
  }
}