@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-PSP */
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
/*------------------------------------------------------------
comLink
------------------------------------------------------------*/
.comLink {
	width: 15.6rem;
}
.comLink a {
	padding: 0 1rem 0 0;
	min-height: 4.4rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 3rem;
	border: 1px solid #544B45;
	background: url(../img/common/icon02.png) no-repeat right 1.7rem center #FFF;
	background-size: 0.9rem auto;
	text-align: center;
	font-weight: 700;
}
.comLink a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
}

/*------------------------------------------------------------
	common
------------------------------------------------------------*/

.topBox .satisfying {
	margin-bottom: 2rem;
	padding: 0 3rem 0.5rem 0.4rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-bottom: 1px solid #544B45;
}
.topBox .comRightBox {
	margin: -1.2rem 0 -0.5rem;
	display: flex;
	align-items: flex-end;
	gap: 0 0.7rem;
}
.topBox .comRightBox p {
	font-size: 1.2rem;
	font-weight: 700;
	margin: 0 0 0.7rem;
}
.topBox .snsList {
	display: flex;
	align-items: center;
	gap: 0 0.9rem;
}
.topBox .innerBox a:hover {
	opacity: 0.7;
}
.topBox h2 {
	margin: 0 0.6rem 0.9rem;
	font-weight: 700;
	font-size: 3.2rem;
}
.topBox p {
	margin: 0 0.6rem 3.1rem;
	font-size: 1.8rem;
	font-weight: 700;
}
.bulkyBox .link {
	width: 31rem;
	margin: 0 2.7rem 1.6rem;
}
.bulkyBox .link a {
	padding: 0 6rem 0 1.4rem;
	display: flex;
	align-items: center;
	min-height: 6rem;
	font-size: 2rem;
	font-weight: 700;
	border: 1px solid #544B45;
	border-radius: 1rem;
	background-color: #fff;
	position: relative;
}
.bulkyBox .link a:after {
	width: 4.9rem;  
	height: 100%;
	border-radius: 0 0.8rem 0.8rem 0;
	background: url(../img/common/icon01.png) no-repeat center #544B45;
	background-size: 1.5rem auto;
	position: absolute;  
	top: 0;
	right: 0;  
	content: ""; 
}
.bulkyBox .link span {
	margin-right: 1.4rem;
}
.topBox .bulkyBox {
	width: 36rem;
}
.bulkyBox .list {
	margin-bottom: 2rem;
}
.bulkyBox .list a {
	padding: 1.3rem 2rem 1.3rem 1rem;
	display: flex;
	align-items: center;
	font-weight: 500;
	letter-spacing: -0.08rem;
	background: url(../img/common/icon02.png) no-repeat right 0.8rem center;
	background-size: 0.9rem auto;
	border-bottom: 1px dashed #544B45;
}
.bulkyBox .list .listImg {
	width: 2.1rem;
	flex-shrink: 0;
	margin-right: 1rem;
}
.bulkyBox .list .subSpan {
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: -0.09rem;
}
.bulkyBox .snsLink {
	margin-right: 1rem;
	text-align: right;
}
.bulkyBox .snsLink a {
	display: inline-block;
	font-size: 1.4rem;
	font-weight: 700;
}
.bulkyBox .snsLink img {
	margin-left: 1rem;
	vertical-align: -0.8rem;
	width: 3rem;
}
.containerBox .shopLink {
	position: absolute;
	top: 3rem;
	left: 100%;
	z-index: 1;
	width: 6rem;
}
.containerBox .shopLink a {
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 28rem;
	border-radius: 0 1rem 1rem 0;
	background: #544B45;
}
.containerBox .shopLink a:hover {
	opacity: 0.7;
}
.containerBox .shopLink span {
	width: 2rem;
	text-align: center;
	font-size: 2rem;
	font-weight: 700;
	line-height: 105%; 
	padding-bottom: 3rem;
	background: url(../img/common/img06.png) no-repeat center bottom;
	background-size: 2.2rem auto;
}

@media all and (min-width: 897px) {
	.topBox .snsList li:hover {
		opacity: 0.7;
	}
	.topBox::before {
		content: '';
		width: 307px;
		aspect-ratio: 614 / 1052;
		background: url(../img/common/com_photo.png) no-repeat right bottom;
		background-size: 100% auto;
		position: absolute;
		bottom: -23px;
		right: -33px;
		z-index: -1;
	}
	.containerBox {
		height: 100%;
		width: 550px;
		/* width: 548px; */
		position: absolute;
		top: auto;
		right: 19.8vw;
	}
	.subContainer {
		padding-bottom: 6.6rem;
		padding-top: 2rem;
		overflow: auto;
		background: #FFF;
		height: 100%;
		box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.20);
	}
	.topBox {
		min-height: 76.8rem;
		overflow: hidden;
		height: 100svh;
		z-index: 1;
		position: relative;
		background-color: #FFF9EB;
	}
	.topBox .lBox {
		display: flex;
		justify-content: flex-end;
		width: calc((100% - 19.8% - 5%) - 550px);
		/* width: calc((100% - 19.8% - 5%) - 548px); */
		height: auto;
		position: absolute;
		top: 17rem;
		left: 5%;
	}
	.topBox .innerBox {
		max-width: 70rem;
		width: 100%;
	}
}

@media all and (max-width: 896px) {
	.topBox .lBox {
		padding: 9rem 2rem 2rem; 
		background: #FFF9EB;
	}
	.topBox .satisfying {
		margin-bottom: 1.5rem;
		padding-right: 0.5rem;
	}
	.topBox h2 {
		margin: 0 0 1rem;
		font-size: 2.4rem;
		line-height: 150%; 
	}
	.topBox p {
		margin: 0;
		font-size: 1.6rem;
	}
	.containerBox {
		margin-bottom: 3.6rem;
		padding-top: 2rem;
	}
	.topBox .bulkyBox {
		width: auto;
		padding: 0 2rem 3.8rem;
		background: #FFF9EB;
	}
	.bulkyBox .comRightBox {
		background-color: #fff;
		margin: 0 -2rem 5rem;
		padding: 0 0.5rem 1.1rem;
		align-items: center;
		justify-content: flex-end;
	}
	.bulkyBox .comRightBox p {
		margin-bottom: 0.5rem;
	}
	.bulkyBox .link {
		width: 31rem;
		margin: 0 auto 3rem;
	}
	.containerBox .shopLink {
		position: fixed;
		left: 50%;
		top: auto;
		bottom: 0;
		width: 32rem;
		transform: translateX(-50%);
	}
	.containerBox .shopLink a {
		min-height: 6rem;
		border-radius: 1rem 1rem 0 0;
	}
	.containerBox .shopLink span {
		width: 100%;
		display: block;
		padding: 0 3rem 0 1rem;
		background-position: right 2rem center;
	}
}

/*------------------------------------------------------------
	popBox
------------------------------------------------------------*/
.popBox {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 99999;
	transition: .3s;
	opacity: 0;
	visibility: hidden;
	background: rgba(0,0,0,.3);
}
.popBox.show {
	opacity: 1;
	visibility: visible;
}
.popBox .popInner {
	padding: 0;
    position: absolute;
	left: 2rem;
	right: 2rem;
	top: 0;
	bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.popBox .close {
	cursor: pointer;
	position: absolute;
	top: -1rem;
	right: -1.1rem;
	width: 4.2rem;
	z-index: 1;
}
.popBox .popSubBox {
	margin: auto;
	max-width: 100rem;
	max-height: 87%;
	width: 100%;
	display: flex;
	position: relative;
}
.popBox .subBox {
	width: 100%;
	border-radius: 1rem;
	background: #fff;
	padding: 5rem 12rem;
	max-height: 100%;
    overflow-y: auto;
}
.popBox .products {
	margin-bottom: 2.5rem;
}
.popBox .products .textImg {
	width: 20rem;
	margin-right: 2.5rem;
}
.popBox .products .rBox {
	padding-top: 0.1rem;
}
.popBox .products p {
	color: #333;
	font-size: 1.7rem;
	font-weight: 500;
}
.popBox .products .ttl {
	font-size: 2.4rem;
	margin-bottom: 1rem;
	font-weight: 700;
}
.popBox .ttl02 {
	margin-bottom: 2.6rem;
	text-align: center;
	color: #333;
	font-size: 18px;
	font-weight: 700;
}
.popList {
	display: flex;
	flex-wrap: wrap;
	gap: 3rem 8rem;
}
.popList li {
	width: calc((100% - 8rem) / 2);
}
.popList a:not([class]) {
	padding-bottom: 0.9rem;
	border-radius: 1rem;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	border: 1px solid #544B45;
	background: #FFF;
	overflow: hidden;
}
.popList a:not([class]):hover {
	opacity: 0.7;
}
.popList .photoBox {
	width: 12rem;
	position: relative;
	aspect-ratio: 1;
	margin: -1px 1.5rem 0 -1px;
}
.popList .photoBox img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.popList .textBox {
	flex: 1;
	padding: 0.8rem 1rem 0 0;
}
.popList .textBox p {
	color: #333;
	font-size: 1.5rem;
	font-weight: 500;
}
.popList .textBox .ttl03 {
	margin-bottom: 0.6rem;
	font-size: 1.8rem;
	font-weight: 700;
}
.popList .textBox .textImg02 {
	width: 3.2rem;
}
.popUl {
	padding: 0 10rem 4rem;
	display: flex;
	flex-wrap: wrap;
	gap: 1.6rem;
}
.popUl li {
	flex-shrink: 0;
	aspect-ratio: 1;
	position: relative;
	border-radius: 100%;
	outline: 1px solid #ccc;
	width: calc((100% - (1.6rem * 10 + 0.1rem)) / 11);
}
.popUl li a:hover {
	opacity: 0.7;
}
.popUl li img {
	width: 100%;
	height: 100%;
	border-radius: 100%;
	object-position: center;
}
.popClose {
	margin: 0 auto;
	width: 23rem;
}
.popClose a {
	min-height: 4.6rem;
	background-image: url(../img/common/icon07.png);
	background-size: 1.6rem auto;
}

@media all and (min-width: 897px) {
	.popBox .close:hover {
		opacity: 0.7;
	}
}

@media all and (max-width: 896px) {
	.popBox .popSubBox {
		max-height: 77.5%;
	}
	.popBox .subBox {
		margin: 0 1.5rem;
		padding: 2rem 1.5rem;
	}
	.popBox .products {
		margin-bottom: 2.2rem;
		flex-direction: column;
	}
	.popBox .products .textImg {
		width: 100%;
		margin: 0 auto 1.5rem;
		text-align: center;
	}
	.popBox .products .textImg img {
		width: 15.1rem;
		margin: 0 auto;
	}
	.popBox .products .rBox {
		text-align: center;
	}
	.popBox .products p {
		font-size: 1.5rem;
	}
	.popBox .products .ttl {
		margin-bottom: 1.1rem;
		font-size: 2rem;
	}
	.popBox .ttl02 {
		margin-bottom: 2.5rem;
		font-size: 1.7rem;
	}
	.popList {
		flex-direction: column;
	}
	.popList li {
		width: 100%;
	}
	.popBox .close {
		width: 3rem;
		right: 0.5rem;
		top: -0.5rem;
	}
	.popBox .popInner {
		left: 0;
		right: 0;
	}
	.popUl {
		padding: 0 0.5rem 4.5rem;
		gap: 1.8rem;
	}
	.popUl li {
		outline-offset: -1px;
		width: calc((100% - (1.8rem * 4)) / 5);
	}
	.popClose {
		width: 26rem;
	}
	.popClose a {
		font-size: 1.8rem;
		min-height: 5.3rem;
		background-position: right 2rem center;
		background-size: 1.8rem auto;
	}
}


/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.comLink02 {
	width: 24rem;
}
.comLink02 a {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 4.4rem;
	border-radius: 10px;
	background: #FFE56D url(../img/common/icon02.png) no-repeat right 3.7rem center;
	font-weight: 700;
	background-size: 0.9rem auto;
}
.comLink02 a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	.comLink02 {
		margin: 0 auto;
	}
	.comLink02 a {
		min-height: 3.6rem;
		background-position: right 0.8rem center;
	}
}


/*------------------------------------------------------------
content
------------------------------------------------------------*/
.content {
	margin: 0 auto;
	max-width: 122rem;
	padding: 0 2rem;
}
@media all and (max-width: 896px) {
}


/*------------------------------------------------------------
snsLink02
------------------------------------------------------------*/
.snsLink02 {
	margin: 0 auto;
	width: 27rem;
}
.snsLink02 a {
	min-height: 5.6rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 3rem;
	border: 1px solid #544B45;
	background: #FFF;
	text-align: center;
	font-weight: 700;
}
.snsLink02 a span {
	display: inline-block;
	padding: 0.5rem 0 0.5rem 4rem;
	background: url(../img/common/sns03.png) no-repeat left center;
	background-size: 3rem auto;
}
.snsLink02 a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
}

/*------------------------------------------------------------
comLink03
------------------------------------------------------------*/
.comLink03 {
	margin: 0 auto;
	max-width: 30rem;
}
.comLink03 a {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #E56C4F url(../img/common/icon08.png) no-repeat right 2rem center;
	border-radius: 100vmax;
	background-size: 0.7rem auto;
	display: flex;
	min-height: 6.4rem;
	justify-content: center;
	align-items: center;
	color: #FFF;
	font-size: 1.8rem;
	font-weight: 700;
}
.comLink03 a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
}

/*------------------------------------------------------------
	common
------------------------------------------------------------*/
@media all and (max-width: 896px) {
}

@media all and (min-width: 897px) and (max-width: 1250px) {
	.containerBox {
		width: max(36vw,37.5rem);
		right: 16.5vw;
	}
	.topBox .lBox {
		left: 6.8%;
		width: calc((100% - 16.5% - 6.8%) - max(36vw,37.5rem));
	}
	.topBox .satisfying {
		padding-right: 1rem;
	}
	.topBox::before {
		right: min(-13.1vw,-134px);
	}
}

@media all and (min-width: 897px) and (max-width: 1000px) {
	/* .bulkyBox .link {
		width: min(28vw,30rem);
	}
	.bulkyBox .link span img {
		margin-right: 0rem;
		width: min(9vw,106px);
	}
	.bulkyBox .link a {
		font-size: min(2vw,2rem);
	}
	.bulkyBox .list a {
		font-size: min(1.6vw,1.6rem);
	}
	.bulkyBox .list .subSpan {
		font-size: min(1.8vw,1.8rem);
	}
	.topBox .bulkyBox {
		width: min(34vw,36rem);
	} */
}

@media all and (min-width: 1400px) and (max-width: 1700px) {
	.containerBox {
		right: 22.5vw;
	}
	.topBox .lBox {
		top: 17.4rem;
		left: 5.6%;
		width: calc((100% - 22.5% - 5.6%) - 550px);
	}
	.topBox .bulkyBox {
		margin: 0 auto;
		padding-right: 2rem;
		box-sizing: content-box;
	}
}
@media all and (min-width: 1920px) {
	.containerBox {
		right: 14.1vw;
	}
	.topBox .lBox {
		width: calc((100% - 14.1% - 5%) - 550px);
	}
}