@charset "utf-8";
/* =============================================================
    common 共通
============================================*/
:root {
	--myColor01 : #252525;
	--myColor02 : #009fff;
	--myColor03 : #ff0000;
	--myBasePX_XL : 80px;
	--myBasePX_L : 48px;
	--myBasePX_M : 32px;
	--myBasePX_S : 24px;
}
@media screen and (max-width: 767px) {
	:root {
		--myBasePX_XL : 7vw;
		--myBasePX_L : 5vw;
		--myBasePX_M : 3.5vw;
		--myBasePX_S : 2.5vw;
	}
}
@media screen and (max-width: 479px) {
	:root {
		--myBasePX_XL : 32px;
		--myBasePX_L : 20px;
		--myBasePX_M : 16px;
		--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;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt" 1;
	-webkit-text-size-adjust: 100%;
	background-color: #b0e1ff;
	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;
}
.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;
  display: block;
}
#page_top:hover {
	cursor: pointer;
}
.pc {
	display: block;
}
@media screen and (min-width: 768px) {
    #btn_pagetop {
        bottom: 10px;
        right: 10px;
    }
	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: 60px;
        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;
	border: solid 3px;
    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 10px #4d869e;
}
.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
============================================*/


/* =============================================================
    キービジュアル
============================================*/
#header {
	background: url(../images/kv_bg.jpg) center top/100% no-repeat;
	padding-top: 10px;
	overflow-x: clip;
}
.kv_logo_wrap {
	font-size: 0;
	width: 86vw;
	max-width: 1596px;
	margin: 0 auto;
	position: relative;
    z-index: 100;
}
.kv_logo {
	background: url(../images/kv_logo.png) center center/contain no-repeat;
	padding-top: calc(911 / 1596 * 100%);
	position: relative;
	z-index: 50;
}

/* =============================================================
    放送日時
============================================*/
.oadate_wrap {
	text-align: center;
	width: 110%;
	margin: -50px auto 0 -5%;
	padding: 12px 0;
	background-color: #ffd055;
	border-top: solid 8px var(--myColor01);
	border-bottom: solid 8px var(--myColor01);
	transform: rotate(-4deg);
	position: relative;
    z-index: 30;
}
.oadate_wrap_inner {
	border-top: solid 4px var(--myColor01);
	border-bottom: solid 4px var(--myColor01);
}
.oadate {
	font-size: clamp(22px, 4vw, 58px);
	font-weight: bold;
	line-height: 1.1;
	padding: 0.8em 0;
}
.oadate em {
	font-size: 1.5em;
}
em.blue {
	color: var(--myColor02);
}
em.red {
	color: var(--myColor03);
}
@media screen and (max-width: 1919px) {
	.oadate_wrap {
		margin-top: -3vw;
	}
}
@media screen and (max-width: 767px) {
	.oadate_wrap {
		border-top: solid 4px var(--myColor01);
		border-bottom: solid 4px var(--myColor01);
	}
	.oadate_wrap_inner {
		border-top: solid 2px var(--myColor01);
		border-bottom: solid 2px var(--myColor01);
	}
	.oadate {
		padding: 0.4em 1em;
	}
}
@media screen and (max-width: 479px) {
	.oadate_wrap {
		padding: 6px 0;
	}
}

/* =============================================================
    この番組は
============================================*/
#main {
	text-align: center;
	margin-top: -100px;
	background: url(../images/bg_cont_top.jpg) center top/100% #fff no-repeat;
}

#overview > .inner_wrap {
	padding-top: 180px;
}
.bnr_cam {
    max-width: 800px;
    margin: 0 auto calc(var(--myBasePX_L)* 2);
    box-shadow: 0 0 10px #4d869e;
}

#overview .sec_read {
	padding-bottom: var(--myBasePX_L);
}
#overview .sec_read p {
	font-size: clamp(18px, 2.4vw, 28px);
	font-weight: bold;
	color: var(--myColor02);
	letter-spacing: 1px;
	text-shadow: 0 0 0.2em #fff, 0 0 0.2em #fff, 0 0 0.2em #fff, 0 0 0.2em #fff, 0 0 0.2em #fff, 0 0 0.2em #fff;
}
#overview .sec_read p:not(:last-child) {
	margin-bottom: var(--myBasePX_S);
}
#overview .sec_read p em {
	font-size: 1.3em;
	position: relative;
	display: inline-block;
}
#overview .sec_read p em.pr {
	color: var(--myColor01);
	background: linear-gradient(transparent 0%, transparent 50%, #fff300 50%, #fff300 100%);
}
.team_member {
	margin-top: -1px;
}
.team01 .team_member {
	background-color: var(--myColor03);
}
.team02 .team_member {
	background-color: var(--myColor02);
}
.team_member ul {
	padding: 3px 6px 9px;
}
.team_member li {
	font-size: clamp(18px, 2vw, 28px);
	font-weight: bold;
	color: #fff;
	line-height: 1;
	margin: 0 0.3em 0;
	display: inline-block;
}

.sec_read_btm {
	background: url(../images/ill_card.png) center bottom no-repeat,
		url(../images/bg_cont_btm.jpg) center bottom/100% no-repeat;
	padding-bottom: calc(var(--myBasePX_XL) * 1.5) !important;
}
.team_photo {
	margin: 0 auto var(--myBasePX_L);
	max-width: 1600px;
}
.loca_photo.pc3 {
	column-gap: 0;
}
.loca_photo.pc3 > div {
    width: calc(100% / 3);
	margin-top: 0 !important;
}
.gallery_item img {
	border: solid 1px #fff !important;
}
@media screen and (max-width: 1919px) {
	#main {
		margin-top: -5vw;
	}
	#overview > .inner_wrap {
		padding-top: 12vw;
	}
}
@media screen and (max-width: 1279px) {
	#main {
		background: url(../images/bg_cont_top.jpg) center top/110% #fff no-repeat;
	}
	.sec_read_btm {
		background: url(../images/ill_card.png) center bottom/38vw no-repeat,
			url(../images/bg_cont_btm.jpg) center bottom/110% no-repeat;
	}
}
@media screen and (max-width: 899px) {
	.team_photo.pc2 > div {
		width: 100%;
		max-width: 700px;
	}
	.team02 {
		margin-top: var(--myBasePX_L);
	}
	.team_member li {
		font-size: clamp(18px, 2.4vw, 28px);
	}
}
@media screen and (max-width: 767px) {
	.loca_photo.pc3 > div {
		width: calc(100% / 2);
	}
}
@media screen and (max-width: 479px) {

}

/* =============================================================
    ゲスト
============================================*/
