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

/*
 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: 50px;
        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{
        background: url(../../../assets/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;
    }

    
    /*
     SECOND ROW
    */
    
    .second-row{
        padding: 2rem;
    }
    
    .second-row p{
        font-size: 1rem;
        line-height: 1.8rem;
    }
    
    
    footer.pc-footer {
    position: absolute;
    bottom: 0;
    background: #666;
    color: #FFF;
    /* padding: 1rem; */
    width: 100%;
    height: 50px;
    }  
    
    

    
    
}

/***************
 *
 * 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 
    */
    
    .first-row {
        width: 100%;
        height: auto;
        padding-top: 3rem;
        margin: 4rem 0 5rem;
        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>p{
        font-size: 1.2rem;
        line-height: 2rem;
        text-align: center;
        margin: 3rem 0;
    }
    
    
    
    /*
     Footer
    */
    
    footer.pc-footer {
    position: absolute;
    bottom: 0;
    background: #666;
    color: #FFF;
    /* padding: 1rem; */
    width: 100%;
    height: 50px;
    }    
    
    

    
}/* 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;
}
