@charset "utf-8";

/* SP （画面480px以下）
=================================================*/
.sp_top{
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
	display: block;
}
.sp_bnr{
	width: 80%;
	height: auto;
	padding: 0;
	margin: 0 auto 15px auto;
	display: block;
}

.sp_bnr img{
	width: 100%;
	height: auto;
}
.pc_top{
		display: none;
	}

.home_pc_bottom{
		width: 100%;
		background-image: url(../home/home_bg_02.jpg);
		background-repeat: no-repeat;
		background-position: top center;
		margin: -10px 0 0 0;
		padding: 15px 0 0 0;
	}

.catchphrase{
	width: auto;
	margin: 10px auto;
	text-align: center;
}
.catchphrase img{
		width: 100%;
		height: auto;
		
	}


h2.home{
	display: block;
	background: url(../img/h2_bar_brown.png) no-repeat top center;
	height: 70px;
	width: 100%;
	}

h2.home img{
	display: none;
}

h2.home span{
	display: block;
	color:#FFF;
	font-weight: bold;
	line-height: 1em;
	text-align: center;
	padding: 0;
	margin: 0 auto;
	font-size: 4vw;/*フォントの横幅自動調節*/
}



.home_txt_box{
		width: 95%;
		margin: 0 auto;
		padding: 0 0 30px 0;
	}
	.home_txt_box .left,
	.home_txt_box .right{
		width: 100%;
		float: none;
		margin: 0 auto;
	}
	
	.home_txt_box img{
		width: 100%;
		height: auto;
	}
	
	.home_txt_box p{
		font-size: 100%;
		line-height: 160%;
		padding: 0 0 1em 0;
	}


.M_B20{
	margin-bottom: 20px;
}

.home_txt_box table{
	border: none;
	width: auto;
	text-align: center;
	font-size: 80%;
	margin: 0 auto;
	padding: 0;
}
.home_txt_box th{
	border: none;
	
}
.home_txt_box td{
	border: none;
}

.home_txt_box td.td_right{
	text-align: right;
}
.home_txt_box td.td_right,
.home_txt_box td.td_left{
	width: auto !important;
	margin: 0;
	padding: 2px;
}

.home_txt_box td.td_left{
	text-align: left;
}

.center{
	text-align: center !important;
}

.limitededition ul{
	padding: 0;
	margin: 0;
}
.limitededition li{
	font-size: 90% !important;
	list-style: square;
	padding: 0;
	margin-left: 1.5em;
	margin-bottom: 1.1em;
	line-height: 1.2em !important;
	
}

.limitededition li:before {
 display: marker;
 marker-offset: 10px;
} 

.news_box{
	width: 100%;
	margin: -30px 0 50px;
	position: relative;
}
.news_box .top{
	background-image: url(../home/h2_bar_news_01.png);
	background-position: center top;
	background-repeat: none;
	height: 20px;
	
}
.news_box .middle{
	background-image: url(../home/h2_bar_news_02.png);
	background-position: center top;
	background-repeat: repeat-y;
	padding: 0 20px;
}
.news_box .bottom{
	background-image: url(../home/h2_bar_news_03.png);
	background-position: center top;
	background-repeat: none;
	height: 20px;
}
.news_box dl{
	margin: 0;
	padding: 5px 0 10px;
	border-bottom: #c1b7b1 solid 1px;
	clear: both;
}
.news_box dt{
	float: none;
	clear : both;
	width: 6.2em;
	height: auto;
	display: block;
	max-width:6.2em;
	line-height: 110%;/* IE11対策 */
}
.news_box dd{
	margin-left : 0;
	width: auto;
	background-image: url(../home/h2_bar_news_icon.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 0 0 0 20px;
	line-height: 110%;/* IE11対策 */

}

.news_box label {
	cursor: pointer;
	text-align: center;
	position: absolute;
	bottom: 0;
	width: 100%;
}

.news_box label:after {
	content: url(../home/btn_news_open.png);
	position: absolute;
	bottom: -20px;/* Openボタンの位置 */
	right: 20px;/* Openボタンの位置 */
	width: 140px;
	height: 50px;

}
.news_box label:before {

}
.news_box input {
	display: none;
}
.news_box .middle {
	overflow: hidden;
	height: 100px; /* デフォルトのボックスの高さ */
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.news_box input:checked + label {
}
.news_box input:checked + label:after {
	content: url(../home/btn_news_close.png);
}
.news_box input:checked + label:before {
}
.news_box input:checked ~ .middle {
    height: auto;
	padding-bottom: 10px;/* Closeボタンの位置 */
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}


/* Tablet （画面481px以上1023以下）
=================================================*/
@media screen and (min-width:481px) {
	.pc_top{
		display: none;
	}
	
	
	
	.home_txt_box p{
		font-size: 120%;
		line-height: 160%;
		padding: 0 0 1em 0;
	}
	
}



/* PC 画面サイズ1024px以上
=================================================*/
@media screen and (min-width: 1024px) { 
	body.home {
	background-image: url(../home/home_bg_01.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	font-size: calc(120%);
	background-attachment:scroll;
 }
	
	.pc_top{
		display: block;
		height: 778px;
		position: relative;
	}
	
	.pc_logo{
		width: 400px;
		height: auto;
		position: absolute;
		top:100px;
		left:8px;
	}
	
	.pc_releasedate{
		width: 500px;
		height: auto;
		position: absolute;
		top:680px;
		left:10px;
		
	}
	
	.pc_bnr_tw{
		width: 200px;
		height: auto;
		position: absolute;
		top:3px;
		left:0px;
		text-indent: -9999px;
		
	}
	
	.pc_bnr_tw a{
		display: block;
		background-image: url(../home/btn_tw.png);
		background-position: 0 0;
		width: 200px;
		height: 80px;
	}
	
	.pc_bnr_tw a:hover{
		background-position: 0px 80px;
	}
	
	
	
	.pc_bnr_shop{
		width: 330px;
		height: auto;
		position: absolute;
		top:600px;
		right:0px;
		
	}
	
	.catchphrase img{
		width: 700px;
		height: auto;
		
	}
	
	.sp_top,
	.sp_bnr{
		display: none;
	}
	
	h2.home{
		margin: 0 0 15px 0 !important;
		padding: 0 !important;
	}
	
	h2.home img{
	display: block;
		
	}

	h2.home span{
	display: none;
	}
	
	
	
	.home_pc_bottom{
		width: 100%;
		background-image: url(../home/home_bg_02.jpg);
		background-repeat: no-repeat;
		background-position: top center;
	}
	
	.main_pc_bottom{
		width: 1000px;
		margin: 0 auto;
		padding: 0;
	}
	
	
	
	.home_txt_box{
		width: 940px;
		margin: 0 auto 30px;
	}
	.home_txt_box .left{
		width: 460px;
		float: left;
		margin: 0 10px 0 0;
	}
	.home_txt_box .right{
		width: 460px;
		float: right;
		margin: 0 0 0 10px;
	}
	
	.home_txt_box p{
		font-size: 19px;
		line-height: 160%;
		padding: 0 0 1em 0;
	}
	.home_txt_box ul li{
		font-size: 19px;
		line-height: 160%;
		padding: 0;
	}
	.home_txt_box table{
	font-size: 100%;
		
}
	.home_txt_box td.td_right,
	.home_txt_box td.td_left{
	width: auto !important;
	margin: 0;
	padding: 5px;
}
	
	.limitededition li{
	font-size: 16px !important;
	
}
	.news_box dt{
		float: left;
		font-size: 16px;

}
	.news_box dd{
		margin :0 0 0 6.2em;
		font-size: 16px;


}
	
}