@charset "utf-8";

/*--Reset-----------------------------------------------------------*/

html,
body {
    height: 100%;
    -webkit-text-size-adjust: 100%;
}

html {
    font-size: 12px
}

body {
    font-size: 13px;
    line-height: 1.8;
    font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    color: #fff;
    /* background: #000; */
    position: relative;
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

a {
    transition: .8s;
    color: #fff;
}

.effect {
    transition: 1s;
    transform: translate(0, 60px);
    -webkit-transform: translate(0, 60px);
}

footer p {
    text-align: center;
    color: #ddd;
    padding-top: 24px;
    padding-bottom: 64px;
    font-size: 10px;
}

.pc,
.tab {
    display: none !important;
}

.yet {
    pointer-events: none;
}

.yet a {
    opacity: 0.5;
    pointer-events: none;
}

.text-link {
    border-bottom: 1px solid #aaa;
}

.break {
    display: inline-block;
}

.selected {
    text-shadow: 0 0 15px #edf8ff, 0 0 15px #edf8ff, 0 0 0.40px #edf8ff !important;
}


/******************************************************/

@media screen and (min-width: 550px) {
    html {
        font-size: 14px;
    }
}


/******************************************************/

@media only screen and (min-width: 768px) {
    html {
        font-size: 14px;
    }
    .tab {
        display: inline-block !important;
    }
    .tab-hidden {
        display: none !important;
    }
}


/******************************************************/

@media only screen and (min-width: 1024px) {
    html {
        font-size: 15px;
    }
    a:hover {
        opacity: .8;
    }
    .pc {
        display: inline-block !important;
    }
    .sp {
        display: none !important;
    }
    footer ul.frame {
        width: 980px;
        margin: 0 auto;
    }
}


/******************************************************/

@media screen and (min-width: 1200px) {
    html {
        font-size: 15px;
    }
}