@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: 2060px;

}

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;
}
.gamecontent{
    text-align: center;
}
.aboutcontent{
    text-align: center;
}
.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;
}

.worldlink{
    text-align: center;
}
.worldlink img {
    width: 100px;
    border-radius: 20%;
}

.worldnav_guide{
    width: 100%;
    text-align: center;
    margin: 0 auto;
    border-radius: 1rem;
}
.worldguide_list{
    width: 100%;
    list-style: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.worldnav_guide li a:hover{
    background-color: rgb(235, 137, 215);
}
.worldguide_item{
    background-color: white;
}
.worldguide_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{
        padding: 10px 0px;
        border-radius:30%;
        background-color: rgb(36, 100, 184);
    }
    #lang img{
        border-radius:20%;
        width: 39px;
    }

    #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: 38px;
        line-height: 1.2;
    }

    /* アバウト */      
    .aboutcontent{
        width: 98vw;
        margin: 0 auto;
        padding: 0;
    }

    .aboutcontent ul{
        list-style-type: none;
        display: -webkit-flex;
        display:flex;
        -webkit-justify-content: center;
        justify-content: center;
        height: 920px;
        padding: 10px;
    }

    .aboutcontent1{
        width: 48vw;
    }
    .aboutcontent1 h1{
        text-align: left;
        font-size: 54px;
        margin: 20px;
        color: rgb(238, 238, 238);
    }
    .aboutcontent1 p{
        text-align: center;
    }
    .aboutcontent1 img{
        width: 720px;
    }
    .aboutcontent2{
        width: 48vw;
    }
    .aboutcontent2 h1{
        text-align: left;
        font-size: 72px;
        color: rgb(238, 238, 238);
    }
    .aboutcontent2 p{
        line-height:  1.5;
        margin-left: 25vw;
        text-align: left;
        font-size: 28px;
        color: rgb(238, 238, 238);
    }

    .historycontent{
        width: 70vw;
        margin: 0 auto;
        padding: 0;
        height: 720px;
        background-color: rgb(189,60,163);
        border: 10px solid rgb(255, 255, 255);
        border-radius: 20%;
    }
    .history{
        text-align: center;
        width: 70vw;
        margin: 0 auto;
        padding: 0;
    }

    .historycontent h2{
        font-size: 36px;
        text-align: center;
        margin: 20px;
        color: rgb(238, 238, 238);
    }
    .history h3{
        font-size: 28px;
        margin: 20px;
        color: rgb(238, 238, 238);
    }

    .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;
    }
    .guide_list{
        flex-flow: row;
        flex-wrap: wrap;
    }
    .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;
    }
    .worldlink{
        padding-top: 150px;
    }
    .worldnav_guide{
        font-size: 1.5em;
        border-radius: 1rem;
        padding-bottom: 150px;
    }
    .worldguide_list{
        flex-flow: row;
        flex-wrap: wrap;
    }
    .worldguide_item{
        font-size: 16px;
        border: 2px solid rgb(189,60,163);
        border-radius: 1rem;
        margin: 10px 5px;
        width: 120px;
    }
    .worldguide_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{
        padding: 10px 0px;
        border-radius:20%;
        background-color: rgb(36, 100, 184);
    }
    #lang img{
        border-radius:20%;
        width: 36px;
    }
    #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{
        margin: 0 10px;
        font-size: 28px;
        line-height: 1.2;
    }

    .aboutcontent{
        width: 98vw;
        margin: 0 auto;
        padding: 0;
        height: 540px;
        padding-top: 150px;
    }

    .aboutcontent ul{
        list-style-type: none;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        height: 540px;
        padding: 10px;
    }

    .aboutcontent1{
        width: 48vw;
    }
    .aboutcontent1 h1{
        text-align: left;
        font-size: 32px;
        margin: 20px;
        color: rgb(238, 238, 238);
    }
    .aboutcontent1 p{
        text-align: center;
    }
    .aboutcontent1 img{
        width: 35vw;
    }
    .aboutcontent2{
        width: 48vw;
    }
    .aboutcontent2 h1{
        text-align: left;
        font-size: 28px;
        color: rgb(238, 238, 238);
    }
    .aboutcontent2 p{
        line-height:  1.5;
        margin-left: 25vw;
        text-align: left;
        font-size: 18px;
        color: rgb(238, 238, 238);
    }

    .historycontent{
        width: 80vw;
        margin: 0 auto;
        padding: 0;
        height: 720px;
        background-color: rgb(189,60,163);
        border: 10px solid rgb(255, 255, 255);
        border-radius: 20%;
    }
    .history{
        text-align: center;
        width: 80vw;
        margin: 0 auto;
        padding: 0;
    }

    .historycontent h2{
        text-align: center;
        margin: 20px;
        color: rgb(238, 238, 238);
    }
    .history h3{
        margin: 20px;
        color: rgb(238, 238, 238);
    }


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

    .nav_guide{
        font-size: 1.5em;
        border-radius: 1rem;
        padding-bottom: 0px;
    }
    .guide_list{
        flex-flow: row;
        flex-wrap: wrap;
    }
    .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;
    }
    .worldlink {
        padding-top: 200px;
    }
    .worldlink img {
        width: 80px;
    }
    .worldnav_guide{
        font-size: 1.5em;
        border-radius: 1rem;
        padding-bottom: 150px;
    }
    .worldguide_list{
        flex-flow: row;
        flex-wrap: wrap;
    }
    .worldguide_item{
        font-size: 16px;
        border: 2px solid rgb(189,60,163);
        border-radius: 1rem;
        margin: 10px 5px;
        width: 120px;
    }
    .worldguide_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{
        border-radius: 50%;   
        background-color: rgb(48,113,222);
    }
    #lang img{
        padding: 0;
        border-radius: 20%;
        width: 64px;
        height: 64px;
    }
    /* トップ */
    .topcontent{
        display: block;
        text-align: center;
        margin: 10px auto;
        padding: 0; 
    }
    .topcontent img{
        width: 90vw;
        height: auto;
        border-radius: 20%;
    }
   /* ホーム */
    .homecontent{
        margin: 0 10px;
        font-size: 20px;
        line-height: 1.2;
    }

    .aboutcontent{
        width: 98vw;
        margin: 0 auto;
        padding: 0;
        padding-top: 50px;
    }

    .aboutcontent ul{
        list-style-type: none;
        display: -webkit-flex;
        display:block;
        -webkit-justify-content: center;
        justify-content: center;
        height: 920px;
        padding: 10px;
    }

    .aboutcontent1{
        width: auto;
    }
    .aboutcontent1 h1{
        text-align: center;
        font-size: 32px;
        margin: 20px;
        color: rgb(238, 238, 238);
    }
    .aboutcontent1 p{
        text-align: center;
    }
    .aboutcontent1 img{
        width: 50vw;
    }
    .aboutcontent2{
        width: 98vw;
    }
    .aboutcontent2 h1{
        text-align: center;
        font-size: 28px;
        color: rgb(238, 238, 238);
    }
    .aboutcontent2 p{
        line-height:  1.5;
        margin: 0 auto;
        text-align: center;
        font-size: 18px;
        color: rgb(238, 238, 238);
    }

    .historycontent{
        width: 85vw;
        margin: 0 auto;
        padding: 0;
        height: 520px;
        background-color: rgb(189,60,163);
        border: 5px solid rgb(255, 255, 255);
        border-radius: 20%;
    }
    .history{
        text-align: center;
        width: 85vw;
        margin: 0 auto;
        padding: 0;
    }

    .historycontent h2{
        text-align: center;
        margin: 20px;
        color: rgb(238, 238, 238);
    }
    .history h3{
        margin: 20px;
        color: rgb(238, 238, 238);
    }


    .nav_guide{
        font-size: 1.5em;
        border-radius: 1rem;
        padding-bottom: 100px;
    }
    .guide_list{
        display: flex;
        justify-content: center;
        flex-flow: row;
        flex-wrap: wrap;
    }
    .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;
    }
    .worldlink{
        padding-top: 60px;
    }
    .worldlink img {
        width: 60px;
    }
    .worldnav_guide{
        font-size: 1.5em;
        border-radius: 1rem;
        padding-bottom: 150px;
    }
    .worldguide_list{
        display: flex;
        justify-content: center;
        flex-flow: row;
        flex-wrap: wrap;
    }
    .worldguide_item{
        font-size: 16px;
        border: 2px solid rgb(189,60,163);
        border-radius: 1rem;
        margin: 10px auto;
        width: 120px;
    }
    .worldguide_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;
    }
}