@charset "utf-8";
/*----------------------------
	lower
------------------------------*/
/* conts */
.conts {
	background-color: #f8e5e7;
}
.conts .inner {
	margin: 0 auto;
	padding-bottom: 8rem;
	max-width: 100rem;
}
@media (max-width: 768px) {
	.conts .inner {
		padding: 0 2rem 16rem;
	}
}

/* ttl */
.ttl {
	padding: 3rem 0;
	color: #7a492b;
	text-align: center;
}
.ttl h2 {
	font-size: 2.6rem;
	font-weight: 600;
	font-family: "Noto Serif CJK JP", serif;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0 1rem;
}
.ttl h2 span:nth-child(2) {
	font-size: 6rem;
}
.ttl p {
	font-size: 1.8rem;
	font-weight: 700;
}
@media (max-width: 768px) {
	.ttl {
		padding: 2rem 0 5rem;
	}
	.ttl h2 {
		font-size: 4.1rem;
		gap: 0 2.5rem;
	}
	.ttl h2 span:nth-child(2) {
		font-size: 9.6rem;
	}
	.ttl p {
		font-size: 2.9rem;
	}
}

/* box */
.box {
	padding: 7rem 8.5rem;
	background-color: #fff;
	border-radius: 3rem;
}
.box .profile {
	display: flex;
	gap: 0 3rem;
}
.box .profile .pic {
	width: 15.5rem;
}
.box .profile .txt {
	width: calc(100% - 18.5rem);
}
.box .profile .txt .kana {
	margin-bottom: 0.2rem;
	font-size: 1.8rem;
	font-weight: 700;
	color: #7a492b;
	line-height: 1.3;
	letter-spacing: 0.2em;
}
.box .profile .txt .name {
	margin-bottom: 1rem;
	font-size: 3.5rem;
	font-weight: 600;
	font-family: "Noto Serif CJK JP", serif;
	color: #7a492b;
	line-height: 1.3;
}
.box .profile .txt p:last-child {
	font-size: 1.5rem;
	line-height: 2.6rem;
	font-weight: 500;
}
.box .profile .txt p:last-child .bold {
	font-weight: 700;
}
.box .profile .txt p:last-child .small {
	font-size: 1.3rem;
}
@media (max-width: 768px) {
	.box {
		padding: 8rem 2.5rem 10rem;
	}
	.box .profile {
		flex-direction: column;
		gap: 4.5rem 0;
	}
	.box .profile .pic {
		margin: 0 auto;
		width: 31rem;
	}
	.box .profile .txt {
		width: 100%;
	}
	.box .profile .txt .kana {
		font-size: 3.6rem;
	}
	.box .profile .txt .name {
		margin-bottom: 2.5rem;
		font-size: 7rem;
	}
	.box .profile .txt p:last-child {
		font-size: 3rem;
		line-height: 5.2rem;
	}
	.box .profile .txt p:last-child .small {
		font-size: 2.8rem;
	}
}

/* item */
.item {
	margin-top: 5rem;
	padding-top: 3rem;
	border-top: 1px solid #7a492b;
	font-family: "Noto Serif CJK JP", serif;
}
.item + .item {
	margin-top: 4rem;
}
.item h3 {
	font-size: 2.5rem;
	font-weight: 600;
	color: #7a492b;
}
.item .wrap {
	margin-top: 2rem;
}
.item .wrap.float {
	display: flow-root;
}
.item .wrap.float::after {
	content: "";
	display: table;
	clear: both;
}
.item .wrap:not(.float) {
	display: flex;
	gap: 0 2rem;
}
.item.itemType02 .wrap {
	flex-direction: row-reverse;
}
.item .txt {
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 3.5rem;
}
.item .wrap.float .pic {
	float: right;
}
.item.itemType03 .wrap {
	margin-top: 5rem;
	justify-content: space-between;
}
.item.itemType03 .wrap.itemOne {
	justify-content: center;
}
.item.itemType03 .txt {
	margin-top: 1rem;
}
.item.itemType03 .pic {
	margin: 0 auto;
	width: 32rem;
}
.item.itemType03 .label {
	width: 11.9rem;
	margin: 1rem auto 0;
	font-size: 1.6rem;
	font-family: "Noto Sans CJK JP", sans-serif;
	font-weight: 600;
	text-align: center;
	color: #fff;
	background-color: #e5307d;
	border-radius: 0.7rem;
	padding: 0.3rem 0.3rem 0.5rem;
}
.item.itemType03 .itemName {
	margin-top: 1rem;
	font-size: 1.8rem;
	font-family: "Noto Sans CJK JP", sans-serif;
	font-weight: 600;
	text-align: center;
}
.item.itemType03 .shop {
	width: 25rem;
    margin: 0.8rem auto 0;
	font-size: 1.6rem;
	font-family: "Noto Sans CJK JP", sans-serif;
	font-weight: 500;
	text-align: center;
}
.item.itemType03 .itemName02 + .btnOnline {
	margin-top: 1.6rem;
}
.item.itemType03 .btnOnline {
	margin: 2rem auto 0;
	width: 32rem;
}
.item.itemType03 .btnOnline a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #7a492b;
	font-size: 1.6rem;
	font-family: "Noto Sans CJK JP", sans-serif;
	font-weight: 600;
	letter-spacing: 0.04em;
	padding: 0.8rem;
	color: #fff;
}
.item.itemType03 .btnOnline a::before {
	display: block;
	content: "";
	background: url("/base/pc/store/special/amour/2026/img/chocolatier_focus/common/icn.png") no-repeat;
	background-size: contain;
	width: 2.7rem;
	height: 2.7rem;
	position: absolute;
	top: 50%;
	left: 1rem;
	transform: translateY(-50%);
}
.item.itemType03 .btnOnline a::after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 1.5rem;
	width: 1.1rem;
	height: 1.1rem;
	border-top: 0.2rem solid #fff;
	border-right: 0.2rem solid #fff;
	transform: rotate(45deg) translateY(-50%);
}
@media (max-width: 768px) {
	.item {
		margin-top: 8rem;
		padding-top: 7rem;
		border-top: 2px solid #7a492b;
	}
	.item + .item {
		margin-top: 8rem;
	}
	.item h3 {
		font-size: 4.7rem;
	}
	.item .wrap {
		margin-top: 3rem;
		flex-direction: column;
		gap: 4rem 0;
	}
	.item .wrap.float {
		display: flex;
		flex-direction: column;
		gap: 4rem 0;
	}
	.item .wrap.float::after {
		content: none;
	}
	.item .wrap:not(.float) {
		flex-direction: column;
		gap: 4rem 0;
	}
	.item.itemType02 .wrap {
		flex-direction: column;
	}
	.item .txt {
		font-size: 3.2rem;
		line-height: 6.1rem;
	}
	.item.itemType03 .txt {
		margin-top: 4rem;
	}
	.item.itemType03 .wrap {
		justify-content: center;
		gap: 15rem 0;
	}
	.item .wrap.float .pic {
		float: none;
	}
	.item.itemType03 .pic {
		margin: 0 auto;
		width: 100%;
	}
	.item.itemType03 .label {
		width: 19rem;
		margin: 1rem auto 0;
		font-size: 3rem;
		border-radius: 1rem;
	}
	.item.itemType03 .itemName {
		margin-top: 2rem;
		font-size: 3.2rem;
		text-align: center;
	}
	.item.itemType03 .shop {
		width: 100%;
		margin-top: 1.5rem;
		font-size: 3rem;
		padding: 0 9.5rem;
	}
	.item.itemType03 .btnOnline {
		margin: 3rem auto 0;
		width: 90%;
	}
	.item.itemType03 .btnOnline a {
		height: 10rem;
		font-size: 3.2rem;
	}
	.item.itemType03 .btnOnline a::before {
		width: 5.5rem;
		height: 5.5rem;
	}
	.item.itemType03 .btnOnline a::after {
		right: 2.6rem;
		width: 2.2rem;
		height: 2.2rem;
		border-width: 0.4rem;
	}
}

/* focus01 */
.focus01 .itemType01 .pic {
	width: 55.2rem;
	margin: 1rem 0 3rem 2rem;
}
.focus01 .itemType02 .pic {
	width: 41.4rem;
}
.focus01 .itemType02 .txt {
	width: calc(100% - 43.4rem);
}
@media (max-width: 768px) {
	.focus01 .itemType01 .pic {
		width: 100%;
		margin: 0;
	}
	.focus01 .itemType02 .pic {
		width: 100%;
	}
	.focus01 .itemType02 .txt {
		width: 100%;
	}
}

/* focus02 */
.focus02 .itemType01 .pic {
	width: 55.2rem;
	margin: 1rem 0 3rem 2rem;
}
.focus02 .itemType02 .pic {
	width: 41.4rem;
}
.focus02 .itemType02 .txt {
	width: calc(100% - 43.4rem);
}
.focus02 .item.itemType03 .wrap {
	margin-top: 0;
	align-items: flex-end;
}
@media (max-width: 768px) {
	.focus02 .itemType01 .pic {
		width: 100%;
		margin: 0;
	}
	.focus02 .itemType02 .pic {
		width: 100%;
	}
	.focus02 .itemType02 .txt {
		width: 100%;
	}
}

/* focus03 */
.focus03 .itemType01 .pic {
	width: 55.2rem;
	margin: 1rem 0 3rem 2rem;
}
.focus03 .itemType03 .pic {
	width: 60rem;
}
@media (max-width: 768px) {
	.focus03 .itemType01 .pic {
		width: 100%;
		margin: 0;
	}
	.focus03 .itemType03 .pic {
		width: 100%;
	}
}

/* focus04 */
.focus04 .itemType01 .wrap {
	display: block;
}
.focus04 .itemType01 .pic {
	width: 55.2rem;
	margin: 4rem auto 5rem;
}
@media (max-width: 768px) {
	.focus04 .itemType01 .pic {
		width: 100%;
	}
	.focus04 .itemType03 .pic {
		width: 100%;
	}
}

/* focus05 */
.focus05 .itemType01 .pic {
	width: 55.2rem;
	margin: 1rem 0 3rem 2rem;
}
.focus05 .itemType03 .pic {
	width: 42rem;
}
@media (max-width: 768px) {
	.focus05 .itemType01 .pic {
		width: 100%;
		margin: 0;
	}
	.focus05 .itemType03 .pic {
		width: 100%;
	}
}

/* focus06 */
.focus06 .itemType01 .pic {
	width: 51.5rem;
	margin: 1rem 0 0 2rem;
}
@media (max-width: 768px) {
	.focus06 .itemType01 .pic {
		width: 100%;
		margin: 0;
	}
}

/* focus07 */
.focus07 .itemType01 .pic {
	width: 51.5rem;
	margin: 1rem 0 0 2rem;
}
@media (max-width: 768px) {
	.focus07 .itemType01 .pic {
		width: 100%;
		margin: 0;
	}
}

/* focus08 */
.focus08 .itemType01 .pic {
	width: 55.2rem;
	margin: 1rem 0 3rem 2rem;
}
.focus08 .itemType02 .pic {
	width: 26.5rem;
}
.focus08 .itemType02 .txt {
	width: calc(100% - 28.5rem);
}
@media (max-width: 768px) {
	.focus08 .itemType01 .pic {
		width: 100%;
		margin: 0;
	}
	.focus08 .itemType02 .pic {
		width: 100%;
		text-align: center;
	}
	.focus08 .itemType02 .txt {
		width: 100%;
	}
}

/* focus09 */
.focus09 .itemType01 .pic {
	width: 55.2rem;
	margin: 1rem 0 3rem 2rem;
}
.focus09 .itemType03 .pic {
	width: 40rem;
}
@media (max-width: 768px) {
	.focus09 .itemType01 .pic {
		width: 100%;
		margin: 0;
	}
	.focus09 .itemType03 .pic {
		width: 100%;
	}
}

/* focus10 */
.focus10 .itemType01 .wrap {
	display: block;
}
.focus10 .itemType01 .pic {
	width: 55.2rem;
	margin: 4rem auto 5rem;
}
@media (max-width: 768px) {
	.focus10 .itemType01 .pic {
		width: 100%;
	}
	.focus10 .itemType03 .pic {
		width: 100%;
	}
}

/* focus11 */
.focus11 .itemType01 .pic {
	width: 55.2rem;
	margin: 1rem 0 3rem 2rem;
}
.focus11 .itemType03 .pic {
	width: 40rem;
}
@media (max-width: 768px) {
	.focus11 .itemType01 .pic {
		width: 100%;
		margin: 0;
	}
	.focus11 .itemType03 .pic {
		width: 100%;
	}
}

/* focus12 */
.focus12 .itemType01 .pic {
	width: 55.2rem;
	margin: 1rem 0 3rem 2rem;
}
.focus12 .itemType03 .pic {
	width: 40rem;
}
@media (max-width: 768px) {
	.focus12 .itemType01 .pic {
		width: 100%;
		margin: 0;
	}
	.focus12 .itemType03 .pic {
		width: 100%;
	}
}


/* chocolatier */
.chocolatier {
	margin-top: 6rem;
}
.chocolatier p:first-child {
	font-size: 1.8rem;
	font-weight: 700;
	color: #7a492b;
	text-align: center;
}
.chocolatier h2 {
	font-size: 4.6rem;
	font-weight: 700;
	color: #7a492b;
	font-family: "Noto Serif CJK JP", serif;
	text-align: center;
}
.chocolatier p:nth-child(3) {
	margin-top: 1rem;
	font-size: 1.6rem;
	font-weight: 600;
	text-align: center;
}
.chocolatier .chocolatierList {
	margin-top: 3rem;
	display: flex;
	flex-wrap: wrap;
	gap: 2.5rem 2%;
}
.chocolatier .chocolatierList li {
	width: 32%;
}
.chocolatier .chocolatierList li a {
	border-radius: 1.5rem;
	overflow: hidden;
	display: block;
}
.chocolatier .chocolatierList .chocolatierTxt {
	background: #7A492B;
	font-size: 1.6rem;
	font-weight: 600;
	color: #fff;
	position: relative;
	height: 4rem;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding-bottom: 0.2rem;
}
.chocolatier .chocolatierList .chocolatierTxt::after {
	content: "";
	position: absolute;
	display: block;
	top: calc(50% - 0.65rem);
	right: 1.6rem;
	width: 1rem;
	height: 1rem;
	border-top: 0.2rem solid #fff;
	border-right: 0.2rem solid #fff;
	transform: rotate(45deg);
}
@media (max-width: 768px) {
	.chocolatier {
		margin-top: 16rem;
	}
	.chocolatier p:first-child {
		font-size: 3.2rem;
	}
	.chocolatier h2 {
		margin-top: 3rem;
		font-size: 9.2rem;
		line-height: 10rem;
	}
	.chocolatier p:nth-child(3) {
		margin-top: 5.5rem;
		font-size: 3.1rem;
	}
	.chocolatier .chocolatierList {
		display: block;
		margin: 7rem auto 0;
		max-width: 61.2rem;
	}
	.chocolatier .chocolatierList li {
		width: 100%;
	}
	.chocolatier .chocolatierList li + li {
		margin-top: 5rem;
	}
	.chocolatier .chocolatierList li a {
		border-radius: 1.5rem;
	}
	.chocolatier .chocolatierList .chocolatierTxt {
		font-size: 3rem;
		height: 7.6rem;
		padding-bottom: 0.2rem;
	}
	.chocolatier .chocolatierList .chocolatierTxt::after {
		top: calc(50% - 1.2rem);
		right: 2.6rem;
		width: 1.7rem;
		height: 1.7rem;
	}
}

/* btnTop */
.btnTop {
	margin: 4rem auto 0;
	width: 32rem;
}
.btnTop a {
	display: block;
	padding: 1.3rem;
	background-color: #fff;
	border: solid 0.2rem #7A492B;
	font-size: 1.6rem;
	font-weight: 600;
	color: #7A492B;
	text-align: center;
	position: relative;
}
.btnTop a::before {
	display: block;
	content: '';
	width: 1.2rem;
	height: 1.2rem;
	border-left: 0.2rem solid #7A492B;
	border-bottom: 0.2rem solid #7A492B;
	transform: rotate(45deg);
	position: absolute;
	top: calc(50% - 0.6rem);
	left: 2rem;
}
@media (max-width: 768px) {
	.btnTop {
		margin: 8rem auto 0;
		width: 90%;
	}
	.btnTop a {
		padding: 2.7rem;
		border-width: 0.4rem;
		font-size: 3.2rem;
	}
	.btnTop a::before {
		width: 2rem;
		height: 2rem;
		border-width: 0.4rem;
		top: calc(50% - 1rem);
		left: 3rem;
	}
}

/* coution */
.coution {
	margin: 5rem auto 2.5rem;
}
.coution .inner {
	padding: 0 8rem;
}
.coution p {
	padding-top: 2rem;
	font-size: 1.4rem;
	line-height: 1.78;
	border-top: 0.1rem solid #000;
}
@media (max-width: 768px) {
	.coution {
		margin: 2rem auto 9rem;
	}
	.coution .inner {
		padding: 0 5rem;
	}
	.coution p {
		font-size: 2.2rem;
		line-height: 1.81;
		padding-top: 5rem;
	}
}