@charset "utf-8";

/*
	/special/cbc70th/css/style.css
	-----------------------------------
	v1.0
	Last Updated: 2021-03-17
	Copyright: CBC TELEVISION CO.,LTD. All rights Reserved.
	-----------------------------------
	[Updated]
	v1.0		2020-03-17
	v1.1		2021-03-17
	-----------------------------------

基本設定
ソーシャルボタン
ヘッダー
フッター
コンテンツ


*/

/* ***********************************************************

		基本設定

*********************************************************** */
html {
	/*font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', Verdana, sans-serif;*/
	font-family: 'Noto Sans JP', sans-serif;
	/*-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;*/
}
body {
	/*font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', Verdana, sans-serif;*/
	font-family: 'Noto Sans JP', sans-serif;
	/*-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;*/
	/*background: #000;
	color: #000;*/
}
@media only screen and (max-width: 640px) {
	html, body {
		overflow-x:initial !important;
	}
}
@media print, screen and (min-width: 641px) {
	body {
		min-width: 980px;
		position: relative;
	}
}

/*フォントの滲みの修正＠EdgeとFirefox*/
/*
.cbc70th p,
.cbc70th h3 {
	transform: rotate(0.001deg);
}
*/


/*デフォルトリンクカラー*/
a, a:link {
	color: #0000DE;
}
a:visited {
	color: #941D55;
}
a:active,
a:hover {
	color: #CC0000;
}
a:focus {
	color: #CC0000;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

/* FireFox リンク選択時の点線を消す */
a:link,
a:visited,
a:active,
a:hover {
	overflow: hidden;
	outline: none;
}

.cbc70th .program-box-inner a, a:link {
	color: #0000DE;
}
.cbc70th .program-box-inner a:active,
.cbc70th .program-box-inner a:hover {
	color: #CC0000;
}
.cbc70th .program-box-inner a:focus {
	color: #CC0000;
}

a[rel="external"]:before {
	font-family: FontAwesome;
	content: '\f08e  ';
	text-decoration: none;
}


/*画像の横幅*/
img {
	width: 100%;
	height: auto;
	vertical-align: middle;
}
.img-max {
	width: 100%;
	height: auto;
	vertical-align: middle;
}
.img-border01 {
	border: 1px solid #294c7f;
}

@media only screen and (max-width: 640px) {
	.img-max-sp {
		width: 100%;
		height: auto;
		vertical-align: middle;
	}
}

@media print, screen and (min-width: 641px) {
	.img-max-pc {
		width: 100%;
		height: auto;
		vertical-align: middle;
	}
}

figure {
	padding: 0;
	margin: 0;
}

/* -----------------------------------------------------

	非表示設定

----------------------------------------------------- */
@media only screen and (max-width: 640px) {
	.hide-sp {
		display: none !important;
	}
	#global-nav:nth-of-type(1) {
		display: none;
	}
}

@media print, screen and (min-width: 641px) {
	.hide-pc {
		display: none !important;
	}
}
.hide-text {
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	list-style-type: none;
	height: 0;
	overflow: hidden;
}

/* ***********************************************************

		ソーシャルボタン

*********************************************************** */
#sns-block {
	width: 100%;
	background: #fff;
	padding-bottom: .75em;
}
.sns {
	width: 96%;
	padding-top: .75em;
	margin: 0 auto;
	text-align: center;
}
.ttl-sns {
	display: inline-block;
	vertical-align: top;
	margin-right: 1em;
	color: #000;
	font-size: .9em;
}
.ttl-sns i {
	padding-right: .1em;
}
.sns-list {
	display: inline-block;
}
.sns-list li {
	display: inline-block;
	position: relative;
}
.sns-list li img {
	width: 42px;
	height: auto;
	vertical-align: middle;
}
@media screen and (min-width: 40em) {
	.sns {
		width: 980px;
	}
	.sns-list li img {
		width: 26px;
		height: auto;
		vertical-align: middle;
	}
}
@media screen and (min-width: 64em) {
}


/* ***********************************************************

	ページナビSP

*********************************************************** */
@media only screen and (max-width: 640px) {
	/*ナビボタン*/
	.cbc70th .page-nav-sp {
		width: 100%;
		position: fixed;
		top: 0;
		z-index: 9999;
	}
	.cbc70th .page-nav-sp-logo {
		background: #fff;
		height: 50px;
		position: relative;
	}
	.cbc70th .page-nav-sp-logo figure {
		/*width: 164px;*/
		width: 253px;
		padding: 9px 0 0 15px;
	}
	.cbc70th .page-nav-sp-menu-btn {
		width: 50px;
		height: 50px;
		margin: 0;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 99999;
	}
	.cbc70th .page-nav-sp-menu-btn .menu-trigger,
	.cbc70th .page-nav-sp-menu-btn .menu-trigger span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}
	.cbc70th .page-nav-sp-menu-btn .menu-trigger {
		position: relative;
		width: 50px;
		height: 50px;
	}
	.cbc70th .page-nav-sp-menu-btn .menu-trigger span {
		position: absolute;
		left: 16px;
		width: 18px;
		height: 2px;
		background-color: #294c7f;
	}
	.cbc70th .page-nav-sp-menu-btn .menu-trigger span:nth-of-type(1) {
		top: 19px;
	}
	.cbc70th .page-nav-sp-menu-btn .menu-trigger span:nth-of-type(2) {
		top: 24px;
	}
	.cbc70th .page-nav-sp-menu-btn .menu-trigger span:nth-of-type(3) {
		top: 29px;
	}
	.cbc70th .page-nav-sp-menu-btn .menu-trigger.active span:nth-of-type(1) {
		-webkit-transform: translateY(5px) rotate(-45deg);
		transform: translateY(5px) rotate(-45deg);
	}
	.cbc70th .page-nav-sp-menu-btn .menu-trigger.active span:nth-of-type(2) {
		opacity: 0;
	}
	.cbc70th .page-nav-sp-menu-btn .menu-trigger.active span:nth-of-type(3) {
		-webkit-transform: translateY(-5px) rotate(45deg);
		transform: translateY(-5px) rotate(45deg);
	}

	/*SPメニュー*/
	.cbc70th .page-nav-sp-menu-bg {
		background: #00a2e5;
		width: 100vw;
		position: absolute;
		top: 50px;
		right: 0;
		height: 0;
		transition: all .4s;
		overflow: scroll;
	}
	.cbc70th .page-nav-sp-menu-bg.active {
		opacity: 0.3;
		height: calc(100vh - 50px) ;
	}
	.cbc70th .page-nav-sp-menu {
		background: #294c7f;
		width: 46.875vw;
		position: absolute;
		top: 50px;
		right: 0;
		height: 0;
		transition: all .4s;
		overflow: scroll;
	}
	.cbc70th .page-nav-sp-menu.active {
		/*opacity: 0.8;*/
		height: calc(100vh - 50px) ;
	}
	.cbc70th .page-nav-sp-menu ul {
		list-style: none;
		width: 35.9375vw;
		margin: 0 auto;
		padding: 16px 0 0;
	}
	.cbc70th .page-nav-sp-menu ul li {
		text-align: center;
		margin: 0 0 16px;
		padding: 0 0 16px;
		border-bottom: 1px solid #fff;
	}
	.cbc70th .page-nav-sp-menu ul li a {
		color: #fff;
		font-family: 'Noto Serif JP';
		font-size: 15px;
		line-height: 1;
	}
	.cbc70th .page-nav-sp-menu ul li a span {
		font-family: 'Shadows Into Light', cursive;
		font-size: 15px;
	}

}
@media print, screen and (min-width: 641px) {
	.cbc70th .page-nav-sp,
	.cbc70th .page-nav-sp-logo,
	.cbc70th .page-nav-sp-menu-bg,
	.cbc70th .page-nav-sp-menu {
		display: none;
	}
}




/* ***********************************************************

	ヘッダー

*********************************************************** */
@media only screen and (max-width: 640px) {
	.cbc70th .header {
	}
	.cbc70th .header-inner {
		padding: 30px 0 15px;
	}
	.cbc70th-song-page .header-inner {
		padding: 0 0 20px;
	}
	.cbc70th .header p {
		color: #294c7f;
		font-family: 'Noto Serif JP', serif;
		font-weight: 700;
		font-size: 12px;
		line-height: 20px;
		text-align: center;
		margin: 0 0 10px;
	}
	.cbc70th-song-page .header p {
		font-size: 12px;
		line-height: 20px;
		margin: 0 0 10px;
	}
	.cbc70th .header h1 {
		/*width: 93.75vw;*/
		/*width: 90.625vw;*/
		width: 71.875vw;
		margin: 0 auto 0px;
	}
	.cbc70th-song-page .header h1 {
		width: 89.21875vw;
		margin: 0 auto;
	}
}
@media print, screen and (min-width: 641px) {
	.cbc70th .header {
	}
	.cbc70th .header-inner {
		width: 980px;
		margin: auto;
		padding: 20px 0 39px;
	}
	.cbc70th-song-page .header-inner {
		padding: 20px 0 27px;
	}
	.cbc70th .header p {
		color: #294c7f;
		font-family: 'Noto Serif JP', serif;
		font-weight: 700;
		font-size: 24px;
		line-height: 40px;
		text-align: center;
		margin: 0 0 30px;
	}
	.cbc70th-song-page .header p {
		font-size: 18px;
		line-height: 32px;
		margin: 0 0 15px;
	}
	.cbc70th .header h1 {
		/*width: 860px;*/
		/*width: 730px;*/
		width: 592px;
		margin: auto;
	}
	.cbc70th-song-page .header h1 {
		width: 690px;
		margin: auto;
	}
}

/* ***********************************************************

	フッター

*********************************************************** */
/*フッター枠*/
.cbc70th .footer {
	}

@media only screen and (max-width: 640px) {
	.cbc70th .footer {
		padding: 0;
	}
	.cbc70th .footer-inner {
		padding:25px 15px;
	}
	.cbc70th-song-page .footer-inner {
		padding:25px 15px 50px;
	}
	.cbc70th .footer-inner p {
		line-height:1.5;
	}
}
@media print, screen and (min-width: 641px) {
	.cbc70th .footer {
	}
	.cbc70th .footer-inner {
		width: 980px;
		height:120px;
		margin:auto;
	}
	.cbc70th .footer-inner p {
		line-height:120px;
		text-align: center;
	}
}
.cbc70th .footer-inner p {
	font-size: 12px;
}
.cbc70th .footer-inner p a,
.cbc70th .footer-inner p a:link,
.cbc70th .footer-inner p a:visited {
	color: #000;
	text-decoration: none;
}
.cbc70th .footer-inner p a:active,
.cbc70th .footer-inner p a:hover {
	color: #000;
	text-decoration: underline;
}
.cbc70th .footer-inner p a:focus {
	color: #000;
}

/*ページアップ*/
.cbc70th .pageup a {
	display: block;
	background: url('../images/pageup.png') no-repeat 0 0 ;
	-moz-background-size:100% auto;
	background-size:100% auto;
	font-size: 0px;
	line-height: 0px;
	text-indent: -9999px;
	text-decoration: none;
	position: fixed;
}
@media only screen and (max-width: 640px) {
	.cbc70th .pageup a {
		width: 45px;
		height:45px;
		right: 12px;
		bottom: 10px;
	}
}
@media print, screen and (min-width: 641px) {
	.cbc70th .pageup a {
		width: 64px;
		height: 64px;
		right: 20px;
		bottom: 30px;
		transition: 0.3s ease-in-out;
	}
	.cbc70th .pageup a:hover {
		opacity: 0.7;
	}
}





/* ***********************************************************

	波

*********************************************************** */
.cbc70th #canvas-container {

}
.cbc70th #canvas-container canvas {
	width: 100%;
	height: 300px;
	vertical-align: top;
}
@media only screen and (max-width: 640px) {
}
@media print, screen and (min-width: 641px) {
	.cbc70th #canvas-container {
		margin-top: -80px;
	}
}


@media only screen and (max-width: 640px) {
	.cbc70th .nami {
		background: #00a2e5 url(../images/nami.png) repeat-x center top;
		background-size: auto 42px;
		height: 42px;
	}
}
@media print, screen and (min-width: 641px) {
	.cbc70th .nami {
		background: url(../images/nami.png) repeat-x center top;
		height: 60px;
	}
}

/* ***********************************************************

	topicpath

*********************************************************** */
@media only screen and (max-width: 640px) {
	.cbc70th-song-page .topicpath {
		background: #00a2e5;
		padding: 25px 0;
	}
	.cbc70th-song-page .topicpath-inner {
		width: 93.75vw;
		margin: auto;
	}
}



@media print, screen and (min-width: 641px) {
	.cbc70th-song-page .topicpath {
		background: #00a2e5;
		padding: 40px 0;
	}
	.cbc70th-song-page .topicpath-inner {
		width: 980px;
		margin: auto;
		padding: 0 20px;
	}
}

.cbc70th-song-page .topicpath-list {
	color: #fff;
	font-size: 14px;
  line-height: 1.5;
	padding: 0;
}
.cbc70th-song-page .topicpath-link,
.cbc70th-song-page .topicpath-link:visited,
.cbc70th-song-page .topicpath-link:focus,
.cbc70th-song-page .topicpath-link:active {
	color: #fff;
	text-decoration: underline;
}
.cbc70th-song-page .topicpath-link:hover {
	text-decoration: none;
}


/* ***********************************************************

	コンテンツ

*********************************************************** */
@media only screen and (max-width: 640px) {
	.cbc70th #content {
	}
	.cbc70th #content-inner {
	}
}
@media print, screen and (min-width: 641px) {
	.cbc70th #content {
	}
	.cbc70th #content-inner {
	}
}



/*about*/
@media only screen and (max-width: 640px) {
	.cbc70th #cbc70th-about {
		background: #00a2e5 url(../images/pc/cbc70th-about.png) no-repeat center 0;
		padding: 15px 0 50px;
		margin: 0px 0 0;
		position: relative;
	}
	.cbc70th .cbc70th-about-inner {
		/*width: 93.75vw;
		margin: auto;*/
	}
.cbc70th .cbc70th-about-inner h2 {
		width: 83.125vw;
		margin: 0 auto 14px;
	}
	.cbc70th .about-header-text {
		margin: 0;
		position: relative;
	}
	.cbc70th .about-header-text p a {
		display: block;
		width: 23.75vw;
		height: 8.125vw;
		font-size: 0;
		line-height: 0;
		text-indent: -9999;
		position: absolute;
		top: 12.03125vw;
		left: 13.75vw;
	}
}
@media print, screen and (min-width: 641px) {
	.cbc70th #cbc70th-about {
		background: #00a2e5 url(../images/pc/cbc70th-about.png) no-repeat center 0;
		padding: 20px 0 50px;
		position: relative;
	}
	.cbc70th .cbc70th-about-inner {
		width: 980px;
		margin: auto;
		padding: 0 20px;
	}
	.cbc70th #cbc70th-about h2 {
		width: 592px;
		margin: 0 auto 32px;
	}
	.cbc70th .about-header-text {
		margin: 0;
		position: relative;
	}
	.cbc70th .about-header-text p a {
		display: block;
		width: 125px;
		height: 36px;
		font-size: 0;
		line-height: 0;
		text-indent: -9999;
		position: absolute;
		top: 67px;
		left: 127px;
	}
}



/*song*/
.cbc70th .song-text-link {
	text-align: center;
	font-size: 20px;
	margin-top: 26px;
}
.cbc70th .song-text-link a {
	display: inline-block;
	color: #fff;
	font-weight: 400;
	font-family: 'Noto Serif JP', serif;
	background: #35b7eb;
	padding: 10px 10px 10px 15px;
}
.cbc70th .song-text-link i {
	position: relative;
	font-size: .6em;
	top: -3px;
}

@media only screen and (max-width: 640px) {
	.cbc70th #cbc70th-song {
		background: #00a2e5;
		padding: 0 0 30px;
		margin: 0 0 0;
	}
	.cbc70th .cbc70th-song-inner {
		width: 93.75vw;
		margin: auto;
	}
	.cbc70th #cbc70th-song h2 {
		margin: 0 auto 18px;
	}
	.cbc70th .song-box {
		background: #fff url(../images/sp/song-box.png) no-repeat 0 0;
		background-size: 100% auto;
		border-radius: 15px;
		padding: 25px 20px 50px;
	}
	.cbc70th .song-title,
	.cbc70th .song-box02 .song-title {
		background: #294c7f;
		color: #fff;
		font-family: 'Shadows Into Light', cursive;
		font-size: 18px;
		line-height: 1;
		text-align: center;
		width: 63px;
		margin: 0 auto 20px;
	}
	.cbc70th .song-title.song-title-miku {
		width: 126px;
	}
	.cbc70th .song-box01 .song-title {
		margin-bottom: 8px;
	}
	.cbc70th .song-box01 h3 {
		background:url(../images/song-box01.png) no-repeat calc( 50% - 115px) 0;
		background-size: 21px auto;
		font-family: 'Noto Serif JP', serif;
		font-size: 21px;
		font-weight: 400;
		text-align: center;
		margin: 0 0 80px;
		padding: 10px 0 0;
	}
	.cbc70th .song-box02 {
		margin: 0 0 40px;
	}
	.cbc70th .song-box02 h4 {
		font-family: 'Noto Serif JP', serif;
		font-size: 21px;
		font-weight: 400;
		text-align: center;
		margin: 0 0 14px;
	}
	.cbc70th .song-box02 .miku-wrap {
	}
	.cbc70th .song-box02 .miku-img {
	}
	.cbc70th .song-box02 .miku-text {
		text-align: center;
		padding: 20px 0 0;
	}
	.cbc70th .song-box02 p {
		font-size: 14px;
		line-height: 22px;
	}
	.cbc70th .song-box03 {
		margin: 0 0 50px;
	}
	.cbc70th .song-box03 h4,
	.cbc70th .song-box03 p.song-text {
		font-size: 0;
		line-height: 0;
		text-indent: -9999;
	}

	.cbc70th .song-box04 p {
		background: #294c7f;
		color: #fff;
		font-family: 'Shadows Into Light', cursive;
		font-size: 18px;
		line-height: 1;
		text-align: center;
		width: 210px;
		margin: 0 auto 12px;
	}
	.cbc70th .song-box04 h4 {
		font-family: 'Noto Serif JP', serif;
		font-size: 15px;
		font-weight: 400;
		text-align: center;
		margin: 0 0 14px;
	}

	.cbc70th .song-text-link {
		font-size: 15px;
	}
	.cbc70th .song-text-link a {
		padding: 8px 8px 8px 13px;
	}
}
@media print, screen and (min-width: 641px) {
	.cbc70th #cbc70th-song {
		background: #00a2e5;
		padding: 0 0 65px;
	}
	.cbc70th .cbc70th-song-inner {
		width: 980px;
		margin: auto;
		padding: 0 20px;
	}
	.cbc70th #cbc70th-song h2 {
		width: 712px;
		margin: 0 auto 74px;
	}
	.cbc70th #cbc70th-song h2.radio {
		width: 850px;
	}
	.cbc70th .song-box {
		background: #fff url(../images/pc/song-box.png) no-repeat 0 0;
		border-radius: 30px;
		padding: 30px 55px 100px;
	}
	.cbc70th .song-title,
	.cbc70th .song-box02 .song-title {
		background: #294c7f;
		color: #fff;
		font-family: 'Shadows Into Light', cursive;
		font-size: 30px;
		line-height: 1;
		text-align: center;
		width: 100px;
		margin: 0 auto 40px;
	}
	.cbc70th .song-title.song-title-miku {
		width: 200px;
	}
	.cbc70th .song-box01 .song-title {
		margin-bottom: 10px;
	}
	.cbc70th .song-box01 h3 {
		background: url(../images/song-box01.png) no-repeat 63px 20px;
		font-family: 'Noto Serif JP', serif;
		font-size: 48px;
		font-weight: 400;
		text-align: center;
		margin: 0 0 106px;
	}

	.cbc70th .song-box02 {
		margin: 0 0 80px;
	}
	.cbc70th .song-box02 h4 {
		font-family: 'Noto Serif JP', serif;
		font-size: 36px;
		font-weight: 400;
		text-align: center;
		margin: 0 0 24px;
	}
	.cbc70th .song-box02 .miku-wrap {
		display: flex;
		justify-content: space-between;
	}
	.cbc70th .song-box02 .miku-img {
		flex-basis: 390px;
		width: 390px;
	}
	.cbc70th .song-box02 .miku-text {
		flex-basis: 420px;
		width: 420px;
		padding: 20px 0 0;
	}

	.cbc70th .song-box02 p {
		font-size: 18px;
		line-height: 36px;
	}

	.cbc70th .song-box03 {
		margin: 0 0 90px;
	}
	.cbc70th .song-box03 h4,
	.cbc70th .song-box03 p.song-text {
		font-size: 0;
		line-height: 0;
		text-indent: -9999;
	}

	.cbc70th .song-box04 p {
		background: #294c7f;
		color: #fff;
		font-family: 'Shadows Into Light', cursive;
		font-size: 30px;
		line-height: 1;
		text-align: center;
		width: 342px;
		margin: 0 auto 16px;
	}
	.cbc70th .song-box04 h4 {
		font-family: 'Noto Serif JP', serif;
		font-size: 30px;
		font-weight: 400;
		text-align: center;
		margin: 0 0 28px;
	}
	.cbc70th .song-box04 .song-box-youtube {
		width: 800px;
		margin: auto;
	}
	.cbc70th .song-youtube {
		position:relative;
		width:100%;
		padding-top:56.25%;
	}
	.cbc70th .song-youtube iframe{
		position:absolute;
		top:0;
		right:0;
		width:100%;
		height:100%;
	}
}


.cbc70th .song-youtube {
	position:relative;
	width:100%;
	padding-top:56.25%;
}
.cbc70th .song-youtube iframe{
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:100%;
}


/*link-65*/
.cbc70th .link-65 {
	color: #fff;
	text-align: center;
}
.cbc70th .link-65 a {
	color: #fff;
	text-decoration: underline;
}

@media only screen and (max-width: 640px) {
	.cbc70th .link-65 {
		font-size: 14px;
		margin-top: 30px;
	}
}

@media print, screen and (min-width: 641px) {
	.cbc70th .link-65 {
		font-size: 16px;
		margin-top: 65px;
	}
	.cbc70th .link-65 a:hover {
		text-decoration: none;
	}
}










/*program*/
.cbc70th #cbc70th-program {
	background-color: rgba(209,17,99,0.3);
  animation: bg-color 30s infinite;
  -webkit-animation: bg-color 30s infinite;
}
@-webkit-keyframes bg-color {
  0% { background-color: rgba(209,17,99,0.3); }
  25% { background-color: rgba(244,183,26,0.3); }
  50% { background-color: rgba(31,184,223,0.3); }
  75% { background-color: rgba(110,187,58,0.3); }
  100% { background-color: rgba(209,17,99,0.3); }
}
@keyframes bg-color {
  0% { background-color: rgba(209,17,99,0.3); }
  25% { background-color: rgba(244,183,26,0.3); }
  50% { background-color: rgba(31,184,223,0.3); }
  75% { background-color: rgba(110,187,58,0.3); }
  100% { background-color: rgba(209,17,99,0.3); }
}
@media only screen and (max-width: 640px) {
	.cbc70th .cbc70th-program-inner {
		width: 93.75vw;
		margin: auto;
		padding: 50px 0 10px;
	}
	.cbc70th .cbc70th-program-inner h2 {
		margin: 0 auto 40px;
	}
	.cbc70th .program-box.no-link {
		background: #fff;
		border-radius: 15px;
		padding: 40px 20px 60px;
		margin: 0 0 20px;
	}
	.cbc70th .program-box > a {
		display: block;
		background: url(../images/sp/program-box-arrow.png) no-repeat center bottom,
		#fff
		url(../images/sp/program-box.png) repeat-x 0 bottom;
		color: #294c7f;
		border-radius: 15px;
		padding: 40px 20px 60px;
		margin: 0 0 20px;
	}
	.cbc70th .program-box > a:hover {
		background: url(../images/sp/program-box-arrow.png) no-repeat center bottom,
		#fff
		url(../images/sp/program-box_r.png) repeat-x 0 bottom;
		text-decoration: none;
	}
	.cbc70th .program-box-inner {
	}
	.cbc70th .program-box-img {
		margin: 0 0 20px;
	}
	.cbc70th .program-box-img figure {
	}

	.cbc70th .program-box-title {
		margin: 0 0 12px;
	}
	.cbc70th .program-box-title.full {
	}
	.cbc70th .program-cat p {
		float: left;
		margin: 0 10px 10px 0;
	}
	.cbc70th .program-cat:after {
		content: "";
		display: block;
		clear: both;
	}
	.cbc70th .program-cat-blue {
		background: #1fb8df;
		color: #fff;
		font-size: 10px;
		line-height: 25px;
		text-align: center;
		padding: 0 1em;
	}
	.cbc70th .program-cat-green {
		background: #6ebb3a;
		color: #fff;
		font-size: 10px;
		line-height: 25px;
		text-align: center;
		padding: 0 1em;
	}
	.cbc70th .program-cat-red {
		background: #d01763;
		color: #fff;
		font-size: 10px;
		line-height: 25px;
		text-align: center;
		padding: 0 1em;
	}
	.cbc70th .program-tag {
		/*display: inline-block;*/
		font-size: 10px;
		line-height: 23px;
		/*text-align: center;*/
		border: 1px solid #294c7f;
		padding: 0 0.9em;
	}
	.cbc70th .program-text h3 {
		font-family: 'Noto Serif JP', serif;
		font-size: 18px;
		font-weight: 700;
		line-height: 27px;
		text-decoration: underline;
		margin: 0 0 12px;
	}
	.cbc70th .program-text p {
		color: #000;
		font-size: 12px;
		line-height: 20px;
	}
	.cbc70th .program-text p strong {
		color: #d11163;
		font-weight: 400;
	}
	.cbc70th .program-text p.detail strong {
		color: #294c7f;
		font-weight: bold;
	}

	.cbc70th .program-box-text.break {
		margin: 0 0 35px 0;
	}
	.cbc70th .program-box-text p {
		color: #000;
		font-size: 12px;
		line-height: 22px;
	}
	.cbc70th .program-box-text h4 {
		color: #000;
		font-size: 15px;
		font-weight: bold;
		margin: 0 0 5px;
	}

	.cbc70th .andmore p {
		font-family: 'Noto Serif JP', serif;
		font-size: 18px;
		text-align: center;
		margin: 0 0 40px 0;
	}
	.cbc70th .kako-text p {
		font-size: 22px;
		font-weight: 700;
		line-height: 1.5;
		text-align: center;
		margin: 0 0 41px 0;
	}

}
@media print, screen and (min-width: 641px) {
	.cbc70th .cbc70th-program-inner {
		width: 980px;
		margin: auto;
		padding: 100px 20px 125px;
	}
	.cbc70th .cbc70th-program-inner h2 {
		width: 409px;
		margin: 0 auto 85px;
	}
	.cbc70th .program-box-wrap {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.cbc70th .program-box {
		flex-basis: 450px;
		width: 450px;
	}
	.cbc70th .program-box.no-link {
		background: #fff;
		max-width: 450px;
		border-radius: 30px;
		padding: 35px 35px 56px;
		margin: 0 0 40px;
		box-sizing: border-box;
	}
	.cbc70th .program-box > a {
		display: block;
		background: url(../images/pc/program-box-arrow.png) no-repeat center bottom,
		#fff
		url(../images/pc/program-box.png) repeat-x 0 bottom;
		color: #294c7f;
		border-radius: 30px;
		padding: 35px 35px 56px;
		margin: 0 0 40px;
	}
	.cbc70th .program-box > a:hover {
		background: url(../images/pc/program-box-arrow.png) no-repeat center bottom,
		#fff
		url(../images/pc/program-box_r.png) repeat-x 0 bottom;
		text-decoration: none;
	}
	.cbc70th .program-box-inner {
	}
	.cbc70th .program-box-img {
		margin: 0 0 20px;
	}
	.cbc70th .program-box-img figure {
	}
	.cbc70th .program-box-title {
		margin: 0 0 20px;
	}
	.cbc70th .program-cat p {
		float: left;
		margin: 0 9px 10px 0;
	}
	.cbc70th .program-cat:after {
		content: "";
		display: block;
		clear: both;
	}
	.cbc70th .program-cat-blue {
		background: #1fb8df;
		color: #fff;
		font-size: 12px;
		line-height: 28px;
		text-align: center;
		width: 160px;
		height: 28px;
	}
	.cbc70th .program-cat-green {
		background: #6ebb3a;
		color: #fff;
		font-size: 12px;
		line-height: 28px;
		text-align: center;
		width: 120px;
		height: 28px;
	}
	.cbc70th .program-cat-red {
		background: #d01763;
		color: #fff;
		font-size: 12px;
		line-height: 28px;
		text-align: center;
		width: 180px;
		height: 28px;
	}
	.cbc70th .program-tag {
		/*display: inline-block;*/
		font-size: 12px;
		line-height: 26px;
		border: 1px solid #294c7f;
		padding: 0 10px;
	}
	.cbc70th .program-text h3 {
		font-family: 'Noto Serif JP', serif;
		font-size: 22px;
		font-weight: 400;
		line-height: 30px;
		text-decoration: underline;
		margin: 0 0 12px;
	}
	.cbc70th .program-text p {
		color: #000;
		font-size: 14px;
		line-height: 21px;
	}
	.cbc70th .program-text p strong {
		color: #d11163;
		font-weight: 400;
	}
	.cbc70th .program-text p.detail strong {
		color: #294c7f;
		font-weight: bold;
	}

	.cbc70th .program-box-text.break {
		margin: 0 0 40px 0;
	}
	.cbc70th .program-box-text p {
		color: #000;
		font-size: 14px;
		line-height: 21px;
	}
	.cbc70th .program-box-text h4 {
		color: #000;
		font-size: 18px;
		font-weight: bold;
		margin: 0 0 10px;
	}

	.cbc70th .andmore p {
		font-family: 'Noto Serif JP', serif;
		font-size: 26px;
		text-align: center;
		margin: 0 0 65px 0;
	}
	.cbc70th .kako-text p {
		font-size: 30px;
		font-weight: 700;
		line-height: 1.5;
		text-align: center;
		margin: 0 0 40px 0;
	}
}

/*cbc70th-image-song*/
@media only screen and (max-width: 640px) {
	.cbc70th #cbc70th-image-song {

	}
}



/*keyword*/
@media only screen and (max-width: 640px) {
	.cbc70th #cbc70th-keyword {
		background: #00a2e5;
		padding: 40px 0 60px;
		margin: 0;
		position: relative;
	}
	.cbc70th .cbc70th-keyword-inner {
		width: 93.75vw;
		margin: auto;
	}
	.cbc70th .keyword-box {
		background: #fff;
		border-radius: 15px;
		padding: 45px 20px 6px;
	}
	.cbc70th .keyword-box h3 {
		margin: 0 auto 38px;
	}
	.cbc70th .keyword-box0 {
		font-size: 14px;
		line-height: 22px;
		margin: 0 0 40px;
		padding: 0 20px 20px;
	}
	.cbc70th .keyword-box0 h4 {
		margin: -16px auto 16px;
	}
	.cbc70th .keyword-box01 {
		border: 2px solid #6eba38;
	}
	.cbc70th .keyword-box01 h4 {
		width: 149px;
	}
	.cbc70th .keyword-box02 {
		border: 2px solid #1fb8df;
	}
	.cbc70th .keyword-box02 h4 {
		width: 225px;
	}
	.cbc70th .keyword-box03 {
		border: 2px solid #d01763;
	}
	.cbc70th .keyword-box03 h4 {
		width: 225px;
	}
}

@media print, screen and (min-width: 641px) {
	.cbc70th #cbc70th-keyword {
		background: #00a2e5 ;
		padding: 135px 0 135px;
	}
	.cbc70th .cbc70th-keyword-inner {
		width: 980px;
		margin: auto;
		padding: 0 20px;
	}	.cbc70th .keyword-box {
		background: #fff;
		border-radius: 30px;
		padding: 90px 55px 12px;
	}
	.cbc70th .keyword-box h3 {
		width: 586px;
		margin: 0 auto 80px;
	}
	.cbc70th .keyword-box0 {
		font-size: 18px;
		line-height: 36px;
		margin: 0 0 88px;
		padding: 0 48px 30px;
	}
	.cbc70th .keyword-box0 h4 {
		text-align: center;
		margin: -28px 0 32px;
	}
	.cbc70th .keyword-box0 h4 img {
		width: auto;
	}
	.cbc70th .keyword-box01 {
		border: 2px solid #6eba38;
	}
	.cbc70th .keyword-box02 {
		border: 2px solid #1fb8df;
	}
	.cbc70th .keyword-box03 {
		border: 2px solid #d01763;
	}
}






















/*マージンの調整*/
@media only screen and (max-width: 640px) {
}
@media print, screen and (min-width: 641px) {
	.cbc70th .arasuji-box .mt01 {
		margin-top: 14px;
	}
	.cbc70th .arasuji-box .mb0 {
		margin-bottom: 0;
	}
	.cbc70th .arasuji-box .mb01 {
		margin-bottom: 25px;
	}
	.cbc70th .arasuji-box .mb02 {
		margin-bottom: 35px;
	}
	.cbc70th .arasuji-box .mb03 {
		margin-bottom: 16px;
	}
}



/*ふわっとする動きの制御＠全て共通*/

.cbc70th .delighter {
	transition: all 0.3s ease-in-out;
	transform: translateY(50px);
	opacity: 0;
}
.cbc70th .delighter.started {
	transform: none;
	opacity: 1;
}
.cbc70th .delighter.ended {
	transition: all 0.3s ease-in-out;
	transform: translateY(-50px);
	opacity: 0;
}



/* ***********************************************************

	ページナビPC

*********************************************************** */
@media only screen and (max-width: 640px) {
	.cbc70th .page-nav-pc,
	.cbc70th .page-nav-pc-inner {
		display: none;
	}
}
@media print, screen and (min-width: 641px) {
	.cbc70th .page-nav-pc {
		background: #294c7f;
		width: 100%;
		/*position: sticky;*/
		position: fixed;
		bottom: 0;
		z-index: 9999;
	}
	.cbc70th .page-nav-pc-inner {
		width: 980px;
		padding: 0 20px;
		margin: auto;
	}
	.cbc70th .page-nav-pc-inner ul {
		display: flex;
		background: url(../images/pc/page-nav-pc.png) no-repeat 0 center;
		list-style: none;
		margin: 0;
		padding: 0;
	}
	.cbc70th .page-nav-pc-inner ul li {
		flex-basis: 33.3333%;
		background: url(../images/pc/page-nav-pc.png) no-repeat right center;
		font-family: 'Noto Serif JP';
		font-size: 20px;
		line-height: 1;
		list-style: none;
		text-align: center;
		margin: 0;
		padding: 0;
	}
	.cbc70th .page-nav-pc-inner ul li span {
		font-family: 'Shadows Into Light', cursive;
		font-size: 18px;
	}
	.cbc70th .page-nav-pc-inner ul li a {
		display: block;
		color: #fff;
		text-decoration: none;
		padding: 14px 0;
		transition: 0.3s ease-in-out;
	}
	.cbc70th .page-nav-pc-inner ul li a:hover {
		opacity: 0.7;
	}
}





.mt-10 { margin-top: -10px !important; }
.mt-20 { margin-top: -20px !important; }
.mt-30 { margin-top: -30px !important; }
.mt-40 { margin-top: -40px !important; }
.mt-50 { margin-top: -50px !important; }
.mt-60 { margin-top: -60px !important; }
.mt-70 { margin-top: -70px !important; }
.mt-80 { margin-top: -80px !important; }
.mt-90 { margin-top: -90px !important; }
.mt-100 { margin-top: -100px !important; }

.mt10 { margin-top: 10px !important; }
.mt20 { margin-top: 20px !important; }
.mt70 { margin-top: 70px !important; }

.mb0 { margin-bottom: 0px !important; }

@media only screen and (max-width: 640px) {
	.mt20-sp { margin-top: 20px !important; }
}
@media print, screen and (min-width: 641px) {
	.mt70-pc { margin-top: 70px !important; }
}
