@charset "utf-8";

/*
	/tv/yamaito_osaraba/css/style.css
	-----------------------------------
	v1.0
	Last Updated: 2020-8-25
	Copyright: CBC TELEVISION CO.,LTD. All rights Reserved.
	-----------------------------------
	[Updated]
	v1.0		2020-8-25
					youtubeの追加、コラムの追加
	v1.0		2020-8-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;
}

/*フォントの滲みの修正＠EdgeとFirefox*/
/*
.yamaito_osaraba p,
.yamaito_osaraba 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) {
	.yamaito_osaraba .header {
		background: url(../images/sp/header.jpg) no-repeat center 0;
		background-size: cover;
		width: 100%;
		height: 131.5625vw;
		position: relative;
	}
	.yamaito_osaraba .title-70th a {
		display: block;
		font-size: 0;
		line-height: 0;
		text-indent: -9999px;
		width: 58.125vw;
		height: 11.25vw;
		position: absolute;
		top: 5.9375vw;
		left: 20.9375vw;
	}
}
@media print, screen and (min-width: 641px) {
	.yamaito_osaraba .header {
		background: url(../images/pc/header.jpg) no-repeat center 0;
	}
	.yamaito_osaraba .header-inner {
		background: url(../images/pc/header.jpg) no-repeat center 0;
		width: 980px;
		height: 759px;
		margin: auto;
		padding: 0;
		position: relative;
	}
	.yamaito_osaraba .title-70th a {
		display: block;
		font-size: 0;
		line-height: 0;
		text-indent: -9999px;
		width: 209px;
		height: 41px;
		position: absolute;
		top: 36px;
		left: 386px;
	}
}
.yamaito_osaraba .header h1,
.yamaito_osaraba .header p.header-date,
.yamaito_osaraba .header p.header-text {
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	list-style-type: none;
	height: 0;
	overflow: hidden;
}


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

	フッター

*********************************************************** */
/*フッター枠*/
.yamaito_osaraba .footer {
	background: #000;
	}

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

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



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

	メイン

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

}



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

	コンテンツ

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

/*youtube-area*/
@media only screen and (max-width: 640px) {
	.yamaito_osaraba .youtube-box {
		width: 93.75vw;
		margin: auto;
		padding: 10.9375vw 0 0;
	}
}
@media print, screen and (min-width: 641px) {
	.yamaito_osaraba .youtube-box {
		width: 980px;
		margin: auto;
		padding: 50px 0 0;
	}
	.yamaito_osaraba .youtube-box-inner {
		width: 760px;
		margin: auto;
	}
}
.yamaito_osaraba .youtube-box .youtube {
	position:relative;
	width:100%;
	padding-top:56.25%;
}
.yamaito_osaraba .youtube-box .youtube iframe{
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:100%;
}


/*box01*/
@media only screen and (max-width: 640px) {
	.yamaito_osaraba .box01 {
		padding: 10.9375vw 0 23.4375vw;
	}
	.yamaito_osaraba .box01 .area-box {
	}
	.yamaito_osaraba .box01 .area-box01 {
		background: url(../images/sp/area01.jpg);
		background-size: cover;
		height: 117.1875vw;
		margin: 0 0 13.4375vw;
	}
	.yamaito_osaraba .box01 .area-box02 {
		background: url(../images/sp/area02.jpg);
		background-size: cover;
		height: 126.09375vw;
		margin: 0 0 13.4375vw;
	}
	.yamaito_osaraba .box01 .area-box03 {
		background: url(../images/sp/area03.jpg);
		background-size: cover;
		height: 117.5vw;
		margin: 0 0 13.4375vw;
	}
	.yamaito_osaraba .box01 .area-box04 {
		background: url(../images/sp/area04.jpg);
		background-size: cover;
		height: 121.09375vw;
		margin: 0;
	}
}
@media print, screen and (min-width: 641px) {
	.yamaito_osaraba .box01 {
		background: url(../images/pc/box01.jpg) no-repeat center 0;
	}
	.yamaito_osaraba .box01-inner {
		background: url(../images/pc/box01.jpg) no-repeat center 0;
		width: 980px;
		height: 1627px;
		margin: auto;
		padding: 84px 0 0;
		box-sizing: border-box;
	}
	.yamaito_osaraba .box01 .area-box {
		width: 940px;
		height: 328px;
		margin: 0 auto 49px;
	}
	.yamaito_osaraba .box01 .area-box01 {
		background: url(../images/pc/area01.png);
	}
	.yamaito_osaraba .box01 .area-box02 {
		background: url(../images/pc/area02.png);
		margin-bottom: 43px;
	}
	.yamaito_osaraba .box01 .area-box03 {
		background: url(../images/pc/area03.png);
	}
	.yamaito_osaraba .box01 .area-box04 {
		background: url(../images/pc/area04.png);
	}
}

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


/*cast-box*/
@media only screen and (max-width: 640px) {
.yamaito_osaraba .cast-box {
		background: url(../images/sp/cast-box.jpg) no-repeat center 0;
		height: 155.625vw;
		padding: 28.75vw 0 0;
		position: relative;
	}
	.yamaito_osaraba .cast-box h2 {
		background: url(../images/cast-title.png) no-repeat 0 0;
		background-size: 100% auto;
		font-size: 0;
		line-height: 0;
		text-indent: -9999;
		width: 36.5625vw;
		height: 31.71875vw;
		position: absolute;
		top: -8.59375vw;
		left: 6.875vw;
	}
	.yamaito_osaraba .cast-box ul {
		list-style: none;
		margin: 0 0 0 6.25vw;
		padding: 0;
	}
	.yamaito_osaraba .cast-box ul:after {
		content: "";
		display: block;
		clear: both;
	}
	.yamaito_osaraba .cast-box li {
		float: left;
		width: 35.3125vw;
		margin: 0 0 0 5.625vw;
		padding: 0;
	}


}
@media print, screen and (min-width: 641px) {
	.yamaito_osaraba .cast-box {
		background: url(../images/pc/cast-box.jpg) no-repeat center 0;
	}
	.yamaito_osaraba .cast-box-inner {
		background: url(../images/pc/cast-box.jpg) no-repeat center 0;
		width: 980px;
		height: 540px;
		margin: auto;
		padding: 120px 0 0;
		position: relative;
	}
	.yamaito_osaraba .cast-box h2 {
		background: url(../images/cast-title.png) no-repeat 0 0;
		background-size: 100% auto;
		font-size: 0;
		line-height: 0;
		text-indent: -9999;
		width: 142px;
		height: 123px;
		position: absolute;
		top: -36px;
		left: 42px;
	}
	.yamaito_osaraba .cast-box ul {
		list-style: none;
		margin: 0 0 0 30px;
		padding: 0;
	}
	.yamaito_osaraba .cast-box ul:after {
		content: "";
		display: block;
		clear: both;
	}
	.yamaito_osaraba .cast-box li {
		float: left;
		width: 226px;
		margin: 0 0 0 60px;
		padding: 0;
	}
}


/*column-box*/
@media only screen and (max-width: 640px) {
	.yamaito_osaraba .column-box {
	}
	.yamaito_osaraba .column-box-inner {
		margin: auto;
		padding: 42px 0 25px;
	}
	.yamaito_osaraba .column-box h2 {
		width: 87.5vw;
		margin: 0 auto 25px;
	}
	.yamaito_osaraba .column-box h3 {
		color: #ca0103;
		font-size: 18px;
		font-weight: normal;
		text-align: center;
		margin: 0 0 23px;
	}
	.yamaito_osaraba .column-wrap {
		width: 76.25vw;
		margin: 0 auto 40px;
	}
	.yamaito_osaraba .column-photo {
		padding: 0 0 20px;
	}
	.yamaito_osaraba .column-text {
		font-size: 14px;
		line-height: 23px;
	}
}
@media print, screen and (min-width: 641px) {
	.yamaito_osaraba .column-box {
	}
	.yamaito_osaraba .column-box-inner {
		width: 980px;
		margin: auto;
		padding: 106px 0 80px;
	}
	.yamaito_osaraba .column-box h2 {
		width: 940px;
		margin: 0 auto 50px;
	}
	.yamaito_osaraba .column-box h3 {
		color: #ca0103;
		font-size: 30px;
		font-weight: normal;
		text-align: center;
		margin: 0 0 60px;
	}
	.yamaito_osaraba .column-wrap {
		display: flex;
		width: 940px;
		margin: 0 auto 84px;
	}
	.yamaito_osaraba .column-photo {
		flex-basis: 450px;
		padding: 0 20px;
	}
	.yamaito_osaraba .column-text {
		flex-basis: 490px;
		font-size: 16px;
		line-height: 32px;
	}
}
