@charset "UTF-8";
/* CSS Document */

body {
background: -webkit-linear-gradient(right, #008db6, #006bb6);
background: -o-linear-gradient(right, #008db6, #006bb6);
background: linear-gradient(to left, #008db6, #006bb6);
}
html,
body,
div,
p {
  margin: 0;  /* 余分なマージンを消去 */
  padding: 0; /* 余分なパディングを消去 */
}
html,
body,
div.login {
  /*height: 110%; /* 「div.background」に対してはmin-heightに対応していないブラウザ用 */
}

body.login {
min-height:100%;
}
body > div.login {
  height: auto; /* 要素を超えた分の背景が伸びないブラウザ用 */
}
#login {
position: relative;
z-index: 100;
}
.login #login_error {
    border: 2px solid #cb0010;
    border-left: 4px solid #d63638;
    background: #ffced4;
    border-radius: 2px;
    color: #cb0010;
}
#login div#login_error {
    border: 2px solid #cb0010;
    border-left: 4px solid #d63638;
    background: #ffced4;
    border-radius: 2px;
    color: #cb0010;
}
#login div#login_error:before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 13px;
    background-image: url(https://www.dreamhive.co.jp/wp-content/uploads/2023/01/caution_icon_red.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    padding-left: 10px;
    position: relative;
    top: -2px;
}
.login h1 a {
    width: 100%!important;
}
.login .message {
position: relative;
z-index: 100;
/*box-shadow: 5px 10px 10px 0 rgb(0 0 0 / 40%) !important;*/
}
.login form {
	margin-top:0;
	padding: 10px 0 34px;
	box-shadow: none;
	background: none;
    border: none;
}
.login form .input, .login form input[type=checkbox], .login input[type=text], .login input[type=password] {
    background: #f3f3fa;
}
input[type=color], input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], select, textarea {
    border-radius: 50px;
}
.login form .input, .login input[type=password], .login input[type=text] {
	font-size: 14px;
    padding: 0.8rem 1.5rem;
}
input[type=text] {
	border: none;
}
.login .button.wp-hide-pw .dashicons {
    margin-left: -20px;
    margin-top: 2px;
}
.login #nav {
    margin: 24px 0 0;
    text-align: center;
    border: 1px solid #fff;
    padding: 10px;
}
.login #backtoblog a, .login #nav a {
    color: #fff;
}
.login #backtoblog, .login #nav {
    font-size: 13px;
    padding: 10px 0;
}
.wp-core-ui .button.button-large {
	min-height: 35px;
    border-radius: 50px;
	padding: 0 20px;
    background: #333;
}
.wp-concierge {
position: relative;
z-index: 100;
display: block;
margin: 3vw auto;
box-shadow: 5px 10px 10px 0 rgb(0 0 0 / 40%) !important;
}
.area{
background: linear-gradient(to left, #008db6, #006bb6);
background: -webkit-linear-gradient(to left, #008db6, #006bb6);
width: 100%;
}
.circles{
position: absolute;
top: 0;
left: 0;
bottom: 0;
width: 100%;
min-height: 69vw;
overflow: hidden;
}
.circles li{
position: absolute;
display: block;
list-style: none;
width: 20px;
height: 20px;
background: rgba(255, 255, 255, 0.2);
animation: animate 25s linear infinite;
bottom: -150px;
}
.circles li:nth-child(1){
left: 25%;
width: 80px;
height: 80px;
animation-delay: 0s;
}
.circles li:nth-child(2){
left: 10%;
width: 20px;
height: 20px;
animation-delay: 2s;
animation-duration: 12s;
}
.circles li:nth-child(3){
left: 70%;
width: 20px;
height: 20px;
animation-delay: 4s;
}
.circles li:nth-child(4){
left: 40%;
width: 60px;
height: 60px;
animation-delay: 0s;
animation-duration: 18s;
}
.circles li:nth-child(5){
left: 65%;
width: 20px;
height: 20px;
animation-delay: 0s;
}
.circles li:nth-child(6){
left: 75%;
width: 110px;
height: 110px;
animation-delay: 3s;
}
.circles li:nth-child(7){
left: 35%;
width: 150px;
height: 150px;
animation-delay: 7s;
}
.circles li:nth-child(8){
left: 50%;
width: 25px;
height: 25px;
animation-delay: 15s;
animation-duration: 45s;
}
.circles li:nth-child(9){
left: 20%;
width: 15px;
height: 15px;
animation-delay: 2s;
animation-duration: 35s;
}
.circles li:nth-child(10){
left: 85%;
width: 150px;
height: 150px;
animation-delay: 0s;
animation-duration: 11s;
}
@keyframes animate {

0%{
	transform: translateY(0) rotate(0deg);
	opacity: 1;
	border-radius: 0;
}
	
50%{
	transform: translateY(-750px) rotate(360deg);
	opacity: 0.5;
	border-radius: 25%;
}

100%{
	transform: translateY(-1500px) rotate(720deg);
	opacity: 0.15;
	border-radius: 50%;
}
}

.login #backtoblog, .login #nav {
    font-size: 13px;
    padding: 0;
}
.login #nav {
    margin: 24px 0 0;
    border: 1px solid #fff;
    text-align: center;
    padding: 10px;
}
.aiowps-captcha-equation.hide-when-displaying-tfa-input {
    color: #fff;
    line-height: 2.5;
    margin-top: -10px;
}
#login form p {
    color: #fff;
}
.user-pass-wrap {
    color: #fff;
}
.wp-core-ui .button-group.button-large .button, .wp-core-ui .button.button-large {
    padding: 0 20px;
}
.wp-core-ui .button-primary {
    background: #333;
}
.wp-core-ui .button-primary:hover {
    background: #454545;
    color: #fff;
    font-weight: bold;
}
.login-plugin-message {
 position: relative;
 margin: 2em auto !important;
 padding: 15px 15px 15px 35px !important;
 width: 280px; /* ボックス幅 */
 background-color: #F0F8FF; /* ボックス背景色 */
 color: #666; /* 文章色 */
 border: 1px solid #88b5d3; /* ボックス枠線 */
 box-shadow: 0 0 2px 1px #ccc; /* 影 */
 border-radius: 10px; /* 角の丸み */
}
.login-plugin-message::before {
 position: absolute;
 content: '';
 left: 8px;
 top: 8px;
 width: 17px;
 height : 17px;
 background-color: #fff; /*穴背景色*/
 box-shadow: 0 0 8px #aaa inset; /*穴の影*/
 border: 1px solid #88b5d3; /*パンチ穴枠色*/
 border-radius: 50%;
}
.login .message {
    padding: 12px;
    margin-left: 0;
    margin-bottom: 20px;
    background-color: #fff;
    word-wrap: break-word;
    border: 2px solid #9bcf0d;
    border-left: 4px solid #9bcf0d;
}
#login p.message:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(https://www.dreamhive.co.jp/wp-content/uploads/2023/01/check_icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    padding-left: 10px;
    position: relative;
    top: -2px;
}
#language-switcher {
    position: relative;
    z-index: 999;
}
input#jetpack_protect_answer {
    width: 60px !important;
    padding: 0.5rem;
}


@media screen and (max-height: 700px) {
.circles {
    min-height: 90vw;
}
}

@media screen and (max-width: 600px) {
.circles {
    min-height: 160vw;
}
}
@media screen and (max-width: 600px) {
.circles {
    min-height: 160vw;
}
}
@media screen and (min-width:601px) and (max-width:700px) {
.circles {
    min-height: 140vw;
}
}
@media screen and (min-width:701px) and (max-width:800px) {
.circles {
    min-height: 120vw;
}
}
@media screen and (min-width:901px) and (max-width:1000px) {
.circles {
    min-height: 91vw;
}
}
@media screen and (min-width:1001px) and (max-width:1100px) {
.circles {
    min-height: 83vw;
}
}
@media screen and (min-width:1101px) and (max-width:1300px) {
.circles {
    min-height: 75vw;
}
}
@media screen and (min-width:1301px) and (max-width:1500px) {
.circles {
    min-height: 65vw;
}
}
@media screen and (min-width:1501px) and (max-width:1800px) {
.circles {
    min-height: 57vw;
}
}
@media screen and (min-width:1801px) and (max-width:1800px) {
.circles {
    min-height: 50vw;
}
}







