@charset "UTF-8";

html{
    color: rgb(255, 255, 255);
    font-family: "Kaisei Opti", "Kiwi+Maru","Quicksand",sans-serif;
    font-optical-sizing: auto;
    font-variation-settings:"width" 100;
    max-width: 3840px;
    max-height: auto;
}

body{
    margin: 0 auto;
    background-color: white;
}

.content{
    background-color: rgb(48,113,222);
}

ul,li{
    margin: 0;
    padding: 0;
}
.topmenu,.mobilemenu{
    font-weight: 500;
    font-style: bold;
}
.homecontent{
    text-align: center;
}
.workcontent{
    text-align: center;
}
.musiccontent{
    text-align: center;
}

.aboutcontent{
    text-align: center;
}

.slicktop img{
    width: 100%;
    height: auto;
    object-fit: cover;
}

.musiccontent a{
    text-decoration: none;
    color: white;
}

.link{
    text-align: center;
}

.nav_guide{
    width: 100%;
    text-align: center;
    margin: 0 auto;
    border-radius: 1rem;
}
.guide_list{
    width: 100%;
    list-style: none;
    display: flex;
    justify-content: center;
}
.nav_guide li a:hover{
    background-color: rgb(235, 137, 215);
}
.guide_item{
    background-color: white;
}
.guide_link{
    display: inline-block;
    text-decoration: none;
}

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

    .content{
        border-radius: 5%;
    }

    .above{
        display: block;
        position: fixed;
        top: 0;
        float: left;
        z-index: 10;
    }
    .above img{
        float: left;
        width: 15vw;
        border-bottom-right-radius: 20%;
    }
    .above a :hover{
        opacity: 0.8;
    }

    /* メニュー */
    .mobilemenu{
        display: none;
    }
    /* PCメニュー */
    .topmenu{
        display: block;
        position: fixed;
        float: right;
        width: 600px;
        right: 30px;
        z-index: 10;
    }

    .navbar{
        margin: 20px;
        z-index: 10;
    }

    .navbar ul {
        display: flex;
        flex-flow: row;
        list-style-type: none;
        margin: 0;
        padding: 10px;
        overflow: hidden;
        background-color: rgb(255, 255, 255);
        border-radius: 20px;
    }
    .navbar li {
        border-radius:30%;
        border: 5px solid #ffffff;
        background-color: rgb(189,60,163);
    }
    .navbar li:last-child {
        border-radius:30%;
        margin-left: auto;
        border: 5px solid #ffffff;
    }
    .navbar li a {
        display: block;
        border-radius:30%;
        color: #ffffff;
        text-align: center;
        padding: 20px 20px;
        text-decoration: none;
        transition: all .3s;
    }
    .navbar li a:hover{
        border-radius: inherit;
        background-color: rgb(48,113,222);
        
    }
    #lang{
        border-radius:30%;
        background-color: rgb(36, 100, 184);
    }

    #lang:hover{
        border-radius: inherit;
        background-color: rgb(189,60,163);
    }
    /* トップ */
    .topcontent{
        display: block;
        text-align: center;
        margin: 10px auto;
        padding: 0; 
    }
    .topcontent img{
        width: 90vw;
        height: auto;
        border-radius: 20%;
    }
    /* ホーム */
    .homecontent{
        font-size: 20px;
        line-height: 1.2;
    }

    /* ゲーム */
    .workcontent{
        line-height: 1.2;
    }    
    .workflex{
        margin: 20px auto;
        padding: 40px 0;
        width: 60vw;
        background-color: rgb(255, 255, 255);
        border-radius: 30%;
        display: flex;
        justify-content: center;
        flex-direction: row;
    }
    .workitem{
        width: 25vw;
    }
    .workitem img{
        width: 256px;
        border-radius: 20%;
        border: 10px solid rgb(36, 100, 184);
    }
    .workitem h3{
        font-size: 22px;
        border: 8px solid rgb(189,60,163);
        background-color: rgb(36, 100, 184);
        color: rgb(255, 255, 255);
        border-radius: 30%;
    }
    .workitem p{
        font-size: 24px;
        border: 10px solid rgb(36, 100, 184);
        background-color: rgb(189,60,163);
        border-radius: 30%;
    }

    /* ゲーム */
    .musiccontent p{
        font-size: 30px;
        line-height: 1.2;
        background-color:  rgb(189,60,163);
        border: 10px solid rgb(255, 255, 255);
        width: 680px;
        margin: 0 auto;
        border-radius: 30%;     
    }
    .musicshuri{
        display: block;
        text-align: center;
        margin: 10px auto;
        padding: 0; 
    }
    .musicshuri img{
        width: 520px;
        height: auto;
        border-radius: 20%;
    }


    /* アバウト */
    .aboutcontent{
        line-height: 0.7;
    }

    .flexboxabout{
        display: flex;
        justify-content: center;
    }

    .flexitemabout{
        margin: 20px;
    }
    .flexitemabout img{
        width: 192px;
        border-radius: 15%;
    }

    .link p{
        font-size: 28px;
    }

    .nav_guide{
        font-size: 1.5em;
        border-radius: 1rem;
        padding-bottom: 150px;
    }
    .guide_list{
        flex-flow: row;
    }
    .guide_item{
        font-size: 16px;
        border: 2px solid rgb(189,60,163);
        border-radius: 1rem;
        margin: 10px 5px;
        width: 120px;
    }
    .guide_link{
        border-radius: 1rem;
        margin: 0;
        width: 120px;
        padding: 10px 0;
    }

    footer{
        height: 500px;
        background-color:  rgb(238, 238, 238);
        margin: 0 auto;
    }
    footer p{
        text-align: center;
    }
    .footerhome{
        font-size: 32px;
        padding: 50px;
    }
    .footeritem{
        font-size: 20px;
        color: rgb(46, 46, 46);
        font-weight: 500;
    }
    .footeritem a
    {
    text-decoration: none;
    }


    .footerwords{
        font-size: 20px;
        color: rgb(46, 46, 46);
        font-weight: 600;
    }
    .footerright{
        font-size: 28px;
        color: rgb(46, 46, 46);
        font-weight: 700;
    }

}


/* tablet */
@media screen  and (min-width:680px) and (max-width:1199px){
.content{
        border-radius: 5%;
    }
.above{
        display: block;
        position: fixed;
        top: 0;
        float: left;
        z-index: 10;
    }
    .above img{
        float: left;
        width: 15vw;
        border-bottom-right-radius: 20%;
    }
    .above a :hover{
        opacity: 0.8;
    }

    /* メニュー */
    .mobilemenu{
        display: none;
    }
    /* PCメニュー */
    .topmenu{
        display: block;
        position: fixed;
        float: right;
        width: 400px;
        right: 10px;
        z-index: 10;
        font-size: 14px;
    }

    .navbar{
        margin: 10px;
        z-index: 10;
    }

    .navbar ul {
        display: flex;
        flex-flow: row;
        list-style-type: none;
        margin: 0px;
        padding: 12px;
        overflow: hidden;
        background-color: rgb(255, 255, 255);
        border-radius: 20px;
    }
    .navbar li {
        border-radius:20%;
        border: 3px solid #ffffff;
        background-color: rgb(189,60,163);
    }
    .navbar li:last-child {
        border-radius:20%;
        margin-left: auto;
        border: 3px solid #ffffff;
    }
    .navbar li a {
        display: block;
        border-radius:20%;
        color: #ffffff;
        text-align: center;
        padding: 20px 10px;
        text-decoration: none;
        transition: all .3s;
    }
    .navbar li a:hover{
        border-radius: inherit;
        background-color: rgb(48,113,222);
        padding: 20px 10px;
    }
    #lang{
        border-radius:20%;
        background-color: rgb(36, 100, 184);
    }

    #lang:hover{
        border-radius: inherit;
        background-color: rgb(189,60,163);
        padding: 20px 10px;
    }
    /* トップ */
    .topcontent{
        display: block;
        text-align: center;
        margin: 10px auto;
        padding: 0; 
    }
    .topcontent img{
        width: 90vw;
        height: auto;
        border-radius: 20%;
    }

     /* ホーム */
    .homecontent{
        font-size: 16px;
        line-height: 1.2;
    }

    /* ゲーム */
    .workcontent{
        line-height: 1.2;
    }    
    .workflex{
        margin: 20px auto;
        padding: 40px 0;
        width: 80vw;
        background-color: rgb(255, 255, 255);
        border-radius: 30%;
        display: flex;
        justify-content: center;
        flex-direction: row;
        align-items: center;
    }
    .workitem{
        width: 35vw;
    }
    .workitem img{
        width: 192px;
        border-radius: 20%;
        border: 7px solid rgb(36, 100, 184);
    }
    .workitem h3{
        font-size: 22px;
        border: 5px solid rgb(189,60,163);
        background-color: rgb(36, 100, 184);
        color: rgb(255, 255, 255);
        border-radius: 30%;
    }
    .workitem p{
        font-size: 16px;
        border: 7px solid rgb(36, 100, 184);
        background-color: rgb(189,60,163);
        border-radius: 30%;
    }

    /* ゲーム */
    .musiccontent p{
        font-size: 24px;
        line-height: 1.2;
        background-color:  rgb(189,60,163);
        border: 5px solid rgb(255, 255, 255);
        width: 500px;
        margin: 0 auto;
        border-radius: 20%; 
    }
    .musicshuri{
        display: block;
        text-align: center;
        margin: 10px auto;
        padding: 0; 
    }
    .musicshuri img{
        width: 520px;
        height: auto;
        border-radius: 20%;
    }


    /* アバウト */
    .aboutcontent{
        line-height: 0.7;
    }

    .flexboxabout{
        display: flex;
        justify-content: center;
    }

    .flexitemabout{
        margin: 20px;
    }
    .flexitemabout img{
        width: 192px;
        border-radius: 15%;
    }

    .link p{
        font-size: 28px;
    }

    .nav_guide{
        font-size: 1.5em;
        border-radius: 1rem;
        padding-bottom: 150px;
    }
    .guide_list{
        flex-flow: row;
    }
    .guide_item{
        font-size: 16px;
        border: 2px solid rgb(189,60,163);
        border-radius: 1rem;
        margin: 10px 5px;
        width: 120px;
    }
    .guide_link{
        border-radius: 1rem;
        margin: 0;
        width: 120px;
        padding: 10px 0;
    }

    footer{
        height: 500px;
        background-color:  rgb(238, 238, 238);
        margin: 0 auto;
    }
    footer p{
        text-align: center;
    }
    .footerhome{
        font-size: 32px;
        padding: 50px;
    }
    .footeritem{
        font-size: 20px;
        color: rgb(46, 46, 46);
        font-weight: 500;
    }
    .footeritem a
    {
    text-decoration: none;
    }


    .footerwords{
        font-size: 20px;
        color: rgb(46, 46, 46);
        font-weight: 600;
    }
    .footerright{
        font-size: 28px;
        color: rgb(46, 46, 46);
        font-weight: 700;
    }

}
/* mobile */
@media screen and (max-width: 679px) {
    .content{
        border-radius: 5%;
    }
    .above{
        position: fixed;
        top: 0;
        float: left;
        z-index: 10;
    }
    .above img{
        float: left;
        width: 15vw;
        border-bottom-right-radius: 10px;
    }
    .above a :hover{
        opacity: 0.8;
    }

    /* モバイル */
    .mobilemenu{
        display: block;
    }

    .hamburger {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 100;
    width: 51px;
    height: 51px;
    border-radius: 10%;
    background-color: rgb(189,60,163);
    border: 2px solid #fff; 
    cursor: pointer;
    }

    .hamburger_line {
    position: absolute;
    left: 11px;
    width: 26px;
    height: 2px;
    background-color: #fff;
    transition: all .4s;
    }

    .hamburger_line:nth-of-type(1) {
    top: 14px;
    }
    .hamburger_line:nth-of-type(2) {
    top: 23px;
    }
    .hamburger_line:nth-of-type(3) {
    top: 32px;
    }

    /* MenuOpen */
    .hamburger.active .hamburger_line:nth-of-type(1) {
    transform: translateY(9px) rotate(-45deg);
    }
    .hamburger.active .hamburger_line:nth-of-type(2) {
    opacity: 0;
    }
    .hamburger.active .hamburger_line:nth-of-type(3) {
    transform: translateY(-9px) rotate(45deg);
    }

    .nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 250px;
    height: 450px;
    background-color: rgb(189,60,163);
    box-shadow: 2px 0 4px rgb(255, 255, 255);
    transform: translateX(-110%);
    transition: transform .4s;
    z-index: 90;
    border-bottom-right-radius: 15%;
    }

    .nav.active {
    transform: translateX(0);
    }
    #nav-menu img{
        width: 120px;
        border-bottom-right-radius: 20%;
    }


    .nav_list {
    margin: 0;
    padding: 10px 0 0;
    list-style: none;
    }

    .nav_item {
    padding: 0 20px;
    }

    .nav_link {
    display: block;
    padding: 15px 0;
    color:  rgb(238, 238, 238);
    text-decoration: none;
    border-bottom: 1px solid #eee;
    }


    .topmenu{
    display: none;
    }

    .navbar{
        z-index: 10;
    }

    .navbar ul {
        display: flex;
        flex-flow: row;
        list-style-type: none;
        margin: 0;
        padding: 0;
        overflow: hidden;
        background-color: rgb(48,113,222);
        border-radius: 5px;
    }
    .navbar li {
        border-right: 1px solid #bbbbbb;
    }
    .navbar li:last-child {
        border-right: none;
        margin-left: auto;
        border-left: 1px solid #bbbbbb;
    }
    .navbar li a {
        display: block;
        color: #ffffff;
        text-align: center;
        padding: 10px 10px;
        text-decoration: none;
        transition: all .3s;
    }
    .navbar li a:hover{
        background-color: #a9bce2;
    }
    #lang{
        background-color: rgb(48,113,222);
    }
    /* トップ */
    .topcontent{
        display: block;
        text-align: center;
        margin: 10px auto;
        padding: 0; 
    }
    .topcontent img{
        width: 90vw;
        height: auto;
        border-radius: 20%;
    }
   /* ホーム */
    .homecontent{
        font-size: 9px;
        line-height: 1.2;
    }

    /* ゲーム */
    .workcontent{
        line-height: 1.2;
    }    
    .workflex{
        margin: 20px auto;
        padding: 40px 0;
        width: 90vw;
        background-color: rgb(255, 255, 255);
        border-radius: 30%;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
    .workitem{
        width: 70vw;
    }
    .workitem img{
        width: 170px;
        border-radius: 20%;
        border: 7px solid rgb(36, 100, 184);
    }
    .workitem h3{
        font-size: 16px;
        border: 5px solid rgb(189,60,163);
        background-color: rgb(36, 100, 184);
        color: rgb(255, 255, 255);
        border-radius: 30%;
    }
    .workitem p{
        font-size: 16px;
        border: 7px solid rgb(36, 100, 184);
        background-color: rgb(189,60,163);
        border-radius: 30%;
    }

     /* ゲーム */
    .musiccontent p{
        font-size: 18px;
        line-height: 1.2;
        background-color:  rgb(189,60,163);
        border: 5px solid rgb(255, 255, 255);
        width: 90vw;
        margin: 0 auto;
        border-radius: 20%; 
    }
    .musicshuri{
        display: block;
        text-align: center;
        margin: 10px auto;
        padding: 0; 
    }
    .musicshuri img{
        width: 80vw;
        height: auto;
        border-radius: 20%;
    }

    /* アバウト */
    .aboutcontent{
        line-height: 1;
        margin: 0 10px;
    }
    .aboutcontent h1{
        font-size: 28px;
    }
    .aboutcontent h2{
        font-size: 22px;
    }
    .aboutcontent p{
        font-size: 16px;
        line-height: 1.5;
    }

    .flexboxabout{
        display: flex;
        justify-content: center;
        flex-flow: column;
    }

    .flexitemabout{
        margin: 10px;
    }
    .flexitemabout img{
        width: 192px;
        border-radius: 15%;
    }

    .link{
        margin: 0 10px;
    }
    .link p{
        font-size: 18px;
    }

    .nav_guide{
        font-size: 1.5em;
        border-radius: 1rem;
        padding-bottom: 150px;
    }
    .guide_list{
        display: flex;
        justify-content: center;
        flex-flow: column;
    }
    .guide_item{
        font-size: 16px;
        border: 2px solid rgb(189,60,163);
        border-radius: 1rem;
        margin: 10px auto;
        width: 120px;
    }
    .guide_link{
        border-radius: 1rem;
        margin: 0;
        width: 120px;
        padding: 10px 0;
    }

    footer{
        height: 500px;
        background-color:  rgb(238, 238, 238);
        margin: 0 auto;
    }
    footer p{
        text-align: center;
    }
    .footerhome{
        font-size: 20px;
        padding: 50px;
    }
    .footeritem{
        font-size: 16px;
        color: rgb(46, 46, 46);
        font-weight: 500;
    }
    .footeritem a
    {
    text-decoration: none;
    }


    .footerwords{
        font-size: 16px;
        color: rgb(46, 46, 46);
        font-weight: 600;
        margin: 0 10px;
    }
    .footerright{
        font-size: 16px;
        color: rgb(46, 46, 46);
        font-weight: 700;
    }
}