@charset "utf-8";
/* CSS Document */

#HistoryList{
    padding: 6% 6% 200px;
}
#HistoryList > section{
    display: table;
    color: #0d218b;
    width: 100%;
}
#HistoryList > section > div,
#HistoryList > section > ul {
    display: table-cell;
    padding-top:5%;
}
#HistoryList > section > div{
    padding-right:.75em;
    position: relative;
    width: 23.5%;
}
#HistoryList > section > div > h2{
    font-weight: bold;
    font-size: 2em;
    white-space: nowrap;
    display: inline-block;
    vertical-align: middle;
}
.logo-faraotv{ width: 100px}
.logo-farao{ width: 160px}
.logo-oklife{ width: 160px}
.logo-fans{ width: 160px}
.h25{ height: 25px !important; max-height: none!important; width: auto !important; max-width: none !important;}
.h30{ height: 30px !important; max-height: none!important; width: auto !important; max-width: none !important;}
.h40{ height: 40px !important; max-height: none!important; width: auto !important; max-width: none !important;}
.h50{ height: 50px !important; max-height: none!important; width: auto !important; max-width: none !important;}
.h60{ height: 60px !important; max-height: none!important; width: auto !important; max-width: none !important;}
.h70{ height: 70px !important; max-height: none!important; width: auto !important; max-width: none !important;}
.h95{ height: 95px !important; max-height: none!important; width: auto !important; max-width: none !important;}
/*
.music{
    position: absolute;
    top: -5px;
    right: 1em;
}*/
.music{
    display: inline-block;
    position: relative;
}
.music-title{
    color: #fff;
    position: absolute;
    z-index: 10;
    width: 280px;
    height: 280px;
    background-color: #0D218B;
    border-radius: 100%;
    vertical-align: middle;
    bottom:-50px;
    left: 25px;
    -webkit-transform-origin: 0% 80%;
    -webkit-transform:scale(0) rotate(45deg);
    -webkit-transition:-webkit-transform .6s 0s;
    transform-origin: 0% 80%;
    transform:scale(0) rotate(45deg);
    transition:transform .6s 0s;
}
.show .music-title{
    -webkit-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
}
.music-title > span{
    line-height: 2;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    padding: 5%;
}
.music-title::before {
    content: "ヒットソング";
    position: absolute;
    top: 25%;
    left: 50%;
    font-size: .8em;
    color: rgba(255,255,255,.7);
    z-index: 10;
    transform: translateX(-50%);
    font-weight: bold;
}
.music-icon{
     background: url(../images/music_icon.png);
    background-size: 100%;
    -webkit-border-radius: 18px;
    border-radius: 18px;
    display: inline-block;
    height: 36px;
    margin-left: .3em;
    text-align: center;
    line-height: 36px;
    width: 36px;
    vertical-align: middle;
}
.show .music-icon{
    -webkit-animation: -webkit-rotation 10s linear 0s infinite;
    animation: rotation 10s linear 0s infinite;
}
@-webkit-keyframes rotation{
    0%{-webkit-transform: rotate(0deg);}
    99.9%,to{-webkit-transform: rotate(360deg);}
}
@keyframes rotation{
    0%{transform: rotate(0deg);}
    99.9%,to{transform: rotate(360deg);}
}
#HistoryList > section > ul{
    border-left: solid 1px;
}
#HistoryList > section > ul > li > p {
    padding-left: 1.4em;
    text-indent: -1.4em;
}
#HistoryList > section > ul > li > p > img{
    width: 150px;
}
#HistoryList > section > ul > li + li > p {
    margin-top: 2em;
}
#HistoryList > section > ul > li > p::before{
    background-color: #0d218b;;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    content: "";
    display: inline-block;
    height: 11px;
    margin-right: 1em;
    margin-left: -6px;
    width: 11px;
    vertical-align: baseline;
}
#HistoryList figure{
    margin-bottom: 2em;
    margin-left: 2.5em;
}
#HistoryList figure img{
    max-height: 180px;
    max-width: 60%;
    margin-top: 10px;
    margin-bottom: 15px;
}
#HistoryList .img-2 img{
    max-width: 45%;
}
#HistoryList .img-2 img + img{
    margin-left: 10%;
}
#HistoryList .company-logo{
    max-height: 120px;
    max-width: 160px;
}
#HistoryBillbord{
    background: url(../images/25th_history_billbord.jpg) no-repeat 50% 50%;
    background-size: cover;
    position: relative;
}
#HistoryBillbord img{
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
/*
#HistoryList .ani-box li{
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition:-webkit-transform 1s 0s;
    transition:transform 1s 0s;
}
#HistoryList .ani-box.on li{
    -webkit-transform: translateY(0);
    transform: translateY(0);
}*/
#HistoryList .ani-box .music-icon{
    -webkit-transform: scale(0) rotate(720deg);
    transform: scale(0) rotate(-720deg);
    -webkit-transition: -webkit-transform .6s .6s;
    transition: transform .6s .6s;
}
#HistoryList .ani-box.on .music-icon{
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
    -webkit-transition-delay: .6s;
    transition-delay: .6s;
}
#HistoryList > section:nth-last-of-type(1) > ul > li:nth-last-of-type(1) > p{
    padding-bottom: 3em;
}
.loading{
    position: absolute;
    width: 24px;
    height: 24px;
    top: 50%;
    left: 50%;
    margin: -12px auto auto -12px;
}
.comp .loading{
    display: none;
}
.loading > i{
    display: block;
    width: 6px;
    position: absolute;
    height: 6px;
    margin-top: -3px;
    margin-left: -3px;
    border-radius: 3px;
    background-color: #BAADD3;
}
.i1{ top: 0; left: 50%;     -webkit-animation: loading 1.6s 0s infinite backwards;  animation: loading 1.6s 0s infinite backwards;}
.i2{ top: 14%; left: 86%;   -webkit-animation: loading 1.6s .2s infinite backwards; animation: loading 1.6s .2s infinite backwards}
.i3{ top: 50%; left: 100%;  -webkit-animation: loading 1.6s .4s infinite backwards; animation: loading 1.6s .4s infinite backwards}
.i4{ top: 86%; left: 86%;   -webkit-animation: loading 1.6s .6s infinite backwards; animation: loading 1.6s .6s infinite backwards}
.i5{ top: 100%; left: 50%;  -webkit-animation: loading 1.6s .8s infinite backwards; animation: loading 1.6s .8s infinite backwards}
.i6{ top: 86%; left: 14%;   -webkit-animation: loading 1.6s 1s infinite backwards;  animation: loading 1.6s 1s infinite backwards}
.i7{ top: 50%; left: 0;     -webkit-animation: loading 1.6s 1.2s infinite backwards;animation: loading 1.6s 1.2s infinite backwards}
.i8{ top: 14%; left: 14%;   -webkit-animation: loading 1.6s 1.4s infinite backwards;animation: loading 1.6s 1.4s infinite backwards}
@-webkit-keyframes loading{
    0%{opacity: 1;}
    99.99%,to{opacity: 0;}
}
@keyframes loading{
    0%{opacity: 1;}
    99.99%,to{opacity: 0;}
}

.chakumelo {
    border: solid 5px #baadd3;
    border-radius: 10px;
    display: block;
    padding: 1em;
    position: relative;
    margin: 1em;
    font-weight: bold;
    text-align: center;
    color: #59339f;
}
.chakumelo.comp li{
    opacity: 1;
}
.chakumelo::before{
    content: "";
    position: absolute;
    top: -13px;
    left: 40%;
    border-bottom:solid 8px #baadd3;
    border-left:solid 6px rgba(0,0,0,0);
    border-right:solid 6px rgba(0,0,0,0);
}
.chakumelo li {
    border-radius: 10px;
    display: inline-block;
    margin: .5em;
    padding: 1em;
    opacity: .2;
    text-align: center;
}
.chakumelo li img{
    vertical-align: bottom;
    width: 13px;
}
.play{
    background-color: #fff;
    display: block;
    border-radius: 30px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: .5em auto 0;
    transition:background .4s 0s;
}
.play::before{
    content: "";
    display: inline-block;
    border-bottom: solid 5px rgba(0,0,0,0);
    border-top: solid 5px rgba(0,0,0,0);
    border-left: solid 8px;
    margin-left: 2px;
}
.pause::before{
    border-top: 0;
    border-left: solid 3px;
    border-right: solid 3px;
    border-bottom: solid 0;
    width: 2px;
    height: 10px;
    margin-left: 0;
}
.waon3{
    background-color: #f0e3ef;
    color: #e40096;
}
.waon16{
    background-color: #F6F1DC;
    color: #FA8D00;
}

.waon32{
    background-color: #DEF6DC;
    color: #4F9A12;
}

.waon64{
    background-color: #DCE6F6;
    color: #5252EA;
}
@media (max-width:64em) {
    #HistoryList > section > div > h2{
        font-size: 1.4em;
    }
}
@media (min-width:40em) {
    #HistoryBillbord{
    background-attachment: fixed;
    }
    .waon3 .play:hover{
        color: #fff;
        background-color: #e40096;
    }
    .waon16 .play:hover{
        color: #fff;
        background-color: #FA8D00;
    }
    .waon32 .play:hover{
        color: #fff;
        background-color: #4F9A12;
    }
    .waon64 .play:hover{
        color: #fff;
        background-color: #5252EA;
    }
    .chakumelo li {
        min-width: 100px;
    }
}
@media (max-width:40em) {
    #HistoryList{
        padding: 5% 2% 100px;
    }
    #HistoryList > section > div > h2{
        font-size: 1.2em;
    }
    #HistoryList > section > div{
        width: 31%;
    }
    #HistoryBillbord{
        background-image: url(../images/25th_history_billbord_sp.jpg);
    }
    #HistoryBillbord img {
        width: 200%;
        max-width: 200%;
        -webkit-transform: translate(-24%,-50%);
        transform: translate(-24%,-50%);
    }
    .music-icon{
        width: 24px;
        height: 24px;
        line-height: 24px;
        margin-left: 0;
    }
    .music-title{
        font-size: .9em;
        width: 240px;
        height: 240px;
    }
    .chakumelo{
        padding: 1em .5em;
    }
    .chakumelo li{
        font-size: .8em;
        width: 80px;
    }
    .img-4{
        margin-top: 10px;    
    }
    .img-4 img {
        width: 44%;
        margin: 0!important;
    }
    .img-2 img{
        max-width: 45%!important;
    }
    img[src*="1996-1.png"]{
        width: 30%;
    }
}
@media (max-width:340px) {
    .chakumelo li{
        width: 60px;
        padding: 1em .3em;
    }
}
@media screen and (orientation: landscape) {
    #HistoryBillbord{
            background-attachment: scroll;
    }
    
}

