.mainContents {
	width: 752px;
}
.Layout_wishList li .add_cart_btn.add {
	width: 100%;
	height: 30px;
	background: #000;
	color: #fff;
	font-size: 13px;
	border: none;
	outline: none;
}
.Layout_wishList li div.soldout {
	width: 100%;
	height: 30px;
	background: #F4F4F4;
	color: #828282;
	font-size: 13px;
	border: none;
	outline: none;
	text-align: center;
	padding-top: 6px;
}
.Layout_wishList_None li .layout1 p {
	width: 752px;
	margin: 0 auto;
	padding: 0 40px 100px;
	box-sizing: border-box;
	font-size: 14px;
}
.Layout_mypage_outer .ttl {
	display: none;
}

.mypage .mainContentsInner .main_area {
	width: 100%;
}

#popup {
	display: none;
}

.main_area .popup-open {
	cursor: pointer;
	float: right;
	margin: 0 0 30px;
	text-decoration: underline;
	font-size: 16px;
	color: #000;
}

.history input[type="checkbox"] + .popup-open::before,
.history input[type="checkbox"]:checked + .popup-open::after {
	display: none;
}

.popup-overlay {
	display: none;
}

#popup:checked ~ .popup-overlay {
	display: block;
	z-index: 99999;
	background-color: #00000070;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
}

.popup-window {
	width: 90vw;
	max-width: 785px;
	padding: 20px;
	background-color: #ffffff;
	border-radius: 6px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.mypage .mainContentsInner .main_area .popup-title {
	font-size: 26px;
}
.mypage .mainContentsInner .main_area .popup-text {
	margin: 0;
	line-height: 2.0;
}
.mypage .mainContentsInner .main_area .bold-text {
	font-weight: bold;
}
.mypage .mainContentsInner .main_area .alert-text {
	font-size: 13px;
}

.popup-text:not(:last-of-type) {
	margin-bottom: 1em;
}

.popup-close {
	cursor: pointer;
	position: absolute;
	top: 8px;
	right: 8px;
}

@media screen and (max-width: 1023px) {
	.Layout_wishList li .add_cart_btn.add, .Layout_wishList li div.soldout {
		height: 40px;
		font-size: 14px;
	}
	.Layout_wishList li div.soldout {
		padding-top: 10px;
	}
	.Layout_mypage_outer .ttl {
		display: block;
		text-align: center;
		margin-bottom: 40px;
		padding: 46px 0 14px;
		font-size: 23px;
	}
}

@media only screen and (min-width: 64.063em) {
	.large-9 {
		width: 100%;
	}
}