@charset "utf-8";
/* =============================================================
    common 共通
============================================*/
:root {
	--myColor01 : #8d0000;
	--myBasePX_XL : 80px;
	--myBasePX_L : 48px;
	--myBasePX_M : 32px;
	--myBasePX_S : 24px;
}
@media screen and (max-width: 767px) {
	:root {
		--myBasePX_XL : 56px;
		--myBasePX_L : 40px;
		--myBasePX_M : 28px;
		--myBasePX_S : 20px;
	}
}
@media screen and (max-width: 479px) {
	:root {
		--myBasePX_XL : 40px;
		--myBasePX_L : 32px;
		--myBasePX_M : 20px;
		--myBasePX_S : 12px;
	}
}

body {
	width: 100%;
}
body,figure,h1,h2,h3,h4,h5,h6,li,ol,p,ul,dl,dt,dd {
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4,h5,h6,p {
	font-weight: normal;
}
li,ol,ul {
	list-style-type: none;
}

#page {
	font-size: 20px;
	margin: 0 auto;
    max-width: 1920px;
	color: var(--myColor01);
	font-family: "Noto Sans CJK JP", Lato, "Noto Sans JP", "游ゴシック Medium", 游ゴシック体, "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.4;
	/* background-color: #e3e3e3; */
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt" 1;
	-webkit-text-size-adjust: 100%;
	position: relative;	/* 背景fixed　safari対応 ←　これ使う場合は必要*/
}

/* ==================================
============================*/

#page * {
	box-sizing: border-box;
}
#page img {
	width: 100%;
	border: 0;
	vertical-align: top;
}
#page a {
	transition: all 0.3s;
	text-decoration: none;
}
#page a:hover {
	opacity: 0.7;
}
#page a[tabindex*="-1"] {
	pointer-events: none;
}
#page a[tabindex*="-1"]:hover {
	opacity: 1;
}
#page em {
	font-style: normal;
	font-weight: bold;
}
@media screen and (min-width: 768px) {
	a[href*="tel:"] {
	  pointer-events: none;
	  cursor: default;
	  text-decoration: none;
	}
  }
@media screen and (max-width: 767px) {
	#page {
		font-size: 18px;
	}
}
@media screen and (max-width: 479px) {
	#page {
		font-size: 16px;
	}
}

.serif {
	font-family: 'Shippori Mincho', serif;
	font-weight: 600;
}
.arial {
	font-family: Arial;
}
.font_kosugimaru {
	font-family: 'Kosugi Maru',sans-serif;
}
.flex {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.flex.pc4,
.flex.pc3,
.flex.pc2 {
	column-gap: 3%;
	justify-content: center;
}
.flex.pc4 > div {
	width: calc(calc(100% - 3% * 3) / 4);
}
.flex.pc4 > div:nth-child(n + 5) {
	margin-top: 3%;
}
.flex.pc3 > div {
	width: calc(calc(100% - 3% * 2) / 3);
}
.flex.pc3 > div:nth-child(n + 4) {
	margin-top: 3%;
}
.flex.pc2 > div {
	width: calc(calc(100% - 3% * 1) / 2);
}
.flex.pc2 > div:nth-child(n + 3) {
	margin-top: 3%;
}
@media screen and (max-width: 1279px) {
	.flex.pc3 > div {
		width: calc(calc(100% - 3% * 1) / 2);
	}
	.topics_item:nth-child(n + 3) {
		margin-top: var(--myBasePX_L);
	}
}
@media screen and (max-width: 999px) {
	.flex.pc4 > div {
		width: calc(calc(100% - 3% * 2) / 3);
	}
	.flex.pc4 > div:nth-child(n + 4) {
		margin-top: 3%;
	}
}
@media screen and (max-width: 899px) {
	.flex.pc3 > div {
		width: 100%;
	}
	.topics_item:nth-child(n + 2) {
		margin-top: var(--myBasePX_L);
	}
	.icon_check {
		width: 14vw;
	}
}
@media screen and (max-width: 767px) {
	.flex.pc4 > div {
		width: calc(calc(100% - 3% * 1) / 2);
	}
	.flex.pc4 > div:nth-child(n + 3) {
		margin-top: 3%;
	}
}

.inner_wrap {
	padding: 0 var(--myBasePX_L);
	margin: 0 auto;
	max-width: 1500px;
}
.pd_tb {
	padding-top: var(--myBasePX_XL);
	padding-bottom: var(--myBasePX_XL);
}
.pd_t {
	padding-top: var(--myBasePX_XL);
}
.pd_b {
	padding-bottom: var(--myBasePX_XL);
}
.font_awe::before,
.font_awe::after {
	font-family: "Font Awesome 6 Free","Font Awesome 6 Brands";
    font-weight: 900;
}

.block_title {
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
}
.block_read p {
	margin: 0.8me auto;
}
.block_read p:not(.demo_btn) {
	padding-left: 1em;
	text-indent: -1em;
}
.ib {
	font-size: inherit !important;
	display: inline-block;
}
.btn_wrap {
	text-align: center;
}
.btn {
	font-size: 1.2em;
	color: #fff;
	font-weight: bold;
	padding: 0.8em var(--myBasePX_S);
	margin: 0 auto;
	line-height: 1.2;
	border-radius: 8px;
	transition: all 0.3s;
	display: inline-block;
}
.btn:hover {
	box-shadow: unset !important;
}
#btn_pagetop {
    position: fixed;
    font-size: 77%;
    z-index: 500;
}
#btn_pagetop a img {
  width: 80px;
}
#page_top:hover {
	cursor: pointer;
}
.pc {
	display: block;
}
@media screen and (min-width: 768px) {
    #btn_pagetop {
        bottom: 20px;
        right: 20px;
    }
	a[href*="tel:"] {
		pointer-events: none;
		cursor: default;
		text-decoration: none;
	}
	.mob {
		display: none;
	}	
}
@media screen and (max-width: 767px) {
	.pc {
		display: none;
	}
    #btn_pagetop {
        bottom: 5px;
        right: 5px;
    }
    #btn_pagetop a img {
        width: 10vw;
        height: auto;
    }
}

/* =============================================================
    【movie】ブロック　※Brightecoveの動画表示
============================================*/
.movie_wrap {
	width: 100%;
    max-width: 900px;
    margin: 0 auto var(--myBasePX_XL);
	box-shadow: 0 0 var(--myBasePX_S) var(--myColor05);
}
#movie {
    position: relative;
    width: 100%;
    padding-top: calc(9 / 16 * 100%);
    margin: 0 auto;
    overflow: hidden;
}
.tvo-video {
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
}

.tver_wrap {
	margin: 0 auto var(--myBasePX_XL);
}
.bnr_tver {
	margin: 0 auto;
	max-width: 800px;
	border: solid 2px #fff;
	box-shadow: 0 0 var(--myBasePX_S) var(--myColor05);
}
.tver_wrap .limit_text {
	font-weight: bold;
	text-align: center;
	line-height: 1.3;
	margin: 12px auto 0;
	text-shadow: 0 0 0.2em #e8e1b9, 0 0 0.2em #e8e1b9, 0 0 0.3em #e8e1b9, 0 0 0.3em #e8e1b9;
}
.tver_wrap .limit_text small {
	font-size: 16px;
	font-weight: normal;
}

/* =============================================================
    page用css
============================================*/
#page {
	background: url(../images/kv.jpg) center top no-repeat,
		url(../images/bg.jpg) center top repeat;
		padding-bottom: var(--myBasePX_XL);
}
.sec_title_wrap {
	font-size: 0em;
}
.sec_read {
	letter-spacing: -1px;
}
@media screen and (max-width: 1199px) {
	#page {
		background: url(../images/kv.jpg) center top/130% no-repeat,
			url(../images/bg.jpg) center top repeat;
	}
}
@media screen and (max-width: 767px) {
	.sec_read {
		font-size: 1.2em;
	}
}
@media screen and (max-width: 479px) {
	.sec_read {
		font-size: 1em;
	}
	.sec_read em {
		font-size: 1.1em;
	}
}

/* =============================================================
    キービジュアル
============================================*/
.kv_logo_wrap {
	font-size: 0;
	width: 80vw;
	max-width: 968px;
	margin: 0 auto;
	padding-top: 680px;
}
.kv_logo {
	background: url(../images/logo.png) center center/contain no-repeat;
	padding-top: calc(472 / 968 * 100%);
}
@media screen and (max-width: 1199px) {
	.kv_logo_wrap {
		padding-top: 46vw;
	}
}

/* =============================================================
    コンテンツ
============================================*/
#main {
	background: url(../images/bg_circle.png) center top no-repeat;
}
@media screen and (max-width: 1599px) {
	#main {
		background: url(../images/bg_circle.png) center top no-repeat;
	}
}
@media screen and (max-width: 1199px) {
	#main {
		background: url(../images/bg_circle.png) center 10vw/130% no-repeat;
	}
}
@media screen and (max-width: 767px) {
	#main {
		background: url(../images/bg_circle.png) center top/130% no-repeat,
			url(../images/bg_circle_sub.png) 30% 46%/130% no-repeat;
	}
}

/* =============================================================
    放送日時
============================================*/
.oadate_wrap {
	text-align: center;
	max-width: 1400px;
	margin: var(--myBasePX_L) auto var(--myBasePX_XL);
	padding: var(--myBasePX_S);
	background: url(../images/bg_oadate.png) center top/cover no-repeat;
	border: solid 3px #523313;
}
.oadate_wrap span.title {
	font-size: clamp(18px, 2vw, 28px);
	font-weight: bold;
	color: #fff;
	padding: 0.4em 0.6em;
	margin: -0.2em 1em 0 0;
	line-height: 1;
	border-radius: 10px;
	background-color: #1d9899;
	display: inline-block;
}
.oadate > .ib > em {
	font-size: clamp(24px, 4vw, 58px);
	color: #fbecbf;
	line-height: 1.1;
	text-shadow: 0 0 0.2em #523313, 0 0 0.2em #523313, 0 0 0.2em #523313;
}
.oadate > .ib > em em {
	font-size: 1.5em;
	color: #ffe50e;
}

/* =============================================================
    この番組は
============================================*/
#overview {
	background: url(../images/bg_mid.png) center bottom no-repeat;
	padding-bottom: 780px;
}
.intro_wrap {
	max-width: 1000px;
	margin: 0 auto;
}
.intro_wrap_inner {
	display: -webkit-flex;
	display: flex;
	justify-content: center;
}
.intro_wrap .sec_title_wrap {
	width: 9vw;
	max-width: 104px;
	margin-left: var(--myBasePX_S);
}
.intro_wrap .sec_title {
	padding-top: calc(389 / 104 * 100%);
}
.overview .sec_title {
	background: url(../images/title_overview.png) center top/contain no-repeat;
}
.heritage .sec_title {
	background: url(../images/title.heritage.png) center top/contain no-repeat;
}
.intro_wrap .sec_read {
	text-align: center;
    position: relative;
	display: -webkit-flex;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
}
.intro_wrap .sec_read p {
	text-align: initial;
	writing-mode: vertical-rl;
	font-feature-settings:initial;
	line-height: 1.8;
	padding-top: 2em;
	word-break: keep-all;
	white-space: nowrap;
	text-shadow: 0 0 0.2em #e8e1b9, 0 0 0.2em #e8e1b9, 0 0 0.3em #e8e1b9, 0 0 0.3em #e8e1b9;
}
.overview .sec_read p {
	font-size: clamp(20px, 2.4vw, 28px);
}
.heritage .sec_read p {
	font-size: clamp(24px, 2.8vw, 34px);
}
.heritage .sec_read p i {
	padding-bottom: 0.5em;
}
.heritage .sec_read p span {
	display: flex;
    align-items: center;
	word-break: keep-all;
}
@media screen and (max-width: 1599px) {
	#overview {
		background: url(../images/bg_mid.png) 75% bottom/120% no-repeat;
		padding-bottom: 45vw;
	}
}
@media screen and (max-width: 767px) {
	#overview {
		padding-bottom: 28vw;
	}
	.intro_wrap.pc2 {
		flex-direction: column-reverse;
	}
	.intro_wrap.pc2 > div {
		width: 100%;
		margin: 0 auto var(--myBasePX_L);
	}
	.intro_wrap .sec_title_wrap {
		width: 10vw;
		max-width: 70px;
	}
	.intro_wrap .sec_read p {
		padding-top: 1em;
	}
}
@media screen and (max-width: 479px) {
	.intro_wrap .sec_title_wrap {
		width: 14vw;
	}
	.intro_wrap .sec_read p {
		line-height: 1.5;
	}
	.overview .sec_read p {
		font-size: 18px;
	}
	.heritage .sec_read p {
		font-size: 22px;
	}
}

/* =============================================================
    出演
============================================*/
#cast {
	text-align: center;
	padding: 550px 0 300px;
	margin-top: -250px;
	background: url(../images/bg_btm.png) center bottom no-repeat;
	position: relative;
	z-index: 100;
}
#cast .sec_title_wrap {
	width: 100%;
	max-width: 290px;
	margin: 0 auto calc(var(--myBasePX_M) * -1);
	position: relative;
	z-index: 10;
}
#cast .sec_title {
	padding-top: calc(110 / 290 * 100%);
	background: url(../images/title_cast.png) center top/contain no-repeat;
}
#cast .sec_read {
	text-align: center;
	max-width: 600px;
    margin: 0 auto;
}
#cast .sec_read p {
	font-size: clamp(20px, 2.4vw, 28px);
	writing-mode: vertical-rl;
	font-feature-settings:initial;
	line-height: 2.8;
	padding: var(--myBasePX_L) var(--myBasePX_XL) var(--myBasePX_S);
	background-color: rgb(216 209 144 / 80%);
	text-shadow: 0 0 0.3em #fff, 0 0 0.3em #fff, 0 0 0.3em #fff;
	box-shadow: #896354 0 0 10px;
	word-break: keep-all;
	display: inline-block;
}
@media screen and (max-width: 1599px) {
	#cast {
		background: url(../images/bg_btm.png) 56% top/140% no-repeat;
		padding: 40vw 0 22vw;
		margin-top: -15vw;
	}
}
@media screen and (max-width: 1199px) {
	#cast .sec_title_wrap {
		width: 24vw;
	}
}
@media screen and (max-width: 767px) {
	#cast {
		background: url(../images/bg_btm.png) 56% top/150% no-repeat;
		padding: 50vw 0 8vw;
	}
	#cast .sec_title_wrap {
		width: 30vw;
	}
	#cast .sec_read p {
		line-height: 2.2;
		padding: var(--myBasePX_L) var(--myBasePX_M) var(--myBasePX_S);
	}
}
@media screen and (max-width: 479px) {
	#cast {
		padding: 44vw 0 5vw;
	}
	#cast .sec_title_wrap {
		width: 40vw;
	}
	#cast .sec_read p {
		font-size: 18px;
	}
}




