@charset "utf-8";
/* CSS Document */
#mdOverlay{
	top:0;
	left:0;
	width:100%;
	position:fixed;
	z-index:910;
	/*background-image: url("../img/bg.jpg");*/
	display:none;
	background-color: #000;
}
#mdWindow{
	width:1000px;
	height:400px;
	margin-top:-200px;
	margin-left:-500px;
	top:50%;
	left:50%;
	position:fixed;
	/*background-color:#fff;*/
	z-index:920;
	display:none;

}

#mdWindow > .mdClose{
	/*top:-15px;
	right:-15px;*/
	top:0;
	right: 0;
	width:4em;
	height: 4em;
	position:absolute;
	z-index:99;
	cursor:pointer;
	background-image: url("../img/controls_close.png");
	background-size: contain;
	background-repeat: no-repeat;
	
	/*width:auto;*/
	/*padding:0.5em 1em 0.7em;
	
	color:#fff;
	font-size:1em;
	background:#005f85;
	text-align:center;
	border-radius:6px;
	position:absolute;
	z-index:99;
	cursor:pointer;
	box-shadow:inset 0 0 0 0.2em #fff; 
	border: #005f85 0.2em solid;*/
	text-indent: -9999px;
	transition: all 0.2s 0s ease-out;
	transform: scale(1);
	opacity: 1;
}
#mdWindow > .mdClose:hover{/*background-position:bottom;*/ transform: scale(0.8); opacity: 1;}
#mdWindow > .mdClose span{
	/*border-bottom: #fff 2px solid;*/
	
}
#mdWindow > .mdClose:hover{
	/*background-color: #ff7779;
	border-color: #ff7779;*/
}
/*--------------------------------------------------------*/
.innerBt{
	position: absolute;
	top:50%;
	width:3em;
	height:2em;
	line-height:2em;
	color:#000;
	font-size:1.5em;
	background:#ffbdbe;
	text-align:center;
	border-top-left-radius:6px;
	border-top-right-radius:6px;
	z-index:99;
	cursor:pointer;
	
}
.innerBt{
	text-decoration: none;
	color: #fff;
}
#prev.innerBt{
		left:0;
		transform: rotateZ( -90deg ) ;

}
#next.innerBt{
	right:0;
	transform: rotateZ( 90deg ) ;
}

.contBox{
	display:none;
}

#contWrap{
	margin:0 auto;
	padding:1%;
	width:100%;
	box-sizing:border-box;
	/*overflow-y:auto;*/
	overflow: hidden;
	position: relative;
		/*display: grid;
	align-items: center;*/
	
}
/*テスト用中身*/
#contWrap .txtBox{
	width: 100%;
	/*position: absolute;*/
	position: relative;
	color: #111;
}
/*-----------------------------------------------
カウントダウン
-------------------------------------------------*/
.countBox{
	position: absolute;
	top:4em;
	left:0;
	width: 100%;
	bottom:0;
	overflow-y:auto;

	display: grid;
	align-items: center;
}
.countBox .itemArea{
	background-color: #000;
	border: var(--green) 1px solid;
	background-image: url("../special/img/count/bg.jpg");
	padding: 0;
	background-repeat: no-repeat;
	background-size: cover;

}
.countTxt{
	background-color: var(--green);
	padding: 0.5em;
	text-align: center;
	font-weight: bold;
	color: #000;
	margin-bottom: 2em;
}
.countTxtImg{
	width: 50%;
	
}
.itemArea .countTxtImg{
	width: 100%;
	display: block;
}
.imgBox,.btArea{
		width: 50%;
	display: inline-block;
	vertical-align: middle;

}
.countBtWrap{
	width: 50%;
	vertical-align: middle;
	display: inline-block;
	padding: 1em 1em 0.5em;
	text-align: center;
	max-width: calc(700px + 5em);
	margin: 0 auto;
}
.countBtBox{
	width: calc(calc(100% / 3) - 1em);
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	position: relative;
	margin: 0.5em;
	transition: opacity 200ms 0s ease;
}

.countBtBox:hover{
	opacity: 0.7;
}
.countBtBox:before{
	content: "";
	display: block;
	position: absolute;
	top:0;
	left: 0;
	bottom: 0;
	width: 100%;
	background-image: url("../special/img/count/ch_bt_on.png");
	background-repeat: no-repeat;
	background-size: cover;
}
.countBtBox.selected:before{

	background-image: url("../special/img/count/ch_bt_off.png");
}
.normalBox .playBT{
	width: calc(100% - 2em);
	letter-spacing: 0.2em;
	display:block;
	padding: 1em;
	background-color:#000;
	border: var(--green) 2px solid;
	color: #fff;
	margin: 0.5em auto 0;
	cursor: pointer;
	border-radius: 6px;
	text-align: center;
}
.normalBox .playBT:hover,.normalBox .playBT.selected{
	background-color:  var(--green);

}
@media screen and (orientation: portrait) {

}
@media (max-width:1366px) {
#mdWindow{
	width:80%;
	margin-left:-40%;
}

}
@media (max-width: 960px) {
#mdWindow{
	width:100%;
	margin-left:-50%;
}
}
@media (max-width: 786px) {
.countTxtImg,.itemArea .countTxtImg{
	width: 70%;
	
}
.imgBox,.btArea{
		width: 100%;
	display: block;
	vertical-align: middle;
	padding-top: 2em;

}
	.btArea{
		padding-bottom: 2em;
	}
.countBtWrap{
	width: 100%;

	display:block;

}

}
@media (max-width: 480px) {

.countBtBox{
	width: calc(calc(100% / 3) - 1em);

}
.countTxtImg,.itemArea .countTxtImg{
	width: 80%;
	
}

}
