@import url(normalize.css);

html {
    font-size: 62.5%;
    scroll-behavior: smooth;
}

@media (min-width: 1300px) {
    html {
        font-size: 1.0vw;

    }


    .up {
        display: block;
    }
}

/*ローディング*/
.loader {
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    z-index: 555;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 768px) {
    .load_img img {
        max-width: 50%;
        margin-left: 60px;
    }
}

.load_img img {
    width: 75%;
    animation-name: haneru;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}

/*トップ*/
.top img {
    width: 100%;
    animation-name: main_img_animation;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes main_img_animation {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


/*フェードイン*/
.fadein {
    opacity: 0;
    transform: translate(0, 100px);
    transition: all 1s;
}

.fadein.active {
    opacity: 1;
    transform: translate(0, 0);
}

/*ここからヘッダーメニュー*/
.header_menu {
    position: relative;
    max-width: 1050px;
    height: 180px;
    margin: 0 auto;
}

.menu_en .menu_jp {
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.menu_en {
    position: absolute;
    left: 2%;
    top: 4%;
}

.menu_jp {
    position: absolute;
    left: 2%;
    top: 4%;
}


.hidden1:hover img,
.hidden2:hover img,
.hidden3:hover img,
.hidden4:hover img,
.hidden5:hover img,
.hidden6:hover img,
.hidden7:hover img,
.hidden8:hover img {
    animation-name: menu_animation;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
}

@keyframes menu_animation {
    0% {
        opacity: 1;
        transform: rotateY(0);
    }

    100% {
        opacity: 0;
        transform: rotateY(180deg);
    }
}

@media (max-width: 1155px) {
    .header_menu {
        height: 300px;
    }
}

button {
    border: none;
    background: transparent;
    position: fixed;
    top: 10px;
    left: 5px;
}

button img {
    width: 50%;
    padding-bottom: 15px;
}

button:active {
    opacity: 0.8;
    cursor: pointer;
}

.res_header_menu {
    display: none;
    position: fixed;
    top: 50px;
}

.res_menu_en img {
    width: 100%;
    opacity: 0.9;
}

/*ここまでヘッダーメニュー*/

/*ここからｈ２*/
h2 {
    text-align: center;
    font-size: 3em;
}

/*new*/
.h2_new {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 80px;
    margin-bottom: 30px;
}

.h2_new::before,
.h2_new::after {
    border-top: 5px solid #c2e3ee;
    content: "";
    width: 275px;
}

.h2_new img {
    margin: 0 10px;
}

/*site*/
.h2_site {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 80px;
    margin-bottom: 30px;
}

.h2_site::before,
.h2_site::after {
    border-top: 5px solid #c2e3ee;
    content: "";
    width: 215px;
}

.h2_site img {
    margin: 0 10px;
}

.booth img {
    width: 15%;
}

/*creator*/
.h2_creator {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 80px;
    margin-bottom: 30px;
}

.h2_creator img {
    margin: 0 10px;
}

.h2_creator::before,
.h2_creator::after {
    border-top: 5px solid #c2e3ee;
    content: "";
    width: 320px;
}

/*access*/
.h2_access {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 80px;
    margin-bottom: 30px;
}

.h2_access img {
    margin: 0 10px;
}

.h2_access::before,
.h2_access::after {
    border-top: 5px solid #c2e3ee;
    content: "";
    width: 260px;
}

.h2_tv {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 80px;
    margin-bottom: 30px;
}

.h2_tv::before,
.h2_tv::after {
    border-top: 5px solid #c2e3ee;
    content: "";
    width: 260px;
}

.h2_tv img {
    width: 5%;
    margin: 0 10px;
}

/*ここまでｈ２*/

/*site*/
article {
    text-align: center;
    font-size: 1.5em;
    line-height: 2;
    font-weight: bold;
}

.red {
    color: red;
}

.border {
    border-bottom: 1px solid #000;
}

.bolder {
    font-weight: bolder;
}

.tyui {
    font-size: 0.8em;
}

.music_tv_ex {
    margin-top: 100px;
    font-size: 2em;
}

.music_tv a {
    color: blue;
}

.music_tv a:hover {
    opacity: 0.8;
    cursor: pointer;
}

/*creator*/
.creator_about {
    max-width: 960px;
    margin: 0 auto;
    text-align: left;
    display: flex;
    justify-content: space-around;
}

.creator_about dl {
    margin-left: 60px;
}

.creator_about dt {
    font-size: 2em;
}

.creator_about img {
    max-width: 20%;
    height: 20%;
    margin-right: 80px;
}

@media screen and (max-width: 560px) {
    .my_youtube {
        position: relative;
        width: 100%;
        padding: calc(315 / 560 * 100%) 0 0;
    }

    .my_youtube iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}

/*access*/
#access {
    max-width: 960px;
    margin: 0 auto;
}

.form {
    text-align: right;
    font-size: 0.5em;
}

.onegai {
    font-size: 0.8em;
    text-align: left;
    font-weight: normal;
    margin-bottom: 30px;
}

/*footer*/
footer {
    background-color: #f39800;
    text-align: center;
    padding: 10px 0;
}

.site_map ul {
    display: flex;
    font-size: 2em;
    color: #fff;
    font-weight: bold;
    justify-content: center;
}

.site_map ul li {
    list-style-type: none;
    padding: 30px;
}

.sns i {
    font-size: 5em;
    color: #fff;
    padding: 10px 30px;
}

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

a:hover {
    opacity: 0.8;
}

.img_animation {
    padding-left: 210px;
}

.img_animation img:nth-child(2) {
    padding-bottom: 60px;
    animation-name: hukidasi;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}

.img_animation img:nth-child(1):hover {
    animation-name: human;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

.sns i:hover {
    animation-name: haneru;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}

small {
    font-weight: bold;
    color: #fff;
}

@keyframes human {
    0% {
        transform: rotateY(0);
    }

    100% {
        transform: rotateY(360deg);
    }
}

@keyframes haneru {
    0% {
        transform: scale(1.0, 1.0) translate(0%, 0%);
    }

    15% {
        transform: scale(0.9, 0.9) translate(0%, 5%);
    }

    30% {
        transform: scale(1.3, 0.8) translate(0%, 10%);
    }

    50% {
        transform: scale(0.8, 1.3) translate(0%, -10%);
    }

    70% {
        transform: scale(1.1, 0.9) translate(0%, 5%);
    }

    100% {
        transform: scale(1.0, 1.0) translate(0%, 0%);
    }
}


@keyframes hukidasi {
    0% {
        transform: scale(1.0, 1.0) translate(0%, 0%);
    }

    10% {
        transform: scale(1.0, 1.0) translate(10%, 0%) skew(-10deg, 0deg);
    }

    60% {
        transform: scale(1.0, 1.0) translate(20%, 0%) skew(-20deg, 0deg);
    }

    70% {
        transform: scale(1.0, 1.0) translate(-15%, 0%) skew(15deg, 0deg);
    }

    80% {
        transform: scale(1.0, 1.0) translate(15%, 0%) skew(-15deg, 0deg);
    }

    80% {
        transform: scale(1.0, 1.0) translate(5%, 0%) skew(-5deg, 0deg);
    }

    90% {
        transform: scale(1.0, 1.0) translate(-5%, 0%) skew(5deg, 0deg);
    }

    100% {
        transform: scale(1.0, 1.0) translate(0%, 0%);
    }
}

.tv_link img {
    animation-name: purupuru;
    animation-duration: 3s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
}

@keyframes purupuru {
    0% {
        transform: scale(1.0, 1.0) translate(0%, 0%);
    }

    10% {
        transform: scale(1.0, 1.06) translate(-5%, -4%) skew(6deg, 0deg);
    }

    15% {
        transform: scale(1.0, 0.94) translate(5%, 4%) skew(-6deg, 0deg);
    }

    20% {
        transform: scale(1.0, 1.0) translate(0%, 0%);
    }

    25% {
        transform: scale(1.0, 1.0) translate(0%, 0%);
    }

    40% {
        transform: scale(1.1, 0.9) translate(0%, 5%);
    }

    50% {
        transform: scale(1.2, 0.8) translate(0%, 15%);
    }

    60% {
        transform: scale(1.0, 1.0) translate(0%, 0%);
    }

    70% {
        transform: scale(0.9, 1.2) translate(0%, -40%);
    }

    80% {
        transform: scale(0.9, 1.2) translate(0%, -20%);
    }

    90% {
        transform: scale(1.2, 0.8) translate(0%, 15%);
    }

    100% {
        transform: scale(1.0, 1.0) translate(0%, 0%);
    }
}

/*fixed menu*/
.home_r img {
    width: 7%;
    position: fixed;
    bottom:150px;
    right: 10%;
}

.top_r img {
    width: 7%;
    position: fixed;
    bottom: 60px;
    right: 10%;
}

.tv_link img {
    width: 12%;
    position: fixed;
    bottom: 60px;
    left: 10%;
}

/*レスポンシブ*/

@media (max-width: 768px) {
    .top img {
        margin-top: 80px;
    }

    .header_menu {
        display: none;
    }

    .res_header_menu {
        display: block;
    }

    .res_menu_en {
        display: none;
    }

    .h2_site {
        margin-top: 0;
    }

    /*ここからｈ２*/
    h2 {
        text-align: center;
        font-size: 2em;
    }

    /*new*/
    .h2_new {
        margin-top: 100px;
    }

    .h2_new::before,
    .h2_new::after {
        border-top: 5px solid #c2e3ee;
        content: "";
        width: 30px;
    }

    .h2_new img {
        width: 15%;
        margin: 0 10px;
    }

    /*site*/

    #site {
        margin-top: 150px;
    }

    .h2_site::before,
    .h2_site::after {
        display: none;
    }

    .h2_site img {
        width: 15%;
        margin: 0 10px;
    }

    /*creator*/

    .h2_creator img {
        width: 10%;
        margin: 0 10px;
    }

    .h2_creator::before,
    .h2_creator::after {
        width: 30px;
    }

    /*access*/

    .h2_access img {
        width: 10%;
        margin: 0 10px;
    }

    .h2_access::before,
    .h2_access::after {
        width: 30px;
    }

    .h2_tv img {
        width: 10%;
        margin: 0 10px;
    }

    .h2_tv::before,
    .h2_tv::after {
        width: 30px;
    }

    .h2_access img:first-child {
        width: 5%;
    }

    /*ここまでｈ２*/

    article {
        font-size: 1.2em;
        line-height: 1.5;
        padding: 0 10px;
    }

    .booth img {
        width: 40%;
    }

    .creator_about {
        margin: 0 auto;
        text-align: center;
        display: block;
    }

    .creator_about dl {
        margin-left: 0;
    }

    .creator_about dd {
        margin-left: 0;
    }

    .site_map ul {
        display: block;
        text-align: left;

    }

    .creator_about img {
        max-width: 20%;
        height: 20%;
        margin-right: 0px;
    }

    .img_animation img {
        display: none;
    }

    .site_map ul li {
        padding: 10px 0;
    }

    .sns i {
        padding: 10px 20px;
        margin-top: 100px;
    }

    .home_r img {
        width: 15%;
        bottom:165px;
    }

    .top_r img {
        width: 15%;
        bottom: 50px;
    }

    .tv_link img {
        width: 15%;
    }
}

@media (max-width: 500px){
    .home_r img {
        bottom:165px;
    }
    .top_r img {
        bottom: 80px;
    }
    .tv_link img {
        bottom: 80px;
    }
}

@media (min-width: 1300px){
    .home_r img {
        bottom:250px;
    }
    .top_r img {
        bottom: 80px;
    }
    
}