@charset "UTF-8";

/* 英語版は各サイズの一番下に追記 */
.sec.-intro {
	background: url(../seasonal/img/head-bg.jpg) bottom right no-repeat;
}

.sec_col.-txt {
	position: relative;
	z-index: 1;
}

.sec_ttl {
	display: inline-block;
	padding: 0 10px;
	border-bottom: 1px solid #000;
}

.sec_col.-img {
	position: absolute;
	z-index: 0;
	right: 0;
	bottom: 0;
}

.neta {
	background-color: #020202;
	padding: 30px;
}

.neta_anchor {
	margin-bottom: 20px;
}

.neta_anchor_list {
	font-size: 0;
}

.neta_anchor_list > li {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	width: 49.5%;
	position: relative;
}

.neta_anchor_list > li:first-child {
	margin-right: 1%;
}

.neta_anchor_list > li > a {
	display: block;
	color: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#c39e3f), to(#b48b10));
	background: linear-gradient(#c39e3f, #b48b10);
	-webkit-border-top-left-radius: 10px;
	border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top-right-radius: 10px;
	border: 1px solid #fff;
	padding: 10px;
	text-align: center;
}

body.-season1 .neta_anchor_list > li:first-child a,
body.-season2 .neta_anchor_list > li:last-child a {
	border-bottom: 1px solid #020202;
	color: #c39e3f;
	background: #020202;
}

body.-season1 .neta_anchor_list > li:first-child a:after,
body.-season2 .neta_anchor_list > li:last-child a:after {
	position: absolute;
	content: "";
	width: 15px;
	height: 1px;
	background: #FFF;
	bottom: 0;
}

body.-season1 .neta_anchor_list > li:first-child a:after {
	right: -15px;
}

body.-season2 .neta_anchor_list > li:last-child a:after {
	left: -15px;
}

.neta_season1 {
}

.neta_season1_ttl {
	margin-bottom: 5px;
	color: #FFF;
}

.neta_note {
	color: #FFF;
	text-align: right;
	margin-bottom: 15px;
}

.neta_list {
	margin-bottom: 10px;
}

.neta_list:last-child {
	margin-bottom: 0;
}

.neta_list > li {
	font-size: 0;
	width: 49.5%;
}

.neta_list > li:nth-child(2n+1) {
	float: left;
}

.neta_list > li:nth-child(2n) {
	float: right;
}

.item_wrap {
	display: inline-block;
	width: 49%;
	max-width: 180px;
	vertical-align: top;
}

.item_wrap:nth-child(2n) {
	margin-left: 2%;
}

.item_wrap:nth-child(n+3) {
	margin-top: 2%;
}

.neta_list_pt {
	position: relative;
}

.neta_list_pt img {
	max-width: 100%;
	height: auto;
}

.neta_list_ttl,
.neta_list_text {
	margin: 7px 0 0;
	color: #FFF;
}

.neta_list_ttl {
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
}

.neta_list_text {
	font-size: 12px;
}

.neta_list_text > span {
	font-size: 10px;
}

.neta_list > li.-big {
}

.neta_list > li.-big .item_wrap {
	width: 100%;
	margin: 0;
	max-width: 367px;
}

.neta_list > li.-big .neta_list_ttl {
	position: absolute;
	top: 80%;
	left: 20px;
	margin: 0;
	font-size: 24px;
	color: #FFF;
}

body.-season2 .neta_list.-item1 > li:nth-child(-n+2) {
	margin-bottom: 10px;
}

body.-season2 .neta_list.-item1 > li:nth-child(3) {
	float: right;
}

body.-season2 .neta_list.-item1 > li:nth-child(4) {
	float: left;
}

/* 英語版 */
body.-int .neta_season1_head {
	background: url(/en/seasonal/img/bg-toppings.jpg) 0 0 no-repeat;
	height: 205px;
	position: relative;
}

body.-int .neta_season1_head_ttl {
	position: absolute;
	font-size: 20px;
	color: #FFF;
	left: 10px;
	top: 49px;
	text-shadow: 1px 1px 0px #6C92B5;
}

body.-int .neta_season1_head_ttl span {
	font-size: 14px;
}

body.-int .neta_season1_head_text {
	color: #FFF;
	font-size: 11px;
	position: absolute;
	left: 374px;
	top: 68px;
	width: 350px;
}

body.-int .neta_list_ttl {
	font-style: italic;
}

body.-int .neta_list_ttl .english {
	font-style: normal;
	font-size: 13px;
	display: block;
}

/* All SP & Tablet */
@media screen and (max-width:800px) {
}

/* All SP */
@media screen and (max-width:640px) {
	.sec.-intro {
		padding: 30px 0;
	}

	.sec_col.-img {
		position: static;
		margin-top: 30px;
		text-align: center;
	}

	.neta_season1_ttl {
		max-width: 367px;
		margin: 0 auto 10px;
	}

	.neta_season1_ttl span {
		display: block;
		margin-top: 10px;
	}

	.neta_list {
		margin-bottom: 0;
	}

	.neta_list > li:nth-child(2n+1),
	.neta_list > li:nth-child(2n),
	body.-season2 .neta_list.-item1 > li:nth-child(3),
	body.-season2 .neta_list.-item1 > li:nth-child(4) {
		float: none;
		display: block;
		width: 100%;
		max-width: 367px;
		margin: 0 auto;
	}

	.item_wrap,
	.neta_list > li.-big .item_wrap {
		margin-bottom: 10px;
	}

	body.-season2 .neta_list.-item1 > li:nth-child(-n+2) {
		margin-bottom: 0;
	}

	/* 英語版 */
	body.-int.-season1 .neta_anchor_list > li:first-child a:after,
	body.-int.-season2 .neta_anchor_list > li:last-child a:after {
		content: none;
	}

	body.-int .neta_anchor_list > li {
		display: block;
		width: 100%;
		margin-bottom: 10px;
	}

	body.-int .neta_anchor_list > li:last-child {
		margin-bottom: 0;
	}

	body.-int .neta_season1_head_ttl {
		position: static;
		padding-left: 10px;
	}

	body.-int .neta_season1_head_text {
		position: static;
		width: 100%;
		margin-top: 10px;
		padding-left: 10px;
	}

	body.-int .neta_list > li.-big .neta_list_ttl {
		top: 65%;
		line-height: 1.2;
	}


}
