@charset "UTF-8";
.top__main li a,
.top__player_bnr a,
.top__special_bnr ul li a {
    display: block;
}
.top__main li:hover,
.top__player_bnr:hover,
.top__special_bnr ul li:hover {
    opacity: 0.8;
}
/*　────────────────────────────────────────────
  トップページcss
 ────────────────────────────────────────────　*/
/*　────────────────────────────────────────────
 slide parts
 ────────────────────────────────────────────　*/
.top__slider__container {
    position: relative;
    max-width: 1110px;
    min-width: 980px;
    margin: 0 auto;
    padding-bottom: 30px;
}
.top__slider__contents {
    width: 980px;
    margin: 0 auto;
    position: static !important;
}
.top__slider__item {
    position: relative;
    width: 980px;
    margin-right: auto;
    margin-left: auto;
}
.top__slider__slickDots {
    text-align: center;
    height: 6px;
}
.swiper-pagination-bullet {
    width: 16px;
    height: 6px;
    margin: 0 3px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    border: 1px solid #b3b3b3;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
    cursor: default;
    background: #b7e22e;
    border: none;
}
.hires>.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #d3aa15;
}
.top__slider__prevBtn,
.top__slider__nextBtn {
    position: absolute;
    top: 50%;
    outline: none;
    border: none;
    width: 35px;
    height: 70px;
    margin-top: -60px;
    cursor: pointer;
    z-index: 10;
    outline: none;
}
.top__slider__prevBtn.swiper-button-disabled,
.top__slider__nextBtn.swiper-button-disabled {
    cursor: default;
    width: 35px;
    height: 70px;
    background: url("../../images/top/top_slider_btn.png?11e16037d2") no-repeat;
    background-position: 0px -210px;
}
.top__slider__prevBtn {
    left: 0;
    width: 35px;
    height: 70px;
    background: url("../../images/top/top_slider_btn.png?11e16037d2") no-repeat;
    background-position: 0px -140px;
}
.top__slider__prevBtn:hover {
    width: 35px;
    height: 70px;
    background: url("../../images/top/top_slider_btn.png?11e16037d2") no-repeat;
    background-position: 0px -210px;
}
.top__slider__prevBtn.swiper-button-disabled {
    width: 35px;
    height: 70px;
    background: url("../../images/top/top_slider_btn.png?11e16037d2") no-repeat;
    background-position: 0px -210px;
}
.top__slider__nextBtn {
    right: 0;
    width: 35px;
    height: 70px;
    background: url("../../images/top/top_slider_btn.png?11e16037d2") no-repeat;
    background-position: 0px 0px;
}
.top__slider__nextBtn:hover {
    width: 35px;
    height: 70px;
    background: url("../../images/top/top_slider_btn.png?11e16037d2") no-repeat;
    background-position: 0px -70px;
}
.top__slider__nextBtn.swiper-button-disabled {
    width: 35px;
    height: 70px;
    background: url("../../images/top/top_slider_btn.png?11e16037d2") no-repeat;
    background-position: 0px -70px;
}
/*　────────────────────────────────────────────
 globalNav
 ────────────────────────────────────────────　*/
.globalNav {
    margin-bottom: 30px;
}
.common__section__heading a {
    padding-left: 23px;
    letter-spacing: 0;
}
/*　────────────────────────────────────────────
 menu
 ────────────────────────────────────────────　*/
.top__menu__list {
    display: none;
    position: relative;
    top: 35px;
    padding: 18px 0 8px 18px;
    background: #fff;
    border: 2px solid #d9d9d9;
    border-radius: 5px;
    opacity: 0;
}
.top__menu__list:before {
    top: -7px;
    margin-left: -9px;
    border-width: 0 5px 7px 5px;
    border-color: transparent transparent #fff transparent;
    z-index: 0;
}
.top__menu__list:after {
    top: -10px;
    margin-left: -10px;
    border-width: 0 6px 8px 6px;
    border-color: transparent transparent #d9d9d9 transparent;
    z-index: -1;
}
.top__menu__list:before {
    position: absolute;
    right: 291px;
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
}
.top__menu__list:after {
    position: absolute;
    right: 290px;
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
}
.top__menu__list ul {
    overflow: hidden;
}
.top__menu__list ul li {
    float: left;
    width: 180px;
    height: 36px;
    margin: 0 7px 10px 0;
    line-height: 36px;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    background: #fafafa;
    border: 1px solid #d9d9d9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}
.top__menu__list ul li:last-child {
    margin-right: 16px;
}
.top__menu__list ul li:hover {
    color: #fff;
    background: #b6e400;
}
.top__menu__list ul li a {
    width: 100%;
    display: block;
    text-decoration: none;
}
.top__menu__list ul li a:hover  {
    color: #ffffff;
}
.top__menu__btn {
    position: absolute;
    width: 150px;
    top: 0px;
    right: 255px;
    display: inline-block;
    padding-right: 26px;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
    background: url("../../images/top/top_ranking__arrow_icon.png?751dc9a3fe") right center no-repeat;
}
.animOut {
    animation: fadein1 .2s ease-in-out forwards;
    -webkit-animation: fadein1 .2s ease-in-out forwards;
}
.animIn {
    animation: fadein2 .2s ease-in-out forwards;
    -webkit-animation: fadein2 .2s ease-in-out forwards;
}
@keyframes fadein1 {
    0%{
        opacity:1;
    }
    100% {
        opacity:0;
    }
}
@-webkit-keyframes fadein1 {
    0%{
        opacity:1;
    }
    100% {
        opacity:0;
    }
}
@keyframes fadein2 {
    0%{
        opacity:0;
    }
    100% {
        opacity:1;
    }
}
@-webkit-keyframes fadein2 {
    0%{
        opacity:0;
    }
    100% {
        opacity:1;
    }
}
/*　────────────────────────────────────────────
 main area
 ────────────────────────────────────────────　*/
.top__main {
    position: relative;
    width: 980px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
}
.top__main li img {
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.top__main .top__main__bnr {
    float: left;
    width: 720px;
}
.top__main .top__main__bnr.swiper-container {
    height: 304px;
}
.top__main .top__main__bnr__slider {
    margin-bottom: 10px;
}
.top__main .swiper-pagination-bullet {
    width: 20px;
}
.top__main .top__common__slickDots {
    text-align: center;
    height: 6px;
}
.top__main .top__common__slickDots li {
    width: 20px;
}
.top__main .top__common__slickDots li button {
    width: 20px;
}
.top__main .top__main__mysoundBnr {
    float: right;
    width: 240px;
}
.top__main .top__main__mysoundBnr li {
    margin-bottom: 20px;
}
.top__main .top__main__subBnr {
    margin-top: 16px;
    margin-right: -10px;
}


.top__main .top__main__subBnr ul li img {
    border-radius: 0;
}

.top__main .swiper-pagination {
    z-index: 10;
}
.top__main .link_small_bnr {
    position: relative;
}
.top__main .link_small_bnr .small-google-btn {
    position: absolute;
    bottom: 4px;
    right: 22px;
}
.top__main .small-app-btn {
    position: absolute;
    bottom: 4px;
    left: 22px;
}
.top__main li.link_small_bnr:hover {
    opacity: 1;
}
.top__main li.link_small_bnr span:hover {
    opacity: 0.8;
}
.top__player .link_large_bnr {
    position: relative;
}
.top__player .link_large_bnr .large-google-btn {
    position: absolute;
    bottom: 15px;
    left: 20px;
}
.top__player .link_large_bnr .large-app-btn {
    position: absolute;
    bottom: 15px;
    left: 165px;
}
.top__player .top__player_bnr:hover {
    opacity: 1;
}
.top__player .link_large_bnr .large-app-btn:hover {
    opacity: 0.8;
}
.top__player .link_large_bnr .large-google-btn:hover {
    opacity: 0.5;
}
/*　────────────────────────────────────────────
 PUSH SINGLE - おすすめシングル
 ────────────────────────────────────────────　*/
.top__playlist {
    margin-top: 16px;
}
.top__playlist li {
    position: relative;
}
.top__playlist li .newIcon {
    position: absolute;
    top: 0;
    left: 0;
    width: 43px;
}
.top__playlist li .newIcon img {
    width: 100%;
}
.top__playlist .common__hires_playlist  {
    width: 1070px;
    margin: 0 auto;
    margin-bottom: 10px;
    text-align: center;
}
.top__playlist .common__hires_playlist .playlist {
    overflow: hidden;
    margin-left: 27px;
    text-align: left;
    display: inline-block;
}
.top__playlist .common__hires_playlist .playlist li {
    float: left;
    width: 145px;
    margin-right: 55px;
    margin-bottom: 20px;
}
.top__playlist .common__hires_playlist .playlist.display06 li {
    width: 132px;
    margin-right: 30px;
}
.top__playlist .common__hires_playlist .playlist li dl dt {
    border-radius: 50%;
    overflow: hidden;
    height: 145px;
}
.top__playlist .common__hires_playlist .playlist.display06 li dl dt {
    height: 132px;
}
.top__playlist .common__hires_playlist .playlist li dl dt img {
    width: 100%;
}
.top__playlist .common__hires_playlist .playlist li dl dt img:hover {
    opacity: 0.8;
}
.top__playlist .common__hires_playlist .playlist li dl dd {
    text-align: center;
    margin-top: 10px;
    padding: 0px 10px;
    min-height: 31px;
    max-height: 50px;
}
.top__playlist .common__hires_playlist .playlist li dl dt + dd {
    font-weight: bold;
}
.top__playlist .common__hires_playlist .playlist li dl .discription>span {
    display: inline-block;
    text-align: left;
}


/*　────────────────────────────────────────────
 mysound話題の音楽（2020.01.15更新）
 ────────────────────────────────────────────　*/
.top__topic {
    margin-bottom: 10px;
}
.top__topic .common__section__contents {
    position: relative;
    width: 980px;
    margin-right: auto;
    margin-left: auto;
}

.top__topic .common__section__contents .common__2column{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 980px;
}

.top__topic .common__section__contents .trend__words {
    background-color: blue;
}

.top__topic .common__section__contents .top__topic__media {
    width: 472px;
    height: 100%;
    box-sizing: border-box;
}
.top__topic .common__section__contents .top__topic__media .top__topic__media__wrap {
    width: 100%;
    display: block;
}
.top__topic .common__section__contents .top__topic__media .top__topic__media__wrap ul {
    width: 100%;
    display: flex;
    justify-content: flex-start;
}

.top__topic .common__section__contents .top__topic__media .top__topic__media__wrap ul li {
    margin-right: 10px;
    display: block;
    box-sizing: border-box;
}

.top__topic .common__section__contents .top__topic__media .top__topic__media__wrap ul li:last-child {
    margin-right: 0;
}
.top__topic .common__section__contents .top__topic__words {
    width: 485px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 !important;
    margin: 0;
    box-sizing: border-box;
}
.top__topic .common__section__contents .top__topic__words .top__words__list {
    padding: 0 !important;
    margin: 0 !important;
}
.top__topic .common__section__contents .top__topic__words .top__words__list ul {
    margin: 10px 0 !important;
    padding: 0;
    width: 485px;
    height: 100%;
    display: block;
}
.top__topic .common__section__contents .top__topic__words .top__words__list li {
    width: 100%;
    margin-right: 0;
}

.top__topic .common__section__contents .top__topic__words .top__words__list li:first-child {
    margin-top: auto;
}

.top__topic .common__section__contents .top__topic__words .top__words__list li:last-child {
    margin-bottom: auto;
}

.top__topic .common__section__contents .top__topic__words .top__words__list li a span.text {
    width: 425px;
}
/*　────────────────────────────────────────────
 PUSH SINGLE - おすすめシングル
 ────────────────────────────────────────────　*/
.top__single {
    margin-bottom: 16px;
}
.top__single .top__hires__link__bnr{
    margin-bottom: 1px;
    text-align: center;
}
.top__single .top__hires__link__bnr a:hover{
    opacity: 0.8;
}
.top__single .top__slider__item ul {
    width: 990px;
}
.top__single .top__slider__prevBtn,
.top__single .top__slider__nextBtn {
    margin-top: -60px;
}
.top__single .swiper-pagination-fraction,
.top__single .swiper-pagination-custom,
.top__single .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 14px;
}
/*　────────────────────────────────────────────
 PUSH ALBUM - おすすめアルバム
 ────────────────────────────────────────────　*/
.top__album {
    margin-bottom: 16px;
}
.top__album .top__slider__item ul {
    width: 990px;
    overflow: hidden;
}
.top__album .top__slider__prevBtn,
.top__album .top__slider__nextBtn {
    margin-top: -66px;
}
.top__album .swiper-pagination-fraction,
.top__album .swiper-pagination-custom,
.top__album .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 14px;
}
/*　────────────────────────────────────────────
 RANKING - シングルランキング
 ────────────────────────────────────────────　*/
.top__ranking {
    margin-bottom: 16px;
}
.top__ranking .top__slide__block__container {
    width: 1000px;
}
.top__ranking .common__section__rank__container a {
    display: none;
}
.top__ranking .swiper-container {
    display: none;
}
.top__ranking .swiper-pagination-fraction,
.top__ranking .swiper-pagination-custom,
.top__ranking .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 15px;
}
.top__ranking__menu {
    position: relative;
    width: 980px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    height: 25px;
    z-index: 10;
    margin-bottom: 16px;
}
.top__ranking__menu__btn {
    display: inline-block;
    padding-right: 26px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    background: url("../../images/top/top_ranking__arrow_icon.png?751dc9a3fe") right center no-repeat;
}
.top__ranking__menu__list {
    display: none;
    position: relative;
    top: 11px;
    padding: 18px 0 8px 18px;
    background: #fff;
    border: 2px solid #d9d9d9;
    z-index: 0;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 4px rgba(7,1,2,0.1);
    box-shadow: 0 2px 4px rgba(7,1,2,0.1);
    z-index: 1;
}
.top__ranking__menu__list ul {
    overflow: hidden;
}
.top__ranking__menu__list ul li {
    float: left;
    width: 180px;
    height: 36px;
    margin: 0 7px 10px 0;
    line-height: 36px;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    background: #fafafa;
    border: 1px solid #d9d9d9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}
.top__ranking__menu__list ul li:hover {
    color: #fff;
    border: none;
    background: #b6e400;
}
.top__ranking__menu__list:before,
.top__ranking__menu__list:after {
    position: absolute;
    left: 70px;
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
}
.top__ranking__menu__list:before {
    top: -7px;
    margin-left: -9px;
    border-width: 0 5px 7px 5px;
    border-color: transparent transparent #fff transparent;
    z-index: 0;
}
.top__ranking__menu__list:after {
    top: -10px;
    margin-left: -10px;
    border-width: 0 6px 8px 6px;
    border-color: transparent transparent #d9d9d9 transparent;
    z-index: -1;
}
/*　────────────────────────────────────────────
 TREND - みんなの再生トレンド
 ────────────────────────────────────────────　*/
.top__trend {
    margin-bottom: 14px;
}
.top__trend .common__section__heading {
    margin-bottom: 0;
}
.top__trend .top__slide__block__container {
    width: 1000px;
}
.top__trend .swiper-pagination-fraction,
.top__trend .swiper-pagination-custom,
.top__trend .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 15px;
}
.top__trend .common__tab__container {
    margin-top: 30px;
}
.top__trend__bnr {
    position: relative;
    margin-bottom: 30px;
    background-image: url(../../images/top/top_trend_bnr.png);
    height: 100px;
    background-repeat: no-repeat;
    margin: 0 auto;
    width: 980px;
}
.top__trend__bnr .trend__ttl {
    position: absolute;
    top: 13px;
    font-size: 16px;
    color: #ffffff;
    left: 26px;
}
.top__trend__bnr .trend__sub__text {
    position: absolute;
    top: 23px;
    right: 49px;
    font-size: 19px;
}
.top__trend__bnr .trend__ttl .trend {
    font-size: 58px;
    font-weight: bold;
}
/*　────────────────────────────────────────────
 Player
 ────────────────────────────────────────────　*/
.top__player {
    position: relative;
    width: 980px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 40px;
    padding: 30px;
    background: #ebebeb;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.top__player_movie {
    float: left;
}
.top__player_bnr {
    float: right;
}
.top__hires_award {
    padding-top: 30px;
}
/*　────────────────────────────────────────────
 SPECIAL - 音楽・ミュージック特集
 ────────────────────────────────────────────　*/
.top__special {
    margin-bottom: 50px;
    position: relative;
    width: 980px;
    margin-right: auto;
    margin-left: auto;
}
.top__special.top__special__bnr__multiple {
    margin-bottom: 30px;
}
.top__special.top__special__bnr__multiple ul li {
    margin-bottom: 20px;
}
.top__special .common__section__heading {
    margin-bottom: 30px;
}
.top__special_bnr {
    margin-bottom: 30px;
}
.top__special_bnr ul:before,
.top__special_bnr ul:after {
    content: "";
    display: table;
}
.top__special_bnr ul:after {
    clear: both;
}
.top__special_bnr ul li {
    float: left;
    margin-left: 20px;
}
.top__special_bnr ul li img {
    -webkit-border-radius: 0;
    border-radius: 0;
}
/*　────────────────────────────────────────────
 Message
 ────────────────────────────────────────────　*/
.top__message {
    background: #f0f0f0;
    padding: 20px 0 22px;
}
.top__message__heading {
    margin-bottom: 13px;
    text-align: center;
    font-weight: bold;
}
.top__message__contents {
    position: relative;
    width: 980px;
    margin-right: auto;
    margin-left: auto;
}
.top__message__contents p {
    margin-bottom: 1em;
}
.top__message__contents p:last-child {
    margin: 0;
}
