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

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

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

@media (max-width: 768px) {

.hidden-small{
    display: none;
}
    
    
body {
    width: 100%;
    height: 100%;
    padding: 0;
    background: #FFF;
}
#content-wrapper {
    position: relative;
    background-color: transparent;
    max-width: 100%;
    min-height: 100%;
    overflow: hidden;
    margin: 0 auto;
    background: #FFF 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);
}

    
    
/*opening cover*/
    
.opening-logo {
    position: absolute;
    z-index: 10000;
    width: 100vw;
    height: 100vh;
    background: #FFF;
    opacity: 1;
    transition: all 1.5s;
}
.opening-logo>div {
    width: 60vw;
    /*logo original size 456*140*/
    height: calc(60vw*(140/456));
    margin: 40vh auto;
}
.opening-logo-fade {
    opacity: 0 !important;
}
/* forst row animation */
    
.first-row {
    width: 100vw;
    height: 100vh;
    position: relative;
    overflow: hidden;
}
    @media (min-width: 480px) {
        .first-row {
            width: 100vw;
            height: 130vh;
            position: relative;
            overflow: hidden;
        }
    }
    
    
/* akira-sousuke */
.akira-sousuke {
    position: absolute;
    width: 42vw;
    top: 0;
    left: 2vw;
    opacity: 0;
}
/* ritsu-itsuki */
.ritsu-itsuki {
    position: absolute;
    width: 55vw;
    top: 0;
    right: -7vw;
    opacity: 0;
}
/* roki-mahiro */
.roki-mahiro {
    position: absolute;
    top: 60vh;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 92;
    opacity: 0;
    transform: scale(2.4);
}
    @media (min-width: 480px) {
        .roki-mahiro {
            position: absolute;
            top: 70vh;
            left: 0;
            right: 0;
            margin: auto;
            z-index: 92;
            opacity: 0;
            transform: scale(1.4);
        }
    }
@media only screen /*iPhoneX*/
    and (device-width : 375px) 
    and (device-height : 812px) 
    { 
        .roki-mahiro {
            position: absolute;
            top: 50vh;
            left: 0;
            right: 0;
            margin: auto;
            z-index: 92;
            opacity: 0;
            transform: scale(2.4);
        }
    }
@media only screen 
    and (device-width : 414px) 
    and (device-height : 896px) 
    { 
        .roki-mahiro {
            position: absolute;
            top: 50vh;
            left: 0;
            right: 0;
            margin: auto;
            z-index: 92;
            opacity: 0;
            transform: scale(2.4);
        }
    }

/* god-like */
.god-like {
    position: absolute;
    z-index: 90;
    /* top: 1rem; */
    left: 0;
    right: 0;
    margin: auto;
    width: 75vw;
    opacity: 0;
    transform: scale(0.75) translateY(-30px);
}
.god-like div {
    height: calc(75vw*0.13);
    position: relative;
    overflow: hidden;/*border:1px solid #DDD;*/
}
.god-like img {
    transform: scale(0.45);
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.god-like-mc1 {
    top: 2px;
    overflow: visible !important
}
.god-like-mc2 {
    top: -1px
}
.god-like-mc3 {
    top: -1px
}
.god-like-mc3>img {
    top: calc(1vw*-3.8);
    left: 3.5px;
    transform: scale(0.51);
}
.god-like-mc4 {
    height: 57px !important;
    left: -1px;
    top: -4px;
    z-index: 100
}
.god-like-mc5 {
    top: -13px;
    /* left: 0; */
    /* right: 0; */
    margin: auto;
    width: 226px;
    height: 80px !important;
    overflow: visible !important;
}
.god-like-mc5>img {
    transform: scale(1.12);
    padding-left: 5px;
}
.god-like-mc6 {
    top: -28px;
    left: -1px;
    height: 62px !important;
}
    
    @media (min-width: 480px) {
        
        /* god-like */
        .god-like {
            position: absolute;
            z-index: 90;
            top: -3rem;
            left: 0;
            right: 0;
            margin: auto;
            width: 75vw;
            opacity: 1;
            transform: scale(0.7);
        }
        .god-like div {
            height: calc(75vw*0.08);
            position: relative;
            overflow: hidden;/*border:1px solid #DDD;*/
        }
        .god-like img {
            transform: scale(0.45);
            display: block;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
        }
        .god-like-mc1 {
            top: 2px;
            overflow: visible !important
        }
        .god-like-mc2 {
            top: -5px;
        }
        .god-like-mc3 {
            top: -3px;
        }
        .god-like-mc3>img {
            top: calc(1vw*-3.8);
            left: 8.5px;
            transform: scale(0.48);
        }
        .god-like-mc4 {
            height: 57px !important;
            left: -1px;
            top: -8px;
            z-index: 100;
        }
        .god-like-mc5 {
            top: -19px;
            /* left: 0; */
            /* right: 0; */
            margin: auto;
            width: 226px;
            height: 80px !important;
            overflow: visible !important;
        }
        .god-like-mc5>img {
            transform: scale(1.12);
            padding-left: 5px;
        }
        .god-like-mc6 {
            top: -33px;
            left: -1px;
            height: 62px !important;
        }

    }

    
/*game banner*/
    
.game{
    position: absolute;
    bottom: 11px;
    width: 51Vw;
    left: 2Vw;
    z-index: 93;
}

.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%;
}
    
.movie{
    position: absolute;
    bottom: 0;
    /* width: 105Vw; */
    right: 10px;
    z-index: 93;
}
    
    
/* Twitter */
.twitter-wrapper {
    background: #FFF url(../images/2x/twitter-bg@2x.png);
    background-size: 10%;
    height: 100%;
    width: 100vw;
    position: relative;
    overflow: hidden;
}
.twitter-wrapper>h2 {
    background: #01BED4;
    padding: 0.5rem 0 0.8rem;
    margin: 0 0 1rem;
    text-align: center;
    line-height: 0;
}
.twitter-wrapper>h2>img {
    height: 1.2rem;
    overflow: hidden;
}
.twitter {
    margin: 0 1rem;
    height: 80%;
    background: #01BED4;
}
#twitter-widget-0 { width: 740px !important; }/*iOS bug*/
.timeline {
    height: 400px;
    background: #FFF;
    overflow: hidden;
}
.twitter-follow {
    display: block;
    padding: 0.5rem;
    margin: 1.5rem 2rem;
    border-radius: 2rem;
    background: #FFF;
    text-align: center;
}
.twitter-follow:hover {
    background: #01BED4;
}
.twitter-follow>img {
    height: 1.5rem;
}
.twitter-fillow-img-hover {
    filter: brightness(100);
}

/* Introduction */
.introduction {
    background: url(../images/SVG/separator.svg) top left no-repeat;
    background-size: 10rem;
    margin:2rem;
    overflow: hidden;
}
.introduction>h2 {
    margin: 1.5rem 0 1.7rem;
    padding: 0;
}
.introduction>h2>object {
    height: 1.2rem !important;
}
.section-head {
    transform: scaleY(0);
    transform-origin: bottom;
    transition: all 0.8s;
}
.section-head-inview {
    transform: scaleY(1);
}
/*introduction svg*/
#section-head-intro {
    height: inherit;
}
.section-head-intro {
    opacity: 0;
    fill: #555;
}
#section-head-story {
    height: inherit;
}
.section-head-story {
    opacity: 0;
    fill: #555;
}
p.introduction-lead {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 700;
}
p.introduction-lead2 {
    margin: 1.6rem 0 1.2rem;
    text-align: center;
}
p.introduction-lead2 img {
    height: 1.4rem;
    margin-bottom: 1.2rem;
}
p.introduction-lead3 {
    font-size: 1rem;
    line-height: 1.5rem;
}

/* story */
.story {
    background: url(../images/SVG/separator.svg) top left no-repeat;
    background-size: 10rem;
    margin:1.8rem;
    overflow: hidden;
}
.story>h2 {
    margin: 1.5rem 0 1.7rem;
}
.story>h2>object {
    height: 1.2rem !important;
}
.story-lead {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 700;
}
.story-lead2 {
    font-size: 1rem;
    line-height: 1.5rem;
}

/* character */
.character {
    background: url(../images/SVG/separator.svg) top left no-repeat;
    background-size: 10rem;
    margin:1.8rem;
    overflow: hidden;
}
.character>h2 {
    margin: 1.5rem 0 1.7rem;
}
.character>h2>object {
    height: 1.2rem !important;
}
.character-lead {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 700;
}
.character-lead2 {
    font-size: 1rem;
    line-height: 1.5rem;
}
.school {
    padding: 1rem;
    background: #ff82a0;
}

.school2 {
    background: #00bed2;
}
.school3 {
    background: #727171;
}
.mo-top-schoolname{
    text-align: left;
    margin-bottom: 0.5rem;
}
.mo-top-schoolname img{
    height: 50px;
}
    
    
/* game */
.game2 {
    margin: 2rem 5%;
    background: url(../images/SVG/separator.svg) top left no-repeat;
    background-size: 10rem;
    overflow: hidden;
}
.game2>h2 {
    margin: 1.5rem 0 1.7rem;
}
.game2>h2>object {
    height: 1.2rem !important;
}
p.game2-lead {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 700;
}

/* RADIO */
.radio {
    background: url(../images/SVG/separator.svg) top left no-repeat;
    background-size: 10rem;
    margin:2rem;
    overflow: hidden;
}
.radio>h2 {
    margin: 1.5rem 0 1.7rem;
    padding: 0;
}
.radio>h2>object {
    height: 1.2rem !important;
}
p.radio-lead {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 700;
}

/* novel*/
    .novel {
        background: url(../images/SVG/separator.svg) top left no-repeat;
        background-size: 10rem;
        margin:2rem;
        overflow: hidden;
    }
    .novel>h2{
        margin: 1.5rem 0 1.7rem;
        padding: 0;
    }
    .novel>h2>object {
        height: 1.2rem !important;
    }
    p.novel-lead {
        font-size: 1rem;
        line-height: 1.5rem;
        font-weight: 700;
    }
/* chat */
    .chat {
        background: url(../images/SVG/separator-o.svg) top left no-repeat;
        background-size: 10rem;
        margin:2rem;
        overflow: hidden;
    }
    .chat>h2{
        margin: 1.5rem 0 1.7rem;
        padding: 0;
    }
    .chat>h2>object {
        height: 1.2rem !important;
    }
    p.chat-lead {
        font-size: 1rem;
        line-height: 1.5rem;
        font-weight: 700;
    }
    
    
    
    
/* CD */
    .cd {
        background: url(../images/SVG/separator.svg) top left no-repeat;
        background-size: 10rem;
        margin:2rem;
        overflow: hidden;
    }
    .cd>h2{
        margin: 1.5rem 0 1.7rem;
        padding: 0;
    }
    .cd>h2>object {
        height: 1.2rem !important;
    }
    p.cd-lead {
        font-size: 1rem;
        line-height: 1.5rem;
        font-weight: 700;
    }
    
/*
    event banner    
*/
.event-banner{
    padding: 3vw;
    background-image: url(../images/2x/background-stripe@2x.png);
    background-size: 8% auto;
}
.event-banner>div{
    display: block;
    height: 8.7vw;
    width: auto;
    margin: 1vw;
    text-align: center
}
.event-banner>div>a>img{
    height: 100%;
}

    .game-termination{
display: block;
    box-shadow: 0px 0px 20px 4px rgb(0 190 210 / 78%);
    background-color: rgba(255,255,255,0.78);
    height: 80px;
    padding-top: 2Vw;
    }

    .game-termination-modal{
    width: 90Vw;
    margin: 4rem auto;
    padding: 5px;
    border-radius: 24px;
    background: linear-gradient(0deg, rgba(0,190,210,1) 10%, rgba(255,130,160,1) 90%);
    }
    .game-termination-modal>div{
    border-radius: 18px;
    background: #FFF;
    padding: 1rem;
    font-size: 1rem;
    line-height: 1.5rem;
    text-align: justify;
    position: relative;
    }
    .red{
        color:red;
        font-weight: bold;
    }
    .game-termination-modal-header{
        font-size: 1.4rem;
        font-weight: bold;
    }
    .game-termination-modal-close{
        position: absolute;
        display: block;
        height: 30px;
        width: 30px;
        padding: 0 !important;
        background: none !important;
        bottom: -18px;
        left: 50%;
        transform: translateX(-50%);
    }
    
    
    
/* footer */
footer.mo-footer {
    background: #666;
    color: #FFF;
    padding: 0.5rem;
}

/* common */

.button-more {
    transform: scale(0.9) translateX(-5%);
}
.button-more>a {
    display: inline-block;
    position: relative;
    z-index: 1;
    padding: 2px 70px 8px;
    background: white;
    border: 2px solid #ff82a0;
    border-radius: 1.6rem;
    overflow: hidden;
    text-align: center;
}
.button-more>a:hover {
    background: #ff82a0;
    border: 2px solid #FFA0B6;
    transition-property: background-color;
}
.button-more-img-hover {
    filter: brightness(10);
}
.button-more>a>svg {
    height: 18px;
    width: 75.6px;
    
}
.more-button{
    fill: #ff82a0;
}
.button-more>a>svg>image {
    fill: #ff82a0;
}
.button-more-svg-hover {
    filter: url(#brightness);
}
    
.button-game {
}
.button-game>a {
    display: inline-block;
    position: relative;
    z-index: 1;
    padding: 4px 70px 6px;
    background: white;
    border: 2px solid #00bed2;
    border-radius: 1.6rem;
    overflow: hidden;
    text-align: center;
}
.button-game>a>svg {
    height: 16px;
    /*width: 75.6px;*/
}
.button-game>a:hover {
    background: #00bed2;
    border: 2px solid #00bed2;
    transition-property: background-color;
}
.button-game-svg-hover {
    filter: url(#brightness);
}
    
    
.button-radio {
}
.button-radio>a {
    display: inline-block;
    position: relative;
    z-index: 1;
    padding: 2px 70px 8px;
    background: white;
    border: 2px solid #00bed2;
    border-radius: 1.6rem;
    overflow: hidden;
    text-align: center;
}
.button-radio>a>svg {
    height: 18px;
    width: 75.6px;
}
.button-radio>a:hover {
    background: #00bed2;
    border: 2px solid #00bed2;
    transition-property: background-color;
}
.button-radio-svg-hover {
    filter: url(#brightness);
}
.button-novel>a {
    display: inline-block;
    position: relative;
    z-index: 1;
    padding: 2px 70px 8px;
    background: white;
    border: 2px solid #00bed2;
    border-radius: 1.6rem;
    overflow: hidden;
    text-align: center;
}
.button-novel>a>svg {
    height: 18px;
    width: 75.6px;
}
.button-novel>a:hover {
    background: #00bed2;
    border: 2px solid #00bed2;
    transition-property: background-color;
}
.button-novel-svg-hover {
    filter: url(#brightness);
}

.button-chat>a {
    display: inline-block;
    position: relative;
    z-index: 1;
    padding: 2px 70px 8px;
    background: white;
    border: 2px solid #CCC;/*#00bed2;*/
    border-radius: 1.6rem;
    overflow: hidden;
    text-align: center;
}
.button-chat>a>svg {
    height: 18px;
    width: 75.6px;
    filter: url(#grayscale);
}
.button-chat>a:hover {
    background: #00bed2;
    border: 2px solid #00bed2;
    transition-property: background-color;
}
.button-chat-svg-hover {
    filter: url(#brightness);
}

.button-cd>a {
    display: inline-block;
    position: relative;
    z-index: 1;
    padding: 2px 70px 8px;
    background: white;
    border: 2px solid #00bed2;
    border-radius: 1.6rem;
    overflow: hidden;
    text-align: center;
}
.button-cd>a>svg {
    height: 13px;
    width: auto;
}
.button-cd>a:hover {
    background: #00bed2;
    border: 2px solid #00bed2;
    transition-property: background-color;
}
.button-cd-svg-hover {
    filter: url(#brightness);
}




    
    
    
}/*end mobile*/









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

@media (min-width: 768px) {
    
.visible-small{
    display: none;
}
    
body {
    width: 100%;
    height: 100%;
    padding: 0;
    background: #FFF;
}
#content-wrapper {
    position: relative;
    background-color: transparent;
    max-width: 1200px;
    min-height: 100%;
    overflow: hidden;
    margin: 0 auto;
    background: url(../images/2x/ks_key@2x-tiny.png) top center no-repeat;
    background-size: contain;
}
#content-wrapper:before {
    content: "";
    width: 100%;
    height: 900px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255,255,255,1);
}
.wrapper-bg-fade::before {
    background-color: rgba(255,255,255,0) !important;
    transition: all 2s;
}
/* 
        First Row 
    */
    
.first-row {
    width: 100%;
    height: 70rem;
    position: relative;
}
/* header */
.first-row-header {
    height: 4.5rem;
}
.first-row-header-bg {
    background: #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;
}
/* topepage logo */
.toppage-logo {
    width: 38%;
    margin: 0 auto;
    /*opacity: 0;*/
}
/* akira-sousuke */
.akira-sousuke {
    position: absolute;
    width: 26%;
    top: 8rem;
    left: 4rem;
    /*opacity: 0;*/
}
/* ritsu-itsuki */
.ritsu-itsuki {
    position: absolute;
    width: 35%;
    top: 8.5rem;
    right: 0.5rem;
    /*opacity: 0;*/
}
/* roki-mahiro */
.roki-mahiro {
    position: absolute;
    width: 100%;
    top: 15rem;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 89;
    /*opacity: 0;*/
}
    
    
    
/* god-like */
.god-like {
    position: absolute;
    z-index: 90;
    bottom: 5rem;
    left: 0;
    right: 0;
    margin: auto;
    width: 220px;
    height: 332px;
    /*opacity: 0;*/
}
.god-like div {
    height: 46px;
    position: relative;
    overflow: hidden;/*border:1px solid #DDD;*/
}
.god-like img {
    transform: scale(0.65);
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.god-like-mc1 {
    top: 2px;
    overflow: visible !important
}
.god-like-mc2 {
    top: -1px
}
.god-like-mc3 {
    top: -1px
}
.god-like-mc3>img {
    top: -15px;
    left: 4.5px;
    transform: scale(0.75);
}
.god-like-mc4 {
    height: 57px !important;
    left: -1px;
    top: -1px;
    z-index: 100
}
.god-like-mc5 {
    top: -6px;
    left: -12px;
    width: 250px;
    height: 90px !important;
    overflow: visible !important
}
.god-like-mc5>img {
    transform: scale(1.2);
}
.god-like-mc6 {
    top: -12px;
    left: -1px;
    height: 62px !important;
}


/* game */    
    
    
.game{
    position: absolute;
    bottom: 0;
    width: 480px;
    left: 0;
    z-index: 89;
}


    /*
        Game banner
    */
    
    .game-banner{
        margin: 1rem auto 3rem;
        position: relative;
        height: 148px;
    }
    .game-introduce{
        z-index: 970;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
    }    
    .game-campain{
        position: absolute;
        left: 0;
        right: 0;
        margin: 132px auto 0;
        width: 1078px;
        cursor: pointer;
    }
    .game-store-link {
        display: flex;
        margin: -18px 0 0 60px;
    }
    .game-store-link>div {
        height: 56px;
        margin: 0 5px;
    }
    .game-store-link>div img {
        height: 100%;
    }
    .game-termination{
        position: relative;
    display: block;
    width: 348px;
    box-shadow: 0px 0px 20px 4px rgb(0 190 210 / 78%);
    background-color: rgba(255,255,255,0.78);
    margin-bottom: 6px;
    margin-left: 4.5rem;
    height: 130px;
    padding-top: 1rem;
    }

    .game-termination-modal{
        width: 66%;
        margin: 4rem auto;
        padding: 6px;
        border-radius: 26px;
        background: linear-gradient(0deg, rgba(0,190,210,1) 10%, rgba(255,130,160,1) 90%);
    }
    .game-termination-modal>div{
        position: relative;
        border-radius: 22px;
        background: #FFF;
        padding: 3rem;
        font-size: 1.4rem;
        line-height: 2.8rem;
        text-align: justify;
    }
    .red{
        color:red;
        font-weight: bold;å¨
    }
    .game-termination-modal-header{
        font-size: 1.8rem;
        font-weight: bold;
    }
    .game-termination-modal-close{
    position: absolute;
    display: block;
    height: 44px;
    width: 44px;
    bottom: -24px;
    padding: 0 !important;
    left: 50%;
    transform: translateX(-50%);
    }
    .br{
        display: block;
    }
/*
 second-row
*/

.second-row {
    margin: 1rem 5% 1rem;
}
/* introduction */
.introduction {
    background: url(../images/SVG/separator.svg) top left no-repeat;
    background-size: 13rem;
    overflow: hidden;
}
.introduction>h2 {
    margin: 1.5rem 0 1.7rem;
    padding: 0;
}
.introduction>h2>img {
    height: 2rem;
}
.section-head {
    transform: scaleY(0);
    transform-origin: bottom;
    transition: all 0.8s;
}
.section-head-inview {
    transform: scaleY(1);
}
/*introduction svg*/
#section-head-intro {
    height: inherit;
}
.section-head-intro {
    opacity: 0;
    fill: #555;
}
#section-head-story {
    height: inherit;
}
.section-head-story {
    opacity: 0;
    fill: #555;
}
p.introduction-lead img {
    height: 1.3rem;
    margin-bottom: 0.8rem;
}
p.introduction-lead2 {
    margin: 1.8rem 0;
}
p.introduction-lead2 img {
    height: 2rem;
    margin-bottom: 1.2rem;
}
p.introduction-lead3 {
    font-size: 1.2rem;
    line-height: 2.4rem;
}
/* story */
.story {
    background: url(../images/SVG/separator.svg) top left no-repeat;
    background-size: 13rem;
    overflow: hidden;
    margin-top: 4rem;
}
.story>h2 {
    margin: 1.5rem 0 1.7rem;
}
.story>h2>img {
    height: 2rem;
}
.story-lead img {
    height: 1.3rem;
    margin-bottom: 0.8rem;
}
.story-lead2 {
    font-size: 1.2rem;
    line-height: 2.4rem;
}
/* Twitter */

.twitter-wrapper {
    background: #FFF url(../images/2x/twitter-bg@2x.png);
    background-size: 10%;
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.twitter-wrapper>h2 {
    background: #01BED4;
    padding: 0.5rem 0 0.8rem;
    margin: 1.5rem 0;
    text-align: center;
}
.twitter-wrapper>h2>img {
    height: 1.5rem;
    overflow: hidden;
}
.twitter {
    margin: 0 2rem;
    height: 80%;
    background: #01BED4;
}
.timeline {
    height: 100%;
    background: #FFF;
    overflow: hidden;
}
.twitter-follow {
    display: block;
    padding: 0.5rem;
    margin: 1.5rem 2rem;
    border-radius: 2rem;
    background: #FFF;
    text-align: center;
}
.twitter-follow:hover {
    background: #01BED4;
}
.twitter-follow>img {
    height: 1.5rem;
}
.twitter-fillow-img-hover {
    filter: brightness(100);
}

    
    
/* 
Third Row 
*/

.third-row {
    margin: 4rem 0 1rem;
}
/* character */
.character {
    margin: 0 5%;
    background: url(../images/SVG/separator.svg) top left no-repeat;
    background-size: 13rem;
    overflow: hidden;
}
.character>h2 {
    margin: 1.5rem 0 1.7rem;
}
.character>h2>img {
    height: 2rem;
}
/* school */
.school {
    padding: 2rem 5%;
    position: relative;
    z-index: 1;
    /*overflow: hidden;*/
}
.school::before {
    position: absolute;
    top: 0;
    left: -130%;
    z-index: -2;
    width: 150%;
    height: 100%;
    content: "";
    background: linear-gradient(45deg, #ff82a0 70%, #FFF 100%);
    opacity: 0;
    transition: opacity 0.5s, left 0.5s;
    border-radius: 0;
}
.school:hover::before {
    opacity: 1;
    left: 0;
}
.school-emblem {
    height: 7rem;
    margin-right: 1rem;
}
.school-emblem>img {
    height: inherit;
}
.school-name {                                                                                                                
    height: 5.5rem;
}
.school-name>svg {
    height: inherit;
}
.school-name-svg-hover {
    filter: url(#brightness);
}
    
.school2::before {
    position: absolute;
    top: 0;
    left: -130%;
    z-index: -1;
    width: 150%;
    height: 100%;
    content: "";
    background: linear-gradient(45deg, #00bed2 70%, #FFF 100%);
    opacity: 0;
    transition: opacity 0.5s, left 0.5s;
    border-radius: 0;
}
.school2:hover::before {
    opacity: 1;
    left: 0;
}
.school3::before {
    position: absolute;
    top: 0;
    left: -130%;
    z-index: -1;
    width: 150%;
    height: 100%;
    content: "";
    background: linear-gradient(45deg, #727171 70%, #FFF 100%);
    opacity: 0;
    transition: opacity 0.5s, left 0.5s;
    border-radius: 0;

}
.school3:hover::before {
    opacity: 1;
    left: 0;
}
    
    
    
    
    
    
/*
        Fourth Row
*/
    
.fourth-row {
    margin: 4rem 0 1rem;
}
    
/* game */
.game2 {
    margin: 2rem 5%;
    background: url(../images/SVG/separator.svg) top left no-repeat;
    background-size: 13rem;
    overflow: hidden;
}
.game2>h2 {
    margin: 1.5rem 0 1.7rem;
}
.game2>h2>img {
    height: 2rem;
}
p.game2-lead img {
    height: 1.3rem;
    margin-bottom: 0.8rem;
}
    
    
/* radio */
.radio {
    margin: 0 5% 3rem;
    background: url(../images/SVG/separator.svg) top left no-repeat;
    background-size: 13rem;
    overflow: hidden;
}
.radio>h2 {
    margin: 1.5rem 0 1.7rem;
}
.radio>h2>img {
    height: 2rem;
}
p.radio-lead img {
    height: 1.3rem;
    margin-bottom: 0.8rem;
}
/* novel */
.novel {
    margin: 0 5% 0;
    background: url(../images/SVG/separator.svg) top left no-repeat;
    background-size: 13rem;
    overflow: hidden;
}
.novel>h2 {
    margin: 1.5rem 0 1.7rem;
}
.novel>h2>img {
    height: 2rem;
}
p.novel-lead img {
    height: 1.3rem;
    margin-bottom: 0.8rem;
}
/* chat */
.chat {
    margin: 2rem 5%;
    background: url(../images/SVG/separator-o.svg) top left no-repeat;
    background-size: 13rem;
    overflow: hidden;
}
.chat>h2 {
    margin: 1.5rem 0 1.7rem;
}
.chat>h2>img {
    height: 2rem;
}
p.chat-lead img {
    height: 1.3rem;
    margin-bottom: 0.8rem;
}
/* cd */
.cd {
    margin: 2rem 5%;
    background: url(../images/SVG/separator.svg) top left no-repeat;
    background-size: 13rem;
    overflow: hidden;
}
.cd>h2 {
    margin: 1.5rem 0 1.7rem;
}
.cd>h2>img {
    height: 2rem;
}
p.cd-lead img {
    height: 1.3rem;
    margin-bottom: 0.8rem;
}


    

    
/*
    event banner    
*/
.event-banner{
    padding: 0.8rem;
    background-image: url(../images/2x/background-stripe@2x.png);
    background-size: 3% auto;
}
.event-banner>div{
    display: block;
    height: 56px;
    margin: 0 10px;
}
.event-banner>div>a>img{
    height: 100%;
}

    
/*
     Footer
*/
    
footer.pc-footer {
    background: #666;
    color: #FFF;
    padding: 1rem;
}
/* common */

.button-more {
}
.button-more>a {
    display: inline-block;
    position: relative;
    z-index: 1;
    padding: 8px 60px 10px;
    background: white;
    border: 2px solid #ff82a0;
    border-radius: 1.6rem;
    overflow: hidden;
    text-align: center;
}
.button-more>a:hover {
    background: #ff82a0;
    border: 1px solid #FFF;
    transition-property: background-color;
}
.button-more-img-hover {
    filter: brightness(100);
}
.button-more>a>svg {
    height: 20px;
    width: 84px;
}
.button-more>a>svg>image {
    fill: #ff82a0;
}
.button-more-svg-hover {
    filter: url(#brightness);
}
    
.button-more2>a {
    display: inline-block;
    position: relative;
    z-index: 2;
    padding: 8px 60px 10px;
    background: white;
    border: 2px solid #00bed2;
    border-radius: 1.6rem;
    overflow: hidden;
    text-align: center;
}
.button-more2>a:hover {
    background: #00bed2;
    border: 1px solid #FFF;
    transition-property: background-color;
}
.button-more3>a {
    display: inline-block;
    position: relative;
    z-index: 2;
    padding: 8px 60px 10px;
    background: white;
    border: 2px solid #727171;
    border-radius: 1.6rem;
    overflow: hidden;
    text-align: center;
}
.button-more3>a:hover {
    background: #727171;
    border: 1px solid #FFF;
    transition-property: background-color;
}
.button-more3>a>svg {
    fill: #727171;
}  
.more-button{
    fill: #ff82a0;
} 
.button-radio {
}
.button-radio>a {
    display: inline-block;
    position: relative;
    z-index: 1;
    padding: 8px 60px 10px;
    background: white;
    border: 2px solid #00bed2;
    border-radius: 1.6rem;
    overflow: hidden;
    text-align: center;
}
.button-radio>a>svg {
    height: 20px;
    width: 84px;
}
.button-radio>a:hover {
    background: #00bed2;
    border: 2px solid #00bed2;
    transition-property: background-color;
}
.button-radio-svg-hover {
    filter: url(#brightness);
}

.button-novel {
}
.button-novel>a {
    display: inline-block;
    position: relative;
    z-index: 1;
    padding: 8px 60px 10px;
    background: white;
    border: 2px solid #00bed2;
    border-radius: 1.6rem;
    overflow: hidden;
    text-align: center;
}
.button-novel>a>svg {
    height: 20px;
    width: 84px;
}
.button-novel>a:hover {
    background: #00bed2;
    border: 2px solid #00bed2;
    transition-property: background-color;
}
.button-novel-svg-hover {
    filter: url(#brightness);
}

.button-chat {
}
.button-chat>a {
    display: inline-block;
    position: relative;
    z-index: 1;
    padding: 8px 60px 10px;
    background: white;
    border: 2px solid #CCC; /*#00bed2;*/
    border-radius: 1.6rem;
    overflow: hidden;
    text-align: center;
}
.button-chat>a>svg {
    height: 20px;
    width: 84px;
    filter: url(#grayscale);
}
/*
.button-chat>a:hover {
    background: #00bed2;
    border: 2px solid #00bed2;
    transition-property: background-color;
}
.button-chat-svg-hover {
    filter: url(#brightness);
}*/
    
.button-cd {
}
.button-cd>a {
    display: inline-block;
    position: relative;
    z-index: 1;
    padding: 8px 60px 10px;
    background: white;
    border: 2px solid #00bed2;
    border-radius: 1.6rem;
    overflow: hidden;
    text-align: center;
}
.button-cd>a>svg {
    height: 20px;
    width: 46px;
}
.button-cd>a:hover {
    background: #00bed2;
    border: 2px solid #00bed2;
    transition-property: background-color;
}
.button-cd-svg-hover {
    filter: url(#brightness);
}

.button-game {
}
.button-game>a {
    display: inline-block;
    position: relative;
    z-index: 1;
    padding: 8px 60px 10px;
    background: white;
    border: 2px solid #00bed2;
    border-radius: 1.6rem;
    overflow: hidden;
    text-align: center;
}
.button-game>a>svg {
    height: 16px;
    margin-top: 3px;
}
.button-game>a:hover {
    background: #00bed2;
    border: 2px solid #00bed2;
    transition-property: background-color;
}
.button-game-svg-hover {
    filter: url(#brightness);
}
    
    
    
}/* end pc*/


@media (max-width: 768px) {
    .media-margin{
         margin-top: 14px;   
    }
}
@media (min-width: 768px) {
    .media-margin{
         margin-top: 25px;   
    }

}

/***************
 *
 * 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%;
}
.notactive{
    opacity: 0.5;
}