h1#speedH1 {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 100px;
    z-index: 99999;
}

div#mindWrap {
    max-width: 1000px;
    margin: 150px auto;
    text-align: center;
    color: #000;
}

div#mindMain {
    margin: 30px auto 55px;
    max-width: 180px;
}

section.mindSection {
    margin-bottom: 100px;
}

#mindWrap h3 {
    max-width: 300px;
    margin: 0 auto 15px auto;
}

ul#startMind {
    padding-top: 20px;
    margin-bottom: 60px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    /*中央揃え*/
}

ul#startMind li {
    width: 80px;
    height: 80px;
    line-height: 75px;
    text-align: center;
    font-size: 36px;
    font-family: Lobster;
    text-indent: -15px;
    border-radius: 50%;
    border: 3px solid #000;
    margin: 2px 8px;
    background: #f7cf6f;
    cursor: pointer;
    transition: all;
    transition-duration: 0.3s;
    color: #000;
    position: relative;
}

ul#startMind li:after {
    content: "分";
    font-weight: bold;
    font-size: 16px;
    position: absolute;
    top: 10px;
    right: 10px;
}

ul#startMind li:hover {
    background: #fff;
}

div.mindBox {
    background: #f7cf6f;
    padding: 50px;
    border-radius: 20px;
    max-width: 600px;
    margin: 0 auto;
    font-weight: bold;
    line-height: 2em;
    font-size: 20px;
}

div#mindCover {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    /*    background: #fff;*/
    display: none;
}

div#mindWrap2 {
    position: absolute;
    top: -120%;
    left: 0;
    width: 100%;
    height: 100%;

    background: #bbda95;

}

div#mindWrap3 {
    position: absolute;
    top: 0%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f7cf6f;
    display: none;

}


div#mindWrap2:after {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -100px;
    content: "　";
    height: 100px;
    display: block;
    background: url(../img/screen.svg);
}

#mindWrap2Inner,
#mindWrap3Inner {
    max-width: 600px;
    text-align: center;
    margin: 150px auto 0;
    font-weight: bold;
    font-size: 18px;
    line-height: 2em;
    color: #000;
}

.taleft {
    text-align: left;
}

.mindlogo {
    max-width: 120px;
    margin: 15px auto;
}

p.leftMinP {
    padding-top: 28px;
    font-size: 24px;
}

span#leftMin,
span#allTime {
    font-size: 38px;
}

div#mindWrap3 {}

body.overLock {
    height: 100%;
    overflow: hidden;
}

.backBtn {
    max-width: 110px;
    text-align: center;
    margin: 40px auto 5px;
    cursor: pointer;
}

.backBtn:hover {
    opacity: 0.8;
}
