@charset "UTF-8";
/* CSS Document */
@media (max-width: 768px) {
	html {
		font-size: 1.333333vw;
	}
}
.about .mvWrapper {
	max-width: 120rem;
	margin: 0 auto;
}
.about main {
	font-family: YuGothic, 'Yu Gothic', sans-serif;
	font-size: 1.6rem;
	color: #5d463a;
}
.about main .bnr {
	margin: 5rem auto 0;
	width: 77%;
	max-width: 900px;
}
.about .contentsWrapper {
	max-width: 104rem;
	margin: 0 auto;
}
.about .lead {
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	line-height: 2;
	margin-top: 5rem;
}
@media (max-width: 768px) {
	.about .mvWrapper {
		max-width: 100%;
	}
	.about main {
		font-size: 2.6rem;
	}
	.about .contentsWrapper {
		max-width: 100%;
		padding-left: 3rem;
		padding-right: 3rem;
	}
	.about .lead {
		font-size: 2.8rem;
		margin-top: 6rem;
	}
}
/*=====contents=====*/
.about .bg01 {
	background: linear-gradient(180deg, #fff 0%, #fff 13%, #fff5e2 13%, #fff5e2 100%);
}
.about .contents {
	margin-top: 6rem;
	padding-bottom: 5rem;
}
.about .contentsTtl {
		position: relative;
}
.about .contents .contentsLead {
	color: #fff;
	font-weight: bold;
	text-align: center;
	position: absolute;
	top: 39%;
	left: 2.5%;
	max-width: 30rem;
}
.about .contents .contentsArea {
	margin-top: 5rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.about .contents .contentsBox {
	width: 48%;
	display: flex;
	justify-content: space-between;
}
.about .contents .contentsArea > div:nth-of-type(n+3) {
	margin-top: 3rem;
	padding-top: 3rem;
	border-top: 1px solid #b9aea8;
}
.about .contents .contentsBox .shopIcn {
	width: 34%;
}
.about .contents .contentsBox .txtBox {
	width: 57%;
}
.about .contents .contentsBox .txtBox .shopTxt {
	font-weight: bold;
}
.about .contents .contentsBox .txtBox .btn {
	margin-top: 2.5rem;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
	border: 1px solid #5d463a;
	border-radius: 1.6rem;
	max-width: 18rem;
}
.about .contents .contentsBox .txtBox .btn a {
	display: block;
	max-width: 18rem;
	padding: 0.5rem 3.5rem;
}
.about .bg02 {
	background: linear-gradient(180deg, #fff 0%, #fff 13%, #e7faff 13%, #e7faff 100%);
}
.about .bg02 .contents .contentsLead {
	left: 70.5%;
}
.about .bg03 {
	background: linear-gradient(180deg, #fff 0%, #fff 13%, #f4ffeb 13%, #f4ffeb 100%);
}
.about .bg03 .contents .contentsLead {
	top: 43%;
}
@media (max-width: 768px) {
	.about .bg01 {
		background: linear-gradient(180deg, #fff 0%, #fff 6%, #fff5e2 6%, #fff5e2 100%);
	}
	.about .contents {
		margin-top: 7rem;
		padding-bottom: 6rem;
	}
	.about .contents .contentsLead {
		font-size: 2.5rem;
		top: 29%;
		left: 11.5%;
		max-width: 55rem;
	}
	.about .contents .contentsArea {
		margin-top: 6.5rem;
		flex-direction: column;
	}
	.about .contents .contentsBox {
		width: 100%;
	}
	.about .contents .contentsBox.pc {
		display: none;
	}
	.about .contents .contentsArea > div:nth-of-type(n+2) {
		margin-top: 4.5rem;
		padding-top: 4.5rem;
		border-top: 1px solid #b9aea8;
	}
	.about .contents .contentsBox .shopIcn {
		width: 28%;
	}
	.about .contents .contentsBox .txtBox {
		width: 65%;
	}
	.about .contents .contentsBox .txtBox .btn {
		margin-top: 2rem;
		font-size: 2.5rem;
		border-radius: 2.9rem;
		max-width: 31.6rem;
	}
	.about .contents .contentsBox .txtBox .btn a {
		display: block;
		max-width: 31.6rem;
		padding: 0.5rem 6.5rem;
	}
	.about .bg02 {
		background: linear-gradient(180deg, #fff 0%, #fff 6%, #e7faff 6%, #e7faff 100%);
	}
	.about .bg02 .contents .contentsLead {
		left: 18.5%;
	}
	.about .bg03 {
		background: linear-gradient(180deg, #fff 0%, #fff 6%, #f4ffeb 6%, #f4ffeb 100%);
	}
	.about .bg03 .contents .contentsLead {
		top: 35%;
		left: 18.5%;
	}
}
/*=====*/
.about .shopBtn {
	margin: 5rem auto 0;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	border: 1px solid #5d463a;
	border-radius: 3.2rem;
	max-width: 40rem;
}
.about .shopBtn a {
	display: block;
	max-width: 40rem;
	padding: 1.5rem 4rem;
}
.about footer {
	margin-top: 12rem;
	padding-top: 7.5rem;
}
.about footer .banners {
	display: none;
}
@media (max-width: 768px) {
	.about .shopBtn {
		margin: 7rem auto 0;
		font-size: 3rem;
		border-radius: 4.8rem;
		max-width: 59rem;
	}
	.about .shopBtn a {
		max-width: 59rem;
		padding: 2rem 6rem;
	}
	.about footer {
		padding-top: 12.5rem;
	}
	.about footer .pageLinks {
		font-size: 2.2rem;
	}
	.about footer .siteLinks {
		font-size: 2rem;
	}
	.about footer .copyright{
		font-size: 2.2rem;
	}
}