@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Chakra+Petch:wght@300;500&family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&family=Orbitron:wght@400;500;600;700;800;900&display=swap');

/* ==================================================
* top-mv
=====================================================*/
.top-mv {
    padding: 48px 10px 0;
    background: #111111;
}

.m .top-mv,
.l .top-mv {
    padding: 80px 40px 0;
    background: #111111;
}

.top-mv .top-mv-item {
    background: url(../img/top-mv-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 235px;
    position: relative;
}

.m .top-mv .top-mv-item,
.l .top-mv .top-mv-item {
    height: 320px;
    background-image: url(../img/top-mv-bg-pc.png);
    background-repeat: no-repeat;
    background-size: cover;

}

.top-mv .top-mv-item .top-mv-item-title {
    position: absolute;
    top: -24px;
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
}

.m .top-mv .top-mv-item .top-mv-item-title,
.l .top-mv .top-mv-item .top-mv-item-title {
    top: -40px;
    left: 120px;
}

.top-mv .top-mv-item .top-mv-item-title span {
    display: inline-block;
    padding: 9px 8px;
    background: url(../img/bg.png);
    background-repeat: repeat;
    color: #fff;
    font-size: 20px;
    line-height: 24px;
}

.m .top-mv .top-mv-item .top-mv-item-title span,
.l .top-mv .top-mv-item .top-mv-item-title span {
    font-size: 48px;
    line-height: 58px;
}

.top-mv .top-mv-item .top-mv-item-title span:last-child {
    margin-top: 4px;
}

.top-mv .top-mv-item a {
    width: 160px;
    height: 36px;
    text-align: center;
    background: #fff;
    color: #333333;
    font-size: 12px;
    font-weight: bold;
    border-radius: 4px;
    line-height: 36px;
    position: absolute;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%) translateY(0);
}

.m .top-mv .top-mv-item a,
.l .top-mv .top-mv-item a {
    width: 280px;
    height: 56px;
    line-height: 56px;
    font-size: 18px;
    left: 260px;
    bottom: 72px;
}

/* ==================================================
* top-articleMain
=====================================================*/

.top-articleMain {
    background: #EFF7F3;
    margin: 90px 0 0 10px;
    padding: 60px 0 30px 20px;
    position: relative;

}

.m .top-articleMain,
.l .top-articleMain {
    padding: 60px 40px;
    margin: 40px 0 0 40px;
}

.top-articleMain-content {
    overflow: hidden;
}

.m .top-articleMain-content,
.l .top-articleMain-content {
    max-width: 1160px;
    margin: 0px auto;
    padding: 0 20px;
    display: none;
}

.m ._movie .top-articleMain-content,
.m ._event .top-articleMain-content {
    display: block;
    position: relative;
    z-index: 10;
}



.top-articleMain h2 {
    font-size: 60px;
    letter-spacing: 0.04em;
    line-height: 72px;
    font-weight: normal;
    position: absolute;
    content: "";
    top: -38px;
    left: 14px;
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
}

.m .top-articleMain h2,
.l .top-articleMain h2 {
    font-size: 96px;
    line-height: 115px;
    writing-mode: vertical-rl;
    top: 80px;
    left: -5px;
}

/* 1370px以下の時 */
@media screen and (max-width:1370px) {
    .m .top-articleMain h2{
        display: none;
    }
}


.top-articleMain._movie {
    background: #F9F9F0;
}
.top-articleMain._event {
    background: #EBF2F4;
}
.m .top-articleMain._movie,
.l .top-articleMain._movie {
    background: #F9F9F0;
    margin: 72px 0 0 40px;
}
.m .top-articleMain._movie h2 {
    left: -25px;
}

.top-articleMain-subTitle {
    font-size: 28px;
    font-family: 'Dela Gothic One', cursive;
    margin-bottom: 14px;
    letter-spacing: 0.04em;
    line-height: 40px;
}




/* ==================================================
* top-articleMain-pc
=====================================================*/


.top-articleMain-pc {
    display: none;
    max-width: 1120px;
    margin: 0 auto;
}

.m .top-articleMain-pc,
.l .top-articleMain-pc {
    display: block;
}

.m .top-articleMain-pcItem,
.l .top-articleMain-pcItem {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 32px;
}


.top-articleMain-pc .c-articleCard:first-child {
    grid-row: 1 / 4;
    grid-column: 2 / 3;
    max-width: 544px;
    height: auto;
	/*max-height: 152px;*/
	margin-bottom: 16px;
}
.top-articleMain-pc .c-articleCard:first-child 

.top-articleMain-pc .c-articleCard:first-child .c-articleCard-category {
    margin: 15px 0 0;
}

.top-articleMain-pc .c-articleCard:first-child .c-articleCard-title {
    margin-top: 6px;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.7;
}

/* .top-articleMain-pc .c-articleCard:first-child .c-articleCard-date {
    margin-top: 12px;
} */
.top-articleMain-pc .c-articleCard:nth-child(n+2) {
    display: flex;
    gap:16px;
    margin-bottom: 16px;
}
.top-articleMain-pc .c-articleCard:nth-child(n+2) .c-articleCard-item {
    flex: 0 0 280px;
}



/* 
.top-articleMain-pc .c-articleCard:nth-child(n + 2) .c-articleCard-category {
    margin: 0;
}

.top-articleMain-pc .c-articleCard:nth-child(n + 2) .c-articleCard-title {
    margin-top: 8px;
}

.top-articleMain-pc .c-articleCard:nth-child(n + 2) .c-articleCard-date {
    margin-top: 12px;
}


.top-articleMain-pc .c-articleCard:nth-child(n + 3) {
    margin-top: 24px;
}

.top-articleMain-pc .c-articleCard:nth-child(n + 2) .c-articleCard-item img {
    height: 100%;
} */


.top-articleMain-pc .top-articleMain-contentBtn {
    background: #ffffff;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    width: 280px;
    height: 56px;
    line-height: 56px;
    display: block;
    text-align: center;
    border-radius: 4px;
    margin: 32px auto 4px;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.3);
    cursor: pointer;
}


/* ==================================================
* top-articleRecommend
=====================================================*/

/* .top-articleRecommend {
    margin: 60px 0px 0 26px;
    overflow: hidden;
    position: relative;
}

.m .top-articleRecommend,
.l .top-articleRecommend {
    margin: 72px auto 0;
    max-width: 1120px;
}


.m .top-articleRecommend-Title,
.l .top-articleRecommend-Title {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 32px;
}

.top-articleRecommend h2 {
    font-size: 28px;
    font-family: 'Dela Gothic One', cursive;
    letter-spacing: 0.04em;
    line-height: 40px;
}



.top-articleRecommend .top-articleRecommend-subTitle {
    font-size: 12px;
    letter-spacing: 0.04em;
    line-height: 14px;
    display: inline-block;
    margin: 8px 0 22px;
    color: #333333;
}

.m .top-articleRecommend .top-articleRecommend-subTitle,
.l .top-articleRecommend .top-articleRecommend-subTitle {
    margin: 0;
} */



/* ==================================================
* top-popularArticles
=====================================================*/

.swiper-popularArticles {
    display: block!important;
}
.m .swiper-popularArticles {
    display: flex!important;
}

.top-popularArticles {
    margin: 60px 10px 0 26px;
    overflow: hidden;
    position: relative;
}

.m .top-popularArticles {
    max-width: 1160px;
    margin: 72px auto 0;
    padding: 0 40px;

}

.top-popularArticles h2 {
    color: #333333;
    font-size: 28px;
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
    letter-spacing: 0.04em;
    line-height: 1.7;
}

.top-popularArticles .top-swiper-popularArticles {
    display: flex;
    overflow: hidden;
}

.top-popularArticles-list {
    width: 100%;

    
    height: auto !important;
}

.s .top-popularArticles-list:nth-child(n + 2) {
    display: none;
}


.top-popularArticles-list li {
    display: block !important;

}

.m .top-popularArticles-list li,
.l .top-popularArticles-list li {
    gap: 10px;
}


.top-popularArticles-list li:first-child {
    margin-top: 14px;
}

.top-popularArticles-list li:nth-child(n + 2) {
    margin-top: 16px;
}

.top-popularArticles-list li a {
    display: flex;
    align-items: center;

}

.top-popularArticles-list li a span {
    border: 1px solid;
    display: block;
    height: 32px;
    width: 32px;
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    border-radius: 6px;
    background: linear-gradient(45deg, green, rgba(121, 204, 61, 100%));
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px 12px;
    margin-right: 12px;
}

.top-popularArticles-list li a p {
    margin-left: 10px;
    color: #333333;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.04em;
    line-height: 1.7;
}

.top-popularArticles-list li a figure img {
    width: 116px;
}


.top-popularArticles .top-popularArticles-more {
    display: block;
    margin: 14px auto 0;
    max-width: 160px;
    height: 36px;
    line-height: 36px;
    color: #333333;
    border: 1px solid #333333;
    border-radius: 4px;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    cursor: pointer;
}

.m .top-popularArticles .top-popularArticles-more,
.l .top-popularArticles .top-popularArticles-more {
    display: none;
}

/* ==================================================
* top-eventCard
=====================================================*/
.top-eventCard {
    color: #333;
}
.top-eventCard-text {
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
    line-height: 1.5;
}
.m .top-eventCard-text {
    font-size: 16px;
}
.top-eventCard-date {
    font-size: 20px;
    margin-top: 10px;
    font-weight: bold;
}
.m .top-eventCard-date {
    font-size: 24px;
}
.top-eventCard-reference {
    margin-top: 15px;
    color:#666666;
    font-size: 12px;
}


/*スワイパーページネーション*/
.top-articleMain .c-swiper-pageLink {
    top: 15px;
    right: 27px;
}
.top-articleMain._movie .c-swiper-pageLink,
.top-articleMain._event .c-swiper-pageLink{
    top: 62px;
    right: 27px;
}
.m .top-articleMain._movie .c-swiper-pageLink,
.m .top-articleMain._event .c-swiper-pageLink {
    top: 0;
    right: 13px;
}

/* #top-attention-keyword .c-swiper-pageLink {
    top: 28px;
    right: 30px;
} */
.s .top-swiper-popularArticles .c-swiper-pageLink {
    display: none;
}
#top-searchTheme .c-swiper-pageLink {
    display: none;
}
.m #top-searchTheme .c-swiper-pageLink {
    display: flex;
}
/*スワイパーページネーション*/