html{
    touch-action: manipulation;
}
body{
    overflow: hidden;
}
@font-face {
  font-family: "Mplus1Code-Bold";
  src: url("font/Mplus1Code-Bold.ttf") format("truetype")
}
@font-face {
  font-family: "Mplus1-ExtraLight";
  src: url("font/Mplus1-ExtraLight.ttf") format("truetype")
}
@font-face {
  font-family: "Mplus1-Light";
  src: url("font/Mplus1-Light.ttf") format("truetype")
}
@font-face {
  font-family: "Mplus1-Medium";
  src: url("font/Mplus1-Medium.ttf") format("truetype")
}
@font-face {
  font-family: "Mplus1-Regular";
  src: url("font/Mplus1-Regular.ttf") format("truetype")
}
.background{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overscroll-behavior-y: none;
}
.bar{
    position: fixed;
    top: 87%;
    left: 0;
    width: 100%;
    height: 13%;
    background-color: #388926;
    border-top: 4px solid #0E3D0B;
    z-index: 91;
}

.sendyokokokuban{
    border-radius: 1000px;
    width: 70px;
    height: 70px;
    aspect-ratio: 1/1;
    position: fixed;
    top: 76%;
    right: 5%;
    background: linear-gradient(to bottom right, #008A00, #0E8E8A);
    color: white;
    font-family: Mplus1Code-Bold;
    border: 4px solid #DEEEFA;
    font-size: 15px;
    z-index: 24;
    text-align: center;
    vertical-align: 50px;

}

#selectbar.a{
    position: fixed;
    width: 7%;
    height: 1%;
    top: 88%;
    left: 10%;
    border-radius: 50px;
    background-color: #0E3D0B;
    transform: translate(-50%,0);
    z-index: 94;
    transition: 0.3s;
}
#selectbar.b{
    position: fixed;
    width: 7%;
    height: 1%;
    top: 88%;
    left: 29%;
    border-radius: 50px;
    background-color: #0E3D0B;
    transform: translate(-50%,0);
    z-index: 94;
    transition: 0.3s;
}
#selectbar.c{
    position: fixed;
    /*width: 0%;
    aspect-ratio: 1/1;*/
    top: 89.6%;
    left: 50.8%;
/*    border: 2.5px solid #388926;*/
/*    border-radius: 100px;*/
    transform: translate(-50%,-50%);
    z-index: 94;
    transition: 0.3s;
}
#selectbar.d{
    position: fixed;
    width: 7%;
    height: 1%;
    top: 88%;
    left: 72.5%;
    border-radius: 50px;
    background-color: #0E3D0B;
    transform: translate(-50%,0);
    z-index: 94;
    transition: 0.3s;
}
#selectbar.e{
    position: fixed;
    width: 7%;
    height: 1%;
    top: 88%;
    left: 90.3%;
    border-radius: 50px;
    background-color: #0E3D0B;
    transform: translate(-50%,0);
    z-index: 94;
    transition: 0.3s;
}

.but1{
  position: fixed;
    top: 87.7%;
    left: 0.6%;
    aspect-ratio: 1/1;
    width: 2%;
    border-radius: 100px;
    background-color: #e6ed1a;
    z-index: 92;
}
.but2{
  position: fixed;
    top: 87.7%;
    right: 0.6%;
    aspect-ratio: 1/1;
    width: 2%;
    border-radius: 100px;
    background-color: #e6ed1a;
    z-index: 92;
}
.option{
   position: fixed;
    aspect-ratio: 1/1;
    top: 89%;
    left: 83%;
    width: 14.5%;
    z-index: 92;
}
.announs{
    position: fixed;
    aspect-ratio: 1/1;
    top: 89%;
    left: 64.5%;
    width: 15%;
}
.study{
    position: fixed;
    aspect-ratio: 1/1;
    top: 89%;
    left: 21.5%;
    width: 15%;
    z-index: 92;
}
.schedule{
    position: fixed;
    aspect-ratio: 1/1;
    top: 89%;
    left: 2.5%;
    width: 15%;
    z-index: 92;
}
.home{
    position: fixed;
    aspect-ratio: 1/1;
    top: 83%;
    left: 37%;
    width: 28%;
    z-index: 93;
}
.tpt{
    position: fixed;
    aspect-ratio: 2.5/2;
    top: 2%;
    left: 4%;
    width: 5%;
    z-index: 102;
}
.tpt2{
    position: fixed;
    aspect-ratio: 2.5/2;
    top: 2%;
    left: 4%;
    width: 5%;
    z-index: 102;
}
#wslide.close{
    position: absolute;
    height: 100%;
    width: 40%;
    left: -100%;
    top: 0;
    transition: 0.6s;
    z-index: 101;
}
#wslide.open{
    position: absolute;
    height: 100%;
    width: 50%;
    left: 0;
    top: 0;
    transition: 0.6s;
    z-index: 101;
}
#black.close{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0%;
    transition: 0.6s;
    z-index: 100;
}
#black.open{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 70%;
    transition: 0.6s;
    z-index: 100;
}
#yokokokubanana.open{
    position: absolute;
    top: 1%;
    left: 16%;
    width: 30%;
    transition: 0.6s;
    z-index: 103;
}
#yokokokubanana.close{
    position: absolute;
    top: 1%;
    left: -100%;
    width: 30%;
    transition: 0.6s;
    z-index: 103;
}
#schedule2.close{
    position: absolute;
    top: 30%;
    left: -100%;
    width: 50%;
    transition: 0.5s;
    z-index: 103;
}
#schedule2.open{
    position: absolute;
    top: 30%;
    left: 0%;
    width: 50%;
    transition: 0.7s;
    z-index: 103;
}
#study2.close{
    position: absolute;
    top: 38%;
    left: -100%;
    width: 50%;
    transition: 0.5s;
    z-index: 103;
}
#study2.open{
    position: absolute;
    top: 38%;
    left: 0%;
    width: 50%;
    transition: 0.72s;
    z-index: 103;
}
#home2.close{
    position: absolute;
    top: 46%;
    left: -100%;
    width: 50%;
    transition: 0.5s;
    z-index: 103;
}
#home2.open{
    position: absolute;
    top: 46%;
    left: 0%;
    width: 50%;
    transition: 0.74s;
    z-index: 103;
}
#announs2.close{
    position: absolute;
    top: 54%;
    left: -100%;
    width: 50%;
    transition: 0.5s;
    z-index: 103;
}
#announs2.open{
    position: absolute;
    top: 54%;
    left: 0%;
    width: 50%;
    transition: 0.76s;
    z-index: 103;
}
#option2.close{
    position: absolute;
    top: 62%;
    left: -100%;
    width: 50%;
    transition: 0.5s;
    z-index: 103;
}
#option2.open{
    position: absolute;
    top: 62%;
    left: 0%;
    width: 50%;
    transition: 0.78s;
    z-index: 103;
}
.schedulepage{
    position: fixed;
    /*background-color: blue;*/
    margin-left: 0%;
    margin-top: 8%;
    top: 0;
    left: 0;
    width: 100%;
    height: 84%;
    display: flex;
    justify-content: center;
    overflow-wrap: break-word;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    z-index: 20;
}
.studypage{
    position: fixed;
    margin-left: 0%;
    margin-top: 8%;
    top: 0;
    left: 0;
    width: 100%;
    height: 84%;
    display: flex;
    justify-content: center;
    overflow-wrap: break-word;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    z-index: 20;
}
.homepage{
    position: fixed;
    margin-left: 0%;
    margin-top: 8%;
    top: 0;
    left: 0;
    width: 100%;
    height: 84%;
    display: flex;
    justify-content: center;
    overflow-wrap: break-word;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    z-index: 20;
}
.announspage{
    position: fixed;
    margin-left: 0%;
    margin-top: 8%;
    top: 0;
    left: 0;
    width: 100%;
    height: 80%;
    display: flex;
    justify-content: center;
    overflow-wrap: break-word;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    z-index: 20;
}
.optionpage{
    position: fixed;
    margin-left: 0%;
    margin-top: 8%;
    top: 0;
    left: 0;
    width: 100%;
    height: 84%;
    display: flex;
    justify-content: center;
    overflow-wrap: break-word;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    z-index: 20;
}
#todolistpage.close{
    position: fixed;
    background-color: white;
    margin-left: 0%;
    margin-top: 0%;
    top: -100%;
    left: 0;
    width: 100%;
    height: 87%;
    display: flex;
    justify-content: center;
    overflow-wrap: break-word;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    z-index: 20;
    transition: 1s;
}
#todolistpage.open{
    position: fixed;
    background-color: white;
    margin-left: 0%;
    margin-top: 0%;
    top: 0;
    left: 0;
    width: 100%;
    height: 87%;
    display: flex;
    justify-content: center;
    overflow-wrap: break-word;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    z-index: 20;
    transition: 0.7s;
}
.loginpage{
    position: fixed;
    background-color: #1a9505;
    margin-left: 0%;
    margin-top: 0%;
    top: 0;
    left: 0;
    width: 100%;
    height: 115%;
    display: flex;
    justify-content: center;
    overflow-wrap: break-word;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    z-index: 1002;
}
.loginform{
    position: absolute;
    background-color: white;
    text-align: center;
    font-family: "Mplus1-Medium";
    top: 40%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 80%;
    height: 40%;
    overflow: hidden;
    border-radius: 8px;
    border-top: 6px solid #347714;
    border-right: 6px solid #347714;
    border-left: 6px solid #347714;
    border-bottom: 6px solid #347714;
    color: black;
}
.loginsitene{
    font-size: 25px;
    font-weight: bold;
    font-family: "Mplus1Code-Bold";
}
.loginbutton{
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #347714;
    font-size: 18px;
    font-family: "Mplus1-Medium";
    border-radius: 4px;
    width: 80px;
    height: 40px;
    border-top: 1px solid #347714;
    border-right: 1px solid #347714;
    border-left: 1px solid #347714;
    border-bottom: 1px solid #347714;
    transition: 0.3s;
}
.loginbutton:hover{
    border-left-width: 20px;
}

/*.w_scedule{
    position: absolute;
    top: 50px;
    width: 95%;
}*/

.studypage::-webkit-scrollbar{
  display: none;
}
.schedulepage::-webkit-scrollbar{
  display: none;
}
.homepage::-webkit-scrollbar{
  display: none;
}
.announspage::-webkit-scrollbar{
  display: none;
}
.optionpage::-webkit-scrollbar{
  display: none;
}
.loginpage::-webkit-scrollbar{
  display: none;
}
.todolistpage::-webkit-scrollbar{
  display: none;
}


.online{
    position: absolute;
    text-align: center;
    width: 40%;
    font-size: 6vw;
    top: -1%;
    left: 50%;
    transform: translate(-50%,0);
    color: #FFFFFF;
    font-family: "Mplus1-Medium";
    border-radius: 5px;
    font-weight: bold;
    padding: 1px;
    z-index: 23;
}
@media screen and (max-width: 420px){
    .bar{
        position: fixed;
        top: 87%;
        left: 0;
        width: 100%;
        height: 13%;
        background-color: #388926;
        border-top: 4px solid #0E3D0B;
        z-index: 91;
    }
    .but1{
      position: fixed;
        top: 87.7%;
        left: 0.6%;
        aspect-ratio: 1/1;
        width: 2%;
        border-radius: 100px;
        background-color: #e6ed1a;
        z-index: 92;
    }
    .but2{
      position: fixed;
        top: 87.7%;
        right: 0.6%;
        aspect-ratio: 1/1;
        width: 2%;
        border-radius: 100px;
        background-color: #e6ed1a;
        z-index: 92;
    }
    .option{
       position: fixed;
        aspect-ratio: 1/1;
        top: 89%;
        left: 83%;
        width: 14.5%;
        z-index: 92;
    }
    .announs{
        position: fixed;
        aspect-ratio: 1/1;
        top: 89%;
        left: 64.5%;
        width: 15%;
        z-index: 92;
    }
    .study{
        position: fixed;
        aspect-ratio: 1/1;
        top: 89%;
        left: 21.5%;
        width: 15%;
        z-index: 92;
    }
    .schedule{
        position: fixed;
        aspect-ratio: 1/1;
        top: 89%;
        left: 2.5%;
        width: 15%;
        z-index: 92;
    }
    .home{
        position: fixed;
        aspect-ratio: 1/1;
        top: 83%;
        left: 37%;
        width: 28%;
        z-index: 93;
    }
    .tpt{
        position: fixed;
        aspect-ratio: 2.5/2;
        top: 2%;
        left: 4%;
        width: 5%;
        z-index: 102;
    }
    .tpt2{
        position: fixed;
        aspect-ratio: 2.5/2;
        top: 2%;
        left: 4%;
        width: 5%;
        z-index: 102;
    }
    #wslide.close{
        position: absolute;
        height: 100%;
        width: 40%;
        left: -100%;
        top: 0;
        transition: 0.6s;
        z-index: 101;
    }
    #wslide.open{
        position: absolute;
        height: 100%;
        width: 50%;
        left: 0;
        top: 0;
        transition: 0.6s;
        z-index: 101;
    }
    #black.close{
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        opacity: 0%;
        transition: 0.6s;
        z-index: 100;
    }
    #black.open{
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        opacity: 70%;
        transition: 0.6s;
        z-index: 100;
    }
    #yokokokubanana.open{
        position: absolute;
        top: 1%;
        left: 16%;
        width: 30%;
        transition: 0.6s;
        z-index: 103;
    }
    #yokokokubanana.close{
        position: absolute;
        top: 1%;
        left: -100%;
        width: 30%;
        transition: 0.6s;
        z-index: 103;
    }
    #schedule2.close{
        position: absolute;
        top: 30%;
        left: -100%;
        width: 50%;
        transition: 0.5s;
        z-index: 103;
    }
    #schedule2.open{
        position: absolute;
        top: 30%;
        left: 0%;
        width: 50%;
        transition: 0.7s;
        z-index: 103;
    }
    #study2.close{
        position: absolute;
        top: 38%;
        left: -100%;
        width: 50%;
        transition: 0.5s;
        z-index: 103;
    }
    #study2.open{
        position: absolute;
        top: 38%;
        left: 0%;
        width: 50%;
        transition: 0.72s;
        z-index: 103;
    }
    #home2.close{
        position: absolute;
        top: 46%;
        left: -100%;
        width: 50%;
        transition: 0.5s;
        z-index: 103;
    }
    #home2.open{
        position: absolute;
        top: 46%;
        left: 0%;
        width: 50%;
        transition: 0.74s;
        z-index: 103;
    }
    #announs2.close{
        position: absolute;
        top: 54%;
        left: -100%;
        width: 50%;
        transition: 0.5s;
        z-index: 103;
    }
    #announs2.open{
        position: absolute;
        top: 54%;
        left: 0%;
        width: 50%;
        transition: 0.76s;
        z-index: 103;
    }
    #option2.close{
        position: absolute;
        top: 62%;
        left: -100%;
        width: 50%;
        transition: 0.5s;
        z-index: 103;
    }
    #option2.open{
        position: absolute;
        top: 62%;
        left: 0%;
        width: 50%;
        transition: 0.78s;
        z-index: 103;
    }
    #transyokokokuban.close{
        position: absolute;
        top: 80%;
        left: -100%;
        width: 50%;
        height: 10%;
        transition: 0.5s;
        z-index: 103;
    }
    #transyokokokuban.open{
        position: absolute;
        top: 80%;
        left: 10%;
        width: 50%;
        height: 10%;
        transition: 0.78s;
        z-index: 103;
    }
    .schedulepage{
        position: fixed;
        /*background-color: blue;*/
        margin-left: 0%;
        margin-top: 8%;
        top: 0;
        left: 0;
        width: 100%;
        height: 84%;
        display: flex;
        justify-content: center;
        overflow-wrap: break-word;
        overflow: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
        z-index: 20;
    }
    .studypage{
        position: fixed;
        margin-left: 0%;
        margin-top: 8%;
        top: 0;
        left: 0;
        width: 100%;
        height: 84%;
        display: flex;
        justify-content: center;
        overflow-wrap: break-word;
        overflow: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
        z-index: 20;
    }
    .homepage{
        position: fixed;
        margin-left: 0%;
        margin-top: 8%;
        top: 0;
        left: 0;
        width: 100%;
        height: 84%;
        display: flex;
        justify-content: center;
        overflow-wrap: break-word;
        overflow: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
        z-index: 20;
    }
    .announspage{
        position: fixed;
        margin-left: 0%;
        margin-top: 8%;
        top: 0;
        left: 0;
        width: 100%;
        height: 80%;
        display: flex;
        justify-content: center;
        overflow-wrap: break-word;
        overflow: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
        z-index: 20;
    }
    #todolistpage.close{
    position: fixed;
    background-color: white;
    margin-left: 0%;
    margin-top: 0%;
    top: -100%;
    left: 0;
    width: 100%;
    height: 87%;
    display: flex;
    justify-content: center;
    overflow-wrap: break-word;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    z-index: 20;
    transition: 1s;
}
    #todolistpage.open{
    position: fixed;
    background-color: white;
    margin-left: 0%;
    margin-top: 0%;
    top: 0;
    left: 0;
    width: 100%;
    height: 87%;
    display: flex;
    justify-content: center;
    overflow-wrap: break-word;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    z-index: 20;
    transition: 0.7s;
}
    #optionpage{
        position: fixed;
        margin-left: 0%;
        margin-top: 8%;
        top: 0;
        left: 0;
        width: 100%;
        height: 84%;
        display: flex;
        justify-content: center;
        overflow-wrap: break-word;
        overflow: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
        z-index: 20;
    }
}
@media screen and (min-width: 420px) {/*iphone 横*/
    .sendyokokokuban{
    border-radius: 1000px;
    width: 70px;
    height: 70px;
    aspect-ratio: 1/1;
    position: fixed;
    top: 76%;
    right: 5%;
    background: linear-gradient(to bottom right, #008A00, #0E8E8A);
    color: white;
    font-family: Mplus1Code-Bold;
    border: 4px solid #DEEEFA;
    font-size: 15px;
    z-index: 24;
    text-align: center;
    vertical-align: 50px;

}
    .tpt{
        position: fixed;
        aspect-ratio: 2.5/2;
        top: 2%;
        left: 4%;
        width: 30px;
        z-index: 102;
    }
    .tpt2{
        position: fixed;
        aspect-ratio: 2.5/2;
        top: 2%;
        left: 4%;
        width: 30px;
        z-index: 102.1;
    }
    #yokokokubanana.open{
        position: absolute;
        top: 1%;
        left: 11%;
        width: 160px;
        transition: 0.6s;
        z-index: 103;
    }
    #yokokokubanana.close{
       position: absolute;
        top: 1%;
        left: -100%;
        width: 200px;
        transition: 0.6s;
        z-index: 103;
    }
    #selectbar.a{
        position: fixed;
        width: 0%;
        height: 0%;
        top: 88%;
        left: 10%;
        border-radius: 50px;
        background-color: #0E3D0B;
        transform: translate(-50%,0);
        z-index: 94;
        transition: 0.3s;
    }
    #selectbar.b{
        position: fixed;
        width: 0%;
        height: 0%;
        top: 88%;
        left: 29%;
        border-radius: 50px;
        background-color: #0E3D0B;
        transform: translate(-50%,0);
        z-index: 94;
        transition: 0.3s;
    }
    #selectbar.c{
        position: fixed;
        width: 0%;
        aspect-ratio: 1/1;
        top: 89.6%;
        left: 50.8%;
        border: 2.5px solid #388926;
        border-radius: 100px;
        transform: translate(-50%,-50%);
        z-index: 94;
        transition: 0.3s;
    }
    #selectbar.d{
        position: fixed;
        width: 0%;
        height: 0%;
        top: 88%;
        left: 72.5%;
        border-radius: 50px;
        background-color: #0E3D0B;
        transform: translate(-50%,0);
        z-index: 94;
        transition: 0.3s;
    }
    #selectbar.e{
        position: fixed;
        width: 0%;
        height: 0%;
        top: 88%;
        left: 90.3%;
        border-radius: 50px;
        background-color: #0E3D0B;
        transform: translate(-50%,0);
        z-index: 94;
        transition: 0.3s;
    }

    .bar{
        position: fixed;
        top: 92%;
        left: 0;
        width: 0%;
        height: 0%;
        z-index: 1;
    }
    .but1{
        position: fixed;
        top: 92%;
        left: 0;
        width: 0%;
        height: 0%;
        z-index: 1;
    }
    .but2{
        position: fixed;
        top: 92%;
        left: 0;
        width: 0%;
        height: 0%;
        z-index: 1;
    }
    .option{
       position: fixed;
        aspect-ratio: 1/1;
        top: 93%;
        left: 83%;
        width: 0%;
        z-index: 2;
    }
    .announs{
        position: fixed;
        aspect-ratio: 1/1;
        top: 93%;
        left: 64.5%;
        width: 0%;
        z-index: 2;
    }
    .study{
        position: fixed;
        aspect-ratio: 1/1;
        top: 93%;
        left: 21.5%;
        width: 0%;
        z-index: 2;
    }
    .schedule{
        position: fixed;
        aspect-ratio: 1/1;
        top: 93%;
        left: 2.5%;
        width: 0%;
        z-index: 2;
    }
    .home{
        position: fixed;
        aspect-ratio: 1/1;
        top: 88%;
        left: 37%;
        width: 0%;
        z-index: 3;
    }

    .studypage{
    position: fixed;
    margin-left: 0%;
    margin-top: 10%;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    overflow-wrap: break-word;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    z-index: 20;
}
    .schedulepage{
        position: fixed;
        margin-left: 0%;
        margin-top: 10%;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        overflow-wrap: break-word;
        overflow: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
        z-index: 20;
    }
    .homepage{
        position: fixed;
        margin-left: 0%;
        margin-top: 10%;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        overflow-wrap: break-word;
        overflow: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
        z-index: 20;
    }
    .announspage{
        position: fixed;
        margin-left: 0%;
        margin-top: 10%;
        top: 0;
        left: 0;
        width: 100%;
        height: 90%;
        display: flex;
        justify-content: center;
        overflow-wrap: break-word;
        overflow: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
        z-index: 20;
    }
    .optionpage{
        position: fixed;
        margin-left: 0%;
        margin-top: 10%;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        overflow-wrap: break-word;
        overflow: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
        z-index: 20;
    }
    #todolistpage.close{
    position: fixed;
    background-color: white;
    margin-left: 0%;
    margin-top: 0%;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    overflow-wrap: break-word;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    z-index: 20;
    transition: 1s;
}
    #todolistpage.open{
    position: fixed;
    background-color: white;
    margin-left: 0%;
    margin-top: 0%;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    overflow-wrap: break-word;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    z-index: 20;
    transition: 0.7s;
}
}
@media screen and (min-width: 720px) {
    .sendyokokokuban{
        border-radius: 1000px;
        width: 100px;
        height: 100px;
        aspect-ratio: 1/1;
        position: fixed;
        top: 80%;
        right: 5%;
        background: linear-gradient(#008A00, #0E3D0B);
        color: white;
        font-family: Mplus1Code-Bold;
        border: 4px solid #DEEEFA;
        z-index: 24;
        text-align: center;
        vertical-align: 50px;

}
    #wslide.close{
        position: absolute;
        height: 100%;
        width: 359px;
        left: -100%;
        top: 0;
        transition: 0.6s;
        z-index: 101;
    }
    #wslide.open{
        position: absolute;
        height: 100%;
        width: 359px;
        left: 0;
        top: 0;
        transition: 0.6s;
        z-index: 101;
    }
    #yokokokubanana.open{
        position: absolute;
        top: 1%;
        left: 100px;
        width: 200px;
        transition: 0.6s;
        z-index: 103;
    }
    #yokokokubanana.close{
       position: absolute;
        top: 1%;
        left: -100%;
        width: 200px;
        transition: 0.6s;
        z-index: 103;
    }
    .tpt{
        position: fixed;
        aspect-ratio: 2.5/2;
        top: 2%;
        left: 20px;
        width: 50px;
        z-index: 102;
    }
    .tpt2{
        position: fixed;
        aspect-ratio: 2.5/2;
        top: 2%;
        left: 20px;
        width: 50px;
        z-index: 102;
    }
    #schedule2.close{
        position: absolute;
        top: 20%;
        left: -100%;
        width: 359px;
        transition: 0.5s;
        z-index: 103;
    }
    #schedule2.open{
        position: absolute;
        top: 20%;
        left: 0%;
        width: 359px;
        transition: 0.7s;
        z-index: 103;
    }
    #study2.close{
        position: absolute;
        top: 28%;
        left: -100%;
        width: 359px;
        transition: 0.5s;
        z-index: 103;
    }
    #study2.open{
        position: absolute;
        top: 32%;
        left: 0%;
        width: 359px;
        transition: 0.72s;
        z-index: 103;
    }
    #home2.close{
        position: absolute;
        top: 44%;
        left: -100%;
        width: 359px;
        transition: 0.5s;
        z-index: 103;
    }
    #home2.open{
        position: absolute;
        top: 44%;
        left: 0%;
        width: 359px;
        transition: 0.74s;
        z-index: 103;
    }
    #announs2.close{
        position: absolute;
        top: 56%;
        left: -100%;
        width: 359px;
        transition: 0.5s;
        z-index: 103;
    }
    #announs2.open{
        position: absolute;
        top: 56%;
        left: 0%;
        width: 359px;
        transition: 0.76s;
        z-index: 103;
    }
    #option2.close{
        position: absolute;
        top: 68%;
        left: -100%;
        width: 359px;
        transition: 0.5s;
        z-index: 103;
    }
    #option2.open{
        position: absolute;
        top: 68%;
        left: 0%;
        width: 359px;
        transition: 0.78s;
        z-index: 103;
    }

    .studypage{
    position: fixed;
    margin-left: 0%;
    margin-top: 1%;
    top: 0;
    left: 50%;
        transform: translate(-50%,0);
    width: 80%;
    height: 100%;
    display: flex;
    justify-content: center;
    overflow-wrap: break-word;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    z-index: 20;
}
    .schedulepage{
        position: fixed;
        margin-left: 0%;
        margin-top: 1%;
        top: 0;
        left: 50%;
        transform: translate(-50%,0);
        width: 80%;
        height: 100%;
        display: flex;
        justify-content: center;
        overflow-wrap: break-word;
        overflow: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
        z-index: 20;
    }
    .homepage{
        position: fixed;
        margin-left: 0%;
        margin-top: 1%;
        top: 0;
        left: 50%;
        transform: translate(-50%,0);
        width: 80%;
        height: 100%;
        display: flex;
        justify-content: center;
        overflow-wrap: break-word;
        overflow: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
        z-index: 20;
    }
    .announspage{
        position: fixed;
        margin-left: 0%;
        margin-top: 1%;
        top: 0;
        left: 50%;
        transform: translate(-50%,0);
        width: 80%;
        height: 90%;
        display: flex;
        justify-content: center;
        overflow-wrap: break-word;
        overflow: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
        z-index: 20;
    }
    .optionpage{
        position: fixed;
        margin-left: 0%;
        margin-top: 1%;
        top: 0;
        left: 50%;
        transform: translate(-50%,0);
        width: 80%;
        height: 100%;
        display: flex;
        justify-content: center;
        overflow-wrap: break-word;
        overflow: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
        z-index: 20;
    }
    #todolistpage.close{
    position: fixed;
    background-color: white;
    margin-left: 0%;
    margin-top: 0%;
    top: -100%;
    left: 50%;
        transform: translate(-50%,0);
    width: 80%;
    height: 100%;
    display: flex;
    justify-content: center;
    overflow-wrap: break-word;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    z-index: 20;
    transition: 1s;
}
    #todolistpage.open{
    position: fixed;
    background-color: white;
    margin-left: 0%;
    margin-top: 0%;
    top: 0;
    left: 50%;
        transform: translate(-50%,0);
    width: 80%;
    height: 100%;
    display: flex;
    justify-content: center;
    overflow-wrap: break-word;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    z-index: 20;
    transition: 0.7s;
}
}


