@charset "utf-8";

.clearfix {
    content: "";
    display: block;
    clear: both;
}
/*----------------フラッシュここから---------------------*/
body {
    position: relative;
    background-color: #e42d80;
    font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
}
#top, #daiji, #sub, #fadeout #click {
    visibility: hidden;
    font-size: 1px;
    color: #fff;
    font-family: 'Noto Sans JP', sans-serif;
}
.flush #top {
    visibility: visible;
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #000;
/*    background-color: #e42d80;*/
    z-index: 999 !important;
}

.flush #daiji {
    visibility: visible;
    position: absolute;
    top: 50vh;
    left: 5vw;
    transform: rotate(712deg);
    transition: all 2s ease;
    font-size: 7.6vw;
}
.flush #sub {
    visibility: visible;
    position: absolute;
    top: 62vh;
    left: 60vw;
    transform: rotate(-8deg);
    transition-delay: 3s;
    font-size: 4vw;
}
.flush #click {
    visibility: visible;
    position: absolute;
    top: 34vh;
    left: 55vw;
    transform: rotate(-8deg);
    transition-delay: 3s;
    font-size: 4vw;
}
.flush #fadeout {
    visibility: visible;
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    transition: all 1s ease-in;
    z-index: 9999 !important;
}

/*----------------フラッシュここまで---------------------*/
#top_page {
    height: 0;
    padding-top: 63%;
    background: url('../img/expo_bg.jpg') 0 0 no-repeat;
    background-size: contain;
    padding-bottom: 150px;
}
nav {
    position: fixed;
    top: 20px;
    width: 100%;
    background-color: #e42d80;
    z-index: 99;
}
.global_nav {
    float: right;
    display: flex;
    justify-content: space-between;
    list-style-type: none;
    padding-bottom: 6px;
    border-bottom: 1px solid #fff;
}
.global_nav li a {
    display: block;
    margin-right: 40px;
    padding: 12px 0;
    text-decoration: none;
    height: 0.7rem;
    vertical-align: middle;
    font-style: italic;
    color: #fff;
}
nav a:hover,nav .logo a h1:hover {
    color: #ffffff;
    text-decoration: underline;
    font-style: normal;
}
.sns {
    display: flex;
}
.sns li a {
    margin-right: 20px;
}
.sns a {
    text-decoration: underline;
}
.logo {
    float: left;
    margin-left: 50px;
    width: 270px;
    height: 3rem;
}
.logo a {
    display: flex;
    text-decoration: none;
}
.logo img {
    vertical-align: bottom;
    width: 3rem;
    height: 3rem;
}
.logo h1 {
    text-decoration: none;
    font-size: 1rem;
    padding: 12px 0 12px 12px;
    color: #fff;
}

.title {
    position: absolute;
    top: 100px;
    width: 220px;
    border-radius: 0 10px 10px 0;
    text-align: center;
    background-color: #fff;
    color: #e42d80;
    font-size: 1.1rem;
    margin-bottom: 50px;
}
.text-box {
    position: absolute;
    top: 150px;
    left: 0;
    right: 0;
    margin: auto;
    width: 50vw;
    background-color: #fff;
    line-height: 2rem;
    opacity: 0.85;
}
/*--------------- #greeting ---------------*/
#greeting {
    height: 0;
    position: relative;
    padding-top: 75%;
    background: url('../img/open_sq.jpg') center center no-repeat;
    background-size: cover;
    padding-bottom: 150px;
}
#greeting .text-box p {
    padding: 50px;
}
#greeting .text-box span {
    padding-top: 25px;
    display: block;
    text-align: right;
    line-height: 1rem;
    font-size: 0.9rem;
}
#greeting a {
    text-decoration: none;
}
#greeting a h2 {
    text-align: center;
    width: 300px;
    margin: 0 auto 15px;
    border-radius: 7px;
    box-shadow: 3px 3px 5px -2px black;
    background-color: #eb5298;
    color: #fff;
}
#greeting a h2:hover {
    background-color: #e42d80;
}
.white-space {
    display: inline;
    white-space: nowrap;
}
/*--------------- #artist ---------------*/
#artist {
    margin-top: 200px;
    height: 1200px;
    position: relative;
}
#artist .text-box {
    opacity: 1;
}
#artist .text-box ul {
    padding: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
#artist .text-box li {
    display: block;
    width: 176px;
    font-size: 0.9rem;
    text-align: center;
}
/*--------------- #broadcast ---------------*/
#broadcast {
    height: 0;
    position: relative;
    padding-top: 75%;
    background: url('../img/online.jpg') center center no-repeat;
    background-size: cover;
    margin-bottom: 6050px;
}
#broadcast .text-box {
    opacity: 1;
}
#broadcast h2 {
    margin: 30px 20px;
    color: #e42d80;
}
#broadcast h1 {
    font-size: 1.1rem;
    text-align: center;
}
#broadcast h3 {
    font-weight: normal;
    text-align: center;
}
#broadcast .video {
    width: 90%;
    margin: 0 auto;
}
#broadcast iframe {
    width: 100%;
    height: 380px;
}
#zoom {
    background-color: #fcd2e5;
    margin-bottom: 70px;
    padding: 30px;
}
#zoom p {
    font-size: 0.9rem;
}
#broadcast .button {
    width: 54%;
    margin: 0 auto 7px;
    display: block;
    text-decoration: none;
    text-align: center;
    background-color: #e42d80;
    color: #fff;
    border-radius: 5px;
    box-shadow: 2px 2px 4px 4px #555;
    opacity: 0.8;
}
#broadcast .button:hover {
    opacity: 1;
}
#broadcast li {
    margin-bottom: 90px;
}
#broadcast h4 {
    padding: 150px 40px;
    text-align: left;
    background-color: #afafaf;
    color: #fff;
    font-size: 2em;
}
#broadcast .video p span {
    color: #f50707;
}
/*--------------- #about ---------------*/
#about {
    height: 0;
    position: relative;
    padding-top: 75%;
    background: url('../img/media_t.jpg') center center no-repeat;
    background-size: cover;
}
#about .title {
    width: 300px;
}
#about .text-box {
    padding: 30px;
    opacity: 1;
}
#about a {
    text-decoration: none;
    display: block;
    width: 320px;
    border-radius: 7px;
    height: 1.3rem;
    text-align: center;
    margin: 8px auto 30px;
}
#about a h2 {
    border-radius: 7px;
    box-shadow: 3px 3px 5px -2px black;
    background-color: #eb5298;
    color: #fff;
}
#about a h2:hover {
    background-color: #e42d80;
}
#about p {
    color: #f50707;
    line-height: 1.3em;
}
#about iframe {
    width: 100%;
    height: 450px;
}
/*--------------------------footer--------------------*/
footer {
    background: #000;
    color: #fff;
}
.foot {
    width: 1200px;
    margin: 0 auto;
}
footer p {
    font-size: 13px;
    text-align: right;
    margin: 0 7px;
}
.copyright {
    padding-top: 8px;
    text-align: center;
}
footer span {
    white-space: nowrap;
}
.foot a {
    color: #e42d80;
}
/*--------------------------------------------------1280px--------------------------------*/
@media screen and (max-width: 1280px) {
    .text-box {
        width: 75%;
    }
    #broadcast {
        margin-bottom: 6300px;
    }
    #about {
    margin-bottom: 150px;
    }
    .foot {
        width: calc(100vw - 16px);
    }
}
/*--------------------------------------------------896px--------------------------------*/
@media screen and (max-width: 896px) {
    #top_page {
        margin-top: 90px;
        width: auto;
        height: 0;
        padding-top: 142%;
        background: url('../img/expo_bg_s.jpg') 0 0 no-repeat;
        background-size: contain;
    }
    nav {
        transform: translateZ(0,0,0);
        z-index: 99;
    }
    /*---------ハンバーガーメニュー--------*/
    .global_nav {
        float: right;
        display: block;
        width: 120px;
        height: 0;
        
        visibility: hidden;
        transition: .5s;
    }
    .global_nav.show {
        float: right;
        height: 100%;
        visibility: visible;
        transition: .5s;
    }
    .global_nav li {
        margin : 12px auto;
    }
    .hamburger {
        position: absolute;
        top: 3px;
        right: 0px;
        /*float: right;*/
        display: block;
        margin: 4px 12px 4px 0;
        height: 34px;
        width: 34px;
        cursor: pointer;

        z-index: 200;
    }
    .hamburger span {
        display: block;
        height: 3px;
        width: 100%;
        background-color: #fff;
        position: relative;
        transition: transform .5s, opacity .5s;
    }
    .hamburger span:nth-child(1) {
        top: 2px;
    }
    .hamburger span:nth-child(2) {
        top: 12px;
    }
    .hamburger span:nth-child(3) {
        top: 22px;
    }
    .hamburger.show span:nth-child(1) {
        transform: translateY(12px) rotate(-225deg);
    }
    .hamburger.show span:nth-child(2) {
        opacity: 0;
    }
    .hamburger.show span:nth-child(3) {
        transform: translateY(-13px) rotate(225deg);
    }
    .logo {
    margin-left: 12px;
    }
    .text-box {
        width: 80vw;
    }
    #greeting .text-box p {
        padding: 50px 5px;
    }
    #greeting {
        height: 0;
        position: relative;
        padding-top: 132%;
        background: url('../img/open_sq_s.jpg') center center no-repeat;
        background-size: cover;
        padding-bottom: 150px;
    }
    #artist .text-box ul {
        padding: 50px 0;
    }
    #broadcast {
        height: 0;
        position: relative;
        padding-top: 134%;
        background: url('../img/online_s.jpg') center center no-repeat;
        background-size: cover;
        padding-bottom: 150px;
        margin-bottom: 6400px;
    }
    #broadcast h2 {
        margin: 30px 5px;
    }
    #about {
        height: 0;
        position: relative;
        padding-top: 132%;
        background: url('../img/media_t_s.jpg') center center no-repeat;
        background-size: cover;
        margin-bottom: 40px;
    }
}
/*--------------------------------------------------660px--------------------------------*/
@media screen and (max-width: 660px) {
    #artist {
        height: 1700px;
    }
    #broadcast {
        margin-bottom: 7000px;
    }
    #broadcast h4 {
        font-size: 1.4em;
    }
    #about {
        margin-bottom: 200px;
    }
}

/*--------------------------------------------------553px--------------------------------*/
@media screen and (max-width: 553px) {
    #greeting {
        margin-bottom: 650px;
    }
    #artist {
        height: 1700px;
    }
    #broadcast {
        margin-bottom: 7800px;
    }
    #broadcast h4 {
        font-size: 1.1em;
    }
    #about {
        margin-bottom: 450px;
    }
}
/*--------------------------------------------------440px--------------------------------*/
@media screen and (max-width: 440px) {
    .logo {
        width: 100px;
    }
    .logo h1 {
        display: none;
    }
    #greeting {
        margin-bottom: 750px;
    }
    #greeting p {
        font-size: 0.9rem;
    }
    #artist {
        height: 3000px;
    }
    #broadcast {
        margin-bottom: 8100px;
    }
    #about {
        margin-bottom: 700px;
    }
    #about .text-box {
        padding: 12px;
    }
    #about a {
        width: 280px;
        font-size: 0.8rem;
        line-height: 1.5rem;
    }
}