@charset "UTF-8";

/*------共通要素------*/

/*セクション・各タイトル*/

section {
    padding: 6rem 0;
    position: relative;
}

.mainTtl {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 2rem;
    margin-bottom: 3rem;
    position: relative;
}

.mainTtl:before {
    content: 'UHB ORIGINAL';
    position: absolute;
    white-space: nowrap;
    width: 100%;
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    font-size: 230px;
    line-height: 1;
    color: #DDD;
    opacity: 0.2;
    z-index: -2;
}

@media screen and (max-width: 1280px) {
    .mainTtl:before {
        font-size: 16vw;
    }
}

.mainTtl > h1 {
    font-size: 3.8rem;
    display: flex;
    align-items: center;
}

.mainTtl > div {
    color: #D30D1B;
    letter-spacing: 0.2rem;
    font-weight: bold;
}

.sectionTtl {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 3rem;
}

.articleContents + .sectionTtl,
section > *:nth-of-type(n+2) > .sectionTtl {
    margin-top: 6rem;
}

.sectionTtl img {
    height: 5.7rem;
    width: auto;
}

.sectionTtl > *:not(a) {
    font-size: 3.8rem;
    display: flex;
    align-items: center;
}

.sectionTtl > a {
    color: #222;
    transition: .3s;
    padding: 1rem 0;
}

.sectionTtl > a:hover {
    opacity: .8;
}

.sectionTtl > a i {
    margin-left: 0.6em;
}

/* inview.js設定 */

.fadeInUp{
    opacity: 0;
    transform: translateY(2rem);
    transition: 0.8s;
}
.fadeInUp.effected{
    opacity: 1;
    transform: translateY(0);
}

/*記事共通部分*/

.articleContents ul {
    display: flex;
    flex-wrap: wrap;
}

.articleContents li {
    width: 22.5%;
    margin-right: 3.3%;
    margin-bottom: 3.3%;
    display: flex;
    flex-direction: column;
}

.articleContents li:nth-child(4n) {
    margin-right: 0;
}

.articleContents li:nth-last-child(-n+4) {
    margin-bottom: 0;
}

.articleContents li a {
    color: #222;
    display: block;
    transition: .3s;
}

.articleContents li a:hover {
    color: #555;
}

.articleContents li figure {
    width: 100%;
    padding-top: 56.25%;
    position: relative;
    overflow: hidden;
    background: #fff;
    border: 1px solid rgb(0 0 0 / 5%);
    margin-bottom: 1.5rem;
}

.articleContents li figure img {
    object-fit: cover;
    font-family: 'object-fit: cover;';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    transition: .8s;
    transform: scale(1.01);
}

.articleContents li a:hover figure img {
    transform: scale(1.04);
    opacity: 0.9;
}

.articleContents li .itemInfo {
    font-size: 1.6rem;
    line-height: 1.3;
    margin-bottom: 1.5rem;
}

.articleContents li .ttl {
    font-weight: bold;
    margin-bottom: 1rem;
}

.articleContents li .author {
    display: flex;
    margin-top: auto;
    align-items: center;
    line-height: 1.3;
}

.articleContents li .author .authorImg {
    position: relative;
    width: 3.4rem;
    min-width: 3.4rem;
    height: 3.4rem;
    border-radius: 50%;
    border: 1px solid rgb(0 0 0 / 20%);
    overflow: hidden;
    margin-right: 1rem;
}

.articleContents li .author .authorImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}

@media screen and (max-width: 1024px) {
    .articleContents li {
        width: 23.5%;
        margin-right: 2%;
        margin-bottom: 2.5%;
    }
    
    .articleContents li .itemInfo {
        font-size: 1.4rem;
    }

    .articleContents li .author {
        font-size: 1.2rem;
    }

    .articleContents li .author .authorImg {
        width: 3rem;
        min-width: 3rem;
        height: 3rem;
    }
}

/*番組バナー*/

.cardContents ul {
    display: flex;
    flex-wrap: wrap;
}

.cardContents li {
    width: 17.3%;
    margin-right: 3.3%;
    margin-bottom: 3.3%;
    display: flex;
    flex-direction: column;
}

.cardContents li:nth-child(5n) {
    margin-right: 0;
}

.cardContents li:nth-last-child(-n+5) {
    margin-bottom: 0;
}

.cardContents li a {
    color: #222;
    display: block;
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.3;
    transition: .3s;
}

.cardContents li a:hover {
    color: #555;
}

.cardContents li img {
    transition: .8s;
}

.cardContents li a:hover img {
    filter: brightness(1.1);
}

.cardContents li .ttl {
    font-weight: bold;
    margin-top: 1rem;
    margin-bottom: 0.3em;
}

/*-----おすすめ番組スライダー-----*/

.recommend {
    position: relative;
}

.recommendInner {
    width: 100%;
    overflow-x: hidden;
}

.recommend .inner {
    max-width: 1580px;
    width: 90%;
    padding: 0;
}

.recommendSlider {
    display: none;
    position: relative;
    z-index: 1;
}

.recommendSlider.slick-initialized {
    display: block;
    margin-bottom: 4rem;
}

.recommendSlider .slick-list {
    overflow: visible;
}

.recommendSlider .slick-track {
    background: #000;
}

.recommendSlider .slick-slide {
    opacity: 0.5;
    transition: opacity 0.4s;
    pointer-events: none;
}

.recommendSlider .slick-slide.slick-current,
.recommendSlider .slick-slide.is-active-next {
    opacity: 1;
    pointer-events: auto;
}

.recommendSlider .slick-arrow {
    width: 5rem;
    height: 5rem;
    z-index: 1;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.recommendSlider .slick-prev {
    left: -5%;
}

.recommendSlider .slick-next {
    right: -5%;
}

.recommendSlider .slick-arrow:before {
    content: "";
    display: block;
    width: 35%;
    height: 35%;
    border-top: #999 2px solid;
    border-right: #999 2px solid;
    transition: .3s;
}

.recommendSlider .slick-prev:before {
    transform: rotate(225deg);
    margin-left: 12%;
}

.recommendSlider .slick-next:before {
    transform: rotate(45deg);
    margin-right: 12%;
}

.recommendSlider .slick-dots {
    bottom: -3.6rem;
}

.recommendSlider .slick-dots li {
    width: auto;
    height: auto;
    margin: 0 1rem;
}

.recommendSlider .slick-dots li button {
    cursor: pointer;
    outline: none;
    width: 1rem;
    height: 1rem;
    opacity: .7;
    background: #555;
    border-radius: 50%;
    transition: .2s;
}

.recommendSlider .slick-dots li button:hover,
.recommendSlider .slick-dots li button:focus {
    opacity: .75;
    background: #e03b54;
}

.recommendSlider .slick-dots li.slick-active button {
    opacity: .75;
    background: #db022a;
    transform: scale(1.4);
}

.recommendSlider .slick-dots li button:before {
    content: none;
}

.recommendSlider a {
    display: flex;
    flex-direction: row-reverse;
    width: 100%;
    background: #fff;
    color: #222;
}

.recommendSlider figure {
    width: 73%;
    padding-top: 41.06%;
    position: relative;
    overflow: hidden;
}

.recommendSlider .itemInfo {
    width: 27%;
    min-width: 260px;
    border-right: 1px solid rgb(0 0 0 / 5%);
    padding: 2% 1.9%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 1.8rem;
}

.recommendSlider .logo {
    margin-bottom: 2em;
    height: 2.8em;
}

.recommendSlider .logo img {
    max-width: 100%;
    height: 100%;
    object-fit: contain;
    font-family: 'object-fit: contain;';
}

.recommendSlider .ttl {
    font-size: 200%;
    font-weight: bold;
    line-height: 1.3;
    margin: 0.5em 0;
}

.recommendSlider .detail {
    font-size: 166%;
    font-weight: bold;
    line-height: 1.3;
    margin: 0.5em 0;
}

.recommendSlider figure img {
    object-fit: cover;
    font-family: 'object-fit: cover;';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    transition: .8s;
    transform: scale(1.01);
}

.recommendSlider a:hover figure img {
    transform: scale(1.04);
    opacity: 0.9;
}

.more.btn {
    display: block;
    padding: 20px;
    text-align: center;
    transition: all 0.3s;
    border: 2px solid #DB002A;
    color: #DB002A;
    max-width: 300px;
    position: relative;
    z-index: 1;
    border-radius: 10px;
	margin: auto;
	cursor: pointer;
	background: #ffffff;
	font-weight: bold;
}
.more.btn:hover{
	background: #F4F4F4;
}
.more.btn .arrow {
    border-right: 2px solid #DB002A;
    border-bottom: 2px solid #DB002A;
    height: 10px;
    width: 10px;
    margin: 0 0 0 10px;
    transform: rotate(45deg);
    display: inline-block;
}
.more.btn.close .arrow {
    transform: rotate(-135deg);
} 

@media screen and (max-width: 1799px) {
    .recommendSlider .itemInfo {
        font-size: 1vw;
    }
}

@media screen and (max-width: 1279px) {
    .recommendSlider .slick-arrow {
        width: 4rem;
        height: 4rem;
    }
    
    .recommendSlider .itemInfo {
        font-size: 1.2vw;
    }
}

/*-----セクション個別-----*/

#sectionProgram {
    background: #F4F4F4;
}
