/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2017/12/30, 14:29:01
    Author     : dossi
*/

@import "https://fonts.googleapis.com/css?family=Baloo+Paaji";
@font-face {
  font-family: "YuGothic M";
  src: local("Yu Gothic Medium"),
       local("Yu Gothic");
  font-weight: 500;
       /*
         Chrome 58.0.3029.110 (64-bit) では
         "Yu Gothic Medium" を認識しないバグあるため
         "Yu Gothic" と font-weight も併せて指定。
       */
}
html, body {
    font-family: "游ゴシック体", YuGothic, "YuGothic M", sans-serif;
    color: white;
    font-size: 16px;
    background-color: #1C1C1C;
    height: 100%;
    margin-bottom: 0px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 0px;
 }
 
p {
    
    padding-left: 8px;
    padding-right: 8px;
}
li {
    margin-top: 5px;
}
ol {
    margin-left: 0px;
}



#top-wrapper {
    height: 100%;
    
    
    display: flex;
    justify-content: center;
    align-items: center;
}


#img_ripple_kaleid{
    width: 80%;
    height: auto;
    
}

#img_nua_logo {
    width: 20%;
    height: auto;
}

#img_nua_logo {
    right: 10px;
    top: 10px;
    position: absolute;
}


.scroll_icon{
    position: absolute;
    right: 0px;
    bottom: 60px;
}

.back_ripple{
    height: 300%;
    
    background-image: url("../images/top_bg.gif");
    background-attachment: fixed;
    background-size: cover;
}

.panel {
        vertical-align: middle;
        height: auto;
        width: 100%;
        text-align: center;
        
        margin-top: 20px;
}

#about_h,#theme_h{
    opacity: 1;
    
    -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
    transition: opacity 2s;
}

#about_p, #theme_p{
    text-align: center;
}

.panel.top {
    margin-top: 0px;
}

.panel.top, .panel.about{
    height: 37%;
}
.panel.theme {
    margin-bottom: 20px;
}

.panel.tracklist, .panel.staff{
    background-color: #1C1C1C;
    background-image: none;
    
}

.panel.installation{
    background-color: whitesmoke;
    color: #1C1C1C;
    background-image: none;
}

#infomation_map{
    margin-left: 20px;
}

#infomation_sentense{
    padding-top: 20px;
    text-align: left;
   width: 100%;
}
#infomation_sentense p{
    line-height: 95%;
}

.footer {
    text-align: right;
    font-size: 15px;
    
}

.spacer_words {
    padding-top: 10px
}


.littleWide{
}

.portrait {
    
    transform: rotate(90deg);
    transform-origin: center;
    font-size: 25px;
    margin-top:  50px;
    padding-bottom: 50px;
}
    .portrait.responsive{
        transform: rotate(0deg);

    }

#tracklistB{
    background-color: #1C1C1C;
    text-align: left;
    padding-left: 10px;
}
#installationB{
    text-align: right;
    padding-right: 10px;
}
#staffB{
    background-color: #1C1C1C;
    text-align: left;
    padding-left: 10px;
    
}

    #infomation_map {
        display: none;
    }

    #u1258-2{
        font-size: 20px;
    }

.flex{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    align-items: flex-start;
    display: flex;
    
}

.fleximg {
    overflow: hidden;
}

.flexwords {
    width: 50%;
}

.br-sp {
    display: none;
}

@media (min-width: 768px) {
    
    
    .panel.about {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
    align-items: center;
    
    }
    
    .panel.theme {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-direction : row-reverse;
    align-items: center;
        
    }
    .littleWide {
        padding-left: 20px;
        padding-right: 20px;
    }
    #about_p{
    text-align: left;
}
#theme_p{
    text-align: right;
}
    
    .br-sp {
        display: initial
    }
    .panel.tracklist {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        align-items: flex-start;
    }
    
    #tracklistB {
        padding-left: 30px;
        padding-right: 30px;
        width: 100%;
    }
    .panel.staff {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        align-items: flex-start;
    }
    #staffB {
        width: 100%;
    }
    
    .staff.sentense {
        padding-left: 30px;
        text-align: left;
    }
    .sentense i {
        text-align: left;
    }
    
    .panel.installation {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        flex-direction : row-reverse;
        display: flex;
    align-items: flex-start;
    }
    #installationB {
        padding-left: 30px;
        padding-right: 30px;
        width: 100%;
    }
    
    
    .panel.infomation {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        align-items: center;
    }
    
    .portrait {
        
    transform: rotate(90deg);
    }
    .portrait.responsive{
        transform: rotate(90deg);

    }
    
    #infomation_map {
        display: block;
    }
    
}

