html {
 overflow-x: hidden;
}


#pd_original_top,#pd_gotochi_top,#pd_character_top{
	border-top: 180px solid #ffd757;
	border-bottom: 120px solid #ffd757;
	
}

#pd_original_top .title_area,
#pd_gotochi_top .title_area,
#pd_character_top .title_area{
	margin: auto;
	margin-top:20px;
	margin-bottom: 20px;
	text-align: center;

}

#all_lineup{
	background-image: url(./renewal/common/images/bg_1.png);
	background-color: #ebeae3;
    background-size: cover;
}

.lineup{
	border-bottom: solid 1px;
	width: 960px;
	text-align: left;
	margin-top:20px;
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: bold;
}



.lineup p{
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	
}


.lineup span{
	color: #ff7a00;
}


#pd_gotochi_top .property_icons{
	width:280px;
}

#pd_gotochi_top .property_icons_pic img{
	width: 280px;
	height: auto
}


.property_icons{

	vertical-align: top;
	width:190px;
	height: auto;
	padding: 10px;
	background-color: #fff;
	margin: 10px;
	box-shadow: 4px 4px 8px rgba(0,0,0,0.2);
}


.property_icons_box::before{
  content:"";
  display: block;
	width:190px;
	height: auto;
	padding: 10px;	
	margin: 10px;
	order:1;
}

.property_icons_box::after{
  content:"";
  display: block;
  width:190px;
	height: auto;
	padding: 10px;	
	margin: 10px;
}

#pd_gotochi_top .property_icons_box::after{
  width:280px;
}


.property_icons_pic img{
	width: 190px;
	height: 268px
}

.property_icons_box{
	display:flex;
	flex-wrap: wrap;	
	max-width: 960px;
	justify-content: space-between;
	margin-bottom: 80px
}


#pd_gotochi_top  .property_icons_text{
	width: 280px;
	text-align: center;
	padding-top: 10px;
}

.property_icons_text{
	width: 190px;
	text-align: center;
	padding-top: 10px;
}


#items_character,#items_character_old,#items_character_pickup{
	margin: auto;
	max-width: 990px;
	padding: 60px 15px;
	text-align: center;
}






@media screen and (max-width: 896px) {
	
    
}


@media screen and (max-width: 480px) {
	

	
#all_lineup{
	padding-bottom: 80px;
	}
	
#pd_original_top,#pd_gotochi_top,#pd_character_top {
    border-top: 100px solid #ffd757;
    border-bottom: 120px solid #ffd757;
}	

	
#items_character{
	display: inline-block;
    padding: 30px 15px;
	margin: auto;
	margin-bottom: 40px;
}	
	
	
#pd_gotochi_top #items_character{
	display:block;

}	
	
#pd_original_top .title_area p ,#pd_gotochi_top .title_area p{
	padding: 15px;
	font-size: 24px;
}	
	


	
#pd_original_top .title_area p span,
#pd_gotochi_top .title_area p span{
    font-size: 14px;
    vertical-align: middle;
    padding-left: 0px;
	border: none;
    position: relative;
    top: -2px;
	display: block;
}	

	
.lineup {
    width: auto;
    margin-bottom: 40px;
    font-size: 20px;

}	
	
.lineup p{
    font-size: 16px;
}		

	
#pd_gotochi_top .property_icons{
	width:90%;
	margin: 0px auto 20px auto
}
	
#pd_gotochi_top .property_icons_pic img{
	width:95%;
	height: auto
}	
	
#pd_gotochi_top .property_icons_text{
	width:95%;
	margin: auto;
	margin-bottom: 10px
}	
	
.property_icons{

	vertical-align: top;
	width:42%;
	height: auto;
	padding: 6px;
	margin: 4px
}	

.property_icons_pic img{
	width:100%;
	height: auto
}

.property_icons_text{
	width:100%;
	padding-top: 5px;
	font-size: 14px;
}	


.property_icons_box{
	margin-bottom: -40px
}
	
	
    
}



