@charset "utf-8";

/*
	/special/cbc70th/css/style.css
	-----------------------------------
	v1.0
	Last Updated: 2020-03-17
	Copyright: CBC TELEVISION CO.,LTD. All rights Reserved.
	-----------------------------------
	[Updated]
	v1.0		2020-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;
		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 0;
	}
	.cbc70th .header p {
		color: #294c7f;
		font-family: 'Noto Serif JP', serif;
		font-weight: 700;
		font-size: 16px;
		line-height: 31px;
		text-align: center;
		margin: 0 0 18px;
	}
	.cbc70th .header h1 {
		width: 93.75vw;
		margin: 0 auto -75px;
	}
}
@media print, screen and (min-width: 641px) {
	.cbc70th .header {
	}
	.cbc70th .header-inner {
		width: 980px;
		margin: auto;
		padding: 30px 0 0;
	}
	.cbc70th .header p {
		color: #294c7f;
		font-family: 'Noto Serif JP', serif;
		font-weight: 700;
		font-size: 30px;
		line-height: 56px;
		text-align: center;
		margin: 0 0 30px;
	}
	.cbc70th .header h1 {
		width: 860px;
		margin: auto;
	}
}

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

	フッター

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

@media only screen and (max-width: 640px) {
	.cbc70th .footer {
		padding: 0;
	}
	.cbc70th .footer-inner {
		padding:50px 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:240px;
		margin:auto;
	}
	.cbc70th .footer-inner p {
		line-height:240px;
		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: 64px;
		height:64px;
		right: 12px;
		bottom: 10px;
	}
}
@media print, screen and (min-width: 641px) {
	.cbc70th .pageup a {
		width: 82px;
		height: 82px;
		right: 20px;
		bottom: 30px;
		transition: 0.3s ease-in-out;
	}
	.cbc70th .pageup a:hover {
		opacity: 0.7;
	}
}
*/





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

	波

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

}


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

	コンテンツ

*********************************************************** */
@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: 0 0 60px;
		margin: -80px 0 0;
		position: relative;
	}
	.cbc70th .cbc70th-about-inner {
		width: 93.75vw;
		margin: auto;
	}
.cbc70th .cbc70th-about h2 {
		width: 83.125vw;
		margin: 0 auto;
	}
	.cbc70th .about-header-text {
		margin: 13.28125vw 0 60px;
		position: relative;
	}
	.cbc70th .about-header-text p a {
		display: block;
		width: 25.3125vw;
		height: 8.125vw;
		font-size: 0;
		line-height: 0;
		text-indent: -9999;
		position: absolute;
		top: 31.25vw;
		left: 34.6875vw;
	}
	.cbc70th .about-box {
		background: #fff;
		border-radius: 15px;
		padding: 45px 20px 6px;
	}
	.cbc70th .about-box h3 {
		margin: 0 auto 38px;
	}
	.cbc70th .about-box0 {
		font-size: 14px;
		line-height: 22px;
		margin: 0 0 40px;
		padding: 0 20px 20px;
	}
	.cbc70th .about-box0 h4 {
		margin: -16px auto 16px;
	}
	.cbc70th .about-box01 {
		border: 2px solid #6eba38;
	}
	.cbc70th .about-box01 h4 {
		width: 149px;
	}
	.cbc70th .about-box02 {
		border: 2px solid #1fb8df;
	}
	.cbc70th .about-box02 h4 {
		width: 225px;
	}
	.cbc70th .about-box03 {
		border: 2px solid #d01763;
	}
	.cbc70th .about-box03 h4 {
		width: 225px;
	}
}
@media print, screen and (min-width: 641px) {
	.cbc70th #cbc70th-about {
		background: #00a2e5 url(../images/pc/cbc70th-about.png) no-repeat center 0;
		padding: 0 0 135px;
	}
	.cbc70th .cbc70th-about-inner {
		width: 980px;
		margin: auto;
		padding: 0 20px;
	}
	.cbc70th #cbc70th-about h2 {
		width: 592px;
		margin: 0 auto 74px;
	}
	.cbc70th .about-header-text {
		margin: 0 0 60px;
		position: relative;
	}
	.cbc70th .about-header-text p a {
		display: block;
		width: 153px;
		height: 50px;
		font-size: 0;
		line-height: 0;
		text-indent: -9999;
		position: absolute;
		top: 112px;
		left: 58px;
	}
	.cbc70th .about-box {
		background: #fff;
		border-radius: 30px;
		padding: 90px 55px 12px;
	}
	.cbc70th .about-box h3 {
		width: 586px;
		margin: 0 auto 80px;
	}
	.cbc70th .about-box0 {
		font-size: 18px;
		line-height: 36px;
		margin: 0 0 88px;
		padding: 0 48px 30px;
	}
	.cbc70th .about-box0 h4 {
		text-align: center;
		margin: -28px 0 32px;
	}
	.cbc70th .about-box0 h4 img {
		width: auto;
	}
	.cbc70th .about-box01 {
		border: 2px solid #6eba38;
	}
	.cbc70th .about-box02 {
		border: 2px solid #1fb8df;
	}
	.cbc70th .about-box03 {
		border: 2px solid #d01763;
	}
}



/*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: 50px 0 65px;
		margin: -50px 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-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 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 135px;
	}
	.cbc70th .cbc70th-song-inner {
		width: 980px;
		margin: auto;
		padding: 0 20px;
	}
	.cbc70th #cbc70th-song h2 {
		width: 712px;
		margin: 0 auto 74px;
	}
	.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-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 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%;
}








/*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 41px;
	}
	.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 41px;
	}
	.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-box01 {
		margin: 0 0 12px;
	}
	.cbc70th .program-box01.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: 12px;
		line-height: 25px;
		text-align: center;
		padding: 0 1em;
	}
	.cbc70th .program-cat-green {
		background: #6ebb3a;
		color: #fff;
		font-size: 12px;
		line-height: 25px;
		text-align: center;
		padding: 0 1em;
	}
	.cbc70th .program-cat-red {
		background: #d01763;
		color: #fff;
		font-size: 12px;
		line-height: 25px;
		text-align: center;
		padding: 0 1em;
	}
	.cbc70th .program-tag p {
		display: inline-block;
		font-size: 12px;
		line-height: 23px;
		text-align: center;
		border: 1px solid #294c7f;
		padding: 0 1em;
		margin: 0 0 10px;
	}
	.cbc70th .program-text h3 {
		font-family: 'Noto Serif JP', serif;
		font-size: 18px;
		font-weight: 700;
		line-height: 27px;
		margin: 0 0 12px;
	}
	.cbc70th .program-text p {
		font-size: 14px;
		line-height: 20px;
	}
	.cbc70th .program-text p strong {
		color: #d11163;
		font-weight: 400;
	}
	.cbc70th .program-box02 {
		margin: 0 0 20px;
	}
	.cbc70th .program-box02 figure {
	}
	.cbc70th .program-box03 {
	}
	.cbc70th .program-box03.break {
		margin: 0 0 35px 0;
	}
	.cbc70th .program-box03 p {
		font-size: 14px;
		line-height: 22px;
	}
	.cbc70th .program-box03 .img-flexbox ,
	.cbc70th .program-text .img-flexbox {
		margin-top: 12px;
	}
	.cbc70th .program-box03 .img-flexbox div ,
	.cbc70th .program-text .img-flexbox div {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
	}
	.cbc70th .program-box03 .img-flexbox div p {
		max-width: 48%;
		margin-right: 2%;
		margin-bottom: 2%;
		text-align: center;
	}
	.cbc70th .program-text .img-flexbox div p {
		max-width: 28%;
		margin-right: 2%;
		margin-bottom: 2%;
		text-align: center;
	}
	.cbc70th .program-text .img-flexbox.column03 div p {
		max-width: 32%;
		text-align: start;
	}
	.cbc70th .program-text .img-flexbox.column03 div p:nth-child(2n) {
		margin-right: 2%;
	}
	.cbc70th .program-box03 .img-flexbox div p:nth-child(2n) ,
	.cbc70th .program-text .img-flexbox div p:nth-child(2n) ,
	.cbc70th .program-text .img-flexbox.column03 div p:nth-child(3n) {
		margin-right: 0;
	}
	.cbc70th .program-box03 .img-flexbox div p img ,
	.cbc70th .program-text .img-flexbox div p img {
		width: 100%;
	}
	.cbc70th .program-box03 .img-flexbox div p span ,
	.cbc70th .program-text .img-flexbox div p span {
		display: inline-block;
		margin-bottom: 2px;
	}
	.cbc70th .andmore p {
		font-family: 'Noto Serif JP', serif;
		font-size: 18px;
		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.no-link {
		background: #fff;
		border-radius: 30px;
		padding: 40px;
		margin: 0 0 85px;
	}
	.cbc70th .program-box > a {
		display: block;
		background: url(../images/pc/program-box-arrow.png) no-repeat right center,
		#fff
		url(../images/pc/program-box.png) repeat-y right 0;
		color: #294c7f;
		border-radius: 30px;
		padding: 40px;
		margin: 0 0 85px;
	}
	.cbc70th .program-box > a:hover {
		background: url(../images/pc/program-box-arrow.png) no-repeat right center,
		#fff
		url(../images/pc/program-box_r.png) repeat-y right 0;
		text-decoration: none;
	}
	.cbc70th .program-box-inner {
		display: flex;
		flex-wrap: wrap;
		width: 818px;
	}
	.cbc70th .program-box01 {
		flex-basis: 416px;
		margin: 0 0 20px;
	}
	.cbc70th .program-box01.full {
		flex-basis: 818px;
	}
	.cbc70th .program-cat p {
		float: left;
		margin: 0 9px 16px 0;
	}
	.cbc70th .program-cat:after {
		content: "";
		display: block;
		clear: both;
	}
	.cbc70th .program-cat-blue {
		background: #1fb8df;
		color: #fff;
		font-size: 14px;
		line-height: 32px;
		text-align: center;
		width: 160px;
		height: 32px;
	}
	.cbc70th .program-cat-green {
		background: #6ebb3a;
		color: #fff;
		font-size: 14px;
		line-height: 32px;
		text-align: center;
		width: 120px;
		height: 32px;
	}
	.cbc70th .program-cat-red {
		background: #d01763;
		color: #fff;
		font-size: 14px;
		line-height: 32px;
		text-align: center;
		width: 180px;
		height: 32px;
	}
	.cbc70th .program-tag p {
		display: inline-block;
		font-size: 12px;
		border: 1px solid #294c7f;
		padding: 5px 10px;
		margin: 0 0 14px;
	}
	.cbc70th .program-text h3 {
		font-family: 'Noto Serif JP', serif;
		font-size: 26px;
		font-weight: 400;
		line-height: 36px;
		margin: 0 0 16px;
	}
	.cbc70th .program-text p {
		font-size: 14px;
		line-height: 26px;
	}
	.cbc70th .program-text p strong {
		color: #d11163;
		font-size: 16px;
		font-weight: 400;
	}
	.cbc70th .program-box02 {
		flex-basis: 402px;
		margin: 0 0 20px;
	}
	.cbc70th .program-box02 figure {
		width: 380px;
		margin: 0 0 0 auto;
	}
	.cbc70th .program-box03 {
		flex-basis: 818px;
	}
	.cbc70th .program-box03.break {
		margin: 0 0 40px 0;
	}
	.cbc70th .program-box03 p {
		font-size: 14px;
		line-height: 32px;
	}
	.cbc70th .program-box03 p {
		font-size: 14px;
		line-height: 32px;
	}
	.cbc70th .program-box03.tsume {
		width: 416px;
		flex-basis: auto;
	}
	.cbc70th .program-box03 .img-flexbox {
		margin-top: 20px;
	}
	.cbc70th .program-box03 .img-flexbox div {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
	}
	.cbc70th .program-box03 .img-flexbox div p {
		max-width: 32%;
		margin-right: 2%;
		text-align: center;
	}
	.cbc70th .program-box03 .img-flexbox div p:nth-child(3n) {
		margin-right: 0;
	}
	.cbc70th .program-box03 .img-flexbox div p img {
		width: 100%;
	}
	.cbc70th .program-box03 .img-flexbox div p span {
		display: inline-block;
		margin-bottom: 20px;
		line-height: 1.5;
	}
	.cbc70th .program-text .img-flexbox {
		margin-top: 20px;
	}
	.cbc70th .program-text .img-flexbox div {
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
	}
	.cbc70th .program-text .img-flexbox div p {
		max-width: 23%;
		text-align: center;
	}
	.cbc70th .program-text .img-flexbox.column03 div p {
		max-width: 32%;
	}
	.cbc70th .program-text .img-flexbox div p img {
		width: 100%;
	}
	.cbc70th .program-text .img-flexbox div p span {
		display: inline-block;
		margin-bottom: 20px;
		line-height: 1.5;
	}
	.cbc70th .program-text .img {
		width: 400px;
		margin: 0 auto;
		text-align: center;
	}
	.cbc70th .andmore p {
		font-family: 'Noto Serif JP', serif;
		font-size: 26px;
		text-align: center;
		margin: 0 0 40px 0;
	}
}



/*マージンの調整*/
@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;
	}
	.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; }