/* nav 
@media screen and (min-width:1401px) and (max-width: 1690px) {
    .top_nav .inner{
        max-width: 1140px;
        margin-inline: auto;
    }
    .top_nav ul {
        gap: 10px 22px;
        justify-content: flex-start;
    }
}*/

/* メディア */
.media_sec+.media_sec {
    margin-top: 80px;
}
.youtube_sec {
    margin-top: -100px;
}
.media_sec_title {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

.media_sec_title .youtube_icon {
    width: 46px;
}

.media_sec_title .note_icon {
    width: 120px;
}

.media_sec_title .instagram_icon {
    width: 180px;
}

.media_sec_title h2 {
    color: #1E3125;
    text-align: center;
    font-family: "Noto Serif JP", serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 150%;
}

.media_contents {
    max-width: 1140px;
    margin-top: 20px;
    padding: 40px;
    background-color: #fff;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}
.media_contents_instagram {
    width:100%;
    display: block;
    overflow: hidden;
    text-align: center;
    margin-inline: auto;
}


@media screen and (max-width: 768px) {
    .media_sec+.media_sec {
        margin-top: 40px;
    }
    .youtube_sec {
        margin-top: 0px;
    }
    .media_sec_title {
        display: flex;
        gap: 12px;
    }

    .media_sec_title h2 {
        font-size: 17px;
        text-align: left;
        letter-spacing: normal;
        line-height: 140%;
    }

    .media_sec_title .youtube_icon {
        width: 40px;
    }

    .media_sec_title .note_icon {
        width: 86px;
    }

    .media_sec_title .instagram_icon {
        width: 90px;
    }

    .media_sec_title .is_sp_none {
        display: none;
    }

    .media_contents {
        margin-top: 12px;
        padding: 16px;
    }
}

.rss-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

.rss-card {
    background: #fff;
    border-radius: 8px;
    padding: 15px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s;
}

.rss-card:hover {
    transform: translateY(-3px);
}

.rss-card img {
    max-width: 100%;
    border-radius: 6px;
}

.rss-title {
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0;
    color: #333;
    text-decoration: none;
    display: block;
}

.rss-date {
    font-size: 12px;
    color: #888;
    margin-bottom: 10px;
}

.rss-description {
    font-size: 14px;
    color: #555;
    line-height: 1.4;
}

.youtube_SP {
    display: none;
}
@media screen and (max-width: 768px) {
	.youtube_PC {
		display: none;
	}
	.youtube_SP {
		display: block;
	}
}

/* 出演・掲載情報、外部リンク */
.appearances_sec, .partnerlinks_sec, .books_sec {
    margin-bottom: 0;
}
@media screen and (max-width: 768px) {
    .appearances_sec, .partnerlinks_sec, .books_sec {
        margin-bottom: 0px;
    }
}
.appearances_area h2, .partnerlinks_area h2 {
    text-align: center;
    font-family: "Noto Serif JP";
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 20px;
}
.appearances_area h2 span, .partnerlinks_area h2 span {
    font-family: "Marcellus", serif;
    font-size: 20px;
    letter-spacing: 0.05em;
    color: #08704B;
    text-shadow: #08704B 0.3px 0 0;
    margin-top: 90px;
    display: block;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .appearances_area h2, .partnerlinks_area h2 {
        font-size: 26px;
    }
    .appearances_area h2 span, .partnerlinks_area h2 span {
        font-size: 14px;
    }
}
.appearances_list {
    max-width: 980px;
    width: 100%;
    margin: 0 auto 0;
    display: flex;
    flex-direction: column;
}
.appearances_item {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 16px .5em;
    line-height: 1.6;
}
.appearances_item::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #E6E6E6;
}
.appearances_item .date{
    display: block;
    width: 140px;
    font-size: 16px;
    color: var(--sub_green01);
}
.appearances_item .title{
    display: block;
    flex: 1;
    font-size: 16px;
    word-break: break-word;
}
@media screen and (max-width: 768px) {
    .appearances_item:first-child {
        padding-top: 8px;
    }
    .appearances_item .date{
        width: 100px;
        font-size: 14px;
    }
    .appearances_item .title{
        font-size: 14px;
    }
}

.partnerlinks_contents {
    max-width: 1140px;
    margin-top: 40px;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}
.partnerlinks_list {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}
.partnerlinks_item {
    max-width: 240px;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 768px) {
    .partnerlinks_contents {
        margin-top: 24px;
    }
    .partnerlinks_sec {
        margin-bottom: 120px;
    }
    .partnerlinks_contents {
        padding: 20px;
    }
    .partnerlinks_list {
        gap: 10px;
    }
    .partnerlinks_item {
        width: 45%;
        display: flex;
        align-items: center;
    }
}