@charset "shift_jis";
/*_____________________________________________________________________________*/
#mycontainer,#mycontainer *{
	font-size:14px;
	line-height:1.0;
	letter-spacing: 0.00rem;
	box-sizing:border-box;
}
@media screen and (max-width:767px){
	#mycontainer,#mycontainer *{
		font-size:12px;
		line-height:1.0;
		letter-spacing: 0.00rem;
		word-break:break-all;
	}
}
#mycontainer *{
	font-size:inherit;
	line-height:inherit;
	box-sizing:inherit;
}
#mycontainer h2,#mycontainer h3,#mycontainer h4,#mycontainer h5,#mycontainer h6{
	font-weight:normal;
}
#mycontainer .px0{
	font-size:0;
	line-height:0;
}
#mycontainer img{
	max-width:auto;
	max-width:initial;
}
/* 企画だと固定な場合が多いもの */
/*_____________________________________________________________________________*/
#mycontainer .feature_fos_top_btn{
	margin:0;
	padding:0;
	width:100%;
	margin-bottom:10%; /* 1206で120相当 */
}
#mycontainer .feature_fos_top_btn a{
	width:500px;
	display:block;
	margin:0 auto;
	text-align:center;
	text-decoration:none;
	border:0px solid #e5e5e5;
	position:relative;
	font-size:20px;
	line-height:4em;
	background-color:#000000;
	color:#FFFFFF;
}
@media screen and (min-width:768px){
	#mycontainer #double_btn .innerMainBodyOuter{
		padding-bottom:10%; /* 1206で120相当 */
	}
	#mycontainer .feature_fos_top_btn{
		margin:0;
		padding:0;
		width:100%;
		margin-bottom:0%; /* 1206で120相当 */
	}
}
@media screen and (max-width:767px){
	/* SP企画ではほぼmust */
	#mycontainer .feature_fos_top_btn{
		margin-bottom:0;
	}
	#mycontainer .feature_fos_top_btn a{
		width:100%;
		font-size:14px;
		line-height:53px;
	}
	#mycontainer .feature_fos_top_btn a:after{
		content:'';
		display:none;
		width:5px;
		height:5px;
		border-top:1px solid #222222;
		border-right:1px solid #222222;
		position:absolute;
		right:10px;
		top:calc(50% - (5px / 2));
		transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
	}
}
#mycontainer section{
	margin:0;padding:0;
}
@media screen and (min-width:768px) and (max-width:1108px){
}

@media screen and (max-width:767px){
}
/* ボタン */
#mycontainer .feature_fos_top_btn{
	margin-top:0%;
}

/* 3「一覧アイテム」*/
#special_contents_item_list .item_list_title div{
	text-align:left;
}
#special_contents_item_list .item_list_title div:first-child{
	font-size:22px;
	line-height:1.0;
	letter-spacing:0.00rem;
	margin-bottom:0px;
}
#special_contents_item_list .item_list_title div:last-child{
	font-size:10px;
	line-height:1.0;
	letter-spacing:0.02rem;
	margin-left:2px;
	margin-bottom:0px;
}
#special_contents_item_list .item_list_title.exist1 div:last-child{
	display:none;
}
#special_contents_item_list .item_list_title.exist2 div:first-child{
	display:none;
}
#special_contents_item_list .item_list_title.exist12 div:first-child{
	margin-bottom:16px;
}
#special_contents_item_list.notexist{
	display:none;
}
#special_contents_item_list .item_list_title.notexist{
	display:none;
}
@media screen and (min-width:768px){
	/* 3「一覧アイテム」*/
	#special_contents_item_list{
		margin-top:-50px;
		padding-bottom:100px;
	}
	#special_contents_item_list .item_list_title{
		padding-top:0px;
		padding-bottom:30px;
	}
	#special_contents_item_list #item_list_piece .newContLoopAtagLayout{
		width:calc((99.99% - (20px * 3)) / 4);
		float:left;
		margin-right:20px;
		margin-top  :20px;
		position:relative;
	}
	/* clear,margin-right */
	#special_contents_item_list #item_list_piece .newContLoopAtagLayout:nth-child(4n){
		float:right;
		margin-right:0px;
	}
	#special_contents_item_list #item_list_piece .newContLoopAtagLayout:nth-child(4n+1){
		clear:both;
	}
	/* margin-top */
	#special_contents_item_list #item_list_piece .newContLoopAtagLayout:nth-child(-n+4){
		margin-top  :0px;
	}
}
@media screen and (max-width:767px){
	/* 3「一覧アイテム」*/
	#special_contents_item_list{
		margin-top:60px;
		padding:0 20px;
		padding-bottom:60px;
	}
	#special_contents_item_list .item_list_title{
		padding-top:0px;
		padding-bottom:30px;
	}
	#special_contents_item_list .item_list_title div{
		text-align:center;
	}
	#special_contents_item_list .item_list_title div:first-child{
		font-size:20px;
	}
	#special_contents_item_list .item_list_title div:last-child{
		margin-left:0px;
	}
	#special_contents_item_list .item_list_title.exist12 div:first-child{
		margin-bottom:13px;
	}
	
	#special_contents_item_list #item_list_piece .newContLoopAtagLayout{
		width:calc((99.99% - (20px * 1)) / 2);
		float:left;
		margin-right:20px;
		margin-top  :20px;
		position:relative;
	}
	/* clear,margin-right */
	#special_contents_item_list #item_list_piece .newContLoopAtagLayout:nth-child(2n){
		float:right;
		margin-right:0px;
	}
	#special_contents_item_list #item_list_piece .newContLoopAtagLayout:nth-child(2n+1){
		clear:both;
	}
	/* margin-top */
	#special_contents_item_list #item_list_piece .newContLoopAtagLayout:nth-child(-n+2){
		margin-top  :0px;
	}
}
