@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
*,
body {
    margin: 0;
    padding: 0;
    text-align: left;
    font-family: 'Noto Sans Japanese', serif;
    font-size: 13px;
    font-weight: 500;
    overflow: hidden;
    cursor: pointer;
}

a {
    color: #6E07A1;
}

html
/* IE */

,
.center {
    text-align: center;
}

#loader {
    position: relative;
    width: 100vw;
    height: 100vh;
}

#load-text {
    font-size: 900%;
    color: #FFF;
    display: none;
}

#bar {
    position: absolute;
    top: 50%;
    z-index: 90;
    text-align: center;
    width: 100%;
}

#bar span {
    display: block;
    width: 0px;
    height: 5px;
    background: #FFF;
    opacity: 0.7;
}

#iebg {
    width: 100%;
    height: 100vh;
    background-image: url(img/ie.png);
    background-size: 120%;
    background-repeat: no-repeat;
    background-position: center top;
    position: absolute;
    z-index: 1;
}

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

.error {
    font-size: 70%;
    color: #ED1E79;
}

#canvas {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
}

#c_wave {
    position: fixed;
    z-index: 2;
}

#wrapper {
    position: absolute;
    width: 100vw;
    height: 100vh;
    background: #e74c3c;
}

#logo {
    position: absolute;
    z-index: 99;
    left: 20px;
    top: 20px;
    cursor: pointer;
}

#on {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 99;
    cursor: pointer;
    background: url(img/on.png);
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
}

#canvas {
    display: none;
}

#c_wave {
    display: none;
}

#logo {
    display: none;
}

nav {
    position: fixed;
    z-index: 10;
    width: 100%;
    bottom: 5%;
}

nav ul {
    width: 100%;
    margin: 0 auto;
}

nav li {
    display: inline-block;
    list-style: none;
    width: 32.5%;
    text-align: center;
    cursor: pointer;
    color: #6e07a1;
}

nav ul:after {
    content: "";
    display: block;
    height: 0px;
    clear: both;
    overflow: hidden;
}

main {
    width: 100%;
    position: absolute;
    z-index: 2;
}

.clr:after {
    content: "";
    display: block;
    height: 0px;
    clear: both;
    overflow: hidden;
}

h2 {
    font-size: 180%;
    font-weight: normal;
    padding-bottom: 20px;
}

.twoc li {
    display: inline-block;
    list-style: none;
    width: 49%;
    text-align: center;
}

.twoc li img {
    width: 100%;
}

#ga {
    width: 80%;
    padding: 10%;
    padding-top: 120px;
    background-color: #fff;
}

#ga li {
    display: inline-block;
    list-style: none;
    width: 30%;
    text-align: center;
    cursor: pointer;
}

#ga li:hover {
    opacity: 0.7;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#ga li img {
    width: 95%;
    height: auto;
}

#ga ul:after {
    content: "";
    display: block;
    height: 0px;
    clear: both;
    overflow: hidden;
}

#pro {
    width: 80%;
    margin: 0 auto;
    padding: 10%;
    padding-top: 120px;
    background-color: #fff;
}

.profile:after {
    content: "";
    display: block;
    height: 0px;
    clear: both;
    overflow: hidden;
}

.profile {
    max-width: 300px;
    margin: 0 auto;
    padding-left: 130px;
    padding-top: 40px;
}

#pro .left {
    display: inline-block;
    width: 120px;
    padding: 3px;
}

#pro .left img {
    width: 100%;
    max-height: 100px;
    max-width: 100px;
    height: auto;
    margin: 0;
    padding: 0;
}

#pro .right {
    display: inline-block;
    width: 55%;
    padding-left: 5%;
    padding-top: 12%;
    padding-bottom: 10%;
}

#con {
    width: 100%;
    padding-top: 120px;
    background-color: #fff;
}

#con h2 {
    padding-left: 10%;
}

#con table {
    margin: 0 auto;
    width: 80%;
    border-collapse: collapse;
}

#thanx {
    text-align: center;
    width: 240px;
    margin: 0 auto;
    line-height: 2em;
    padding-top: 8%;
}

#thanx h3 {
    font-size: 200%;
    padding-bottom: 20px;
}

#thanx .close {
    padding-top: 10px;
}

th,
td {
    padding: 2%;
    text-align: left;
    border: solid 2px #fff;
    line-height: 240%;
}

#con th {
    width: 60px;
}

#con td {
    padding: 1%;
    text-align: left;
    border: solid 2px #fff;
    line-height: 240%;
}

.close {
    cursor: pointer;
}

.text {
    font-size: 120%;
    padding: 10px;
    width: 90%;
    text-align: left;
    border: 1px solid #ccc;
}

.textarea {
    font-size: 120%;
    padding: 10px;
    width: 90%;
    height: 140px;
    text-align: left;
    border: 1px solid #ccc;
}

.submit {
    background: #CCC;
    border: none;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 150%;
    padding: 15px;
    width: 93%;
    text-align: center;
    font-weight: 300;
    font-size: 120%;
}

#scr {
    background: rgba(0, 0, 0, 0.5);
    width: 100vw;
    height: 100vh;
    position: fixed;
    display: none;
    z-index: 20;
}

#s2 table {
    margin-top: 2%;
    width: 90%;
    border-collapse: collapse;
    margin: 0 auto;
    background-color: #fff;
    max-width: 640px;
}

th,
td {
    padding: 1.8%;
    text-align: left;
    border: solid 2px #fff;
    line-height: 240%;
}

th {
    width: 18%;
}

@media screen and (max-width:640px) {
    input[type="button"],
    input[type="submit"] {
        -webkit-appearance: none;
    }
    #ga li {
        width: 49%;
    }
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
    .icon-animation {
        width: 20%;
        height: 50px;
        cursor: pointer;
    }
    .icon-animation span {
        width: 45px;
        height: 5px;
        background: #000;
        position: absolute;
        right: 4%;
        top: 40%;
        z-index: 51;
    }
    .type-1 span {
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    .type-1 .top {
        -webkit-transform: translateY(-17px);
        -ms-transform: translateY(-17px);
        transform: translateY(-17px);
    }
    .type-1 .bottom {
        -webkit-transform: translateY(17px);
        -ms-transform: translateY(17px);
        transform: translateY(17px);
    }
    .type-1.is-open {
        position: absolute;
        right: 3%;
        top: 20%;
        z-index: 51;
    }
    .type-1.is-open .middle {
        background: rgba(255, 255, 255, 0);
    }
    .type-1.is-open .top {
        -webkit-transform: rotate(-45deg) translateY(0px);
        -ms-transform: rotate(-45deg) translateY(0px);
        transform: rotate(-45deg) translateY(0px);
    }
    .type-1.is-open .bottom {
        -webkit-transform: rotate(45deg) translateY(0px);
        -ms-transform: rotate(45deg) translateY(0px);
        transform: rotate(45deg) translateY(0px);
    }
    .text,
    .textarea {
        width: 88%;
    }
    .submit {
        width: 94%;
    }
    input[type="button"],
    input[type="submit"] {
        -webkit-appearance: none;
    }
}