div.topArea.login{
	display: none;
}
div.topArea .tr{
	column-gap: 30px;
}

.priceArea{
	position: relative;
	margin-bottom: 20px;
}
.priceArea > div{
	line-height: 1.5;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.thumbnailArea{
	width: 100%;
}
.catchArea{
	width: 100%;
}
.itemName h2{
	font-size: 1.25rem;
	font-weight: 500;
    line-height: 1.125;
    margin: 10px 0;
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

.priceArea .label{
	font-size: 0.85rem;
	margin: 5px 0 0;
	min-width: auto;
}
.priceArea .normal .label{
	min-width: 70px;
}

.priceArea .price{
	font-family: 'Century Gothic',  'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', sans-serif;
	font-size: 1.125rem;
	font-weight: bold;
	vertical-align: bottom;
	color: #333;
	margin: 0 5px;
	display: inline-block;
}
.priceArea .normal .price{
	font-size: 1rem;
	color: #666;
}
.priceArea .unit{
	font-size: 0.875rem;
	vertical-align: bottom;
	margin-left: 2px;
	display: inline-block;
}
.priceArea .normal .unit{
	font-size: 0.875rem;
}
.priceArea .tax{
	font-size: 0.875rem;
	font-weight: normal;
	vertical-align: bottom;
	margin-bottom: 1px;
	display: inline-block;
}

.catchArea .deductible{
	margin: -15px 0 20px;
}

.cartNavi{
	margin: 60px 0 30px 20px;
}

.cartNavi > div{
	display: flex;
	flex-wrap: wrap;
	column-gap: 10px;
	row-gap: 10px;
	margin-bottom: 20px;
}
.cartNavi .label{
	padding: 10px 0 0 0;
}


.cartNavi select,
.cartNavi input{
	width: auto;
	margin-bottom: 0;
	border: 2px solid #999;
}
.cartNavi select{
	font-weight: bold;
	background: rgba(255,255,255,0);
}
.cartNaviSelect .val{
	background: #e5e5e5;
}

.notes{
	font-size: 0.875rem;
	line-height: 1.75;
	display: block;
}
.cartNaviButton{
	width: 100%;
}
#add-cart{
	width: 100%;
}
.favoriteButton{
	padding-left: 20px;
}


/* :::::::::::::::::: ec-modal :::::::::::::::::: */

.ec-modal{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	width: 100%;
	height: 100%;
}
.ec-modal .checkbox {
	display: none; 
}

.ec-modal .ec-modal-overlay {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(0, 0, 0, 0.3);
	width: 100%;
	height: 100%;
}

.ec-modal .ec-modal-wrap {
	position: relative;
	border-radius: 2px;
	border: 1px solid #333;
	background-color: #fff;
	width: 90%;
	margin: 20px;
	padding: 40px 5px;
}
.ec-modal .ec-modal-close {
	cursor: pointer;
	position: absolute;
	right: 20px;
	top: 10px;
	font-size: 20px;
	height: 30px;
	width: 20px;
}
.ec-modal .ec-modal-box{
	text-align: center;
}
#ec-modal-header{
	line-height: 1.5;
	padding: 0 30px;
}
.ec-modal .ec-role{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	column-gap: 10px;
	row-gap: 15px;
	width: 100%;
	max-width: 1130px;
	margin: 30px 0 0;
}

@media (min-width: 769px) {
	.ec-modal .ec-modal-wrap {
		padding: 40px 10px;
		width: 50%;
		margin: 20px auto;
	}
	.ec-modal .ec-role{
		flex-direction: row;
	}
	.thumbnailArea{
		width: 40%;
	}
	.catchArea{
		width: calc(60% - 30px);
	}
	.itemName h2{
		font-size: 2rem;
	}
	.cartNaviButton{
		width: auto;
	}
	
	.priceArea .price{
		font-size: 1.25rem;
	}
	.priceArea .unit{
		font-size: 1rem;
	}
	
	
}
@media (min-width: 1000px) {
	.thumbnailArea{
		width: 360px;
	}
	.catchArea{
		width: calc(100% - 390px);
	}
	.cartNavi select,
	.cartNavi input{
		width: 100%;
	}
	.cartNavi .label{
		width: 60px;
	}
	.cartNavi .val{
		width: 200px;
	}
	
	
}
@media (min-width: 1100px) {
	.cartNavi .val{
		width: 200px;
	}
	#add-cart{
		width: 225px;
	}
}