@charset "UTF-8";

body {
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.detail-contents-wrap {
	padding-top: 66px;
	padding-right: 0px;
	padding-left: 0px;			
}
.detail-top {
	display: flex;
	flex-direction: column;
}
.detail-top-left {
	width: 100%;
}
.detail-img-div {
	width: 100%;
	margin-right: 0px;
}
.detail-img-div > img {
	width: 100%;
}
.detail-top-right {
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
}
.prd_name {
	font-size: 1.2em;
	color: #393b44;
	font-weight: bold;
	word-break: keep-all;
	margin-top: 20px;
	margin-bottom: 20px;
}
.detail-price-section .line {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}
.detail-price-section .header {
    font-weight: 500;
    width: auto;
    font-size: 1.4em;
    color: #393b44;
    width: 190px;
    display: none;
}
.detail-price-section .data.normal {
    display: flex;
    align-items: center;
}
.detail-price-section .original_price .price {
    opacity: 0.4;
    font-size: 1.0em;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    text-decoration: line-through;
    color: #0f0e0f;
}
.detail-price-section .data.normal {
    display: flex;
    align-items: center;
}
.detail-price-section .member_price .price {
    font-size: 1.5em;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    color: #c8042f;
}
.detail-price-section .discount-rate {
    margin-left: 15px;
    font-size: 0.9em;
    font-weight: bold;
    color: #c8042f;
}
.prd_doc {
	font-size: 0.8em;
    letter-spacing: -0.25px;
    color: rgba(0,0,0,0.5);
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
}
.quantity {
	display: table;
	vertical-align: middle;
	text-align: center;
	margin-left: auto;
}
.quantity > div {
	display: table-cell;
}
.quantity-change {
	width: 33px;
	height: 38px;
	border: 1px solid #e0e0e0;
	vertical-align: middle;
	cursor: pointer;
	user-select: none;
}
.quantity-change > img {			
	margin: 0 auto;
	width: 20px;
	height: 20px;			
}
.quantity-qty {
	vertical-align: middle;
	width: 38px;
	height: 38px;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
}
.prd_qty {
	display: flex;
	align-items: center;
}
.amount {        	
   	font-size: 1.5em;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    color: #c8042f;
    width: 185px;
    text-align: right;
}
.detail-buy {
	display: flex;
	margin-top: 45px;
}
.detail-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background-color: #ffc800;
	border-color: #ffc800;        	
	font-size: 1.2rem;
	font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    user-select: none;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.detail-btn:hover {
	background-color: #d9aa00;
	border-color: #cca000;
}
.buy-btn {
	width: 298px;
	height: 56px;
	margin-left: auto;
}
.detail-contents-title {        	
	padding-top: 20px;
	padding-bottom: 10px;
	margin-top: 40px;
	margin-bottom: 10px;
	border-top: 1px solid #dfdfdf;
	border-bottom: 1px solid #000000;
	font-size: 1.0em;
	margin-left: 10px;
	margin-right: 10px;
}
.detail-contents {        	
	max-width: 1200px;
}
.detail-contents-body {
	text-align: center;
}
.detail-contents-body img {
	width: 100%;
	max-width: 1100px;
	padding: 20px;
}
.detail-contents-footer {
	padding: 20px; 
}

@media (min-width: 359px) {			
	.detail-top-right {
		padding-left: 20px;
		padding-right: 20px;
	}
	.detail-contents-title {	        	
       	font-size: 1.1em;
       	margin-left: 20px;
		margin-right: 20px;
	}
}
@media (min-width: 992px) {			
	.detail-top-left {
		width: 600px;
	}
	.detail-top-right {
		width: 600px;
	}
	.detail-img-div {
		width: 520px;
		margin-right: 40px;
	}
	.detail-top {
		display: flex;
		flex-direction: row;
	}
	.detail-contents-wrap {
		padding-top: 150px;
	}
	.prd_name {
		font-size: 2.0em;
		margin-top: 0px;
		margin-bottom: 32px;
	}
	.detail-price-section .header {			    
	    display: block;
	}
	.detail-price-section .original_price .price {
	    font-size: 1.5em;
	}
	.prd_doc {
		font-size: 1.0em;			    
	    margin-top: 30px;
	    margin-bottom: 30px;
	    padding-top: 20px;
	    padding-bottom: 20px;			    
	}
	.detail-price-section .line {
	    margin-bottom: 13px;
	}
	.detail-contents-title {        	
       	padding-top: 40px;
       	padding-bottom: 20px;
       	margin-top: 55px;
       	margin-bottom: 20px;	        	
       	font-size: 1.2em;
       	margin-left: 0px;
		margin-right: 0px;
	}
}