@charset "utf-8";

/*
	/tv/hiondori/css/style.css
	-----------------------------------
	v1.0
	Last Updated: 2021-9-2
	Copyright: CBC TELEVISION CO.,LTD. All rights Reserved.
	-----------------------------------
	[Updated]
	v1.0		2021-9-2
	-----------------------------------

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


*/

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

		基本設定

*********************************************************** */
html {
	/*font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', Verdana, sans-serif;*/
	/*font-family: 'Noto Sans JP', 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 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*/
/*
.hiondori p,
.hiondori 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;
}
.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) {
	.hiondori .header {
		background: url(../images/header_sp.jpg) no-repeat center top;
		background-size: cover;
		height: 96vw;
	}
}
@media print, screen and (min-width: 641px) {
	.hiondori .header {
		background: url(../images/header_pc.jpg) no-repeat center top;
		background-size: cover;
	}
	.hiondori .header-inner {
		background: url(../images/title_pc.png) no-repeat center top;
		width: 980px;
		height: 600px;
		margin: 0 auto;
	}
}
.hiondori .header h1,
.hiondori .header p {
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	list-style-type: none;
	height: 0;
	overflow: hidden;
}

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

	フッター

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

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

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

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

	メイン

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



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

	コンテンツ

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



/*box01*/
@media only screen and (max-width: 640px) {
		.hiondori .box01 {
		background: url(../images/box01_sp.jpg) no-repeat center top;
		background-size: cover;
	}
	.hiondori .box01-inner {
		padding: 14.4vw 0 12vw;
	}
	.hiondori .box01 h2 {
		font-size: 39px;
		font-weight: 400;
		line-height: 1.5;
		text-align: center;
		margin: 0 0 6vw;
	}
	.hiondori .box01 p {
		font-size: 16px;
		line-height: 1.875;
		text-align: center;
		margin: 0 0 0;
	}

}
@media print, screen and (min-width: 641px) {
	.hiondori .box01 {
		background: url(../images/box01_pc.jpg) no-repeat center top;
		background-size: cover;
		min-height: 516px;
	}
	.hiondori .box01-inner {
		width: 980px;
		margin: auto;
		padding: 60px 0 0;
	}
	.hiondori .box01 h2 {
		font-size: 90px;
		font-weight: 400;
		line-height: 1.5;
		text-align: center;
		margin: 0 0 40px;
	}
	.hiondori .box01 p {
		font-size: 26px;
		line-height: 50px;
		text-align: center;
		margin: 0 0 0;
	}
}



/*box02*/
@media only screen and (max-width: 640px) {
	.hiondori .box02 {
		background: url(../images/box02.jpg) no-repeat center top;
		background-size: cover;
		height: 14.66666666666667vw;
	}
}
@media print, screen and (min-width: 641px) {
	.hiondori .box02 {
		background: url(../images/box02.jpg) no-repeat center top;
		background-size: cover;
		height: 282px;
	}
}


/*box03*/
@media only screen and (max-width: 640px) {
	.hiondori .box03 {
		background: url(../images/box03_sp.jpg) no-repeat center top;
		background-size: cover;
	}
	.hiondori .box03-inner {
		padding: 14.4vw 0 12vw;
	}
	.hiondori .box03 p {
		color: #fff;
		font-size: 16px;
		line-height: 1.875;
		text-align: center;
		margin: 0 0 7.2vw;
	}
	.hiondori .box03 p:last-of-type {
		margin: 0;
	}
}
@media print, screen and (min-width: 641px) {
	.hiondori .box03 {
		background: url(../images/box03_pc.jpg) no-repeat center top;
		background-size: cover;
		min-height: 580px;
	}
	.hiondori .box03-inner {
		width: 980px;
		margin: auto;
		padding: 105px 0 0;
	}
	.hiondori .box03 p {
		color: #fff;
		font-size: 26px;
		line-height: 50px;
		text-align: center;
		margin: 0 0 60px;
	}
	.hiondori .box03 p:last-of-type {
		margin: 0;
	}
}







/*box04*/
@media only screen and (max-width: 640px) {
	.hiondori .box04 {
		background: url(../images/box04.jpg) no-repeat center top;
		background-size: cover;
		height: 14.66666666666667vw;
	}
}
@media print, screen and (min-width: 641px) {
	.hiondori .box04 {
		background: url(../images/box04.jpg) no-repeat center top;
		background-size: cover;
		height: 282px;
	}
}


/*box05*/
@media only screen and (max-width: 640px) {
	.hiondori .box05 {
		background: url(../images/box05_sp.jpg) no-repeat center top;
		background-size: cover;
	}
	.hiondori .box05-inner {
		padding: 16vw 0 16vw;
	}
	.hiondori .box05 p {
		color: #fff;
		font-size: 16px;
		line-height: 1.875;
		text-align: center;
		margin: 0 0 7.2vw;
	}
	.hiondori .box05 p:last-of-type {
		margin: 0;
	}
}
@media print, screen and (min-width: 641px) {
	.hiondori .box05 {
		background: url(../images/box05_pc.jpg) no-repeat center top;
		background-size: cover;
		min-height: 716px;
	}
	.hiondori .box05-inner {
		width: 980px;
		margin: auto;
		padding: 142px 0 0;
	}
	.hiondori .box05 p {
		color: #fff;
		font-size: 26px;
		line-height: 50px;
		text-align: center;
		margin: 0 0 80px;
	}
	.hiondori .box05 p:last-of-type {
		margin: 0;
	}
}


/*box06*/
.hiondori .box06 {
	background: #a23725;
}
.hiondori .box06 p {
	text-align: center;
	margin: 0;
}
@media only screen and (max-width: 640px) {
	.hiondori .box06-inner {
		padding: 20px 0;
	}
	.hiondori .box06 p img {
		width: 42.66666666666667vw;
	}
}
@media print, screen and (min-width: 641px) {
	.hiondori .box06-inner {
		width: 980px;
		margin: auto;
		padding: 40px 0;
	}
}




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




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

		youtube設定

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


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



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

		カラー設定

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

.hiondori .cl-red {
	color: #e50012;
}
.hiondori .cl-light-blue {
	color: #008bda;
}
.hiondori .cl-green {
	color: #0c980a;
}
.hiondori .cl-pink {
	color: #e73665;
}
.hiondori .cl-purple {
	color: #865cdc;
}
