@charset "utf-8";
/* CSS Document */
/*-----------------------------------------------  
items list.css
19/10/31 アイテムリストのCSSをまとめる。
ヘッダー部分だけ個別設定にする。
-----------------------------------------------*/
#content {
	width: 100%;
	margin: auto;
	overflow: hidden;
}

.area1 {
	width: 100%;
	margin: auto;
	overflow: hidden;
	padding: 30px 0 22px;
}
.area1 .inner {
	position: relative;
	overflow: visible;
}
.area1 .right {
	text-align: right;
	color: #ffffff;
}
.area1 .left {
	float: left;
	font-size: 30px;
	line-height: 1.3;
	border-left: 8px solid #ffffff;
	padding-left: 15px;
	color: #ffffff;
	font-family: sans-serif;
}

.note {
	position: absolute;
	font-size: 16px;
}
.pos_area1 {
	top: 7px;
	right: -66px;
}

.name_select {
	display: inline-block;
	font-size: 16px;
	padding-right: 20px;
	font-weight: bold;
	padding-top: 8px;
}
.right select {
	width: 237px;
	font-size: 16px;
	padding: 7px 0px 7px 15px;
	font-family: sans-serif;
}
.area2 {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.area2 .row {
	padding-bottom: 95px;
}
.area2 .inner {
	position: relative;
	overflow: visible;
}

.pos_area2 {
	top: 0;
	right: -86px;
	width: 75px;
}

.box_item {
	width: calc(1200px / 3);
	float: left;
}

.box_item a {
	text-decoration: none;
	color: #000;
}

.item {
	text-align: center;
	overflow: hidden;
	padding: 60px 32px 45px;
}

.row {
	overflow: hidden;
}

.name_item {
	margin-top: 35px;
	font-size: 28px;
	font-weight: bold;
}

.detail_item {
	font-size: 13px;
	font-weight: bold;
	/* max-width: 235px; */
	margin-top: 15px;
	/* margin-left: 25px; */
	box-sizing: border-box;
	min-height: 40px;
}

.btn_more {
	margin-top: 27px;
}

.btn_more span {
	background: url(../img/item/arrow.png) no-repeat 71px 5px;
	color: #ff5400;
	font-size: 16px;
	font-weight: bold;
	font-family: sans-serif;
	text-decoration: none;
	border-bottom: 4px solid #ff5400;
	padding: 0px 24px 8px 16px;
}

.btn_more span:hover {
	border-color: transparent;
}

.box_item:hover {
	opacity: 0.8;
	cursor: default;
}

.back_tile a {
	color: #000;
}

@media (max-width: 1200px) {
	.box_item {
		width: 33.3%;
	}
	.item {
		text-align: center;
		padding: 60px 29px 45px 26px;
	}
}

@media (max-width: 767px) {
	.area1 {
		padding: 21px 0 0px;
	}
	.area1 .inner {
		padding: 0;
	}
	.name_select {
		font-size: 14px;
	}
	.right select {
		width: 76%;
		padding: 8px 0px 7px 15px;
		border: none;
	}

	.area1 select + select {
		margin-top: 5px;
	}

	.area1 .inner .left {
		font-size: 5.1vw;
		border: none;
		background: url(../img/item_jam/border.png) no-repeat left center;
		padding-left: 0%;
		margin-top: 0%;
		font-weight: bold;
		padding: 1px 5%;
		background-size: 4%;
		margin: 0 4%;
	}

	.area1 .right {
		float: left;
		margin-top: 11px;
		width: 100%;
		padding: 12px 5% 12px 7%;
		background: #e5e5e5;
	}

	/*.area2 {
        padding-bottom: 12vw;
    }*/

	.area2 .inner {
		padding-left: 0;
		padding-right: 0;
	}

	.area2 .inner .pos_area2 {
		display: none;
	}

	.area2 .row .inner .box_item {
		width: 100%;
		min-height: auto;
	}

	.area2 .row .inner .box_item .item .detail_item {
		font-size: 2.7vw;
		margin-top: 27px;
	}

	.area2 .row .inner .box_item .item {
		padding: 8vw 0 8vw 0;
		text-align: center;
	}

	.box_item.new_item {
		background: #fff url(../img/item/new_icon.png) no-repeat top right;
		background-size: 25%;
	}

	.area2 .img_item img {
		width: 67%;
	}
}

@media (min-width: 769px) {
	.img_item > img {
		max-width: 266px;
		height: auto;
	}
	.item {
		height: 584px;
	}

	.fs24 {
		font-size: 24px;
	}
}

.row {
	background-color: #e5e5e5 !important;
}
.new_item {
	background-image: url(../img/item/new_icon.png);
	background-repeat: no-repeat;
	background-position: top right;
	background-size: 84px;
}

.pickup_item {
	background-image: url(../img/item/pickup_icon.png);
	background-repeat: no-repeat;
	background-position: top right;
	background-size: 84px;
}

.box_item {
	background-color: #fff;
}

.box_item:nth-child(even) {
	background-color: #f2f2f2;
}

/* use for NOVA */
.area2.nova,
.area2.black {
	background: #191919;
}
.area2.nova .title_top,
.area2.black .title_top {
	background-color: #404040;
	padding-bottom: 0;
}
.area2.nova.row:nth-child(even),
.area2.black.row:nth-child(even) {
	background: #262626;
}
.area2.nova .row:nth-child(odd),
.area2.black .row:nth-child(odd) {
	background: #262626 !important;
}
.area2.nova .row:nth-child(even) .inner .box_item:nth-child(even),
.area2.nova .row:nth-child(odd) .inner .box_item:nth-child(odd),
.area2.black .row:nth-child(even) .inner .box_item:nth-child(even),
.area2.black .row:nth-child(odd) .inner .box_item:nth-child(odd) {
	background: #000 !important;
}
.area2.nova .box_item,
.area2.black .box_item {
	background: #262626;
}
.area2.nova .box_item a,
.area2.black .box_item a {
	color: #fff;
}

.back_tile.inv a {
	color: #fff;
}
