@charset "utf-8";

/*==============================================================================

Article

================================================================================*/
/*==============

background

================*/
#container {
    background-color: white;
}
/*==============

header

================*/
.header__left__item__text--article {
    color: white;
    position: relative;
    padding-right: 32px;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
}

.header__left__item__text--article::after {
    content: '';
    background-image: url(../img/kiji_icon_w.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 23px;
    height: 27px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.header__right__item__link--article {
    display: block;
    height: 30px;
    line-height: 30px;
    background: #FFD87E;
    color: #e60012;
    padding: 0 30px 0 15px;
    box-sizing: border-box;
    background-color: white;
    font-size: 14px;
    font-weight: bold;
    position: relative;
}

.pageGroupContents-left__name--article::after {
    background-image: url(../img/article-header__left__hidden-menu.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.header__right__item__link--article::after {
    content: '';
    width: 0px;
    height: 0px;
    border: 7px solid transparent;
    border-left: 11px solid;
    position: absolute;
    top: 50%;
    margin-top: -7px;
    right: 3px;
}

.pageGroupContents-wrapper--article {
    padding-top: 50px;
}

/*search block*/

.article-searchBlock {
    display: none;
    background: #F5F5F5;
    text-align: center;
    padding: 20px 0;
    position: relative;
}

.article-searchBlock__form{
    max-width: 960px;
    margin: auto;
    position: relative;
    width: 90%;
}

.article-searchBlock__input {
    display: inline-block;
    border: 1px solid #95989A;
    font-size: 0;
    margin-bottom: 21px;
}

.article-searchBlock__input__item {
    display: inline-block;
    vertical-align: middle;
}

.article-searchBlock__input__text {
    font-size: 14px;
    border: 0;
    padding: 0px 5px;
    width: 285px;
    line-height: 37px;
}

.article-searchBlock__input__img {
    background: #9F9F9F;
    padding: 8px;
    width: 40px;
    -webkit-appearance: none;
    border-radius: 0;
}

.article-searchBlock__tags {
    font-size: 0;
}

.article-searchBlock__tags__tag {
    background: rgb(202,70,54);
    padding: 0px 25px;
    color: white;
    font-weight: bold;
    font-size: 13px;
    display: inline-block;
    margin: 0 10px 10px;
    line-height: 20px;
}

.article-searchBlock__closeButton {
    background: url(../img/ico_cloth.png) no-repeat center;
    background-size: 70%;
    width: 50px;
    height: 50px;
    right: 5px;
    position: absolute;
    top: -5px;
    cursor: pointer;
}

@media only screen and (min-width: 768px){
    .header__right__item__link--article:hover {
        color: #e60012;
    }
}

@media only screen and (max-width: 600px){
    .article-searchBlock__input {
        margin-top: 50px;
    }
}
    
@media only screen and (max-width: 414px){
    .article-searchBlock__input__text {
        width: 240px;
        font-size: 12px;
    }
}

/*==============

article top

================*/

/*top page*/

.article-top__topBg{
    height: 240px;
    position: absolute;
    width: 100%;
    left: 0;
    top: 55px;
    background-color: #FFC796;
}
/*slider*/
.article-top__topSlide{
    position: relative;
    z-index: 2;
    width: 100%;
    margin: 25px auto 40px;
    height: 325px;
}

.article-top__topSlide__list{
    width: 100%;
    height: 320px;
    background: #FFF;
    border-radius: 4px 4px 0 0 / 4px 4px 0 0;
    overflow: hidden;
    position: relative;
}

.article-top__topSlide__list__item{
    width: 100%;
    height: 320px;
    position: absolute;
    display: none;
}

.article-top__topSlide__list__item__img{
    position: absolute;
    left: 0; 
    top: 0;
    overflow: hidden;
    width: 66.666%;
    height: 320px;
    margin: 0;
}

.article-top__topSlide__list__item__img__link{
    position: absolute;
    left: 0;
    top: 0; 
    bottom: 0;
    width: 100%;
    margin:0;
}

.article-top__topSlide__list__item__img__link img{
    position: relative;
    width: 100%;
    height: auto;
    //top: 50%;
    //transform: translateY(-50%);
    top: 0%;
}

.article-top__topSlide__list__item__detail{
    position: absolute;
    width: 33.333%;
    top: 0; right: 0; bottom: 0;
    background: #FFF;
    color: #333;
    padding: 20px;
}

.article-top__topSlide__list__item__detail__postCategorieList{
    margin-bottom: 16px;
    overflow: hidden;
    float: none;
}

.article-top__topSlide__list__item__detail__postCategorieList__item {
    float: left;
}

.article-top__topSlide__list__item__detail__artTitle{
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 16px;
}

.article-top__topSlide__list__item__detail__artTitle__link{
    display: block;
}

.article-top__topSlide__list__item__detail__artTitle__link:hover span{
    background: url(../img/yellow_line.png) repeat left top;
    background-size: 7px 16px;
}

.article-top__topSlide__list__item__detail__artDescription{
    font-size: 13px;
    line-height: 22px;
}

.article-top__topSlide__list__item__detail__date{
    font-size: 12px;
    color: rgba(27,27,27,0.5);
    font-family: "Roboto";
    position: absolute;
    left: 20px;
    bottom: 20px;
}

.article-top__topSlide__list__item__date {
    margin: 0;
}

.article-top__topSlide__meter{
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 5px;
    background: #d9d9d9;
    margin: 0;
    z-index: 2;
}

.article-top__topSlide__meter__gauge{
    display: block;
    position: absolute;
    top: 0; bottom: 0; left: 0;
    width: 0;
    background: #ffb00a;
}

.article-top__topSlide__desc{
    position: absolute;
    width: 6px;
    right: -22px;
    height: 54px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.article-top__topSlide__desc li{
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: #FFF;
    margin: 8px 0;
    transition: all 200ms ease;
}

.article-top__topSlide__desc li.current{
    background: #ffb00a;
    transform: scale(1.8);
}

.article-top__articleList__item {
    margin-bottom: 20px;
}

.article-top__articleList__itemInner {
    border: 1px solid #AEB0B2;
    position: relative;
}

.article-top__articleList__item__new {
    position: absolute;
}

.article-top__articleList__item__thum {
    border-bottom: 1px solid #AEB0B2;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 160px;
}

.article-top__articleList__item__info {
    position: relative;
    padding: 15px 20px 35px;
    height: 182px;
}

.article-top__articleList__item__info__content {
    margin: 0;
    font-weight: bold;
}

.article-top__articleList__item__info__category {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 0;
}

.article-top__articleList__item__info__category__text {
    background: rgb(202,70,54);
    padding: 0px 25px;
    color: white;
    font-weight: bold;
    font-size: 13px;
    display: inline-block;
    margin: 0;
}

.article-top__articleList__item__info__portrait {
    position: absolute;
    width: 35px;
    height: 35px;
    top: -21px;
    border: 1px solid white;
    border-radius: 18px;
}

.article-top__articleList__item__info__portrait img{
    border-radius: 18px;
}

.article-top__articleList__item__info__title {
    margin: 10px 0 20px;
}

.article-top__articleList__item__info__auth {
    font-size: 13px;
}

.article-top__articleList__item__info__date {
    color: #aeaeae;
    font-size: 12px;
    position: absolute;
    bottom: 35px;
}

.article-top__movieListWrapper {
    margin-bottom: 30px;
    position: relative;
}

.article-top__movieList {
    padding: 40px 0 40px 50px;
    background: #222222;
    display: flex;
    align-items: center;
}

.article-top__movieList__head {
    display: inline-block;
    text-align: center;
    width: 170px;
    min-width: 170px;
    margin-right: 20px;
}

.article-top__movieList__head__img{
    margin-bottom: 10px;
}

.article-top__movieList__head__link {
    color: white;
    font-weight: bold;
}


.article-top__movieList__head__link:hover {
    color: white;
}

.article-top__movieList .flex-control-nav {
    font-size: 0;
    bottom: -28px;
}

.article-top__movieList__flexslider {
    background: #222222;
    border-color: #222222;
    margin-bottom: 0;
    //display: inline-block;
    //width: calc(100% - 290px);
}

.article-top__movieList__flexslider .flex-viewport{
    overflow: hidden!important;
}

.article-top__movieList__slides{
    width: 200%;
}

.article-top__movieList__slides__item {
    margin-right: 20px;
    float: left;
}

.article-top__movieList__slides__item img {
    width: 310px;
}

.article-top__bottomflexslider {
    max-width: 700px;
    margin: 0 auto 30px;
}

.article-top__bottomBannerList {
    max-width: 640px;
    margin: auto;
    font-size: 0;
}

.article-top__bottomBannerList__item {
    display: inline-block;
    width: 46%;
    margin-right: 8%;
}

.article-top__bottomBannerList__item--purchase {
    margin-right: 0;
}

@media only screen and (min-width: 992px){
    .article-top__articleList__item__thum {
        height: 130px;
    }
}

@media only screen and (min-width: 768px){
    .article-top__topWrapper{
        padding-top: 60px;
    }

    .article-top__articleList.row {
        margin-left: -5px;
        margin-right: -5px;
    }

    .article-top__articleList__item.col-md-4 {
        padding-left: 5px;
        padding-right: 5px;
        margin-bottom: 10px;
    }

}

@media only screen and (max-width: 1080px){
    .article-top__topSlide {
        height: 30vw;
    }

    .article-top__topSlide__list{
        height: 30vw;
    }

    .article-top__topSlide__list__item {
        height: 30vw;
    }

    .article-top__topSlide__list__item__img {
        height: 30vw;
    }

    .article-top__topSlide__list__item__detail__postCategorieList {
        font-size: 13px;
    }

    .article-top__topSlide__list__item__detail__artTitle {
        height: 84px;
        overflow: hidden;
    }

    .article-top__topSlide__list__item__detail__artDescription {
        line-height: 17px;
        height: 68px;
        overflow: hidden;
    }
}

@media only screen and (max-width: 860px){
    .article-top__topSlide__list__item__detail {
        padding: 13px;
    }

    .article-top__topSlide__list__item__detail__postCategorieList {
        margin-bottom: 0;
        overflow: hidden;
        float: none;
        font-size: 12px;
    }

    .article-top__topSlide__list__item__detail__artTitle {
        line-height: 20px;
        margin: 0 0 8px;
        font-size: 13px;
        height: auto;
    }

    .article-top__topSlide__list__item__detail__artDescription {
        font-size: 13px;
        margin: 0;
    }
}

@media only screen and (max-width: 767px){
    .article-top__topBg{
        display: none;
    }

    .article-top__topSlide{
        height: auto;
        margin-top: 0;
    }

    .article-top__topSlide__list{
        height: auto;
    }

    .article-top__topSlide__list__item{
        height: auto;
        position: relative;
        border: 1px solid #D9D9D9;
    }

    .article-top__topSlide__list__item__img{
        position: relative;
        width: 100%;
        height: auto;
    }

    .article-top__topSlide__list__item__img__link{
        display: block;
        position: relative;
    }

    .article-top__topSlide__list__item__img__link img{
        top: 0;
        transform: initial;
    }

    .article-top__topSlide__list__item__detail{
        position: relative;
        width: 100%;
    }

    .article-top__topSlide__list__item__detail__artTitle {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 16px;
    }

    .article-top__topSlide__list__item__detail__artDescription {
        display: none;
    }

    .article-top__topSlide__desc {
        right: 0;
        transform: initial;
        left: 0;
        height: auto;
        margin: auto;
        bottom: 10px;
        top: auto;
        width: 68px;
        z-index: 3;
        text-align: center;
    }

    .article-top__topSlide__desc li {
        display: inline-block;
        width: 6px;
        height: 6px;
        border-radius: 100%;
        background: #D9D9D9;
        margin: 0 5px 0;
        transition: all 200ms ease;
    }

    .article-top__articleList__item__new {
        width: 9vw;
    }

    .article-top__articleList__item__thum {
        height: 30vw;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .article-top__articleList__item__info {
        position: relative;
        padding: 15px 7px 10px;
    }

    .article-top__movieList {
        padding: 25px 0 115px 20px;
    }

    .article-top__movieList__head {
        text-align: left;
        width: auto;
        position: absolute;
        z-index: 3;
        bottom: 15px;
    }

    .article-top__movieList__head__img {
        width: 90px;
        display: inline-block;
        margin: 0 30px 0 0;
    }

    .article-top__movieList__slides__item {
        width: 226px!important;
    }

    .article-top__movieList .flex-control-nav {
        text-align: right;
        padding-right: 10px;
    }
}
    
@media only screen and (max-width: 600px){
    

    .article-top__articleList__item__info__category {
        top: -30vw;
    }

    .article-top__articleList__item__info__category__text {
        font-size: 2.5vw;
        padding: 0 10px;
    }

}

@media only screen and (max-width: 414px){
    .article-top__topWrapper{
        width: 95%;
    }

    .article-top__articleList__item__info {
        height: 122px;
    }

    .article-top__articleList__item__info__auth {
        font-size: 3vw;
        font-weight: normal;
    }

    .article-top__articleList__item__info__title {
        font-size: 3vw;
        margin: 10px 0 8px;
    }

    .article-top__articleList__item__info__date {
        font-size: 3vw;
        bottom: 10px;
    }
}
/*==============

article content

================*/

.article-content__headBg {
    padding: 100px 0 40px;
    background-color: #FFE8D5;
}

.article-content__head {
    max-width: 960px;
    margin: auto;
    width: 90%;
}

.article-content__head__info {
    margin-bottom: 15px;
}

.article-content__head__info p {
    margin: 0;
    vertical-align: middle;
    font-weight: bold;
}

.article-content__head__info__date {
    display: inline-block;
}

.article-content__head__info__category {
    background: rgb(202,70,54);
    padding: 0px 25px;
    color: white;
    font-weight: bold;
    display: inline-block;
    margin: 0;
}

.article-content__head__info__portrait {
    width: 35px;
    height: 35px;
    top: -21px;
    border-radius: 18px;
    display: inline-block;
}

.article-content__head__info__portrait img {
    border-radius: 18px;
}

.article-content__head__info__auth {
    display: inline-block;
}

.article-content__head__tagList__item {
    display: inline-block;
    text-align: center;
}

.article-content__head__tagList__item a{
    display: inline-block;
    min-width: 170px;
    background: white;
    border-radius: 10px;
    border: 1px solid #9F9F9F;
    padding: 1px 10px;
    font-size: 12px;
    font-weight: bold;
}

.article-content__topImage {
    background: #F1F3F6;
    text-align: center;
    margin-bottom: 40px;
}

.article-content__topImage img{
    width: 90%;
    max-width: 960px;

}

.article-content__main {
    max-width: 680px;
    margin: 0 auto 80px;
    width: 90%;
}

.article-content__sns {
    margin-bottom: 30px;
}

.article-content__sns__buttonList {
    border: 1px solid #e7e7e7;
    text-align: center;
    padding: 20px;
}

.article-content__sns__buttonList__item {
    display: inline-block;
    margin: 0 5px 10px;
    vertical-align: top;
}

.article-content__main__auth {
    border: 2px solid #DEDEDE;
    font-size: 0;
}

.article-content__main__auth__img {
    display: inline-block;
    width: 20%;
    text-align: center;
    padding-left: 10px;
}

.article-content__main__auth__img img{
    border-radius: 50%;
}

.article-content__main__auth__exp {
    display: inline-block;
    width: 80%;
    vertical-align: middle;
    font-size: 14px;
    padding: 10px;
}

.article-content__main__auth__exp__name {
    color: #439ED3;
    font-weight: bold;
    margin-bottom: 13px;
    display: block;
    font-size: 16px;
}

.article-content__past {
    margin-bottom: 20px;
}

.article-content__related__title, .article-content__past__title{
    text-align: center;
}

@media only screen and (max-width: 767px){
    .article-content__headBg {
        padding: 40px 0 40px;
    }
}

@media only screen and (max-width: 414px){
    .article-content__head__info__title {
        font-size: 20px;
    }

    .article-content__head__tagList__item a {
        min-width: auto;
    }
}

/*==============

search result

================*/

/* *,::after,::before{box-sizing:inherit} */
select{-moz-appearance:none;-webkit-appearance:none}
select::-ms-expand{display:none}
select::-ms-value{color:currentColor}
::selection{background-color:#b3d4fc;text-shadow:none}

.article-searchResult__search {
    /* box-sizing: inherit; */
    max-width:100%;
    -webkit-flex-basis:100%;
    -ms-flex-preferred-size:100%;
    flex-basis:100%;
    width:100%;
    margin:30px auto 0;
}

.article-searchResult__search__box {
    /* box-sizing: inherit; */
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    width:100%;
    border:2px solid #181818;
    border-radius:8px;
    overflow:hidden;
    position:relative;
    z-index:1
}

.article-searchResult__search__box__category {
    /* box-sizing: inherit; */
    position:relative;
    -webkit-box-flex:1;
    -webkit-flex:1;
    -ms-flex:1;
    flex:1;
    height:68px;
    -webkit-flex-basis:350px;
    -ms-flex-preferred-size:350px;
    flex-basis:350px;
}

.article-searchResult__search__box__category__label {
    position:absolute;
    font-size:14px;
    font-weight:700;
    width:100%;
    padding:25px 24px 22px;
    color:#888;
    background-color:#fff
}

.article-searchResult__search__box__category__arrow {
    position:absolute;
    top:50%;
    right:31px;
    margin-top:-5px;
    font-size:14px;
}


.article-searchResult__search__box__category__arrow:before{
    content: "";
    color: #888;
    border: 7px solid transparent;
    position: absolute;
    border-top: 7px solid;
}

.article-searchResult__search__box__category__list {
    -webkit-appearance:none;
    appearance:none;
    display:block;
    width:100%;
    height:100%;
    border:none;
    opacity:0;
    position:relative;
    z-index:2;
    cursor:pointer
}

.article-searchResult__search__box__text {
    position:relative;
    -webkit-flex-basis:632px;
    -ms-flex-preferred-size:632px;
    flex-basis:632px;
}

.article-searchResult__search__box__text:before {
    content:'記事を検索';
    display:none;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    padding:15px 28px;
    font-size:10px
}

.article-searchResult__search__box__text:after {
    content:'';
    position:absolute;
    top:50%;
    left:0;
    display:block;
    width:1px;
    height:24px;
    margin:-11px 0 0;
    background:#181818;
}

.article-searchResult__search__box__text__input {
    box-sizing:inherit;
    border-style:solid;
    border-width:0;

    width:100%;
    padding:25px 27px 22px
}

.article-searchResult__search__box__text__input:placeholder-shown {
    color:#888
}
.article-searchResult__search__box__text__input::-webkit-input-placeholder {
    color:#888
}
.article-searchResult__search__box__text__input:-moz-placeholder
,.article-searchResult__search__box__text__input::-moz-placeholder {
    opacity:1;
    color:#888
}
.article-searchResult__search__box__text__input:-ms-input-placeholder {
    color:#888
}
.article-searchResult__search__box__text__icon {
    position:absolute;
    top:50%;
    right:20px;
    margin:-15px 0 0;
    font-size:20px;
    color:#888
}

.article-searchResult__search__box__text__icon:before{
    font-family:'hareruya_icon'!important;
    speak:none;
    font-style:normal;
    font-weight:400;
    font-variant:normal;
    text-transform:none;
    line-height:1;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    color: #888;
    content: "\e904";
}

@media screen and (max-width:768px) {
    .article-searchResult__search {
        /* box-sizing: inherit; */
        display:-webkit-box;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
        margin-bottom:25px;
    }

    .article-searchResult__search__box {
        -webkit-flex-basis:100%;
        -ms-flex-preferred-size:100%;
        flex-basis:100%;
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
        border-radius:4px;
    }
    .article-searchResult__search__box__category {
        height:0;
        -webkit-flex-basis:100%;
        -ms-flex-preferred-size:100%;
        flex-basis:100%;
        overflow:hidden;
        -webkit-transition:all .5s ease;
        transition:all .5s ease;
    }
    .article-searchResult__search__box__category__label {
        border-bottom:1px solid #181818
    }

    .article-searchResult__search__box__category__label {
        height:100%;
        padding:0 10px;
        line-height:50px;
        font-size:10px;
        font-weight:400
    }

    .article-searchResult__search__box__category__arrow {
        right:30px;
    }

    .article-searchResult__search__box__category__list {
        height:48px
    }

    .article-searchResult__search__box__text {
        -webkit-flex-basis:100%;
        -ms-flex-preferred-size:100%;
        flex-basis:100%
    }

    .article-searchResult__search__box__text:before {
        display:block
    }

    .article-searchResult__search__box__text:after {
        display:none
    }

    .article-searchResult__search__box__text__input {
        position:relative;
        padding:15px 10px;
        font-size:10px;
        -webkit-transition:all .5s ease;
        transition:all .5s ease;
        opacity:0;
        pointer-events:none
    }

    .article-searchResult__search__box__text__icon {
        left:9px;
        right:auto;
        margin-top:-10px;
        font-size:15px
    }

    .article-searchResult__search__box--open .article-searchResult__search__box__category {
        height:48px
    }
    .article-searchResult__search__box--open .article-searchResult__search__box__text:before {
        opacity:0
    }
    .article-searchResult__search__box--open .article-searchResult__search__box__text__input {
        opacity:1;
        pointer-events:auto
    }
    .article-searchResult__search__box--open .article-searchResult__search__box__text__icon {
        right:14px;
        left:auto
    }
}

@media screen and (max-width:768px) {
  .featuredtag.is-featuredtag-open{display:block}
}

/*==============

footer

================*/
#mainFooter {
    background: #f8f8f8;
    padding: 0;
    margin-top: 80px;
    position: relative;
}


/*==============

add random button and change tag color

================*/
.article-searchBlock__inputWrapper{
    border-bottom: 1px solid #95989a;
}


.article-searchBlock__tags {
    margin-bottom: 20px;
}

.article-searchBlock__tags__title{
    margin:  8px 0 6px;
    font-size:  16px;
    color:  #95989a;
    text-align: center;
}

.article-searchBlock__tags__tag {
    margin: 0 10px 20px;
}

.article-searchBlock__tags__tag--column {
    background-color: #CA4636;
}

.article-searchBlock__tags__tag--coverage {
    background-color: #3578BD;
}

.article-searchBlock__tags__tag--prosBlog {
    background-color: #009944;
}

.article-searchBlock__tags__tag--movie {
    background-color: #D94E97;
}

.article-searchBlock__tags__tag--news {
    background-color: #C65900;
}

.article-searchBlock__random{
    margin-bottom: 20px;
}

.article-searchBlock__random__link {
    display: block;
    font-size: 16px;
    width: 160px;
    margin: auto;
    background: #815C97;
    color: white;
    font-weight: bold;
    border-radius: 10px;
    line-height: 38px;
}

@media only screen and (max-width: 600px){
    .article-searchBlock__tags {
        //text-align: left;
    }
}

/*==============

adjust top banner

================*/

.article-top__topSlide__list__item__detail__postCategorieList {
    margin-bottom: 10px;
}

.article-top__topSlide__list__item__detail__postCategorieList__item {
    font-size: 0;
}

.article-top__topSlide__list__item__detail__postCategorieList__item__link {
    background: rgb(202,70,54);
    padding: 1px 15px 0;
    color: white;
    font-weight: bold;
    font-size: 10px;
    display: inline-block;
    margin: 0;
}

.article-top__topSlide__list__item__detail__artTitle {
    line-height: 24px;
    margin: 0 0 16px 0;
    font-size: 17px;
    height: 72px;
}

.article-top__topSlide__list__item__detail__artDescription {
    font-size: 16px;
    line-height: 24px;
    height: 96px;
    overflow: hidden;
}

.article-top__topSlide__list__item__date {
    margin: 0;
    color: #aeaeae;
    font-size: 12px;
    position: absolute;
    bottom: 35px;
    font-weight: bold;
}

.article-top__topSlide__list__item__portrait {
    position: absolute;
    bottom: 26px;
    right: 28px;
    border-radius: 18px;
}

.article-top__topSlide__list__item__portrait__img{
    width: 35px;
    height: 35px;
    border: 1px solid white;
    border-radius: 18px;
    display: inline-block;
}

.article-top__topSlide__list__item__portrait__img img{
    border-radius: 18px;
}

.article-top__topSlide__list__item__portrait__name {
    margin: 0;
    font-size: 11px;
    font-weight: bold;
    display: inline-block;
    max-width: 122px;
    vertical-align: middle;
}

@media only screen and (max-width: 1080px){
    .article-top__topSlide__list__item__detail__artTitle {
        font-size: 16px;
    }

    .article-top__topSlide__list__item__date {
        display: none;
    }

    .article-top__topSlide__list__item__portrait__name {
        max-width: 150px;
    }
}

@media only screen and (max-width: 960px){
    .article-top__topSlide__list__item__detail__artTitle {
        font-size: 14px;
        line-height: 20px;
        height: 60px;
        margin-bottom: 10px;
    }

    .article-top__topSlide__list__item__detail__artDescription {
        font-size: 13px;
        line-height: 17px;
        height: 68px;
    }
}

@media only screen and (max-width: 860px){
    .article-top__topSlide__list__item__date {
        top: 13px;
        right: 13px;
    }

    .article-top__topSlide__list__item__portrait {
        right: 13px;
        bottom: 13px;
    }
}

@media only screen and (max-width: 767px){
    .article-top__topSlide__list__item__detail__artTitle {
        margin-bottom: 60px;
    }

    .article-top__topSlide__list__item__portrait {
        bottom: 28px;
    }

    .article-top__topSlide__desc{
        height: 13px!important;
        font-size: 0;
    }

    .article-top__topSlide__desc li.current {
        background: #ffb00a;
        transform: none;
    }
}

/*==============

adjust article list

================*/

.article-top__articleList__item__info {
    height: 138px;
}

.article-top__articleList__item__info__category {
    top: -19px;
}

.article-top__articleList__item__info__portrait {
    position: absolute;
    top: auto;
    bottom: 5px;
    right: 5px;
    width: auto;
    height: auto;
    border: 0;
}

.article-top__articleList__item__info__portrait__text {
    margin: 0;
    font-size: 11px;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    color: #6F6F6F;
}

.article-top__articleList__item__info__portrait__img {
    width: 42px;
    height: 42px;
    border: 1px solid white;
    border-radius: 18px;
    display: inline-block;
}

.article-top__articleList__item__info__title {
    margin: 15px 0 20px;
}

.article-top__articleList__item__info__date {
    top: 10px;
    bottom: auto;
}

@media only screen and (min-width: 992px){
    .article-top__articleList__item__thum {
        height: 174px;
    }
}

@media only screen and (max-width: 767px){
    .article-top__articleList__item__info {
        height: 160px;
    }
}

@media only screen and (max-width: 600px){
    .article-top__articleList__item__info__category {
        top: -3.5vw;
    }

    .article-top__articleList__item__info__date {
        top: 5px;
        font-size: 2.5vw;
    }

    .article-top__articleList__item__info__title {
        font-size: 2.7vw;
        margin: 10px 0 8px;
    }

    .article-top__articleList__item__info__portrait{
        right: auto;
        width: calc(100% - 14px);
        text-align: right;
    }

    .article-top__articleList__item__info__portrait__text {
        font-size: 2.5vw;
        margin-right: 10px;
        max-width: calc(100% - 50px);
        text-align: left;
    }

    .article-top__articleList__item__info__portrait__img {
        width: 33px;
        height: 33px;
    }
}

@media only screen and (max-width: 414px){
    .article-top__articleList__item__info {
        height: 120px;
    }

    .article-top__articleList__item__info__title {
        margin: 1vw 0 8px;
    }
}

/*==============

adjust article content

================*/
.article-content__head__tagList {
    font-size: 0;
    margin-left: -10px;
}

.article-content__head__tagList__item {
    margin: 0 10px 10px;
}

.article-content__head__tagList__item a {
    min-width: 165px;
}

.article-content__head__tagList__item__link:hover {
    color: white;
    background: #9e9e9e;
    transition: 0.2s;
}

@media only screen and (max-width: 600px){
    .article-content__head__tagList {
        margin-left: 0;
    }

    .article-content__head__tagList__item {
        margin: 0 5px 10px;
    }

    .article-content__head__tagList__item a {
        min-width: auto;
    }
}

body{
    font-weight: 500;
}


/*==============

adjust triangle in header

================*/
.header__right__item__link--article::after {
    border: 7px solid transparent;
    border-top: 11px solid;
    top: 50%;
    margin-top: -6px;
    right: 8px;
}

/*==============

password design

================*/
.article-content__password{
    border: 2px dashed #808080;
    border-radius:  10px;
    padding: 10px 30px 25px;
}

.articleWrap h2.article-content__password__title{
    margin:  0;
    border:  0;
    text-align:  center;
    font-size: 22px;
    padding: 10px 0;
    color: #e60012;
}

.article-content__password__img{
    text-align: center;
}

.article-content__password__img img{
    width: 80px;
}

.article-content__password__text{
    font-weight: bold;
    text-align: center;
}

.article-content__password__input{
    text-align:  center;
}

@media only screen and (max-width: 600px){
    .article-content__password__text{
        text-align: left;
    }
}

@media only screen and (max-width: 320px){
    h2.article-content__password__title{
        font-size: 6vw;
    }
}

/*==============

list of video font size

================*/
@media only screen and (max-width: 414px){
    .article-top__movieList__head__link {
        font-size: 4vw;
    }
}