@charset "utf-8";

.index-head__wrap:before {
	background-image: url(../images/product/bg_index_pagehead.jpg);
}

.page-contents {
	margin-top: 120px;
}

.product-list {
	display: flex;
	flex-wrap: wrap;
}

.product-list__item {
	max-width: calc((100% - (60px * 2)) / 3);
	flex-basis: calc((100% - (60px * 2)) / 3);
	margin-top: 80px;
	margin-right: 60px;
}

.product-list__item:nth-child(3n) {
	margin-right: 0;
}

.product-list__item a {
	text-decoration: none;
}

.product-list__image {
	position: relative;
	z-index: 0;
}

.product-list__image span {
	display: block;
	border-radius: 20px;
	overflow: hidden;
}

.product-list__image .en {
	position: absolute;
	bottom: -40px;
	right: 20px;
	z-index: 5;
	font-size: 7rem;
	font-weight: 700;
	line-height: 1.4;
	color: rgba(24, 141, 96, 1);
	letter-spacing: -0.05em;
}

.product-list__title {
	margin: 20px 0;
}

.product-list__title span {
	position: relative;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.6;
	color: rgba(0, 0, 0, 1);
}

.product-list-info {
	display: flex;
	flex-wrap: wrap;
}

.product-list-info li {
	margin-right: 20px;
	margin-right: 1.3rem;
	line-height: 1.8;
}

.listSort-container {
	transition: opacity 300ms ease;
}

@media screen and (max-width: 1280px) {
	.product-list__item {
		max-width: calc((100% - (40px * 2)) / 3);
		flex-basis: calc((100% - (40px * 2)) / 3);
		margin-top: 80px;
		margin-right: 40px;
	}

	.product-list__item:nth-child(3n) {
		margin-right: 0;
	}
}

@media screen and (max-width: 1024px) {
	.product-list__title span {
		font-size: 1.8rem;
	}

	.product-list__image .en {
		font-size: 6rem;
		bottom: -30px;
	}
}

@media screen and (max-width: 800px) {
	.product-list__item {
		max-width: calc((100% - 40px) / 2);
		flex-basis: calc((100% - 40px) / 2);
		margin-top: 60px;
	}

	.product-list__item:nth-child(3n) {
		margin-right: 40px;
	}

	.product-list__item:nth-child(2n) {
		margin-right: 0;
	}
}

@media screen and (max-width: 640px) {
	.product-list__title {
		margin: 15px 0;
	}

	.product-list__title span br {
		display: none;
	}
}

@media screen and (max-width: 480px) {
	.product-list {
		display: block;
	}

	.product-list__item {
		max-width: none;
		margin-right: 0 !important;
	}
}

/*------------------------------------*/

.other-head-main:before {
	display: none;
}

.other-head-image {
	width: calc(100% + 60px);
	margin-bottom: 100px;
	display: block;
	position: relative;
	left: -60px;
	z-index: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.other-head-image figure {
	border-radius: 0 40px 40px 0;
	overflow: hidden;
	position: relative;
	z-index: 0;
}

.other-head-image .en {
	display: flex;
	position: absolute;
	right: 40px;
	bottom: -60px;
	z-index: 1;
	font-size: 20rem;
	font-weight: 600;
	color: rgba(24, 141, 96, 1);
	letter-spacing: -0.05em;
	align-items: baseline;
}

.other-head-image .en span {
	display: flex;
	font-size: 2.5rem;
	letter-spacing: normal;
	align-items: baseline;
}

.other-head-image .en span:after {
	content: "";
	width: 20px;
	height: 1px;
	margin-left: 10px;
	display: block;
	background-color: rgba(24, 141, 96, 1);
}

.product-detail__title {
	font-size: 4rem;
	font-weight: bold;
	line-height: 1.6;
	color: rgba(0, 0, 0, 1);
}

.product-detail-name {
	margin-top: 20px;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.6;
	color: rgba(24, 141, 96, 1);
}

.product__wrap {
	margin: 120px 0;
}

.product-article__title {
	margin-bottom: 40px;
	font-size: 3rem;
	font-weight: bold;
	line-height: 1.6;
	color: rgba(0, 0, 0, 1);
}

.product__wrap .main-body-text {
	margin: 40px 0;
}

.product__image {
	margin: 60px 0;
	border-radius: 20px;
	overflow: hidden;
}

.product__image.column {
	display: flex;
	justify-content: space-between;
}

.product__image__d {
	max-width: calc(((100% - 2px) / 3) * 2);
	flex-basis: calc(((100% - 2px) / 3) * 2);
}

.product__image__s {
	max-width: calc((100% - 4px) / 3);
	flex-basis: calc((100% - 4px) / 3);
}

.product-image-list {
	display: flex;
	flex-wrap: wrap;
}

.product-image-list__item {
	max-width: calc((100% - (20px * 3)) / 4);
	flex-basis: calc((100% - (20px * 3)) / 4);
	margin: 10px 0;
	margin-right: 20px;
}

.product-image-list__item:nth-child(4n) {
	margin-right: 0;
}

.product-image-list__item a {
	width: 100%;
	aspect-ratio: 3 / 2;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	overflow: hidden;
}

.voice {
	padding: 60px;
	border: 10px solid rgba(24, 141, 96, 0.1);
	border-radius: 20px;
	box-sizing: border-box;
}

.voice-head {
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.voice-head__title {
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.6;
	color: rgba(24, 141, 96, 1);
}

.voice-head__name {
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.6;
	color: rgba(0, 0, 0, 1);
}

.build-foot {
	margin: 100px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.build-foot__item {
	max-width: calc((100% - 40px) / 2);
	flex-basis: calc((100% - 40px) / 2);
}

.build-foot__item a {
	width: 100%;
	height: 80px;
	padding: 0 40px;
	display: flex;
	background-color: rgba(24, 141, 96, 1);
	position: relative;
	border-radius: 10px;
	text-decoration: none;
	color: rgba(255, 255, 255, 1);
	box-sizing: border-box;
	align-items: center;
}

.build-foot__item a:before,
.build-foot__item a:after {
	content: "";
	display: block;
	position: absolute;
	box-sizing: border-box;
}

.build-foot__item a:before {
	width: 20px;
	height: 20px;
	border: 1px solid white;
	border-radius: 50%;
	right: 30px;
	top: calc(50% - 10px);
}

.build-foot__item a:after {
	width: 5px;
	height: 5px;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	transform: rotate3d(0, 0, -1, 45deg);
	right: 38px;
	top: calc(50% - 3px);
}

.build-foot__item a:hover {
	opacity: 0.8;
}

.build-foot__item.youtube a {
	background-color: rgba(251, 0, 0, 1);
}

.build-foot__item.youtube figure {
	max-width: 120px;
	flex-basis: 120px;
	margin-right: 20px;
}

.build-foot__item span {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.6;
}

@media screen and (min-width: 1621px) {
	.other-head-image {
		width: calc((100% + 60px) + ((100vw - 1500px) / 2));
		left: calc(((100vw - 1500px) / -2) - 60px);
	}
}

@media screen and (max-width: 1280px) {
	.other-head-image .en {
		font-size: 16rem;
	}
}

@media screen and (max-width: 1024px) {
	.product-detail__title {
		font-size: 3.5rem;
	}

	.product__wrap {
		margin: 100px 0;
	}

	.voice {
		border-width: 6px;
		padding: 40px 6vw;
	}

	.build-foot {
		margin: 60px 0;
		display: block;
	}

	.build-foot__item {
		max-width: none;
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 800px) {
	.other-head-image {
		border-radius: 0 20px 20px 0;
	}

	.product-article__title {
		font-size: 2.5rem;
	}

	.product-image-list__item {
		max-width: calc((100% - (10px * 3)) / 4);
		flex-basis: calc((100% - (10px * 3)) / 4);
		margin: 5px 0;
		margin-right: 10px;
	}

	.product-image-list__item:nth-child(4n) {
		margin-right: 0;
	}
}

@media screen and (max-width: 640px) {
	.other-head-image {
		margin-bottom: 80px;
	}

	.other-head-image figure {
		border-radius: 0 20px 20px 0;
	}

	.other-head-image .en {
		right: 20px;
		bottom: -40px;
		font-size: 12rem;
	}

	.product-detail__title {
		font-size: 3rem;
	}

	.product-detail-name {
		font-size: 1.8rem;
	}

	.product__wrap {
		margin: 80px 0;
	}

	.product__image {
		border-radius: 10px;
	}

	.voice-head__title {
		font-size: 2rem;
	}
}

@media screen and (max-width: 480px) {
	.product-detail__title br {
		display: none;
	}

	.other-head-image .en {
		font-size: 8rem;
	}

	.other-head-image .en span {
		font-size: 2.2rem;
	}

	.other-head-image .en span:after {
		margin-left: 5px;
	}

	.product-article__title {
		margin-bottom: 20px;
		font-size: 2.2rem;
	}

	.product__wrap .main-body-text {
		margin: 20px 0;
	}

	.product__image {
		margin: 40px 0;
	}

	.product-image-list__item {
		max-width: calc((100% - (10px * 1)) / 2);
		flex-basis: calc((100% - (10px * 1)) / 2);
		margin: 5px 0;
		margin-right: 10px;
	}

	.product-image-list__item:nth-child(2n) {
		margin-right: 0;
	}
}

@media screen and (max-width: 400px) {
	.product-detail__title {
		font-size: 2.5rem;
	}
}
