@charset "utf-8";

/*
	/special/election2021/newsman/css/style.css
	-----------------------------------
	v1.0
	Last Updated: 2021-10-22
	Copyright: CBC TELEVISION CO.,LTD. All rights Reserved.
	-----------------------------------
	[Updated]
	v1.0		2021-10-22
	-----------------------------------

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


*/

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

		基本設定

*********************************************************** */
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;*/
	color: #000;
}
@media print, screen and (min-width: 641px) {
	body {
		min-width: 980px;
	}
}

/*フォントの滲みの修正＠EdgeとFirefox*/
/*
.newsman p,
.newsman 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;
}


/*画像の横幅*/
img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	image-rendering: -webkit-optimize-contrast;
}
.img-max {
	width: 100%;
	height: auto;
	vertical-align: middle;
}
@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 {
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', Verdana, sans-serif;
	font-weight: 400;
	width: 100%;
	background: #fff;
	padding-bottom: 16px;
}
.sns {
	width: 96%;
	padding-top: 16px;
	margin: 0 auto;
	text-align: center;
}
.ttl-sns {
	display: inline-block;
	vertical-align: top;
	margin-right: 1em;
	padding-top: 9px;
	color: #000;
	font-size: .9em;
}
.ttl-sns i {
	padding-right: .1em;
}
.sns-list {
	display: inline-block;
	font-size:0;
	padding: 0;
	list-style: none;
}
.sns-list li {
	display: inline-block;
	position: relative;
	margin: 0 8px;
}
.sns-list li img {
	width: 35px;
	height: auto;
	vertical-align: middle;
}
@media screen and (min-width: 40em) {
	.sns {
		width: 980px;
	}
	.ttl-sns {
		margin-right: 22px;
		padding-top: 7px;
	}
	.sns-list li img {
		width: 32px;
		height: auto;
		vertical-align: middle;
	}
}
@media screen and (min-width: 64em) {
}

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

	ヘッダー

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

@media only screen and (max-width: 640px) {
	.newsman .header {
		background: #f4f4f4;
		padding: 4.533333333333333vw 0 0;
	}
	.newsman .header-inner {
		background: url(../images/header_sp.jpg) no-repeat 0 0;
		background-size: 100% auto;
		width: 100vw;
		padding: 55.46666666666667vw 0 16px;
	}
	.newsman .header-time {
		padding: 0 0 0 11.2vw;
	}
	.newsman .header-time dl {
		margin: 0 0 3.2vw;
	}
	.newsman .header-time dl:after {
		content: "";
		display: block;
		clear: both;
	}
	.newsman .header-time dt {
		float: left;
		background: #0d2c67;
		color: #fff;
		font-size: 23px;
		font-weight: bold;
		line-height: 46px;
		text-align: center;
		width: 24.4vw;
		height: 46px;
		border-radius: 23px;
		margin: 0 10px 0 0;
		padding: 0;
	}
	.newsman .header-time dd {
		float: left;
		font-size: 26px;
		font-weight: bold;
		line-height: 0.7;
		margin: 0;
		padding: 5px 0 0;
	}
	.newsman .header-time dd span {
		font-size: 12px;
	}
}
@media print, screen and (min-width: 641px) {
	.newsman .header {
		background: #f4f4f4;
		height: 280px;
	}
	.newsman .header-inner {
		background: url(../images/header_pc.jpg) no-repeat 74px 10px;
		width: 980px;
		height: 280px;
		margin: auto;
		position: relative;
	}
	.newsman .header-time {
		position: absolute;
		top: 38px;
		left: 544px;
	}
	.newsman .header-time dl {
		margin: 0 0 16px;
	}
	.newsman .header-time dl:after {
		content: "";
		display: block;
		clear: both;
	}
	.newsman .header-time dt {
		float: left;
		background: #0d2c67;
		color: #fff;
		font-size: 30px;
		font-weight: bold;
		line-height: 58px;
		text-align: center;
		width: 120px;
		height: 58px;
		border-radius: 29px;
		margin: 0 13px 0 0;
		padding: 0;
	}
	.newsman .header-time dd {
		float: left;
		font-size: 34px;
		font-weight: bold;
		line-height: 0.7;
		margin: 0;
		padding: 5px 0 0;
	}
	.newsman .header-time dd span {
		font-size: 16px;
	}


}
.newsman .header h1,
.newsman .header p {
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	list-style-type: none;
	height: 0;
	overflow: hidden;
}






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

	フッター

*********************************************************** */
/*フッター枠*/
.newsman .footer {
	background: #0d2c67;
}

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

/*ページアップ*/
.newsman .pageup {
	margin: 0;
}
.newsman .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) {
	.newsman .pageup a {
		width: 12vw;
		height: 12vw;
		right: 12px;
		bottom: 10px;
	}
}
@media print, screen and (min-width: 641px) {
	.newsman .pageup a {
		width: 84px;
		height: 84px;
		right: 20px;
		bottom: 30px;
		transition: 0.3s ease-in-out;
	}
	.newsman .pageup a:hover {
		opacity: 0.7;
	}
}

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

	メイン

*********************************************************** */
@media only screen and (max-width: 640px) {
	.newsman .main {
	}
}
@media print, screen and (min-width: 641px) {
	.newsman .main {
	}
}



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

	コンテンツ

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

/*newsman-nav*/
@media only screen and (max-width: 640px) {
	.newsman .newsman-nav {
		background: #fff;
		height: 55px;
		box-shadow: 0px 0px 10px -4px rgba(0,0,0,0.5);
		/*position: relative;*/
		position: sticky;
		position: -webkit-sticky;
		top: 0;
		z-index: 9999;
	}
	.newsman .newsman-nav-inner {
		width: 100vw;
		height: 55px;
		margin: auto;
	}
	.newsman .header-nav-list {
		display: flex;
		justify-content: space-between;
		list-style: none;
		width: 92vw;
		margin: 0 auto;
		padding: 0;
	}
	.newsman .header-nav-list li {
		background: url(../images/header-nav-icon_pc.png) no-repeat right center;
		background-size: 11px auto;
		font-size: 16px;
		font-weight: bold;
		line-height: 55px;
		margin: 0;
		padding: 0 16px 0 0;
		position: relative;
	}
	.newsman .header-nav-list li a {
		color: #000;
		text-decoration: none;
	}
	.newsman .header-nav-list li a:hover {
		text-decoration: underline;
	}
}


@media print, screen and (min-width: 641px) {
	.newsman .newsman-nav {
		background: #fff;
		height: 70px;
		box-shadow: 0px 0px 10px -4px rgba(0,0,0,0.5);
		/*position: relative;*/
		position: sticky;
		position: -webkit-sticky;
		top: 0;
		z-index: 9999;
	}
	.newsman .newsman-nav-inner {
		width: 980px;
		height: 70px;
		margin: auto;
	}
	.newsman .header-nav-list {
		display: flex;
		justify-content: space-between;
		list-style: none;
		width: 790px;
		margin: 0 auto;
		padding: 0;
	}
	.newsman .header-nav-list li {
		background: url(../images/header-nav-icon_pc.png) no-repeat right center;
		font-size: 24px;
		font-weight: bold;
		line-height: 70px;
		margin: 0;
		padding: 0 30px 0 0;
		position: relative;
	}
	.newsman .header-nav-list li a {
		color: #000;
		text-decoration: none;
	}
	.newsman .header-nav-list li a:hover {
		text-decoration: underline;
	}
}


/*banner-box*/
.newsman .banner-box {
	background: #f79233;
	background: -moz-linear-gradient(left, #fb8188 0%, #f79233 100%);
	background: -webkit-gradient(linear, left center, right center, from(#fb8188), to(#f79233));
	background: -webkit-linear-gradient(left, #fb8188 0%, #f79233 100%);
	background: -o-linear-gradient(left, #fb8188 0%, #f79233 100%);
	background: linear-gradient(to right, #fb8188 0%, #f79233 100%);
	}
@media only screen and (max-width: 640px) {
	.newsman .banner-box-inner {
		padding: 25px 0;
	}
	.newsman .banner-box figure {
		margin: 0 0 12px;
	}
	.newsman .banner-box p {
		color: #fff;
		font-size: 16px;
		font-weight: bold;
		line-height: 25px;
		width: 92vw;
		margin: 0 auto 16px;
	}
	.newsman .banner-box ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	.newsman .banner-box li {
	}
	.newsman .banner-box li a {
		display: block;
		background: #fee7e2;
		color: #f6185b;
		font-size: 20px;
		font-weight: bold;
		line-height: 50px;
		text-align: center;
		text-decoration: none;
		width: 89.33333333333333vw;
		height: 50px;
		margin: auto;
		border-radius: 25px;
		transition: 0.3s ease-in-out;
	}
	.newsman .banner-box li a:hover {
		opacity: 0.7;
	}
}
@media print, screen and (min-width: 641px) {
	.newsman .banner-box-inner {
		width: 980px;
		margin: auto;
		padding: 30px 0;
	}
	.newsman .banner-box figure {
		text-align: center;
		margin: 0 0 16px;
	}
	.newsman .banner-box p {
		color: #fff;
		font-size: 22px;
		font-weight: bold;
		text-align: center;
		margin: 0 0 16px;
	}
	.newsman .banner-box ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	.newsman .banner-box li {
	}
	.newsman .banner-box li a {
		display: block;
		background: #fee7e2;
		color: #f6185b;
		font-size: 30px;
		font-weight: bold;
		line-height: 74px;
		text-align: center;
		text-decoration: none;
		width: 510px;
		height: 74px;
		margin: auto;
		border-radius: 37px;
		transition: 0.3s ease-in-out;
	}
	.newsman .banner-box li a:hover {
		opacity: 0.7;
	}
}



/*box01*/
.newsman .box01 {
	background: #f4f4f4;
}
@media only screen and (max-width: 640px) {
	.newsman .box01-inner {
		padding: 25px 0 35px;
	}
	.newsman .box01 .youtube-box {
		margin: 0 auto 30px;
	}
	.newsman .box01 .youtube-box .wait {
		background: #000;
		color: #fff;
		font-size: 15px;
		font-weight: bold;
		line-height: 56.25vw;
		text-align: center;
		width: 100vw;
		height: 56.25vw;
		margin: 0;
	}
	.newsman .box01-text {
		font-size: 17px;
		font-weight: bold;
		line-height: 30px;
		text-align: center;
		width: 92vw;
		margin: 0 auto 18px;
	}
	.newsman .box01 ul {
		list-style: none;
		width: 94.66666666666667vw;
		margin: 0 auto;
		padding: 0;
		display: flex;
		justify-content: space-between;
	}
	.newsman .box01 ul li {
		width: 47.06666666666667vw;
	}
	.newsman .box01 ul li a {
		transition: 0.3s ease-in-out;
	}
	.newsman .box01 ul li a:hover {
		opacity: 0.7;
	}
}
@media print, screen and (min-width: 641px) {
	.newsman .box01-inner {
		width: 980px;
		margin: auto;
		padding: 55px 0 100px;
	}
	.newsman .box01 .youtube-box {
		width: 890px;
		margin: 0 auto 60px;
	}
	.newsman .box01 .youtube-box .wait {
		background: #000;
		color: #fff;
		font-size: 30px;
		font-weight: bold;
		line-height: 501px;
		text-align: center;
		width: 890px;
		height: 501px;
		margin: 0;
	}
	.newsman .box01-text {
		font-size: 38px;
		font-weight: bold;
		line-height: 66px;
		text-align: center;
		margin: 0 0 50px;
	}
	.newsman .box01 ul {
		list-style: none;
		width: 910px;
		margin: 0 auto;
		padding: 0;
		display: flex;
		justify-content: space-between;
	}
	.newsman .box01 ul li a {
		transition: 0.3s ease-in-out;
	}
	.newsman .box01 ul li a:hover {
		opacity: 0.7;
	}
}

/*box02*/
.newsman .box02 {
	background: #e9cc0a;
}
@media only screen and (max-width: 640px) {
	.newsman .box02-inner {
		padding: 40px 0 35px;
	}
	.newsman .box02 h2 {
		font-size: 30px;
		font-weight: bold;
		line-height: 1.5;
		text-align: center;
		margin: 0 0 1em;
	}
	.newsman .box02 p {
		font-size: 18px;
		font-weight: 500;
		line-height: 34px;
		width: 86.66666666666667vw;
		margin: 0 auto 1em;
	}
}
@media print, screen and (min-width: 641px) {
	.newsman .box02-inner {
		width: 980px;
		margin: auto;
		padding: 90px 0 70px;
	}
	.newsman .box02 h2 {
		font-size: 50px;
		font-weight: bold;
		line-height: 1.5;
		text-align: center;
		margin: 0 0 1em;
	}
	.newsman .box02 p {
		font-size: 22px;
		font-weight: 500;
		line-height: 40px;
		width: 790px;
		margin: 0 auto 1em;
	}
}



/*box03*/
@media only screen and (max-width: 640px) {
	.newsman .box03 {
		padding-top: 55px;
		margin-top: -55px;
	}
	.newsman .box03-inner {
		background: #0d2c67;
		padding: 45px 0 20px;
	}
	.newsman .box03 h2 {
		color: #fff;
		font-size: 30px;
		font-weight: bold;
		line-height: 1.5;
		text-align: center;
		margin: 0 0 56px;
	}
	.newsman .box03 .cast-box {
		background: #fff;
		width: 94.66666666666667vw;
		margin: 0 auto 48px;
		padding: 0 0 1px;
		border-radius: 8px;
	}
	.newsman .box03 .cast-box h3 {
		background: #e9cc0a;
		font-size: 21px;
		font-weight: bold;
		line-height: 40px;
		text-align: center;
		width: 44.8vw;
		height: 40px;
		margin: 0 auto;
		border-radius: 20px;
		position: relative;
		top: -20px;
	}
	.newsman .box03 .cast-item ul {
		display: flex;
		/* justify-content: space-between; */
		justify-content: center;
		list-style: none;
		width: 88vw;
		margin: 0 auto;
		padding: 0;
	}
	.newsman .box03 .cast-item ul li {
		font-size: 16px;
		font-weight: 500;
		line-height: 1;
		text-align: center;
		width: 26.66666666666667vw;
		margin: 0 10px 22px;
	}
	.newsman .box03 .cast-item ul li span {
		font-size: 10px;
	}
	.newsman .box03 .cast-box h4 {
		background: #e9cc0a;
		font-size: 17px;
		font-weight: bold;
		line-height: 26px;
		text-align: center;
		width: 88vw;
		height: 26px;
		margin: 0 auto 18px;
	}
	.newsman .box03 p {
		font-size: 18px;
		font-weight: 500;
		line-height: 36px;
		text-align: center;
		width: 82.13333333333333vw;
		height: 40px;
		margin: 0 auto 40px;
		border: 2px solid #e9cc0a;
		border-radius: 20px;
		box-sizing: border-box;
	}
}
@media print, screen and (min-width: 641px) {
	.newsman .box03 {
		background: #0d2c67;
	}
	.newsman .box03-inner {
		width: 980px;
		margin: auto;
		padding: 90px 0 40px;
	}
	.newsman .box03 h2 {
		color: #fff;
		font-size: 50px;
		font-weight: bold;
		line-height: 1.5;
		text-align: center;
		margin: 0 0 80px;
	}
	.newsman .box03 .cast-box {
		background: #fff;
		width: 890px;
		margin: 0 auto 96px;
		padding: 0 0 1px;
		border-radius: 16px;
	}
	.newsman .box03 .cast-box h3 {
		background: #e9cc0a;
		font-size: 34px;
		font-weight: bold;
		line-height: 70px;
		text-align: center;
		width: 310px;
		height: 70px;
		margin: 0 auto;
		border-radius: 35px;
		position: relative;
		top: -35px;
	}
	.newsman .box03 .cast-item ul {
		display: flex;
		/* justify-content: space-between; */
		justify-content: center;
		list-style: none;
		width: 764px;
		margin: 0 auto;
		padding: 0;
	}
	.newsman .box03 .cast-item ul li {
		font-size: 28px;
		font-weight: 500;
		line-height: 1;
		text-align: center;
		margin: 0 20px 60px;
	}
	.newsman .box03 .cast-item ul li span {
		font-size: 18px;
	}
	.newsman .box03 .cast-box h4 {
		background: #e9cc0a;
		font-size: 30px;
		font-weight: bold;
		line-height: 42px;
		text-align: center;
		width: 764px;
		height: 42px;
		margin: 0 auto 36px;
	}
	.newsman .box03 p {
		font-size: 30px;
		font-weight: 500;
		line-height: 66px;
		text-align: center;
		width: 530px;
		height: 70px;
		margin: 0 auto 80px;
		border: 2px solid #e9cc0a;
		border-radius: 35px;
		box-sizing: border-box;
	}
}

/*box04*/
@media only screen and (max-width: 640px) {
	.newsman .box04 {
		/*padding: 40px 0 45px;*/
		padding: 95px 0 45px;
		margin-top: -55px;
	}
	.newsman .box04-inner {
		background: url(../images/box04-bg_sp.png) no-repeat 0 0;
		background-size: 100% auto;
		width: 100vw;
		height: 66.4vw;
		position: relative;
	}
	.newsman .box04 ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	.newsman .box04 ul li {
		width: 73.86666666666667vw;
		position: absolute;
		bottom: 1px;
		left: 20vw;
	}
	.newsman .box04 ul li a {
		transition: 0.3s ease-in-out;
	}
	.newsman .box04 ul li a:hover {
		opacity: 0.7;
	}
}
@media print, screen and (min-width: 641px) {
	.newsman .box04 {
		padding: 112px 0 120px;
	}
	.newsman .box04-inner {
		background: url(../images/box04-bg_pc.png) no-repeat 75px 0;
		width: 980px;
		height: 392px;
		margin: auto;
		padding: 0;
		position: relative;
	}
	.newsman .box04 ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	.newsman .box04 ul li {
		position: absolute;
		top: 287px;
		left: 257px;
	}
	.newsman .box04 ul li a {
		transition: 0.3s ease-in-out;
	}
	.newsman .box04 ul li a:hover {
		opacity: 0.7;
	}
}

.newsman .box04 h2,
.newsman .box04 p {
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	list-style-type: none;
	height: 0;
	overflow: hidden;
}


/*box05*/
@media only screen and (max-width: 640px) {
	.newsman .box05 {
		padding-top: 55px;
		margin-top: -55px;
	}
	.newsman .box05-inner {
		background: #e9cc0a;
		padding: 25px 0 30px;
	}
	.newsman .box05 h2 {
		background: url(../images/box05-title.jpg) no-repeat 6.666666666666667vw center;
		background-size: 25.33333333333333vw auto;
		font-size: 30px;
		font-weight: 900;
		line-height: 38px;
		margin: 0 auto 25px;
		padding: 0 0 0 37.2vw;
		box-sizing: border-box;
	}
	.newsman .box05 .doga-box {
		/*display: flex;
		flex-wrap: wrap;
		justify-content: space-between;*/
		width: 92vw;
		margin: auto;
	}
	.newsman .box05 .doga-item {
		margin: 0 0 20px;
	}
	.newsman .box05 .doga-item.hide {
		display: none;
	}
	.newsman .box05 .doga-photo {
		background: #000;
		/*width: 44vw;
		height: 24.8vw;*/
		height: 49.6vw;
		margin: 0 0 5px;
	}
	.newsman .box05 .doga-item .youtube-box {
		/*width: 44vw;*/
		margin: 0 0 5px;
	}
	.newsman .box05 .doga-title {
		font-size: 13px;
		font-weight: 500;
		margin: 0;
	}

	.newsman .box05 .movie-button .movie-button-in {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.newsman .box05 .movie-button .thumb01 {
		background: url(../images/thumb01.jpg) no-repeat;
		background-size: calc(45vw - 6px) calc(25vw - 6px);
		width: 45vw;
		height: 25vw;
		border: 3px solid #000;
		margin-bottom: 10px;
	}
	.newsman .box05 .movie-button .thumb02 {
		background: url(../images/thumb02.jpg) no-repeat;
		background-size: calc(45vw - 6px) calc(25vw - 6px);
		width: 45vw;
		height: 25vw;
		border: 3px solid #000;
		margin-bottom: 10px;
	}
	.newsman .box05 .movie-button .thumb03 {
		background: url(../images/thumb03.jpg) no-repeat;
		background-size: calc(45vw - 6px) calc(25vw - 6px);
		width: 45vw;
		height: 25vw;
		border: 3px solid #000;
		margin-bottom: 10px;
	}
	.newsman .box05 .movie-button .thumb04 {
		background: url(../images/thumb04.jpg) no-repeat;
		background-size: calc(45vw - 6px) calc(25vw - 6px);
		width: 45vw;
		height: 25vw;
		border: 3px solid #000;
		margin-bottom: 10px;
	}
	.newsman .box05 .movie-button .thumb05 {
		background: url(../images/thumb05.jpg) no-repeat;
		background-size: calc(45vw - 6px) calc(25vw - 6px);
		width: 45vw;
		height: 25vw;
		border: 3px solid #000;
		margin-bottom: 10px;
	}
	.newsman .box05 .movie-button .thumb06 {
		background: url(../images/thumb06.jpg) no-repeat;
		background-size: calc(45vw - 6px) calc(25vw - 6px);
		width: 45vw;
		height: 25vw;
		border: 3px solid #000;
		margin-bottom: 10px;
	}
}
@media print, screen and (min-width: 641px) {
	.newsman .box05 {
		background: #e9cc0a;
	}
	.newsman .box05-inner {
		width: 980px;
		margin: auto;
		/* padding: 80px 0 70px; */
		padding: 46px 0 20px;
	}
	.newsman .box05 h2 {
		background: url(../images/box05-title.jpg) no-repeat 50px center;
		font-size: 50px;
		font-weight: 900;
		line-height: 70px;
		width: 890px;
		margin: 0 auto 20px;
		padding: 30px 0 30px 280px;
		box-sizing: border-box;
	}
	.newsman .box05 .doga-box {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 890px;
		margin: auto;
	}
	.newsman .box05 .doga-item {
		/* margin: 0 0 55px; */ /* 大本 */
		margin: 0 auto 20px;
	}
	.newsman .box05 .doga-item.hide {
		display: none;
	}
	.newsman .box05 .doga-photo {
		background: #000;
		width: 430px;
		height: 242px;
		margin: 0 0 10px;
	}
	.newsman .box05 .doga-item .youtube-box {
		/* width: 430px; */ /* 大本 */
		width: 640px;
		margin: 0 0 10px;
	}
	.newsman .box05 .doga-title {
		font-size: 20px;
		font-weight: 500;
		margin: 0;
	}

	.newsman .box05 .movie-button {
		width: 660px;
		margin: 0 auto;
	}
	.newsman .box05 .movie-button .thumb01 {
		background: url(../images/thumb01.jpg) no-repeat;
		background-size: 191px 105px;
		width: 197px;
		height: 111px;
		border: 3px solid #000;
		margin: 0px 10px 40px;
	}
	.newsman .box05 .movie-button .thumb02 {
		background: url(../images/thumb02.jpg) no-repeat;
		background-size: 191px 105px;
		width: 197px;
		height: 111px;
		border: 3px solid #000;
		margin: 0px 10px 40px;
	}
	.newsman .box05 .movie-button .thumb03 {
		background: url(../images/thumb03.jpg) no-repeat;
		background-size: 191px 105px;
		width: 197px;
		height: 111px;
		border: 3px solid #000;
		margin: 0px 10px 40px;
	}
	.newsman .box05 .movie-button .thumb04 {
		background: url(../images/thumb04.jpg) no-repeat;
		background-size: 191px 105px;
		width: 197px;
		height: 111px;
		border: 3px solid #000;
		margin: 0px 10px 40px;
	}
	.newsman .box05 .movie-button .thumb05 {
		background: url(../images/thumb05.jpg) no-repeat;
		background-size: 191px 105px;
		width: 197px;
		height: 111px;
		border: 3px solid #000;
		margin: 0px 10px 40px;
	}
	.newsman .box05 .movie-button .thumb06 {
		background: url(../images/thumb06.jpg) no-repeat;
		background-size: 191px 105px;
		width: 197px;
		height: 111px;
		border: 3px solid #000;
		margin: 0px 10px 40px;
	}
	.newsman .box05 .movie-button button:hover {
    	opacity: 0.6;
	}
	.newsman .box05 .movie-button .movie-button-in button:nth-of-type(-n+3) {
		margin-bottom: 23px;
	}
}






/*xxx*/
@media only screen and (max-width: 640px) {
	.newsman .xxx {
	}
}
@media print, screen and (min-width: 641px) {
	.newsman .xxx {
	}
}


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

		youtube設定

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


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



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

		カラー設定

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

.newsman .cl-pink {
	color: #dc557e;
}
.newsman .cl-green {
	color: #03a08c;
}
.newsman .cl-orange {
	color: #f68b00;
}

/*
.newsman .cl-red {
	color: #e50012;
}
.newsman .cl-light-blue {
	color: #008bda;
}
.newsman .cl-purple {
	color: #865cdc;
}
*/


/*マーカー*/
.maker-orange {
	background:linear-gradient(transparent 70%, #ffbb00 70%);
}
.maker-red {
	background:linear-gradient(transparent 70%, #fc8c8c 70%);
}
