@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Noto+Serif+JP:wght@300&family=Zen+Kaku+Gothic+Antique&family=Zen+Old+Mincho&display=swap');

/* 特集ページ css
   ========================================================================== */


/* お酒のあれこれ --- common
-------------------------------------------------------------- */
/* header */
.feature__header {
	margin: 5px auto 0;
}
.feature__header h1 {
	margin: 0 auto;
}
.feature__header h1 img {
	width: 100%;
}

/* main content */
.feature__content {
	margin: 0 auto 20px;
}
.feature__content .outline {
	position: relative;
	margin-bottom: 0;
}
.feature__content .chapter {
	margin-bottom: 30px;
}
.feature__content .outline h2 {
	line-height: 50px;
	margin-bottom: 0;
	padding-left: 40px;
	font-size: 16px;
	background: url('/import/tenant_1/wineand.jp/html/user_data/assets/img/feature/column/bg_ttl.webp') left top / auto 100% no-repeat;
}
.main_image {
	margin-top: -5px;
}
.main_image img {
	width: 100%;
}

/* contents */
.contents {
	padding: 20px 30px;
}
.contents h2 {
	margin-bottom: 15px;
	color: #7f6000;
	font-weight: 700;
	font-size: 16px;
}
.contents p {
	margin-bottom: 15px;
}
.contents .productfmt__img img {
	width: 100%;
	margin-bottom: 5px;
}
.contents .productfmt__img--caption {
	line-height: 1.31;
	color: #8f8f8f;
	text-align: center;
}

/* 記事内tableレイアウト */
.contents table {
	clear: both;
	border-collapse: collapse;
	border-top: 1px solid rgb(118,118,118);
	border-left: 1px solid rgb(118,118,118);
}
.contents table th, .contents table td {
	box-sizing: border-box;
	line-height: 1.58333;
	height: 60px;
	padding: 10px;
	border-right: 1px solid rgb(118,118,118);
	border-bottom: 1px solid rgb(118,118,118);
	font-size: 12px;
	font-weight: 400;
}
.contents table th {
	vertical-align: middle;
	background-color: rgb(236,236,236);
}
.contents table thead th {
	height: auto;
}
.contents table tbody th {
	vertical-align: top;
	background-color: transparent;
}
.contents table td {
	vertical-align: top;
}
@media only screen and (max-width: 767px){
	.contents table.responsive thead {
		display: none;
	}
	.contents table.responsive th, .contents table.responsive td {
		display: block;
		width: 100%;
		height: auto;
	}
	.contents table.responsive tbody th {
		border-bottom: none;
		background-color: rgb(236,236,236);
	}
	.contents table.responsive td {
	}
	.contents table.responsive td[data-label]::before {
		content: attr(data-label);
		display: block;
		width: 100%;
		margin-bottom: 5px;
		padding: 0.2em 1em 0.2em 0;
		border-bottom: 1px solid rgb(236,236,236);
	}
}
@media only screen and (min-width: 768px){
	.contents table.responsive {
		min-height: 40px;
		padding: 10px 10px 10px 30px;
		font-size: 14px;
	}
	.contents table.responsive th, .contents table.responsive td {
		line-height: 1.42857;
		height: 40px;
		padding: 10px;
		font-size: 14px;
	}
	.contents table th {
	}
	.contents table td {
	}
}

/* 関連記事リンク */
.related_list {
	display: block;
	max-width: 1002px;
	width: calc(100% - 60px);
	margin: 0 auto;
	border: 1px solid rgb(204,204,204);
	background: 
	url('/import/tenant_1/wineand.jp/html/user_data/feature/column/border_column1.webp') center 5px / 68% 2px no-repeat,
	url('/import/tenant_1/wineand.jp/html/user_data/feature/column/border_column2.webp') center calc(100% - 15px) / 2px calc(100% - 41px) no-repeat,
	url('/import/tenant_1/wineand.jp/html/user_data/feature/column/border_column3.webp') center calc(100% - 5px) / calc(100% - 20px) 2px no-repeat,
	url('/import/tenant_1/wineand.jp/html/user_data/feature/column/bk_column.svg') center top / 30% auto no-repeat;
}
.related_list::after {
	clear: both;
	display: block;
	content: '';
}
.related_list a {
	display: block;
	width: 50%;
	padding: 10px 5px;
	color: rgb(128,128,128);
}
.related_list a.prev {
	float: left;
}
.related_list a.next {
	float: right;
}
.related_list .subtitle {
	display: flex;
	margin-bottom: 5px;
}
.related_list .next .subtitle {
	flex-direction: row-reverse;
}
.related_list .prev .subtitle::before {
	display: block;
	content: "";
	width: 10px;
	height: 10px;
	margin: 7px 3px 0;
	background: url('/import/tenant_1/wineand.jp/html/user_data/feature/column/arrow_prev.svg') 0 0 / 10px 10px no-repeat;
}
.related_list .next .subtitle::before {
	display: block;
	content: "";
	width: 10px;
	height: 10px;
	margin: 7px 3px 0;
	background: url('/import/tenant_1/wineand.jp/html/user_data/feature/column/arrow_next.svg') 0 0 / 10px 10px no-repeat;
}
.related_list .number {
	line-height: 1.0;
	color: rgb(204,204,204);
	font-family: "Barlow", sans-serif;
	font-weight: 300;
	font-style: normal;
  	font-size: 21px;
}
.related_list .subtitle div {
	line-height: 1.0;
	margin: 7px 8px 0;
	font-size: 10px;
}
.related_list .content {
	display: flex;
	align-items: center;
	height: calc(100% - 26px);
}
.related_list .next .content {
	flex-direction: row-reverse;
}
.related_list h3 {
	line-height: 1.58333;
	width: 60%;
	margin: 0;
	font-size: 10px;
	font-weight: 400;
}
.related_list img {
	box-sizing: content-box;
	width: 40%;
	height: auto;
	padding: 0 5px;
}
.related_list .prev h3 {
	text-align: right;
}

/* footer */
.feature__footer {
	margin: 0 auto;
	padding: 0;
	background-image: none;
}
.feature__footer h1 img {
	height: 22.5px;
}
.feature__footer .ec-topContents {
	margin: 0 15px;
}
.feature__footer .ec-topContents p {
	margin-top: 10px;
}
.feature__footer .ec-topContents ul.standard li {
	position: relative;
}
.feature__footer .ec-topContents ul.standard li.new::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	border-bottom: 4em solid transparent;
	border-left: 4em solid #cb052c;
}
.feature__footer .ec-topContents ul.standard li.new::after {
	content: "new";
	display: block;
	position: absolute;
	top: 10px;
	left: 4px;
	transform: rotate(-45deg);
	color: #fff;	
}

@media only screen and (min-width: 768px){
	/* header */
	.feature__header {
		margin: 25px auto 30px;
	}

	/* main content */
	.feature__content .outline {
		margin: 0;
		padding: 0;
	}
	.feature__content .outline h2 {
		line-height: 138px;
		padding-left: 110px;
		color: rgb(35,24,21);
		font-size: 28px;
		font-weight: 700;
		background-size: auto 138px;
	}
	.feature__content {
		max-width: none;
		padding: 0;
	}
	.feature__content .main_image {
		max-width: 1100px;
		width: calc( 100% - 100px);
		margin: -20px auto 0;
	}
	.feature__content .contents {
		max-width: 1100px;
		width: calc( 100% - 130px);
		margin: -20px auto 0;
		padding: 50px 15px;
	}
	.feature__content .contents::after,
	.feature__content .contents .chapter::after {
		clear: both;
		display: block;
		content: '';
	}
	.contents h2 {
		font-size: 22px;
	}
	.feature__content .contents .chapter > p {
		line-height: 1.375;
		float: left;
		width: calc( 65% - 30px );
		color: rgb(35,24,21);
	}
	.feature__content .contents .productfmt__img {
		float: right;
		width: 35.0%;
	}
	.contents .productfmt__img--caption {
		width: 100%;
		font-size: 14px;
	}

	/* 関連記事リンク */
	.related_list {
		background-position: center 10px, center calc(100% - 20px), center calc(100% - 10px), center top;
		background-size: 85% 2px, 2px calc(100% - 41px), calc(100% - 70px) 2px, 20% auto;
	}
	.related_list a {
		padding: 10px 10px;
	}
	.related_list .subtitle {
		margin-bottom: 10px;
	}
	.related_list .next .subtitle {
		height: 28px;
	}
	.related_list .prev .subtitle::before {
		width: 18px;
		height: 18px;
		margin: 6px 5px 0 0;
		background-size: 18px 18px;
	}
	.related_list .next .subtitle::before {
		width: 18px;
		height: 18px;
		margin: 6px 0 0 5px;
		background-size: 18px 18px;
	}
	.related_list .number {
		font-size: 28px;
	}
	.related_list .subtitle div {
		margin-top: 10px;
		font-size: 16px;
	}
	.related_list .prev .subtitle div {
		margin-left: 10px;
	}
	.related_list .next .subtitle div {
		margin-right: 10px;
	}
	.related_list .content {
		height: calc(100% - 38px);
	}
	.related_list .next .content {
	}
	.related_list h3 {
		font-size: 16px;
	}
	.related_list img {
		padding: 0 25px 10px;
	}
	.related_list .prev h3 {
	}

	/* footer */
	.feature__footer {
		max-width: 1100px;
		width: calc( 100% - 100px );
	}
	.feature__footer .ec-topHeading {
		margin-bottom: 40px;
	}
	.feature__footer h1 {
		line-height: 52px;
	}
	.feature__footer h1 img {
		width: auto;
		height: 43px;
	}
	.feature__footer .ec-topContents {
		margin: 0 auto;
	}
	.feature__footer .ec-topContents ul.standard {
		display: block;
	}
	.feature__footer .ec-topContents ul.standard li {
		float: left;
		width: 240px;
width: calc( 25% - 34px );
		margin-right: 45px;
		margin-bottom: 30px;
	}
	.feature__footer .ec-topContents ul.standard li:nth-child(2n+1) {
		margin-right: 45px;
	}
	.feature__footer .ec-topContents ul.standard li:nth-child(4n) {
		margin-right: 0;
	}
	.feature__footer .ec-topContents ul.standard li:nth-child(4n+1) {
		clear: left;
	}
	.feature__footer .ec-topContents ul.standard p {
		line-height: 1.527225;
		margin-top: 10px;
		font-size: 20px;
	}
}

/* お酒のあれこれ一覧ページ
-------------------------------------------------------------- */
/* header */
.feature__header.column_list {
	margin-bottom: 35px;
}
@media only screen and (min-width: 768px){
	.feature__header {
		margin-bottom: 30px;
	}
}

