@charset "UTF-8";
/*　────────────────────────────────────────────
  コラムcss
────────────────────────────────────────────　*/
.om__section {
    margin-bottom: 40px;
    display: block;
}
.om__lower__contents {
    position: relative;
    width: 980px;
    margin-right: auto;
    margin-left: auto;
}
.om__hero__wrap {
    overflow: hidden;
    position: relative;
    min-height: 316px;
}
.om__hero__wrap:after {
    content: "";
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-size: 10px;
    background-image: url('../../images/om/om_common_bg_bkdot.png');
    background-repeat: repeat;
    z-index: -1;
}
.om__hero__wrap .bk {
    position: absolute;
    left: 0;
    margin: auto;
    z-index: -1;
}
.om__hero__wrap .bk__blur {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -ms-filter: blur(5px);
    -o-filter: blur(5px);
    filter: blur(5px);
    z-index: -2;
    overflow: hidden;
    -webkit-transform: translate(0);
    -webkit-transform: translate3d(0, 0, 1px);
    transform: translate3d(0, 0, 1px);
}
.om__hero__wrap .om__hero {
    margin: auto;
    margin-top: 40px;
    z-index: 1;
    display: flex;
    display: -webkit-flex;
    -webkit-align-items: center;
    align-items: center;
    width: 760px;
}
.om__hero__wrap .om__hero .thumb {
    position: relative;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    overflow: hidden;
    text-align: left;
}
.om__hero__wrap .om__hero .thumb img {
    position: absolute;
}
.om__hero__wrap .om__hero .om__hero__inner {
    color: #ffffff;
    display: flex;
    display: -webkit-flex;
    -webkit-align-items: center;
    align-items: center;
}
.om__hero__wrap .om__hero .om__hero__inner p {
    padding-left: 14px;
    color: #ffffff;
    width: 580px;
}
.om__hero__wrap .om__hero .article__category {
    margin-left: auto;
    padding-left: 24px;
    height: 21px;
}
.om__hero__wrap .om__hero .article__category {
    background-repeat: no-repeat;
    background-position: center left;
}
.om__hero__wrap .om__hero .article__category.column {
    background-image: url('../../images/om/om_common_icon_category_column.png');
}
.om__hero__wrap .om__hero .article__category.live {
    background-image: url('../../images/om/om_common_icon_category_live.png');
}
.om__hero__wrap .om__hero .article__category.playlist {
    background-image: url('../../images/om/om_common_icon_category_playlist.png');
}
.om__hero__wrap .om__hero .article__category.news {
    background-image: url('../../images/om/om_common_icon_category_news.png');
}
.om__hero__wrap .om__hero .article__category.pickup {
    background-image: url('../../images/om/om_common_icon_category_pickup.png');
}
.om__hero__wrap .om__hero .article__category p {
    line-height: 1.5;
    color: #b6e400;
}
.om__hero__wrap .article__text__contents {
    width: 760px;
    margin: 40px auto;
    color: #ffffff;
    z-index: 1;
}
.om__hero__wrap .article__text__contents dt {
    font-size: 18px;
    text-align: left;
}
.om__hero__wrap .article__text__contents dd {
    font-size: 26px;
    padding-top: 10px;
    text-align: left;
    text-align: justify;
}
.om__description {
    margin-top: 30px;
    text-align: justify;
    font-size: 16px;
    line-height: 1.6;
}
.om__article__h2 {
    font-size: 26px;
    font-weight: bold;
    width: 100%;
    display: block;
    padding: 26px 0 13px 0;
}
.om__article__h3 {
    font-size: 20px;
    border-bottom: 1px solid #b6e400;
    font-weight: bold;
    width: 100%;
    display: block;
}
.om__writer__link {
    text-align: right;
    margin-bottom: 68px;
}
.om__writer__link a {
    color: #999999;
}
.om__date__p {
    color: #999999;
}
.om__container {
    margin-top: 20px;
}
.om__content__info__container {
    display: flex;
    display: -webkit-flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content:space-between;/*--- safari（PC）用 ---*/
    justify-content:space-between;
}
.om__container .article__container__text {
    text-align: justify;
    font-size: 16px;
    line-height: 1.6;
}
.om__container .om__item__list li + li {
    margin-top: 20px;
}
.om__container .om__article__box {
    overflow: hidden;
}
.om__container .om__article__box .article__container__left__img {
    float: left;
    padding-right: 20px;
    padding-bottom: 10px;
}
.om__container .om__article__box .article__container__right__img {
    float: right;
    padding-left: 20px;
    padding-bottom: 10px;
}
.om__container .om__article__box .article__container__center__img {
    width: 786px;
    margin: 0 auto;
}
.om__container .om__article__box .article__container__left__img img {
    width: 100%;
}
.om__container .om__article__box .article__container__right__img img {
    width: 100%;
}
.om__container .om__article__box .article__container__center__img img {
    width: 100%;
}
.om__horizontal__list ul li {
    width: 100%;
    margin-bottom: 0;
}
.om__horizontal__list.om__single__list ul li .textBox {
    width: 859px;
    padding-top: 8px;
    padding-bottom: 15px;
}
.om__horizontal__list.om__album__list ul li .textBox {
    width: 839px;
    padding-top: 8px;
    padding-bottom: 15px;
}
.om__horizontal__list.om__artist__list ul li .textBox {
    width: 859px;
    padding-top: 8px;
    padding-bottom: 15px;
}
.om__horizontal__list.om__artist__list ul li .textBox dl dt {
    height: 44px;
    line-height: 1.4;
}
.om__horizontal__list ul li .textBox .artist {
    line-height: 1.4;
}
.om__horizontal__list ul li .textBox .title {
    font-size: 16px;
}
.om__btn__more {
    width: 100%;
    display: block;
    font-size: 18px;
    text-align: right;
}
.om__btn__more a {
    padding-right: 10px;
}
.om__horizontal__list ul li .category__text {
    width: 300px;
    float: left;
    padding-left: 10px;
    padding-top: 15px;
    color: #b6e400;
    font-size: 12px;
}
.om__horizontal__list ul li .point {
    text-align: right;
    padding-right: 10px;
    padding-top: 15px;
}
.om__horizontal__list.om__album__list ul li .category__text {
    width: 300px;
    float: left;
    padding-left: 10px;
    padding-top: 24px;
    color: #b6e400;
    font-size: 12px;
}
.om__horizontal__list.om__album__list ul li .point {
    text-align: right;
    padding-right: 10px;
    padding-top: 24px;
}
.om__horizontal__list.hires__content ul li .category__text {
    color: #ceb309;
}
.om__horizontal__list.om__single__list ul li .imgBox a {
    width: 100px;
    height: 100px;
}
.om__horizontal__list.om__artist__list ul li {
    background-color: #ffffff;
}
.om__horizontal__list.om__artist__list ul li .imgBox {
    border-right: none;
}
.om__horizontal__list.om__artist__list ul li .imgBox a {
    width: 100px;
    height: 100px;
}
.om__horizontal__list.om__artist__list ul li .textBox {
    padding-top: 40px;
}
.om__player {
    margin-top: 40px;
}
.om__player .player_movie {
    width: 760px;
    margin: 0 auto;
}
.om__sns__box__wrap {
    margin-top: 45px;
}
.om__sns__box__wrap__top {
    margin-top: 45px;
    margin-bottom: 68px;
}
.om__sns__box__wrap .sns__box {
    text-align: center;
}
.om__sns__box__wrap .sns__box li {
    display: inline-block;
}
.om__sns__box__wrap .sns__box li + li {
    margin-left: 10px;
}
.om__sns__box__wrap .sns__box li a img {
    width: 123px;
}
.om__like__btn__box {
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 12px 12px 12px;
    margin-top: 15px;
    color: #999999;
    border-radius: 12px;
}
.om__like__btn__box .om__like__btn__box__ttl {
    font-weight: bold;
    margin-right: 20px;
    font-size: 20px;
}
.om__like__btn__box .om__like__btn__img {
    display: inline-block;
    width: 83px;
    height: 32px;
    background-image: url('../../../assets/images/om/om_common_btn_like.png');
    -webkit-background-size: 83px 32px;
    -o-background-size: 83px 32px;
    background-size: 83px 32px;
    background-position: 0;
    background-repeat: no-repeat;
    position: relative;
    cursor: pointer;
}
.om__like__btn__box .om__like__btn.liked .om__like__btn__img:after {
    content: "";
    position: absolute;
    top: -12px;
    right: -11px;
    width: 24px;
    height: 24px;
    background-image: url('../../../assets/images/om/om_common_btn_like_check.png');
    -webkit-background-size: 24px;
    -o-background-size: 24px;
    background-size: 24px;
    background-position: 0;
    background-repeat: no-repeat;
}
.om__like__btn__box .om__like__cnt {
    text-align: center;
    color: #999999;
}
.om__curator__content__wrap {
    margin-top: 60px;
    margin-bottom: 6px;
}
.om__curator__content__wrap .om__curator__name {
    font-size: 18px;
    padding-left: 16px;
}
.om__curator__content__wrap .om__curator__content {
    display: flex;
    display: -webkit-flex;
    -webkit-align-items: center;
    align-items: center;
    padding: 30px 0 10px 0;
    border-top: 1px solid #e5e5e5;
}
.om__curator__content__wrap .om__curator__content .om__curator__thumb.thumb {
    position: relative;
    width: 70px;
    height: 70px;
    overflow: hidden;
    border-radius: 50%;
}
.om__curator__content__wrap .om__curator__content .om__curator__thumb img {
    position: absolute;
}
.om__curator__content__wrap .om__basic__ttl {
    font-size: 20px;
}
.om__curator__latest__article .om__curator__latest__article__inner {
    width: 990px;
    margin: 0 auto;
}
.om__curator__latest__article .om__article__thumb__block__list {
    width: 980px;
    overflow: hidden;
}
.om__curator__latest__article .om__article__thumb__block__list li {
    width: 485px;
    float: left;
}
.om__curator__latest__article .om__article__thumb__block__list li:nth-child(odd) {
    margin-right: 10px;
}
.om__curator__latest__article .om__article__thumb__block__list li:nth-child(even) {
    margin-right: 0px;
}
.om__curator__latest__article .om__article__thumb__block__list .imgBox {
    width: 188px;
    float: left;
}
.om__curator__latest__article .om__article__thumb__block__list .imgBox a {
    width: 188px;
    height: 96px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 0;
    display: table-cell;
    vertical-align: middle;
}
.om__curator__latest__article .om__article__thumb__block__list .imgBox a:after {
    content: "";
    width: 100%;
    height: 96px;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-size: 10px;
    background-image: url('../../images/om/om_common_bg_bkdot.png');
    background-repeat: repeat;
}
.om__curator__latest__article .om__article__thumb__block__list .imgBox img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}
.om__curator__latest__article .om__article__thumb__block__list .imgBox .bk__blur {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 96px;
    webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -ms-filter: blur(2px);
    -o-filter: blur(2px);
    filter: blur(2px);
    z-index: -1;
    overflow: hidden;
    -webkit-transform: translate(0);
    -webkit-transform: translate3d(0, 0, 1px);
    transform: translate3d(0, 0, 1px);
}
.om__curator__latest__article .om__article__thumb__block__list .textBox {
    float: right;
    padding: 0 9px;
    width: 61%;
    height: 96px;
    background: #f5f5f5;
    border-left: 1px solid #d9d9d9;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    position: relative;
}
.om__curator__latest__article .om__article__thumb__block__list .textBox .title {
    font-size: 16px;
    line-height: 1.4;
    height: 45px;
}
.om__curator__latest__article .om__article__thumb__block__list .textBox .detail {
    color: #999999;
}
.om__curator__latest__article .om__article__thumb__block__list .textBox .article__category__like {
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 10px 0;
}
/*.om__curator__latest__article .om__article__thumb__block__list .textBox .article__category__like*/
.article__category {
    padding-left: 20px;
    background-position: center left;
    background-repeat: no-repeat;
    line-height: 1.8;
    color: #b6e400;
}
.article__category.playlist {
    background-image: url('../../images/om/om_common_icon_category_playlist.png');
}
.article__category.live {
    background-image: url('../../images/om/om_common_icon_category_live.png');
}
.article__category.news {
    background-image: url('../../images/om/om_common_icon_category_news.png');
}
.article__category.column {
    background-image: url('../../images/om/om_common_icon_category_column.png');
}
.article__category.pickup {
    background-image: url('../../images/om/om_common_icon_category_pickup.png');
}


/*　────────────────────────────────────────────
 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") no-repeat;
    background-position: 0px -210px;
}
.top__slider__prevBtn {
    left: 0;
    width: 35px;
    height: 70px;
    background: url("../../images/top/top_slider_btn.png") no-repeat;
    background-position: 0px -140px;
}
.top__slider__prevBtn:hover {
    width: 35px;
    height: 70px;
    background: url("../../images/top/top_slider_btn.png") no-repeat;
    background-position: 0px -210px;
}
.top__slider__prevBtn.swiper-button-disabled {
    width: 35px;
    height: 70px;
    background: url("../../images/top/top_slider_btn.png") no-repeat;
    background-position: 0px -210px;
}
.top__slider__nextBtn {
    right: 0;
    width: 35px;
    height: 70px;
    background: url("../../images/top/top_slider_btn.png") no-repeat;
    background-position: 0px 0px;
}
.top__slider__nextBtn:hover {
    width: 35px;
    height: 70px;
    background: url("../../images/top/top_slider_btn.png") no-repeat;
    background-position: 0px -70px;
}
.top__slider__nextBtn.swiper-button-disabled {
    width: 35px;
    height: 70px;
    background: url("../../images/top/top_slider_btn.png") no-repeat;
    background-position: 0px -70px;
}

