
html {
  color: #000;
  background-color: #FFD1D1;
}

* {
  margin: 0;
  padding: 0;
  max-width: 100%;
}


body {
  display:flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;

}

.sec {
  display: flex;
  position: relative;
  flex-direction: column;
}


input[type = "email"] {
  width: 30vw;
  height: 30px;
}

.box_agreement {
  display: block;
  width: 90vw;
  height: 50vh;               
  border: 1px solid #000;
  overflow-y: scroll; 
}

.required {
  color: #F00;
}

p {
  font-size: 20px;
}

input[type = "checkbox"]{
  width: 30px;
  height: 30px;
  -moz-transform:		scale(1.4);
  -webkit-transform:	scale(1.4);
  transform:		scale(1.4);
}

button[type = "submit"]{
  border: 0;
  background: none;
  display: block;
  margin: 20px auto;
  border: 2px solid #FFF;
  padding: 15px 10px;
  width: 200px;
  outline: none;
  color: white;
  border-radius: 25px;
  transition: 0.25s;
  text-align: center;
  cursor: pointer;
}

button[type = "submit"]:hover {
  background-color: #FF2C69;
  border: 2px solid #FF2C69;
}

.box_ag_container {
  left: 50%;
}
.box_cb {

}

.fc {
  flex-direction: column;
  aspect-ratio: 1920 / 3500;
  background-color: #FFD1D1;
  top: 0;
}

.fc * {
  display: block;
  margin: 0 auto;  
}

.hl-fc {
  margin-top: 7%;
  width: 16%;
}

.hl-official-fc {
  margin-top: 6%;
  width: 25vw;
}

.hl-timeless-penny {
  margin-top: 6%;
  width: 44vw;
}

.logo-penny-mark {
  margin-top: -3%;
  width: 51vw;
}

.text-fc {
  margin-top: 0;
  width: 66vw;
}

.btn-join-fc {
  margin-top: 10%;
  width: 51vw;
}

.bg-videobox {
   
 width: 100%; 
  background-color: #FF2C69;
  
}
.videobox {
  
 width: 80%; 
  background-color: #FF2C69;
}
.boot-msg {
 width: 60%; 
 text-align: left;
}



