@charset "utf-8";

/*
	/tv/tatsugan/css/style.css
	-----------------------------------
	v1.0
	Last Updated: 2020-03-11
	Copyright: CBC TELEVISION CO.,LTD. All rights Reserved.
	-----------------------------------
	[Updated]
	v1.0		2020-03-11
	-----------------------------------

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


*/

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

		基本設定

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

/*フォントの滲みの修正＠EdgeとFirefox*/
/*
.tatsugan p,
.tatsugan 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 {
	width: 100%;
	height: auto;
	vertical-align: middle;
}
.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 {
	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) {
}


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

	ヘッダー

*********************************************************** */
@media only screen and (max-width: 640px) {
	.tatsugan .header {
		background: url(../images/sp/header.jpg) no-repeat 0 0;
		background-size: cover;
		height: 111.40625vw;
	}
}
@media print, screen and (min-width: 641px) {
	.tatsugan .header {
		background: url(../images/pc/header.jpg) no-repeat center 0;
	}
	.tatsugan .header-inner {
		width: 980px;
		height: 550px;
		margin: auto;
	}
}
.tatsugan .header h1,
.tatsugan .header p {
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	list-style-type: none;
	height: 0;
	overflow: hidden;
}


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

	フッター

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

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

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





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

	コンテンツ

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

/*box01*/
@media only screen and (max-width: 640px) {
	.tatsugan .box01 {
		background: url(../images/sp/box01.jpg) no-repeat center 0;
		background-size: cover;
		/*height: 224.21875vw;*/
		padding: 20.3125vw 0 22.5vw;
	}
	.tatsugan .box01 p {
		font-size: 19px;
		font-weight: 600;
		line-height: 32px;
		text-align: center;
		margin: 0 0 8.125vw;
	}
	.tatsugan .box01 .box01-youtube {
		width: 89.0625vw;
		margin: 0 auto 12.8125vw;
	}
	.tatsugan .box01-photo {
		display: flex;
		flex-wrap: wrap;
		width: 89.0625vw;
		margin: auto;
	}
	.tatsugan .box01-photo figure {
		flex-basis: 50%;
	}



}
@media print, screen and (min-width: 641px) {
	.tatsugan .box01 {
		background: url(../images/pc/box01.jpg) no-repeat center 0;
	}
	.tatsugan .box01-inner {
		width: 980px;
		height: 1319px;
		margin: auto;
		padding: 134px 20px 0;
	}
	.tatsugan .box01 p {
		font-size: 36px;
		font-weight: 600;
		line-height: 58px;
		text-align: center;
		margin: 0 0 50px;
	}
	.tatsugan .box01 .box01-youtube {
		width: 800px;
		margin: 0 auto 79px;
	}
	.tatsugan .box01-photo {
		display: flex;
		flex-wrap: wrap;
	}
}



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









/*box02*/
@media only screen and (max-width: 640px) {
	.tatsugan .box02 {
		background: url(../images/sp/box02.jpg) no-repeat center 0;
		background-size: cover;
		/*height: 366.875vw;*/
	}
	.tatsugan .box02-inner {
		width: 89.0625vw;
		margin: auto;
		padding: 15.625vw 0 18.75vw;
	}
	.tatsugan .box02 p.text01 {
		font-size: 21px;
		font-weight: 600;
		line-height: 38px;
		text-align: center;
		margin: 0 0 1.5625vw;
	}
	.tatsugan .box02 p.text01 strong {
		color: #fff;
		font-size: 34px;
		font-weight: 600;
	}
	.tatsugan .box02 p.text02 {
		font-size: 19px;
		font-weight: 600;
		line-height: 26px;
		text-align: center;
		margin: 0 0 7.5vw;
	}
	.tatsugan .box02 p.text02 strong {
		color: #fff;
	}
	.tatsugan .box02-photo {
		margin: 0 0 7.8125vw;
	}
	.tatsugan .box02 p.text03 {
		font-size: 15px;
		line-height: 27px;
		text-align: center;
	}
}
@media print, screen and (min-width: 641px) {
	.tatsugan .box02 {
		background: url(../images/pc/box02.jpg) no-repeat center 0;
	}
	.tatsugan .box02-inner {
		width: 980px;
		height: 1182px;
		margin: auto;
		padding: 134px 20px 0;
	}
	.tatsugan .box02 p.text01 {
		font-size: 26px;
		font-weight: 600;
		text-align: center;
		margin: 0 0 20px;
	}
	.tatsugan .box02 p.text01 strong {
		color: #fff;
		font-size: 40px;
		font-weight: 600;
	}
	.tatsugan .box02 p.text02 {
		font-size: 30px;
		font-weight: 600;
		line-height: 40px;
		text-align: center;
		margin: 0 0 40px;
	}
	.tatsugan .box02 p.text02 strong {
		color: #fff;
		font-size: 33px;
	}
	.tatsugan .box02-photo {
		display: flex;
		flex-wrap: wrap;
		margin: 0 0 45px;
	}
	.tatsugan .box02-photo figure {
		flex-basis: 470px;
	}
	.tatsugan .box02 p.text03 {
		font-size: 26px;
		line-height: 50px;
		text-align: center;
	}
}







/*box03*/
@media only screen and (max-width: 640px) {
	.tatsugan .box03 {
		background: url(../images/sp/box03.jpg) no-repeat center 0;
		background-size: cover;
		/*height: 310.15625vw;*/
	}
	.tatsugan .box03-inner {
		width: 89.0625vw;
		margin: auto;
		padding: 19.375vw 0 21.875vw;
	}
	.tatsugan .box03 p.text01 {
		font-size: 18px;
		font-weight: 600;
		line-height: 30px;
		text-align: center;
		margin: 0 0 10.9375vw;
	}
	.tatsugan .box03 p.text01 strong {
		color: #fff;
		font-size: 25px;
		font-weight: 600;
	}
	.tatsugan .box03 .photo01 {
		width: 75vw;
		margin: 0 auto 7.03125vw;
	}
	.tatsugan .box03 .photo02 {
		margin: 0 auto 3.125vw;
	}
	.tatsugan .box03 p.text02 {
		font-size: 14px;
		line-height: 27px;
		text-align: center;
		margin: 0 0 7.8125vw;
	}
	.tatsugan .box03 p.text02 strong {
		color: #fff;
		font-size: 18px;
		font-weight: 400;
	}
	.tatsugan .box03 .photo03 {
		width: 75vw;
		margin: auto;
	}
}
@media print, screen and (min-width: 641px) {
	.tatsugan .box03 {
		background: url(../images/pc/box03.jpg) no-repeat center 0;
	}
	.tatsugan .box03-inner {
		width: 980px;
		height: 1610px;
		margin: auto;
		padding: 134px 20px 0;
	}
	.tatsugan .box03 p.text01 {
		font-size: 36px;
		font-weight: 600;
		line-height: 70px;
		text-align: center;
		margin: 0 0 45px;
	}
	.tatsugan .box03 p.text01 strong {
		color: #fff;
		font-size: 50px;
		font-weight: 600;
	}
	.tatsugan .box03 .photo01 {
		width: 480px;
		margin: 0 auto 60px;
	}
	.tatsugan .box03 .photo02 {
	}
	.tatsugan .box03 p.text02 {
		font-size: 26px;
		line-height: 60px;
		text-align: center;
		margin: 0 0 40px;
	}
	.tatsugan .box03 p.text02 strong {
		color: #fff;
		font-size: 36px;
		font-weight: 400;
	}
	.tatsugan .box03 .photo03 {
		width: 480px;
		margin: auto;
	}
}








/*cast-box*/
@media only screen and (max-width: 640px) {
	.tatsugan .cast-box {
		background: url(../images/sp/cast-box.jpg) no-repeat center 0;
		background-size: cover;
		height: 104.6875vw;
	}
}
@media print, screen and (min-width: 641px) {
	.tatsugan .cast-box {
		background: url(../images/pc/cast-box.jpg) no-repeat center 0;
	}
	.tatsugan .cast-box-inner {
		width: 980px;
		height: 923px;
		margin: auto;
	}
}

.tatsugan .cast-box h2,
.tatsugan .cast-box ul,
.tatsugan .cast-box li {
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	list-style-type: none;
	height: 0;
	overflow: hidden;
}


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