/* import */
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@800&family=Noto+Sans+JP:wght@900&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.0/font/bootstrap-icons.css");

/* common */
html {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-family: 'Noto Sans JP', sans-serif;
    /* scrollbar */
    scrollbar-color:#6969dd #e0e0e0;
    scrollbar-width:thin;
    font-size: 16px;
}
body {
    max-width:95%;
    /* height:90vh; */
    /* line-height: 2.6rem; */
    margin:0 auto;
    background-color: #e2f0d9;
}
button{
    text-align: center;
    border: none;
    font-size: 1.5rem;
    color: #fff;
    background-color: #498fcf;
    margin: .5rem 0 0;
    width: fit-content;
    box-shadow: 3px 3px 2px 1px #396b9b;
    padding: 0 10px;
    height:2rem ;
}
button:hover{
    cursor: pointer;
    background-color: #396b9b;
    box-shadow: none;
}
.flex{
    display: flex;
}
    /* エクスプローラ枠 */
.information{
    position: fixed;
    display: flex;
    background-color: rgb(0 0 0 / 80%);
    width: 100%;
    height: 100%;
    /* margin: 0; */
    top: 0%;
    left: 0%;
    z-index: 5;
    justify-content: center;
    align-items: baseline;
}
.information>img{
    justify-content: center;
    width: 60%;
    margin: 2rem;
}
.information>button{
    height: 3rem;
}

    /* .information-back{
        position: fixed;
        top: 0%;
        left: 0%;
        width: 100%;
        height: 100%;
        background-color: #000000;
        z-index: 5;
        opacity: 0.8;
    } */
.attention{
    position: fixed;
    text-align: center;
    top: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    z-index: 4;
    background-color: #fff;
    color: #498fcf;
    padding: 1rem 2rem;
}
.explorer {
    background:#fff;
    border:solid 1px #777777;
    width: 80%;
    height: 80%;
    margin: .5rem auto;
}
.explorer-head {
    background:#4682b4;
    width:100%;
    height:2.5rem;
    display: flex;
}
.explorer-head>span {
    color:#ffffff;
    padding: 0 10px;
    padding: 0.5rem;
}
.explorer-head>span:first-child {
    background: #ff4500;
    padding: 0.5em 1rem;
    text-align: center;
    height: 1.5rem;
    line-height: 1.5rem;
}
.contents-erea {
    display:flex;
    align-items:center;
    margin:0.2rem;
    height:90%;
}

/* サイドバー */
.sidebar {
    background:#ffffff;
    width:200px;
    height:100%;
}
.sidebar ul {
    list-style:none;
    margin:0;
    padding: 0;
    width: 13rem;
}
.sidebar li {
    display: flex;
    text-align: center;
    border-bottom: solid 0.5px #eeeeff;
    height: calc(100%/4);
    margin: 0 auto;
}
.side{
    justify-content: center;
    align-items: center;
}
.sidebar p{
    padding-left: 10px;
}
.sidebar ul li:hover {
    background:#eeeeff;
}
.sidebar ul li:active {
    background:#ccccff;
    border:solid 0.25px #498fcf;
}
.bi-folder-fill { /* ファイルアイコン */
    width: 80px;
}
/* アイコン表示 */
.icon-erea {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    background: #fff;
    margin: 0 0.2rem;
    width: calc(100% - 200px);
    height: 100%;
    overflow: visible scroll;
}
.icon-image {
    text-align:center;
    padding:1.5rem;
    cursor:pointer;
    position: relative;
}
.icon-image p{
    font-size: large;
}
.bi-image-fill {
    width: 140px;
}

/* ---------------------------------------------
    modal
--------------------------------------------- */
.modal {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 200;
    width: 80%;
    height: 70%;
    border-radius: .5rem;
    border: solid .2rem #498fcf;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
}
.modal .modal-title {
    color: #396b9b;
    border-bottom:solid 0.15rem #ccc;
    text-align:center;
    font-size:4.4rem;
    /* padding:10.5rem 0 2rem 0;
    margin:0 12rem; */
    line-height:6rem;
}
.modal-title>p{
    font-size:1.4rem;
    margin:0;
    line-height:5rem;
}
.modal-msg{
    text-align: center;
}
.modal-btn {
    /* background-color:#B95758; */
    /* color:#ffffff; */
    font-size:3rem;
    width:20rem;
    height:6rem;
    /* border-color:#B95758; */
}
    /* .modalbtn {
        background-color:#57b979;
        color:#ffffff;
        font-size:3rem;
        width:20rem;
        height:6rem;
        border-color:#B95758;
    } */
    /* #modal-overlay {
        z-index:101;
        position:fixed;
        top:0;
        left:0;
        width:100%;
        height:120%;
        background-color:rgba(0,0,0,0.75);
    } */
    .invisible {
        display:none;
    }

    /* 入力欄 */
    .mySelect{
        display: block;
        width: 10rem;
        border: none;
        background: none;
        font-size: larger;
        font-weight: 900;
        padding: 20px 0;
    }
.mInput{
    display: none;
    width: 4.5rem;
}
.myInput{
    display: none;
    width: min-content;
}

    .myInput input:first-child{
        width: 8rem;
        font-size: larger;
    }
    .myInput-btn{
        display: none;
    }
    .extended{
        font-size: large;
        font-weight: 900;
        padding: 20px 0;
        position: absolute;
        top: 75%;
        left: 80%;
        transform: translate(-50%, -45%);
    }
    
    
    /* ふきだし */
    h3{
        color: #393939;
        letter-spacing: 1px;

    }
    .balloon {
        position: relative;
        padding: 8px;
        background: #ffdead;
        border-radius: 15px;
        margin-top: -15rem;
        /* margin-left: auto; */
        margin-right: 15rem;
        
        width: 55%;
        float: right;
        display: flex;
        justify-content: center;
    }
    
    .balloon:before {  
        content: "";
        position: absolute;
        right: -38px;
        width: 13px;
        height: 12px;
        bottom: 0;
        background: #ffdead;
        border-radius: 50%;
    }
    
    .balloon:after {
        content: "";
        position: absolute;
        right: -24px;
        width: 20px;
        height: 18px;
        bottom: 3px;
        background: #ffdead;
        border-radius: 50%;
    }
    .balloon p {
        margin: 0; 
        padding: 0;
    }
    .balloon img{
        width: 20%;
    }

    a{
        text-decoration: none;
        color: #fff;
    }
    .start{
        display: flex;
        justify-content: end;
        /* text-align: center; */
        width: 80%;
        margin: 0 auto;
        padding: 0;
        /* letter-spacing: 1px;*/
    }

    .start>button{
        margin: 0;
    }
    h2{
        width: 60%;
        margin: 0 auto;
        background-color: #fff;
        border: solid 2px #498fcf;
        border-radius: 10px;
        padding: 10px 30px;
    }

.btn-start,a.btn-start {
    color: #fff;
    background-color: #498fcf;
    /* text-decoration: none; */
    padding: 0.8rem 1rem;
    border-radius: 10px;
    /* margin: 0 auto; */
    letter-spacing: 1px;
}
.btn-start:hover,
a.btn-start:hover {
    color: #fff;
    background: #396b9b;
}

.dtlcontent{
    width: 80%;
    margin: 0 auto;
}
.dtlcontent h1 {
    font-size: 1.8rem;
    margin: 0 auto;
    padding: 0 1rem;
    text-align: center;
    background-color: #ff4500;
    border-radius: 15px;
    color: #fff;
    /* letter-spacing: 2px; */
    width: 70%;
}
.dtlcontent summary {
    /* list-style: none; */
    cursor: pointer;
    padding: 0.5rem;
    background: #ff4500;
    /* color: #242323; */
    /* font-size: 1.5rem; */
    /* font-weight: bold; */
    width: 80px;
    text-align: center;
    margin-left: auto;
    border-radius: 15px 15px 0 0;
    color: #fff;
    letter-spacing: 2px;
}
.dtlcontent summary:hover{
    opacity: 80%;
}
.dtlcontent p {
    margin: 0 auto;
    text-align: center;
    line-height: 1;
    /* width: 55%; */
    /* text-align: center;
    letter-spacing: 1px; */
}
.detailsbtn{
    display: flex;
    justify-content: space-between;
    position: relative;
}
.dtlbtn{
    height: 2rem;
    /* margin: 0; */
    width: fit-content;
    /* padding: 0 1.5rem; */
    height: fit-content;
    position: absolute;
    top: 10%;
}



.drag{
    position: relative;
    
}
.jc-spaseb{
    display: flex;
    justify-content: space-between;
}
