@charset "UTF-8";

/* ===================================================================

　製品一覧

=================================================================== */
#topCatch {
	background: url("../images/product/product_img01.jpg") center center / auto auto no-repeat; background-size: cover;
}
.dressing #topCatch {
	background-image: url("../images/product/dressing/product_dressing_img01.jpg");
}
.product h1 {
	text-align: center;
	padding: 80px 0;
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.3em;
}
.product h1 span {
	padding-left: 1em;
}

.product-container {
	max-width: 1280px;
	margin: 0 auto 120px;
	padding: 0;
}
.product-container-header {
	padding: 0;
}
.product-container-header figure:nth-of-type(2) {
	position: relative;
	float: right;
	margin: -227px 40px 0 0;
	padding: 0;
	z-index: 10;
}
.dressing .product-container-header figure:nth-of-type(2) {
	margin: -380px 90px 0 0;
}

.product-container-body {
	display: flex;
	justify-content: space-between;
  	flex-wrap: wrap;
	min-width: 90%;
	max-width: 1280px;
	margin: 60px auto 0;
	padding: 0 0 0 40px;
}
.product-container-body::after {
	content: "";
	width: 100%;
}
.product-container-text,
.product-container-info {
	order: 1;
}

.product-container-body h2 {
	display: inline-block;
	position: relative;
	text-align: left;
	margin: 0 0 50px;
	padding: 0;
	font-size: 2.6rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.2em;
}
.product-container-body h2 span {
	padding: 0 0 0 10px;
	color: #BBA272;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
}
.product-container-body h2::after {
	position: absolute;
	display: block;
	content: "";
	left: 0;
	bottom: -22px;
	width: calc(100% + 10px);
	height: 2px;
	margin: 0 auto;
	background: linear-gradient(90deg, rgba(0,159,217,1) 42%, rgba(0,166,197,1) 49%, rgba(0,173,178,1) 100%);
}
.dressing .product-container-body h2::after {
	background: linear-gradient(90deg, rgba(253,213,2,1) 0%, rgba(230,37,50,1) 100%);
}
.product-container-body-inner {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
  	flex-wrap: wrap;

}
.dressing .product-container-body-inner {
	flex-direction: row;
	width: 100%;
}
.dressing .product-container-body-inner + p {
	margin: 20px 0 0;
	font-size: 2rem;
	letter-spacing: 0.1em;
}

.product-container-body-inner figure {
	width: 50%;
}
.dressing .product-container-body-inner figure {
	width: 48%;
}
.dressing .product-container-body-inner figure figcaption {
	margin: 15px 0 0 0;
	padding: 5px 0 5px 10px;
	font-size: 2rem;
	line-height: 1;
	letter-spacing: 0.1em;
	border-left: 4px solid rgba(230,37,50,1);
}

.product-container-body-inner figure img {
	width: 100%;
}
.product-container-text {
	width: 48.387%;
}
.product-container-text p {
	margin: 0;
	padding: 0;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 2.1;
	letter-spacing: 0.1em;
}
.dressing .product-container-text p:nth-of-type(2) {
	margin-top: 3em;
	padding: 0 0 0 1em;
	text-indent: -1em;
}

.product-container-info {
	display: flex;
	justify-content: center;
  	flex-wrap: wrap;
	width: 50%;
}
.product-container-info.type02 {
	margin: 40px 0 0 50%;
}
.product-container-info-lineup {
	width: 100%;
	margin: 0;
}
.product-container-info table {
	width: 51%;
	margin: 0 auto;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.6rem;
	font-weight: 300;
	border-collapse: separate;
	border-spacing: 22px 0;
	line-height: 1;
	letter-spacing: 0.1em;
	border: 1px solid #CCC;
}
.product-container-info table th,
.product-container-info table td {
	position: relative;
	vertical-align: middle;
	padding: 24px 5px;
	text-align: center;
	border-bottom: 1px solid #CCC;
}
.product-container-info table td {
	text-align: right;
}
.product-container-info table tr:last-child th,
.product-container-info table tr:last-child td {
	border-bottom: none;
}

.product-container-info-mate table {
	width: 76%;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 1.4rem;
	line-height: 1.5;
	border: none;
}
.product-container-info-mate table th,
.product-container-info-mate table td {
	vertical-align: top;
	padding: 15px 10px;
	text-align: left;
}
.product-container-info-mate table th {
	padding-right: 0;
	white-space: nowrap;
}
.product-container-info-mate table td {
	padding-left: 0.5em;
}
.product-container-info-mate table tr:last-child th,
.product-container-info-mate table tr:last-child td {
	border-bottom: 1px solid #CCC;
}
.product-container-info-mate p {
	margin: 15px 0 0;
	text-align: center;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.5;
}

p.buy-button {
	width: 100%;
	margin: 60px 0 0;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1px;
	letter-spacing: 0.1em;
}
p.buy-button a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 380px;
	height: 60px;
	margin: 0 auto;
	color: #FFF;
	background: linear-gradient(90deg, rgba(0,159,217,1) 42%, rgba(0,166,197,1) 49%, rgba(0,173,178,1) 100%);
	border-radius: 30px;
	opacity: 1;
	transition: all 0.5s ease;
}
.dressing p.buy-button a {
	background: rgb(253,213,2);
	background: linear-gradient(90deg, rgba(253,213,2,1) 0%, rgba(230,37,50,1) 100%);
}
p.buy-button a:hover {
	opacity: 0.4;
}
p.buy-button a::before {
	position: absolute;
	top: calc(50% + 1px);
	right: 39px;
	content: "";
	width: 14px;
	border-bottom: 1px solid #FFF;
	transform: rotate(35deg);
}
p.buy-button a::after {
	position: absolute;
	top: calc(50% + 5px);
	right: 40px;
	content: "";
	width: 50px;
	border-bottom: 1px solid #FFF;
}


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

	.product h1 {
		padding: 60px 0;
		font-size: 2.2rem;
		line-height: 1.5;
	}
	.product h1 span {
		padding-left: 0;
	}

	.product-container {
		max-width: 100%;
		margin: 0 auto 80px;
		padding: 0;
	}
	.product-container-header {
		padding: 0;
	}

	.product-container-header figure:nth-of-type(2) {
		position: relative;
		float: right;
		width: 60%;
		margin: -167px 20px 0 0;
		padding: 0;
		z-index: 10;
	}
	.dressing .product-container-header figure:nth-of-type(2) {
		max-width: 62px;
		margin: -130px 40px 0 0;
	}

	.product-container-body {
		min-width: 100%;
		max-width: 100%;
		margin: 80px auto 0;
		padding: 0 30px;
	}
	.dressing .product-container-body {
		margin: 50px auto 0;
	}

	.product-container-body::after {
		content: "";
		width: 100%;
	}
	.product-container-body h2 {
		margin: 0 0 50px;
		padding: 0;
		font-size: 2.2rem;
	}
	.dressing .product-container:nth-of-type(1) .product-container-body h2 {
		font-size: 2rem;
		line-height: 1.4;
		letter-spacing: 0.075em;
	}
	.product-container-body h2::after {
		width: 100%;
	}

	.product-container-text {
		width: 100%;
	}
	.product-container-text p {
		margin: 0;
		padding: 0;
		font-size: 1.6rem;
	}

	.product-container-body-inner figure {
		width: 100%;
		margin: 0 0 40px;
	}
	.dressing .product-container-body-inner figure {
		margin: 0;
	}
	.product-container-body-inner figure img {
		width: 100%;
	}

	.product-container-info {
		display: flex;
		justify-content: center;
		width: 100%;
		margin: 40px 0 0;
	}
	.product-container-info.type02 {
		margin: 40px auto 0;
	}
	
	.product-container-info-lineup {
		width: 100%;
		margin: 0;
	}

	.product-container-info table {
		margin: 0 auto;
		width: 50%;
		font-size: 1.2rem;
	}

	.product-container-info table th,
	.product-container-info table td {
		position: relative;
		vertical-align: middle;
		padding: 18px 0;
		border-bottom: 1px solid #CCC;
	}
	.product-container-info table td {
		text-align: right;
	}

	p.buy-button {
		margin: 40px 0 0;
		font-size: 1.6rem;
	}
	p.buy-button a {
		width: 300px;
		height: 60px;
		color: #FFF;
	}
	p.buy-button a::before {
		position: absolute;
		top: calc(50% + 1px);
		right: 39px;
		content: "";
		width: 14px;
		border-bottom: 1px solid #FFF;
		transform: rotate(35deg);
	}
	p.buy-button a::after {
		position: absolute;
		top: calc(50% + 5px);
		right: 40px;
		content: "";
		width: 35px;
		border-bottom: 1px solid #FFF;
	}

	.product-container-info-mate table {
		width: 75%;
		font-size: 1.4rem;
	}
	.product-container-info-mate table th,
	.product-container-info-mate table td {
		vertical-align: top;
		text-align: left;
	}
	.product-container-info-mate table th {
		padding-right: 0;
		white-space: nowrap;
	}
	.product-container-info-mate table td {
		padding-left: 0.5em;
	}

}


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

	.product-container-header figure:nth-of-type(2) {
		position: relative;
		float: right;
		width: 80%;
		margin: -67px 20px 0 0;
		padding: 0;
		z-index: 10;
	}
	.dressing .product-container-body-inner + p {
		margin: 0;
		font-size: 1.6rem;
	}
	.dressing .product-container-body-inner figure {
		width: 100%;
		margin-bottom: 30px;
	}
	.dressing .product-container-body-inner figure figcaption {
		margin: 10px 0 0 0;
		font-size: 1.6rem;
	}

	.product-container-info table {
		margin: 0 auto;
		width: 75%;
		font-size: 1.2rem;
	}
	.product-container-info-mate table {
		width: 80%;
		font-size: 1.2rem;
	}
	.product-container-info-mate p {
		font-size: 1.2rem;
	}
}
