@charset "UTF-8";
/*
 Kamisama-Shibai, copyright 2018 KADOKAWA
 Last update: 2019.8
*/

/*
 common element
*/
html {
    color: #555555;
    font-size: 14px;
    line-height: 21px;
    font-family: Verdana, Geneva, "sans-serif";
    background:none;
}
html, body {
    height: 100%;
}
a {
    color: #555555;
}


/***************
 *
 * Tablet and Mobile
 * width < 768px
 *
 */

@media (max-width: 768px) {
    .hidden-small{
        display: none;
    }
    body {
        width: 100%;
        padding: 0;
        min-height: 100%;
        height: auto !important;
        height: 100%;
        background: #FFF;
        position: relative;
    }
    #content-wrapper {
        position: relative;
        background-color: transparent;
        max-width: 100%;
        min-height: 100%;
       /* padding-bottom: 0px;*/
        overflow: hidden;
        margin: 0 auto;
        background: #FFFFFF url(../../images/2x/ks_key@2x-mo-tiny.png) top center no-repeat;
        background-size: contain;
    }
    
    /* header*/
    header#first-row-header-mobile {
        margin: 0;
        overflow: hidden;
        transition: height 0.5s;
    }
        .first-row-header{
            margin: 0.5rem 1rem;        
        }
    h1 {
        margin: 0;
        padding: 0;
        display: inline-block;
    }
    .menu-bars {
        width: 2rem;
        height: 2rem;
    }
    .menu-bars>svg {
        height: 100%;
        width: 100%;
    }
    .header-logo img {
        height: 46px;
    }
    .pulldown-menu-toggle {
        cursor: pointer;
    }
    .pulldown-menu {
        width: 100%;
        transition: height 0.3s;
        overflow: hidden;
        background: #CCC;
        box-shadow: 0 1px 10px rgba(100,100,100,0.5);
    }
    .pulldown-menu-div{
        height: 48px;
        text-align: center;
        margin-bottom: 1px;
    }
    .pulldown-menu-div a{
        display: block;
    }
    .pulldown-menu-div img{
        height: 14px;
        filter: brightness(10)
    }

    .pulldown-menu-div:hover{
        filter: brightness(0.9);
    }
    .pulldown-menu-div-color1{
        background: #ff82a0;
    }
    .pulldown-menu-div-color2{
        background: #01BED4;
    }

    .menu-hidden {
        height: 0;
    }
    .menu-visible {
        height: calc(50px*10);
    }
    .header-mobile{
        background: #727272;
        padding: 0.6rem 1rem 0.8rem;
        text-align: center;
    }
    .header-mobile img{
        height: 1rem;
        filter: brightness(10);
    }
    

    /* 
        First Row 
    */
    
    .game-hcopy{
        width: 90vw;
        font-size: 1.2rem;
        line-height: 150%;
        font-weight: 700;
    }
    
    .first-row{
        background: url(../../images/SVG/separator.svg) top left no-repeat;
        background-size: 40%;
        padding: 3rem 0 0;
        margin: 2rem 2rem 0;
    }
    .first-row>h2>img{
        height: 1.2rem;
        text-align: left;
    }


    h2{
        height:2rem;
        padding: 0;
        margin: 0;
    }
    h2>img{
        height: inherit;
    }
    
    
    /* second row  */
    
      
    .second-row{
        width: 90vw;
        height: auto;
        padding-top: 3rem;
        position: relative;
        margin: 0 auto;
    }
    
    /* 3rd row  */
      
    .third-row{
        width: 95vw;
        height: auto;
        margin: 2rem auto;
        position: relative;
    }
    /* 4th row  */
      
    .fourth-row{
        width: 95vw;
        height: auto;
        margin: 2rem auto;
        position: relative;
    }
    /* 5th row  */
      
    .fifth-row{
        width: 95vw;
        height: auto;
        margin: 2rem auto;
        position: relative;
    }
    
    /* spec  */
      
    .spec{
        width: 95vw;
        height: auto;
        margin: 2rem auto;
        position: relative;
    }
    .spec-header{
        background: #ff82a0;
        padding: 2px 4px 6px 6px;
    }
    .spec-header>img{
        height: 14px;
    }
    
    .point-title{
        margin: 0 0 20px;
        font-size: 1.8rem;
        line-height: 150%;
        font-weight: 700;
        text-align: center;
    }
    .point-description{
        font-size: 1.4rem;
        line-height: 150%;
        font-weight: 700;
    }
    .boxshadow{
        box-shadow: 5px 5px 0px 0px rgba(0,190,210,1);
    }
    .slideshow-nav .uk-active{
        box-shadow: 0px 0px 0px 3px rgba(0,190,210,1);
    }
    
    
    /*
     Footer
    */
    
    footer.pc-footer {
    /*position: absolute;*/
    bottom: 0;
    background: #666;
    color: #FFF;
    /* padding: 1rem; */
    width: 100%;
    height: 20px;
    }    
    

    
    .footer-banner{
    position: fixed;
    height: 60px;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 6px;
    background: #FFF;
    }
    
    .game-store-link {
        display: flex;
        justify-content: center;
        margin: 10px 0;
    }
    .game-store-link>div {
        height: 40px;
        margin: 0 5px;
    }
    .game-store-link>div img {
        height: 100%;
    }
    
}

/***************
 *
 * PC
 * width > 768px
 *
 */

@media (min-width: 769px) {
    .visible-small{
        display: none;
    }
    body {
        width: 100%;
        padding: 0;
        min-height: 100%;
        height: auto !important;
        height: 100%;
        background: #FFF;
        position: relative;
    }
    #content-wrapper {
        position: relative;
        max-width: 1200px;
        min-height: calc(100vh - 50px);
        padding-bottom: 50px;
        overflow: hidden;
        margin: 0 auto;
    }
    #content-wrapper::before{
        z-index: -1;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        opacity: 0.5;
        content: "";
        background: #FFFFFF url(../../images/2x/ks_key@2x-tiny.png) top center no-repeat;
        background-size: contain;
    }
    h1 {
        margin: 0;
        padding: 0;
    }
    
    /* header */
    .header {
        height: 4.5rem;
        background-color: #FFF;
    }
    .header-r{
        padding-right: 1.5rem;
    }
    .header-r>div {
        margin-left: 2rem;
        position: relative;
    }
    .header-r img{
        height: 11px;   
    }
    .header-l{
        padding-left: 1.5rem;
    }
    .header-logo img {
        width: 12rem;
        height: auto;
    }
    
    
    /* 
        First Row 
    */
    
    .game-hcopy{
        text-align: center;
        
    }
    
    .game-hcopy>img{
        height: 60px;
    }
    
    .first-row {
        width: 700px;
        height: auto;
        padding-top: 3rem;
        margin: 2rem auto;
        position: relative;
        background: url(../../images/SVG/separator.svg) top center no-repeat;
        background-size: 13rem;
    }

    h2{
        height:2rem;
        text-align: center;
    }
    h2>img{
        height: inherit;
    }
    
    
    /* second row  */
    
      
    .second-row{
        width: 700px;
        height: auto;
        padding-top: 3rem;
        margin: 2rem auto;
        position: relative;
    }
    
    /* 3rd row  */
      
    .third-row{
        width: 700px;
        height: auto;
        margin: 2rem auto;
        position: relative;
    }
    /* 4th row  */
      
    .fourth-row{
        width: 700px;
        height: auto;
        margin: 2rem auto;
        position: relative;
    }
    /* 5th row  */
      
    .fifth-row{
        width: 700px;
        height: auto;
        margin: 2rem auto;
        position: relative;
    }
    
    /* spec  */
      
    .spec{
        width: 700px;
        height: auto;
        margin: 2rem auto;
        position: relative;
    }
    .spec-header{
        background: #ff82a0;
        padding: 2px 4px 6px 6px;
    }
    .spec-header>img{
        height: 14px;
    }
    
    .point-title{
        margin: 0 0 20px;
        font-size: 1.8rem;
        line-height: 150%;
        font-weight: 700;
        text-align: center;
    }
    .point-description{
        font-size: 1.4rem;
        line-height: 150%;
        font-weight: 700;
    }
    .boxshadow{
        box-shadow: 5px 5px 0px 0px rgba(0,190,210,1);
    }
    .slideshow-nav .uk-active{
        box-shadow: 0px 0px 0px 3px rgba(0,190,210,1);
    }
    
    
    /*
     Footer
    */
    
    footer.pc-footer {
    /*position: absolute;*/
    bottom: 0;
    background: #666;
    color: #FFF;
    /* padding: 1rem; */
    width: 100%;
    height: 50px;
    }    
    

    
    .footer-banner{
    position: fixed;
    height: 80px;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 10px 0;
    background: #FFF;
    }
    
    .game-store-link {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0;
        height: 100%;
    }
    .game-store-link>div {
        height: 56px;
        margin: 0 5px;
    }
    .game-store-link>div img {
        height: 100%;
    }
    
}/* end pc*/


 

/***************
 *
 * Utilities
 *
 */

/* animate-underline */

.animate-underline:before,
.animate-underline:after{
  position: absolute;
  content: "";
  display: inline-block;
  width: 0;
  bottom: -2px;
  height: 1px;
  background: #777;
  transition: 0.3s;
}

.animate-underline:before{
  left: 50%;
}

.animate-underline:after{
  right: 50%;
}

.animate-underline:hover:before,
.animate-underline:hover:after{
  width: 50%;
}

.static-underline:before{
  position: absolute;
  content: "";
  display: inline-block;
  width: 100%;
  bottom: -2px;
  height: 1px;
  background: #777;
}

.notactive{
    opacity: 0.5;
}
