@charset "utf-8";

/* --------------------------------------------------------------------------------
★PC
フリーページ　Fat Witch New Yorkとは？
-------------------------------------------------------------------------------- */

#about {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 2rem;
	padding-bottom: 2rem;
	font-size: 16px;
}
#about .contentInner {
	max-width: 800px;
	margin: 0 auto;
}
#about h2 {
	font-size: 1.2em;
	padding-bottom: 0.3em;
	margin-block-start: 0.83em;
	margin-block-end: 0.83em;
}
#about .content h3 {
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 0.5em;
	border: none;
}
#about .content p {
	font-size: 0.9em;
	margin-bottom: 0.5em;
	line-height: 2;
	display: block;
	margin-block-start: 1em;
	margin-block-end: 1em;
}
#about .content img {
	margin: 0;
	max-width: 100%;
	height: auto;
}




#about #history {
	margin-bottom: 3rem;
}

#about .btn-wrapper {
	text-align: center;
}

#about a.btn {
	display: inline-block;
	background-color: #000;
	font-size: 1em;
	color: #ccc;
	padding: 1em 3em;
	border-radius: 6rem;
	margin: 1em 0 2em;
	transition: all 0.3s ease 0s;
	line-height: 1.15;
}

#about a.btn:hover {
	opacity: 0.4;
}

#about .text-right {
	text-align: right;
}

#about section p {
	max-width: 640px;
	margin: 0 auto;
}

#about .wrapper-col2 {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 3rem;
}

#about .wrapper-col2 .left,
#about .wrapper-col2 .right {
	width: 49%;
}

#about .wrapper-col2 .left img,
#about .wrapper-col2 .right img {
	margin: 0;
}

#about .wrapper-history {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 1rem;
	background-color: #f6f6f6;
	padding: 1rem;
	border-radius: 15px;
}

#about .wrapper-history .left {
	width: 20%;
}

#about .wrapper-history .left img {
	margin: 0;
	width: 100%;
	height: auto;
}

#about .wrapper-history .right {
	width: 76%;
}

#about .wrapper-history .right span {
	color: #353535;
	font-weight: bold;
	display: block;
	font-size: 1rem;
}

#about .wrapper-history .right p {
	margin: 0;
}

#about #secret ul.secret-wrapper {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#about #secret ul.secret-wrapper li {
	text-align: center;
	padding: 1em;
	width: 32.5%;
	border-radius: 15px;
	margin-bottom: 0.5rem;
	background-color: #f7f7f7;
}

#about #secret ul.secret-wrapper li p {
	margin: 0;
	font-size: 0.825em;
}

#about #secret ul.secret-wrapper li h4 {
	position: relative;
	margin-top: 100px;
	margin-bottom: 0.5em;
	font-size: 1.2em;
	font-weight: bold;
}

#about #secret ul.secret-wrapper li h4.witch_melt:before {
	position: absolute;
	content: '';
	width: 83px;
	height: 80px;
	background-image: url(https://www.fatwitch.co.jp/images/brand/about/icon_tsubo.svg);
	background-size: cover;
	top: 0;
	left: 50%;
	transform: translate(-50%, calc(-100% - 1rem));
}

#about #secret ul.secret-wrapper li h4.choco:before {
	position: absolute;
	content: '';
	width: 122px;
	height: 80px;
	background-image: url(https://www.fatwitch.co.jp/images/brand/about/icon_choco.svg);
	background-size: cover;
	top: 0;
	left: 50%;
	transform: translate(-50%, calc(-100% - 1rem));
}

#about #secret ul.secret-wrapper li h4.recipe:before {
	position: absolute;
	content: '';
	width: 86px;
	height: 80px;
	background-image: url(https://www.fatwitch.co.jp/images/brand/about/icon_heart.svg);
	background-size: cover;
	top: 0;
	left: 50%;
	transform: translate(-50%, calc(-100% - 1rem));
}