.register_logo{
    position:relative;
    display:flex;
    width:100%;
    padding:0;
    margin:0;
    justify-content: center;
    align-items: center;
}
.step1{
    position:absolute;
    top:6.5em;
    left:0;
    width:100%;
    opacity:1;
    display:block;
    transition:1s;
}
.step2{
    position:absolute;
    top:6.5em;
    left:100%;
    width:100%;
    opacity:0;
    display:none;
    transition:1s;
}
.step3{
    position:absolute;
    top:6.5em;
    left:100%;
    width:100%;
    opacity:0;
    display:none;
    transition:1s;
}
.step4{
    position:absolute;
    top:6.5%;
    left:100%;
    width:100%;
    opacity:0;
    display:none;
    transition:1s;
}
.task_bar_wrap{
    position:relative;
    display:flex;
    width:90%;
    justify-content: center;
    align-items: center;
    margin:1em auto 0 auto;
    background:#4b4b4b;
    color:#fff;
    border-radius:10px;
}
.task_bar{
    position:relative;
    width:30%;
    font-size:11px;
    text-align:center;
    margin:0 auto;   
}
.description{
    font-size:12px;
    margin:0 auto;
}
/* ジャンピング */
.log_block_1{
    position:fixed;
    bottom:2em;
    left:52%;
    opacity:1;
    transition:1.5s;
}
.log_block_2{
    position:fixed;
    bottom:2em;
    left:52%;
    opacity:0;
    transition:1.5s;
}
.log_block_3{
    position:fixed;
    bottom:2em;
    left:52%;
    opacity:0;
    transition:1.5s;
}
.log_block_4{
    position:fixed;
    bottom:2em;
    left:52%;
    opacity:0;
    transition:1.5s;
}
.jumping{
    position:fixed;
    display:flex;
    bottom:3.5em;
    right:5%;
    width:10%;
    opacity:0.6;
    -webkit-animation:none !important;
    animation:none !important;
    justify-content: center;
    align-items: center;
    z-index:3;
}
.jumping_lov{
    -webkit-animation: jumping_lov infinite 14.3s linear 0.2s running;
    animation: jumping_lov infinite 14.3s linear 0.2s running;
    position:fixed;
    bottom:4.5em;
    right:2%;
    width:10%;
    opacity:0.8;
    z-index:5;
}
.jumping_yen{
    -webkit-animation: jumping_yen infinite 14.3s linear 0.2s running;
    animation: jumping_yen infinite 14.3s linear 0.2s running;
    position:fixed;
    bottom:5em;
    right:5%;
    width:10%;
    opacity:0.8;
    z-index:5;
}
.jumping_spo{
    -webkit-animation: jumping infinite 14.3s linear 0.2s running;
    animation: jumping infinite 14.3s linear 0.2s running;
    position:fixed;
    bottom:2.2em;
    left:5%;
    width:45%;
    opacity:1;
}
@-webkit-keyframes jumping {
    0%   { transform: scale(1.0, 1.0) translate(0%, 0%); left:-10%;}
    35%  { transform: scale(1.0, 1.0) translate(0%, 0%); left:-10%;}
    50%  { transform: scale(1.0, 1.0) translate(0%, 0%); left:20%;}
    55%  { transform: scale(1.0, 0.8) translate(0%, 20%); left:35%;}
    65%  { transform: scale(0.9, 1.2) translate(0%, -100%); left:50%;}
    80%  { transform: scale(0.9, 1.2) translate(0%, -50%); left:65%;}
    85%  { transform: scale(1.2, 0.8) translate(0%, 15%); left:80%;}
    100% { transform: scale(1.0, 1.0) translate(0%, 0%); left:95%;}
}
@keyframes jumping {
    0%   { transform: scale(1.0, 1.0) translate(0%, 0%); left:-10%;}
    35%  { transform: scale(1.0, 1.0) translate(0%, 0%); left:-10%;}
    50%  { transform: scale(1.0, 1.0) translate(0%, 0%); left:20%;}
    55%  { transform: scale(1.0, 0.8) translate(0%, 20%); left:35%;}
    65%  { transform: scale(0.9, 1.2) translate(0%, -100%); left:50%;}
    80%  { transform: scale(0.9, 1.2) translate(0%, -50%); left:65%;}
    85%  { transform: scale(1.2, 0.8) translate(0%, 15%); left:80%;}
    100% { transform: scale(1.0, 1.0) translate(0%, 0%); left:95%;}
}
@keyframes jumping_lov {
    0%   { transform: scale(1.0, 1.0) translate(0%, 0%); opacity:0;}
    80%  { transform: scale(1.2, 0.8) translate(0%, 15%); opacity:0;}
    85%  { transform: scale(0.8, 1.2) translate(0%, 5%); opacity:0.8;}
    90% { transform: scale(1.0, 1.0) translate(0%, 0%); opacity:0.8;}
    100% { transform: scale(1.0, 1.0) translate(0%, 0%); opacity:0;}
}
@keyframes jumping_yen {
    0%   { transform: scale(0.8, 1.0) translate(0%, 0%); opacity:0;}
    80%  { transform: scale(0.8, 1.0) translate(0%, 0%); opacity:0;}
    85%  { transform: scale(0.6, 0.8) translate(-50%, -5%); opacity:0.8;}
    90% { transform: scale(1.0, 1.0) translate(0%, 0%); opacity:0.8;}
    100% { transform: scale(1.0, 1.0) translate(0%, 0%); opacity:0;}
}

.advice_1{
    position:relative;
    font-size:11px;
    color:#bd76bc;
    text-align:left;
}

input {
    padding:0 0 0 0.5em !important;
}
.box {
    width:90%;
    margin:0px;
    padding:0px;
}
.hr1 {
    position: relative;
    height: 3px;
    border-width: 0;
    background-color: #00bcd4;
    background-image: -webkit-linear-gradient( 135deg, #FD6585 10%, #0D25B9 100%);
    background-image: linear-gradient( 135deg, #FD6585 10%, #0D25B9 100%);
}
.athlete_only{
    display:none;
}
.register-form{
    text-align:center;
    width:60%;
    margin: 0 auto;
}
.submit{
    color:#fff;
    border:0px;
    border-radius:40px;
    background-color:#2e91cf;
    height:30px;
    width:10em;
    text-align:center;
    margin:0 auto;
    outline: none;
}
.submit:hover{
    opacity:0.6;	
    cursor: pointer;
}
.next_botton1{
    background-image: -webkit-linear-gradient( 135deg, #FD6585 10%, #0D25B9 100%) !important;
    background-image: linear-gradient( 135deg, #FD6585 10%, #0D25B9 100%) !important;
}
.next_botton2{
    background-image: -webkit-linear-gradient( 135deg, #FD6585 10%, #0D25B9 100%) !important;
    background-image: linear-gradient( 135deg, #FD6585 10%, #0D25B9 100%) !important;
}
.next_botton3{
    background-image: -webkit-linear-gradient( 135deg, #FD6585 10%, #0D25B9 100%) !important;
    background-image: linear-gradient( 135deg, #FD6585 10%, #0D25B9 100%) !important;
}
@media (max-width: 750px) {
    .register-form{
        text-align:center;
        width:90%;
        margin: 0 auto;
    }
    .log_block{
        position:fixed;
        top:89%;
        left:27%;
        opacity:0.4;
    }
    .jumping{
        -webkit-animation: jumping infinite 4.3s linear 0.2s running;
        animation: jumping infinite 4.3s linear 0.2s running;
        position:fixed;
        bottom:3.5em;
        right:5%;
        width:33%;
        opacity:0.6;
    }
    .jumping_spo{
        -webkit-animation: jumping infinite 14.3s linear 0.2s running;
        animation: jumping infinite 14.3s linear 0.2s running;
        position:fixed;
        bottom:2.4em;
        left:5%;
        width:45%;
        opacity:1;
    }
    .log_block_1{
        position:fixed;
        bottom:2.2em;
        left:52%;
        opacity:1;
        transition:1.5s;
    }
    .log_block_2{
        position:fixed;
        bottom:2.2em;
        left:52%;
        opacity:0;
        transition:1.5s;
    }
    .log_block_3{
        position:fixed;
        bottom:2.2em;
        left:52%;
        opacity:0;
        transition:1.5s;
    }
    .log_block_4{
        position:fixed;
        bottom:2.2em;
        left:52%;
        opacity:0;
        transition:1.5s;
    }
    .step1{
        position:absolute;
        top:8.5%;
        left:0;
        width:100%;
        opacity:1;
        display:block;
        transition:1s;
    }
    .step2{
        position:absolute;
        top:8.5%;
        left:100%;
        width:100%;
        opacity:0;
        display:none;
        transition:1s;
    }
    .step3{
        position:absolute;
        top:8.5%;
        left:100%;
        width:100%;
        opacity:0;
        display:none;
        transition:1s;
    }
    .step4{
        position:absolute;
        top:8.5%;
        left:100%;
        width:100%;
        opacity:0;
        display:none;
        transition:1s;
    }
}

.container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100vw;
    height: 50vh;
    box-sizing: border-box;
    background-color: transparent;
}
.switch-checkbox {
    position: relative;
    margin-bottom: 1rem;
    z-index: 0;
}
.switch-checkbox input[type=checkbox] {
    position: relative;
    cursor: pointer;
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    background: linear-gradient(145deg, #424242, #181818);
    box-shadow: 0 0px 8px #666;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    vertical-align: middle;
    transition: 0.6s;
}
.switch-checkbox input[type=checkbox]::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "Font Awesome 5 Free";
    color: #fff;
    font-size: 30px;
    font-weight: 900;
    content: "Go";
    transition: 0.2s;
}
.switch-checkbox input[type=checkbox]::after {
    position: absolute;
    top: -8px;
    right: -8px;
    bottom: -8px;
    left: -8px;
    border-radius: inherit;
    background: linear-gradient( 135deg, #FD6585 10%, #0D25B9 100%) ;
    z-index: -1;
    content: "";
    transition: 0.6s;
}
.switch-checkbox input[type=checkbox]:checked {
    background: linear-gradient(145deg, #181818, #424242);
}
.switch-checkbox input[type=checkbox]:checked::before {
    color: #19FF97;
    text-shadow: 0 0px 3px #1CD892;
}
.switch-checkbox input[type=checkbox]:checked::after {
    background-image: linear-gradient(135deg, #69FF97 10%, #00E4FF 100%);
    box-shadow: 0 0px 10px #69FF97;
}
