@charset "UTF-8";

html{
    font-size: 100%;
    color: #DA765B;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

body {
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;

    line-height: 1.7;
    background-color: #FEDCBD;
}

    header{
        background-color: whitesmoke;
    }
    
    /*タイトルなにもない*/
        h1{
            font-size: 75px;
            text-align: center;
            font-weight: bold;
            line-height: 1.5;
            color: #411445
        }
    /*サブ説明*/
        .sub{
            font-size: 1rem;
            line-height: 1;
            text-align: center;
            margin-bottom: 10px;
        }

    /* 他サイトリンク　*/
        .main-nav{
            font-size: 80%;
            display: flex;
            justify-content: right;
            gap: 1rem;
            list-style-type: none;
            padding-right: 10px;
        }
        a{
            text-decoration: none;
        }
        .mozi:hover{
            color: #411445;
        }

    /*更新履歴*/
        #saikin{
            color: #411445;
            font-size: 1.5rem;
            text-align: left;
            font-weight: bold;
            line-height: 1;
            margin-left: 5px;
            margin-top: 20px;
            margin-bottom: 5px;
            padding-bottom: .25rem;
        /*下線*/
            display: inline-block;
            background-image: linear-gradient(transparent 95%, #411445 50%);
        }

        #kousin{
            padding-left: 5px;
            height: 5rem;
            overflow: auto;
            border: #432 .5px dashed;
            background-color: white;
            margin-top: 10px;
            margin-bottom: 10px;
            font-size: 15px;
            text-align: left;
            margin-top: 5px;
            margin-left: 6px;
        }


    /*おえかきメニュー*/
        #ilust{
            color: #411445;
            font-size: 1.5rem;
            text-align: left;
            font-weight: bold;
            line-height: 1.5;
            margin-top: 25px;
            margin-left: 5px;
            margin-bottom: 8px;
        /*下線*/
            display: inline-block;
            background-image: linear-gradient(transparent 95%, #411445 50%);
        }

    /*サムネ*/
        .grid{
            display: grid;
            gap: .5rem .5rem;
            grid-template-columns: repeat(2,1fr);
            text-align: center;
            margin-left: 5px;
            margin-right: 8px;
        }

        .item p{
            font-size: 20px;
        }
        .item img{
            max-width: 100%;
            aspect-ratio: 1/1;
            object-fit: cover;
            border-radius: 16px;
        }
        .item:hover{
            background-color: #411445;
            color: white;
            border-radius: 16px;
            padding-top: 5px;
        }

        #haihu{
            color: #411445;
            font-size: 1.5rem;
            text-align: left;
            font-weight: bold;
            line-height: 1;
            margin-top: 70px;
            margin-left: 5px;
            margin-bottom: 20px;
            padding-bottom: .25rem;
        /*下線*/
            display: inline-block;
            background-image: linear-gradient(transparent 95%, #411445 50%);
        }

    /*近況ポスト埋め込み*/
    #BOOTH{
        padding-left: 5px;
    }

    footer{
        color: #411445;
        background-color: whitesmoke;
        margin-top: 5px;
        text-align: center;
    }
    #kome {
        color: red;
    }



    /*-----------デスクトップ用--------------*/
    @media(min-width:800px){
    /*なにもないタイトル*/
        h1{
            font-size: 150px;
        }

        .sub{
            font-size: 30px;
        }

    /*別サイト*/
        .main-nav{
            font-size: 150%;
            display: flex;
            justify-content: right;
            gap: 1rem;
            list-style-type: none;
        }

    /*更新履歴*/
        #saikin{
            font-size: 2rem;
        }

    /*おえかきメニュー*/
        #ilust{
            font-size: 2rem;
            text-align: left;
            font-weight: bold;
            line-height: 1.5;
        }

    /*おえかきサムネ表示数*/
        .grid{
            gap: 2rem .5rem;
            grid-template-columns: repeat(5,1fr);
        }

    /*配布物*/
        #haihu{
            font-size: 2rem;
        }
        .flex_2 {
            display: flex;
        }
        .twitter-tweet {
            padding-left: 10px;
            margin: 10px left;
        }
    }