/* common */
html {
	font-size: 100%;
}
* {
	box-sizing: border-box;
}
img {
	max-width: 100%;
	display: block;
}
p {
	text-align: justify;
}
#bread {
	width: 95%;
	max-width: 1000px;
	margin: 100px auto 20px;
}
.inner {
	max-width: 1000px;
	margin: 0 auto;
	width: 100%;
	padding: 3rem 0.75rem;

	row-gap: 16px;
	column-gap: 32px;
}
.bg-gray {
	background-color: #f0f0f0;
}
.text-area {
	margin-top: 1rem;
	display: grid;
	gap: 16px;
	position: relative;
	place-content: start;
	height: fit-content;
}
.text-area p {
	font-size: 13px;
}
.decoration {
	position: absolute;
	mix-blend-mode: multiply;
}
/* hero */
.hero {
	display: grid;
	gap: 2rem;
	padding-bottom: 5%;
}
.hero-title {
	max-width: 310px;
	width: 100%;
	margin: 3rem auto 0;
}
.hero-image {
	display: grid;
}
.hero-image-block01 {
	width: 100%;
	order: 2;
	background-color: #acabab;
}
.hero-image-block01 figure {
	padding: 1rem;
}
html {
	scroll-behavior: smooth;
}
.head-title {
	width: fit-content;
	margin: 0 auto;
}
.head-title::before {
	display: none;
}
.button-area {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 40px;
	max-width: 1000px;
	margin: 0 auto 40px;
	padding: 0 0 30px;
}
.button-area a {
	flex-grow: 1;
	flex-basis: calc(50% - 10px);
	max-width: 350px;
	min-width: 280px;
	transition: opacity 200ms;
}
.button-area a:hover {
	opacity: 0.7;
}
.button-area a.new {
	position: relative;
}
.button-area a.new::before {
	content: '';
	position: absolute;
	background-image: url(../images/gallery/new.svg);
	width: 18%;
	max-width: none;
	height: auto;
	aspect-ratio: 75 / 31;
	left: 0;
	top: 6%;
}
.button-area a figure {
	aspect-ratio: 35 / 30;
}
.button-area a figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.button-area a p {
	font-size: 0.9rem;
	font-weight: bold;
	margin-top: 1rem;
}
.button-area a p span {
	display: block;
	font-size: 80%;
	color: #595757;
	font-weight: normal;
}

/* ↓各購入者インタビューページ */
#voice {
	max-width: 850px;
	margin: 0 auto;
	font-family: 'Noto Sans JP', sans-serif !important;
}
#voice .voiceTitle-Wrap {
	display: flex;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	justify-content: flex-start;
	position: relative;
	padding: 30px 0;
	margin-bottom: 40px;
}

#voice .voiceTitle-Wrap::before {
	content: '';
	display: block;
	position: absolute;
	top: -15px;
	left: 10px;
	background-image: url(../../images/voice/voicetitle.svg);
	background-repeat: no-repeat;
	background-size: contain;
	width: 71px;
	height: 15px;
}
#voice .voiceTitle-Wrap div.voiceTitle {
	padding: 0 40px 0 10px;
	font-weight: bold;
	border-right: #000 1px solid;
}
#voice .voiceTitle-Wrap div.voiceTitle .voiceText {
	font-size: 20px;
}
#voice .voiceTitle-Wrap div.voiceTitle .voiceTag {
	font-size: 10px;
	color: #595757;
}
#voice .voiceTitle-Wrap div.profile {
	padding: 0 40px 0 20px;
}
#voice .voiceTitle-Wrap div.profile p {
	font-size: 13px;
	font-weight: 600;
	margin-top: 0.5rem;
}
#voice .voiceTitle-Wrap div.profile p span {
	display: block;
	font-weight: normal;
}
@media screen and (max-width: 48rem) {
	#voice .voiceTitle-Wrap {
		display: block;
	}
	#voice .voiceTitle-Wrap div.voiceTitle {
		border-bottom: #000 1px solid;
		border-right: none;
		padding-bottom: 30px;
	}
	#voice .voiceTitle-Wrap div.profile {
		padding-top: 30px;
		display: flex;
	}
	#voice .voiceTitle-Wrap div.profile p {
		margin-left: 1rem;
	}
}
.points .voicePoint {
	margin-bottom: 70px;
}
.points .voicePoint dl dt {
	font-size: 17px;
	font-weight: 600;
	margin-bottom: 0.5rem;
}
.points .voicePoint dl dd {
	font-size: 13px;
	text-align: justify;
	line-height: 1.5;
}
.points .vp01 {
	display: block;
}
.points .vp01 dl {
	margin-top: 1rem;
}
.points .vp02 {
	display: flex;
	gap: 30px;
}
.points .vp02 dl {
	display: block;
	width: 80%;
	margin: 0 40px 0 0;
}
.points .vp02:nth-child(2n + 1) {
	flex-direction: row-reverse;
}
.points .vp02:nth-child(2n + 1) dl {
	margin: 0 0 0 40px;
}
@media screen and (max-width: 48rem) {
	.points .vp01 dl {
		padding: 0 15px;
	}
	.points .vp02 {
		display: block;
		padding: 0 15px;
	}
	.points .vp02 dl {
		width: 100%;
		margin-top: 1rem;
	}
	.points .vp02:nth-child(2n + 1) dl {
		margin: 1rem 0 0;
	}
}
figcaption {
	text-align: right;
	font-size: 12px;
}
#voice ul.pageMove {
	display: flex;
	justify-content: space-between;
	max-width: 626px;
	margin: 0 auto;
	padding: 0 20px;
}
/* caption */
.caption {
	font-size: 12px;
}
@media screen and (min-width: 48rem) {
	/* common */
	.text-area {
		margin-top: 0;
	}
	#bread {
		margin: 0 auto;
	}
	/* hero */
	.hero-image > div {
		grid-column: 1/-1;
		grid-row: 1/-1;
	}
	.hero-image-block01 {
		order: 1;
		max-width: 500px;
		width: 50%;
		margin-right: 50%;
		margin-left: auto;
		height: fit-content;
		background-color: #acabab;
		padding: 0;
	}
	.hero-image-block01 figure {
		width: 60%;
		padding: 4rem 2rem;
	}
	.hero-image-block02 {
		order: 2;
		width: 60%;
		margin-right: 0;
		margin-left: auto;
		display: flex;
		align-items: flex-end;
		margin-bottom: -5%;
	}
}
