@charset "UTF-8";
#contents {
	padding-top: 120px;
}
@media (max-width: 767px) {
	#contents {
		padding-top: 65px;
	}
}
/* --------------------------------
	Itemlist Top
-------------------------------- */
#itemlist_top h2 {
	background-color: #e60000;
	color: #FFFFFF;
	padding: 10px;
	text-align: center;
	margin: 0;
}
#itemlist_pickup h3 {
	text-align: center;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	color: #e60000;
	font-size: 2em;
	margin: 20px 0;
}
#itemlist_pickup ul li:last-child {
	margin-right: 0;
}
#itemlist_pickup ul li a {
	color: #111111;
}
@media (min-width: 768px) {
	#itemlist_pickup {
		padding: 0 16px;
		max-width: 1312px;
		margin: auto;
	}
	#itemlist_pickup ul {
		border-bottom: 1px solid #CCC;
		padding: 0 0 30px;
	}
	#itemlist_pickup ul li {
		text-align: center;
	}
}
@media (max-width: 767px) {
	#itemlist_pickup {
		padding: 0 20px 5px;
	}
	#itemlist_pickup h3 {
		font-size: 1.6em;
		margin: 15px 0;
	}
	#itemlist_pickup ul li {
		text-align: center;
		margin-bottom: 20px;
	}
}
/* --------------------------------
	Side Navi
-------------------------------- */
@media (min-width: 768px) {
	#side_left {
		width: 250px;
		padding-right: 0;
	}
	#category h3 {
		padding: 15px 10px;
		margin: 0;
		font-size: 1.2em;
	}
	#category h4 {
		margin: 0;
	}
	#category ul {
		padding: 0 20px;
	}
	#category ul.faceseal {
		border-right: 1px solid #e60000;
		border-left: 1px solid #e60000;
		border-bottom: 1px solid #e60000;
		box-sizing: border-box;
		margin: 0 0 30px;
	}
	#category ul.cheer {
		border-right: 1px solid #000000;
		border-left: 1px solid #000000;
		border-bottom: 1px solid #000000;
		box-sizing: border-box;
	}
	#category ul li {
		border-bottom: 1px solid #CCCCCC;
	}
	#category ul li.borderNone, #category ul li:last-child {
		border-bottom: none;
	}
	#category ul li.tokyo2020Title {
		color: #FFFFFF;
		white-space: normal;
		height: auto;
		line-height: 150%;
		padding: 10px 0px;
		text-align: center;
		font-size: 0.8em;
		background-color: #002063;
		margin: 0 -20px;
		font-weight: bold;
	}
	#category ul li.sanrioTitle {
		color: #FFFFFF;
		white-space: normal;
		height: auto;
		line-height: 150%;
		padding: 10px 0px;
		text-align: center;
		font-size: 0.8em;
		background-color: #fa0000;
		margin: 0 -20px;
		font-weight: bold;
	}
	#category ul a {
		color: #111111;
		white-space: normal;
		height: auto;
		line-height: 150%;
		padding: 15px 0px;
		text-align: center;
		font-size: 0.8em;
	}
	#category ul a:hover {
		background-color: #FFFFFF;
		color: #777777;
	}
	#category ul li.getting-ready {
		padding: 15px 0px;
		margin: 0;
		text-align: center;
		font-size: 0.9em;
		border-bottom: none;
	}
}
@media (max-width: 767px) {
	#category h3 {
		border-top: 2px solid #e60000;
		padding: 10px 10px;
		margin: 0;
		color: #e60000;
		font-size: 1.2em;
		text-align: center;
	}
	#category h4 {
		margin: 0;
	}
	#category ul.category-nav {
		margin: 0 0 30px;
		padding: 0 20px;
	}
	#category ul.faceseal {
		border-right: 1px solid #e60000;
		border-left: 1px solid #e60000;
		border-bottom: 1px solid #e60000;
		box-sizing: border-box;
	}
	#category ul.cheer {
		border-right: 1px solid #000000;
		border-left: 1px solid #000000;
		border-bottom: 1px solid #000000;
		box-sizing: border-box;
	}
	#category ul.category-nav li {
		border-bottom: 1px solid #CCCCCC;
	}
	#category ul.category-nav li.borderNone, #category ul.category-nav li:last-child {
		border-bottom: none;
	}
	#category ul li.tokyo2020Title {
		color: #FFFFFF;
		white-space: normal;
		height: auto;
		line-height: 150%;
		padding: 10px 0px;
		text-align: center;
		background-color: #002063;
		margin: 0 -20px;
		font-size: 16px;
		font-size: 1.6rem;
		font-weight: bold;
	}
	#category ul li.sanrioTitle {
		color: #FFFFFF;
		white-space: normal;
		height: auto;
		line-height: 150%;
		padding: 10px 0px;
		text-align: center;
		background-color: #fa0000;
		margin: 0 -20px;
		font-size: 16px;
		font-size: 1.6rem;
		font-weight: bold;
	}
	#category ul a {
		color: #111111;
		border: none;
		white-space: normal;
		height: auto;
		line-height: 150%;
		padding: 15px 0;
		text-align: center;
	}
	#category ul.category-nav li.getting-ready {
		text-align: center;
		padding: 15px 0;
		border-bottom: none;
	}
}
/* --------------------------------
	Main
-------------------------------- */
@media (min-width: 768px) {
	.theme_side_left #main {
		width: calc(100% - 300px);
	}
	#topicpath {
		padding: 0 16px 20px;
	}
	#topicpath ol {
		padding-top: 15px;
		padding-bottom: 15px;
		border-bottom: 2px solid #e60000;
	}
	#topicpath li {
		font-size: 1.2em;
	}
	#topicpath li a {
		color: #111111;
	}
	.item_name, .item_price {
		color: #111111;
		text-align: center;
	}
	#item_list p.copy {
		text-align: center;
		font-size: 0.9em;
		margin: 30px 0 0;
	}
}
@media (max-width: 767px) {
	#topicpath {
		padding: 0;
		margin: 0;
		border-top: 2px solid #e60000;
		border-bottom: 1px dotted #ccc;
	}
	#topicpath li a {
		color: #111111;
		font-size: 14px;
	}
	#result_info_box {
		margin: 0;
	}
	#result_info_box__item_count {
		padding: 0;
	}
	#result_info_box__menu {
		padding: 0 0 10px;
		text-align: left;
	}
	.item_name, .item_price {
		color: #111111;
		text-align: center;
	}
	#item_list p.copy {
		text-align: center;
		font-size: 0.8em;
		margin: 30px 0 0;
	}
}