@charset 'UTF-8';/*  */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap');

/* Base
------------------------------------------------------------*/

.pc {
  display:none;
}
.div {
    display:none;
}




/*---------------------��劻���若����------------------*/
.menu-btn {
    position: fixed;
    margin:1vw 0vw;
    top:0vh;
    right: 2vw;
    display: flex;
    height: 3.5vh;
    width: 3.5vh;
    justify-content: center;
    align-items: center;
    z-index: 99;
}

.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 20px;
    border-radius: 3px;
    background-color:#000;
     /*---------------------------------------�＜���ャ�若����������------------------------------------------*/
    position: absolute;
}
.menu-btn span:before {
    bottom: 8px;
}
.menu-btn span:after {
    top: 8px;
}
#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(000, 000, 000, 0);/*�＜���ャ�若���若���恰��������筝㏍���������ù����*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
    background-color:white;
    /*---------------------------------------�＜���ャ�若����������------------------------------------------*/
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
    background-color:white;
    /*---------------------------------------�＜���ャ�若����������------------------------------------------*/
}
#menu-btn-check {
    display: none;
}
.inner1 ul li a h2{
    margin:0.5vh 0;
}
.menu-content ul {
    padding: 70px 10px 0;
}
.inner1 ul li, .inner2 ul li {
    list-style: none;
    margin:auto;
    width:60vw;
    height:100%;
    border-radius: 5px;
        /*---------------------------------------list������------------------------------------------*/
}
             
.inner ul li:hover{
    background: #0f0f0f;
    border-radius: 5px;
    background-color: #000000;
}
.menu-content ul li a {
    color: #eae5e1;
    display: block;
    width: 100%;
    box-sizing: border-box;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
}
.menu-content {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 80;
    background-color: black;
    opacity:0.9;
        /*---------------------------------------------------------------------------------*/
    transition: all 0.5s;
}
#menu-btn-check:checked ~ .menu-content {
    left: 0;
}

@media screen and (min-width:600px) {

    .inner1 ul li a h2{
        margin:1vh 0;
    }
    .inner2 ul li a{
        font-size:3rem;
    }
}



@media screen and (min-width:1025px) {

    .inner1 ul li a h2{
        margin:1vh 0;
    }
    .inner2 ul li a{
        font-size:2rem;
    }
}