body{
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    background-color: rgb(250, 250, 250);
    overflow-x: hidden;
}

a{
    text-decoration: none;
    color:#000;
}

#loader-bg {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #ffffff;
    z-index: 10;
}

#loader {
    display: none;
    position: fixed;
    z-index: 11;
    width: 100px;
    height: 100px;
    left: 50%;
    top: 50%;
}

#loader img{
    transform: translate(-50%, -50%);
    margin-left: -50px;
    margin-top: -50px;
    -webkit-transform: scale(0.75);
}

#wrap{
    overflow: hidden;
    width:100%;
    height:100%;
}

.bg{
    background-image: url(../img/bg.png);
    background-repeat: repeat-x;
    background-size: contain;
    width: 100%;
    height: 4vmax;
    max-height: 25px;
    background-position: center center;
}

footer{
    text-align: center;
    width: 100%;
    color: #202020;
    padding: 0.75em 0;
    font-size: smaller;
}

.head{
    padding-top: 1.5em;
    width: 100%;
    height: auto;
    text-align: center;
}

.head img{
    width: 90%;
    max-width: 720px;
}

.menu{
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    padding: 1.0em 0;
}

.menu-icon{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.icon{
    width: 12.2vmax;
    max-width: 130px;
    height: auto;
    margin: 0.5%;
    outline: 0.4em solid #202020;
    outline-offset: -0.4em;
    transition: 0.3s;
}

.icon:hover{
    background-color: rgb(32,32,32);
    cursor: pointer;
}

.icon img{
    display: block;
    margin: 0 auto;
    padding: 10% 10%;
    width: 80%;
    height: 80%;
    transition: 0.5s;
}

.icon img:hover{
    transform: rotateY(360deg);
    filter: brightness(1000%);
}

.menu2{
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

.menu-select{
    width: 90%;
    margin:0 auto;
    background-color:rgb(32, 32, 32);
}

.menu-select-ch{
    width: 90%;
    margin:0 auto;
    background-color:rgb(150, 0, 0);
}

.menu-select label{
    margin: 0;
    margin-bottom: 1em;
    display: block;
    padding: 1.0em 0;
    text-align: center;
    color: #fff;
    transition: 0.5s;
}

.menu-select-ch a{
    margin: 0;
    margin-bottom: 1em;
    display: block;
    padding: 1.0em 0;
    text-align: center;
    color: #fff;
    transition: 0.5s;
}

.menu-select label:hover{
    background-color:rgb(96, 96, 96);
    cursor: pointer;
}

.menu-select-ch a:hover{
    background-color:rgb(199, 0, 0);
    cursor: pointer;
}

.modal_wrap input {
    display: none;
}

.modal_overlay {
    display: flex;
    justify-content: center;
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    transition: opacity 0.5s, transform 0s 0.5s;
    transform: scale(0);
}

.modal_trigger {
    position: absolute;
    width: 100%;
    height: 100%;
}

.modal_content {
    align-self: center;
    position: fixed;
    width: 90%;
    height: auto;
    max-width: 700px;
    max-height: 75%;
    padding: 30px 30px 15px;
    box-sizing: border-box;
    background: #fff;
    line-height: 1.4em;
    transform: scale(1.2);
    transition: 0.5s;
    overflow-y: scroll;
}

.close_button {
    position: absolute;
    top: 14px;
    right: 16px;
    font-size: 24px;
    cursor: pointer;
}

.modal_wrap input:checked ~ .modal_overlay {
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.5s;
    width: 100%;
    height: 100%;
}

.modal_wrap input:checked ~ .modal_overlay .modal_content {
    transform: scale(1);
}

.modal_content img{
    width: 150px;
    border: solid rgba(32,32,32,0.3) 2px;
    border-radius: 76px;
    filter: drop-shadow(4px 4px 0px rgba(32,32,32,0.3));
    display: block;
    margin: 0 auto;
}

.modal_content p{
    text-align: center;
    line-height: 1.75;
}

.modal_content span{
    color:white;
    display: inline-block;
    padding: 0 0.5em;
    margin-bottom: 0.5em;
    border-radius: 1em;
}

@media screen and (max-width:567px){
    .sp_br{
        display: none;
    }
}

@media screen and (min-width:568px){
    .pc_br{
        display: none;
    }
}

.back a{
    display: table;
    vertical-align: middle;
    padding: 1em;
    background-color:rgb(32, 32, 32);
    color: white;
    transition: 0.5s;
}

.back a:hover{
    background-color:rgb(96, 96, 96);
}

.discography{
    width: 90%;
    margin: 0 auto;
}

.discography h2{
    margin: 0;
}

.line{
    width: 100%;
    border-top: 1px dotted #202020;
}

.provided-works ul{
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.provided-works ul li{
    padding-bottom: 1em;
    padding-right: 2em;
}

.game-title{
    padding-left: 1em;
}

.provided-song{
    padding-top: 0.5em;
    padding-left: 1em;
}

.release-cd{
    padding: 1em 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.release-title{
    margin: 0 0.25em 0.25em 0.25em;
}

.release-title img{
    display: block;
    width: 27vmin;
    max-width: 200px;
    opacity: 1;
    transition: 0.3s;
}

.release-title:hover{
    cursor: pointer;
}

.release-title img:hover{
    opacity: 0.5;
}

.web-links ul{
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.web-links ul li{
    padding: 0 1em 1em 2em;
}

.web-name{
    padding: 0.25em 0;
    padding-left: 0.5em;
}

.web-name a{
    transition: 0.3s;
    line-height: 1.4;
}

.web-name a:hover{
    color: orangered;
    cursor: pointer;
}

.ebimayo_icon img{
    
}