@charset "utf-8";

/*
	/special/nkc_summerfes/css/style.css
	-----------------------------------
	v1.0
	Last Updated: 2017-04-24
	Copyright: CBC TELEVISION CO.,LTD. All rights Reserved.
	-----------------------------------
	[Updated]
	v1.0		2017-04-24
	-----------------------------------
	
基本設定
ソーシャルボタン
ヘッダー
フッター

コンテンツ
	キャッチ
	イベント
		キッズコレクション
		サマーフェスティバル



*/



/* **********************************************************************************************************************************************
        
		基本設定
		
********************************************************************************************************************************************** */
html {
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', Verdana, sans-serif;
	background:#fff;
}
body {
	background:#fff;
}

/*デフォルトリンクカラー*/
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;
}
@media (max-width: 640px) {
}

@media (min-width: 641px) {
	body {
		min-width: 980px;
	}

}

/* ------------------------------------------------------------------------------------------

	非表示設定

------------------------------------------------------------------------------------------ */
@media (max-width: 640px) {
	.hide-sp {
	display: none !important;
	}
}

@media (min-width: 641px) {
	.hide-pc {
	display: none !important;
	}
}
@media (max-width: 640px) {
	#global-nav {
		display: none;
	}
}

/* **********************************************************************************************************************************************
        
		 ソーシャルボタン
		
********************************************************************************************************************************************** */

#sns-block {
	width: 100%;
	padding-bottom: 14px;
	/*background: #fff;*/
	background: #fc3439;
}
.sns {
	width: 96%;
	padding-top: .75em;
	margin: 0 auto;
	text-align: center;
}
.ttl-sns {
	display: inline-block;
	vertical-align: top;
	margin-right: 1em;
	/*color: #aaa;*/
	color: #fff;
	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;
}

@media screen and (min-width: 40em) {
	.sns {
		width: 980px;
	}
	.sns-list li img {
		width: 26px;
	}
}
@media screen and (min-width: 64em) {
}



/* **********************************************************************************************************************************************
        
		 プレゼント
		
********************************************************************************************************************************************** */
@media (max-width: 640px) {
	.present {
		width: 100%;
	}
	.present p {
		background: url(../images/sp/present.jpg) no-repeat 0 0;
		-moz-background-size:100% auto;
		background-size: contain;
		padding-bottom: 82.5%;
	}
	
}

@media (min-width: 641px) {
	.present_box {
		background: url(../images/pc/bg.jpg) repeat 0 0;
	}
	.present {
		background: url(../images/pc/present.jpg) no-repeat 0 0;
		width: 980px;
		height: 407px;
		margin: 0 auto;
	}
	
}
.present p {
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	list-style-type: none;
	height: 0;
	overflow: hidden;
}



/* **********************************************************************************************************************************************
        
		 ヘッダー
		
********************************************************************************************************************************************** */
@media (max-width: 640px) {
	.nkc_summerfes .header {
		background: url(../images/sp/header.jpg) no-repeat 0 0;
		-moz-background-size:100% auto;
		background-size:100% auto;
		height: 0;
		padding-top: 143.125%;
	}
}

@media (min-width: 641px) {
	.nkc_summerfes .header {
		background: url(../images/pc/header.jpg) no-repeat center 0;
		width: 100%;
		height: 713px;
	}
	.nkc_summerfes .header-inner {
		background: url(../images/pc/header.jpg) no-repeat center 0;
		width: 980px;
		height: 713px;
		margin: auto;
	}
}
.nkc_summerfes .header h1,
.nkc_summerfes .header p {
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	list-style-type: none;
	height: 0;
	overflow: hidden;
}

/* **********************************************************************************************************************************************
        
		フッター
		
********************************************************************************************************************************************** */
@media (max-width: 640px) {

	.nkc_summerfes .footer {
		background: #fc3439;
		padding:45px 10px 80px;
		position: relative;
		top: 0;
		left: 0;
	}
	
	.nkc_summerfes .footer-inner p {
		font-size: 12px;
		line-height:1.5;
		text-align: center;
	}
	.nkc_summerfes .footer-inner p a,
	.nkc_summerfes .footer-inner p a:link {
		color: #fff;
		text-decoration: none;
	}
	.nkc_summerfes .footer-inner p a:visited {
		color: #fff;
	}
	.nkc_summerfes .footer-inner p a:active,
	.nkc_summerfes .footer-inner p a:hover {
		color: #fff;
		text-decoration: underline;
	}
	.nkc_summerfes .footer-inner p a:focus {
		color: #fff;
	}
	
	/*ページアップ*/
	.nkc_summerfes .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;
		width: 67px;
		height:67px;
		position: fixed;
		right: 10px;
		bottom: 10px;
	}
}
@media (min-width: 641px) {
	.nkc_summerfes .footer {
		background: #fc3439;
	}
	.nkc_summerfes .footer-inner {
		width:980px;
		height:132px;
		margin:auto;
	}
	.nkc_summerfes .footer-inner p {
		font-size: 12px;
		line-height:132px;
		text-align: center;
	}
	.nkc_summerfes .footer-inner p a, .footer-inner p a:link {
		color: #fff;
		text-decoration: none;
	}
	.nkc_summerfes .footer-inner p a:visited {
		color: #fff;
	}
	.nkc_summerfes .footer-inner p a:active,
	.nkc_summerfes .footer-inner p a:hover {
		color: #fff;
		text-decoration: underline;
	}
	.nkc_summerfes .footer-inner p a:focus {
		color: #fff;
	}
	
	/*ページアップ*/
	.nkc_summerfes .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;
		width: 72px;
		height: 72px;
		position: fixed;
		right: 20px;
		bottom: 60px;
	}
	.nkc_summerfes .pageup a:hover {
		opacity: 0.7;
	}
}


/* **********************************************************************************************************************************************
        
		 コンテンツ
		
********************************************************************************************************************************************** */
@media (max-width: 640px) {
	.nkc_summerfes #content {
		padding: 0 10px;
	}
}
@media (min-width: 641px) {
	.nkc_summerfes #content {
		width: 980px;
		margin: auto;
		padding: 0 0 70px;
	}
	.nkc_summerfes #content-inner {
	}
}

/************************************************************ 
	
	キャッチ
	 
************************************************************/

@media (max-width: 640px) {
	.nkc_summerfes #catch {
		padding: 10px 0 0;
	}
	.nkc_summerfes #catch p {
		font-size: 14px;
		line-height: 1.5;
		margin: 0 0 14px;
	}
	.nkc_summerfes #catch p.catch-text01 {
		font-size: 16px;
		font-weight: bold;
	}
}
@media (min-width: 641px) {
	.nkc_summerfes #catch {
		background: url('../images/pc/catch-bg.png') no-repeat 0 0;
		width: 980px;
		height: 417px;
	}
	.nkc_summerfes #catch p {
		font-size: 14px;
		line-height: 24px;
		padding: 0 82px;
	}
	.nkc_summerfes #catch p.catch-text01 {
		font-size: 22px;
		font-weight: bold;
		text-align: center;
		line-height: 34px;
		padding: 38px 82px 0;
		margin: 0 0 20px;
	}
}
.nkc_summerfes #catch p.catch-text01 .pink {
	color: #fe2b62;
}
.nkc_summerfes #catch p.catch-text01 .green {
	color: #6cb61c;
}
.nkc_summerfes #catch p.catch-text01 .blue {
	color: #337ac5;
}

/************************************************************ 
	
	イベント
	 
************************************************************/

@media (max-width: 640px) {
}
@media (min-width: 641px) {
	.nkc_summerfes #event-wrap {
		background: url('../images/pc/event-wrap-bg.png') repeat-y 0 0;
	}
	.nkc_summerfes #event-wrap:after {
		content: "";
		display: block;
		clear: both;
	}
}

/************************************************************ 
	
	キッズコレクション
	 
************************************************************/

@media (max-width: 640px) {
	.nkc_summerfes #kids-box {
		background: #fef2f2;
		padding: 0 0 14px;
		margin: 0 0 14px;
	}
	.nkc_summerfes #kids-box-title img {
		max-width: 100%;
		height: auto;
		vertical-align: bottom;
	}
	.nkc_summerfes #kids-box-inner {
		padding: 20px 10px 0px;
	}
	.nkc_summerfes #kids-box-inner p {
		font-size: 14px;
		line-height: 1.5;
		margin: 0 0 21px;
	}
	.nkc_summerfes #kids-box-inner #kids-box-closed {
		background: #f0005a;
		color: #fff;
		font-size: 16px;
		font-weight: bold;
		text-align: center;
		margin: 0 0 21px;
		padding: 8px 0 5px;
	}
	.nkc_summerfes #kids-box-inner #kids-box-date {
		color: #f0005a;
		font-size: 16px;
		font-weight: bold;
		margin: 0;
	}
	.nkc_summerfes #kids-box-title2 {
		color: #f0005a;
	}
	.nkc_summerfes #kids-box-title2 strong {
		color: #f0005a;
	}
	.nkc_summerfes #kids-box ul {
		margin: 20px 0 0;
		padding: 0 20px;
	}
	.nkc_summerfes #kids-box li {
	}
	.nkc_summerfes #kids-box li a {
		display: block;
		background: url('../images/sp/kids-box-btn.png') no-repeat 0 0;
		-moz-background-size:100% auto;
		background-size:100% auto;
		font-size: 0px;
		line-height: 0px;
		text-indent: -9999px;
		height: 0;
		padding-top: 23.07692307692308%;
	}
}
@media (min-width: 641px) {
	.nkc_summerfes #kids-box {
		float: left;
		width: 470px;
		padding: 0 0 43px;
	}
	.nkc_summerfes #kids-box-title img {
		max-width: 100%;
		height: auto;
		vertical-align: bottom;
	}
	.nkc_summerfes #kids-box-inner {
		padding: 25px 43px 0px;
	}
	.nkc_summerfes #kids-box-inner p {
		font-size: 14px;
		line-height: 24px;
		margin: 0 0 20px;
	}
	.nkc_summerfes #kids-box-inner #kids-box-closed {
		background: #f0005a;
		color: #fff;
		font-size: 18px;
		font-weight: bold;
		text-align: center;
		margin: 0 0 20px;
		padding: 10px 0 6px;
	}
	.nkc_summerfes #kids-box-inner #kids-box-date {
		color: #f0005a;
		font-size: 18px;
		font-weight: bold;
		margin: 0;
	}
	.nkc_summerfes #kids-box-title2 {
		color: #f0005a;
	}
	.nkc_summerfes #kids-box-title2 strong {
		color: #f0005a;
	}
	.nkc_summerfes #kids-box ul {
		margin: 25px 0 0;
	}
	.nkc_summerfes #kids-box li {
		background: url('../images/pc/kids-box-btn.png') no-repeat 0 -140px;
		font-size: 0px;
		line-height: 0px;
		text-indent: -9999px;
		width: 300px;
		height: 70px;
		margin: auto;
	}
	.nkc_summerfes #kids-box li a {
		display: block;
		background: url('../images/pc/kids-box-btn.png') no-repeat 0 0;
		text-decoration: none;
		width: 300px;
		height: 70px;
	}
	.nkc_summerfes #kids-box li a:hover {
		background: url('../images/pc/kids-box-btn.png') no-repeat 0 -70px;
	}
}


/************************************************************ 
	
	サマーフェスティバル
	 
************************************************************/

@media (max-width: 640px) {
	.nkc_summerfes #summer-box {
		background: #ebf8ff;
		padding: 0 0 14px;
		margin: 0 0 14px;
	}
	.nkc_summerfes #summer-box-title img {
		max-width: 100%;
		height: auto;
		vertical-align: bottom;
	}
	.nkc_summerfes #summer-box-inner {
		padding: 20px 10px 0px;
	}
	.nkc_summerfes #summer-box-inner p {
		font-size: 14px;
		line-height: 1.5;
		margin: 0 0 21px;
	}
	.nkc_summerfes #summer-box-inner #summer-box-closed {
		background: #1068c6;
		color: #fff;
		font-size: 16px;
		font-weight: bold;
		text-align: center;
		margin: 0 0 21px;
		padding: 8px 0 5px;
	}
	.nkc_summerfes #summer-box-inner #summer-box-date {
		color: #1068c6;
		font-size: 16px;
		font-weight: bold;
		margin: 0;
	}
	.nkc_summerfes #summer-box-title2 {
		color: #1068c6;
	}
	.nkc_summerfes #summer-box-title2 strong {
		color: #1068c6;
	}
	.nkc_summerfes #summer-box ul {
		margin: 20px 0 0;
		padding: 0 20px;
	}
	/*押せないボタン
	.nkc_summerfes #summer-box li {
		background: url('../images/sp/summer-box-btn.png') no-repeat 0 0;
		-moz-background-size:100% auto;
		background-size:100% auto;
		font-size: 0px;
		line-height: 0px;
		text-indent: -9999px;
		height: 0;
		padding-top: 23.07692307692308%;
		opacity: 0.2;
	}*/
	.nkc_summerfes #summer-box li {
	}
	.nkc_summerfes #summer-box li {
		display: block;
		background: url('../images/sp/summer-box-btn.png') no-repeat 0 0;
		-moz-background-size:100% auto;
		background-size:100% auto;
		font-size: 0px;
		line-height: 0px;
		text-indent: -9999px;
		height: 0;
		padding-top: 23.07692307692308%;
		-webkit-filter:grayscale(100%);
		-moz-filter:grayscale(100%);
		-ms-filter:grayscale(100%);
		filter:grayscale(100%);
		filter:alpha(opacity=50);
		-moz-opacity: 0.5;
		opacity: 0.5;
	}
	.nkc_summerfes #summer-box-techkidscamp,
	.nkc_summerfes #summer-box-hitokuchinochikara {
		text-align: center;
		margin: 20px auto 0;
	}
	.nkc_summerfes #summer-box-techkidscamp img,
	.nkc_summerfes #summer-box-hitokuchinochikara img {
		max-width: calc(100% - 40px);
	}
}
@media (min-width: 641px) {
	.nkc_summerfes #summer-box {
		float: right;
		width: 470px;
		padding: 0 0 43px;
	}
	.nkc_summerfes #summer-box-title img {
		max-width: 100%;
		height: auto;
		vertical-align: bottom;
	}
	.nkc_summerfes #summer-box-inner {
		padding: 25px 43px 0px;
	}
	.nkc_summerfes #summer-box-inner p {
		font-size: 14px;
		line-height: 24px;
		margin: 0 0 20px;
	}
	.nkc_summerfes #summer-box-inner #summer-box-closed {
		background: #1068c6;
		color: #fff;
		font-size: 18px;
		font-weight: bold;
		text-align: center;
		margin: 0 0 20px;
		padding: 10px 0 6px;
	}
	.nkc_summerfes #summer-box-inner #summer-box-date {
		color: #1068c6;
		font-size: 18px;
		font-weight: bold;
		margin: 0;
	}
	.nkc_summerfes #summer-box-title2 {
		color: #1068c6;
	}
	.nkc_summerfes #summer-box-title2 strong {
		color: #1068c6;
	}
	.nkc_summerfes #summer-box ul {
		margin: 25px 0 0;
	}
	.nkc_summerfes #summer-box li {
		background: url('../images/pc/summer-box-btn.png') no-repeat 0 -140px;
		font-size: 0px;
		line-height: 0px;
		text-indent: -9999px;
		width: 300px;
		height: 70px;
		margin: auto;
	}
	.nkc_summerfes #summer-box li {
		display: block;
		background: url('../images/pc/summer-box-btn.png') no-repeat 0 0;
		text-decoration: none;
		width: 300px;
		height: 70px;
		-webkit-filter:grayscale(100%);
		-moz-filter:grayscale(100%);
		-ms-filter:grayscale(100%);
		filter:grayscale(100%);
		filter:alpha(opacity=50);
		-moz-opacity: 0.5;
		opacity: 0.5;
	}
	/* .nkc_summerfes #summer-box li a:hover {
		background: url('../images/pc/summer-box-btn.png') no-repeat 0 -70px;
	} */
	.nkc_summerfes #summer-box-techkidscamp,
	.nkc_summerfes #summer-box-hitokuchinochikara {
		text-align: center;
		margin: 30px auto 0;
	}
	.nkc_summerfes #summer-box-techkidscamp img,
	.nkc_summerfes #summer-box-hitokuchinochikara img {
		max-width: 384px;
	}
}


/************************************************************ 
	
	受付終了ボックス
	 
************************************************************/

@media (max-width: 640px) {
	.uketsuke_box {
		width:86%;
		font-size:15px;
		margin:8px auto 0px;
		color:red;
		font-weight:bold;
		text-align:left;
	}
}
@media (min-width: 641px) {
	.uketsuke_box {
		font-size:19px;
		width:384px;
		margin:8px auto 0px;
		color:red;
		font-weight:bold;
		text-align:left;
	}
}





/************************************************************ 
	
	スタイル
	 
************************************************************/

@media (max-width: 640px) {
	/*スマホ*/
}
@media (min-width: 641px) {
	/*PC*/
}
