/*-----------------------------------------------------------*/

/* Template 04 Product Details */

/*-----------------------------------------------------------*/

.m-sct.u-sct-product {
	padding: 90px 0 120px 0;
}

@media (max-width: 768px) {
	.m-sct.u-sct-product {
		padding: 80px 0;
	}
}
@media (max-width: 640px) {
	.m-sct.u-sct-product {
		padding: 56px 0;
	}
}



/*-----------Product Cart Area*/

.m-product-cart {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	margin: 0 auto;
	max-width: 1080px;
}
.m-product-cart-img,
.m-cart {
	width: calc(50% - 25px);
}

.o-cart-dsp-sp {
	display: none;
}

@media (min-width: 769px) and (max-height: 800px) {
	.m-visual-details {
		display: none;
	}
}

@media (max-width: 768px) {

	.o-cart-dsp-pc {
		display: none;
	}
	.o-cart-dsp-sp {
		display: block;
	}

	.m-product-cart {
		display: block;
	}
	.m-product-cart-img,
	.m-cart {
		width: 100%;
	}
	.m-product-cart-img {
		margin-top: 50px;
	}
}

/*Cart Set---------------------------starat*/

.m-cart {

}

/*-----------Name*/
.m-cart-name {
	font-size: 2.2rem;
	line-height: 1.4;
}
.m-cart-name .o-mark-recomen {
	display: block;
	margin-bottom: 4px;
	width: 48px;
}

/*-----------Price*/
.m-cart-price {
	margin-top: 28px;
	color: #BE000A;
	font-weight: 600;
	font-size: 3.0rem;	
}
.m-cart-price span {
	display: block;
}
.m-cart-price span.o-price-discout {
	margin-top: 20px;
	font-size: 3.6rem;	
}
.m-cart-price span.o-price-original{
	margin-top: 8px;
	font-size: 2.2rem;
}

/*-----------Info*/

.m-cart-info {
	margin-top: 35px;
}
.m-cart-info ul {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}
.m-cart-info ul li:first-child {
	/*
	width: calc(73.2% - 40px);
	*/
	width: 73.2%;
	padding-right: 40px;
}
.m-cart-info ul li:last-child {
	width: 138px;
}
.m-cart-info ul li.o-soldout {
	width: 100%;
	margin-top: -14px;
	color: #BE000A;
	font-weight: 600;
	font-size: 1.8rem;
}

.m-cart-info ul li.m-cart-info-menu > div{
	display: flex;
	align-items: center;
	height: 50px;
	border-bottom: solid 1px #C6C6C6;
	font-weight: 600;
	font-size: 1.3rem;
}
.m-cart-info ul li.m-cart-info-menu .m-cart-info-menu-order {
	border-top: solid 1px #C6C6C6;
}

.o-cart-form {
	margin: 0 4px 0 8px;  
	width: 50px;
	height: 33px;
	border: 1px solid #a7a6aa;
	border-radius: 0;
	text-align: center;
	font-size: 1.4rem;
}

.o-cart-updown {
	margin-right: 6px;  
}
.o-cart-updown a {
	display: block;
	width: 16px;
	height: 16px;
}
.o-cart-updown a:first-child {
	margin-bottom: 1px;
}

.o-cart-btn {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	padding: 0 10px;
	width: 138px;
	height: 100px;
	border: 0;
	border-radius: 6px;
	background: #BE000A;
	color: #fff;
	font-weight: 600;
	font-size: 13px;
	outline: none;
	cursor: pointer;
	overflow: hidden;
}
.o-cart-btn i,
.o-cart-btn span {
	display: inline-block;
	position: relative;
	z-index: 10;
}
.o-cart-btn i {
	width: 40px;
	height: 35px;
	background: url(https://img07.shop-pro.jp/PA01255/726/etc/m_icon_cart_shop.png) no-repeat;
	background-size: 39px 35px;
}
.o-cart-btn span {
	margin-top: 12px;
}
.o-cart-btn:after {
	display: block;
	content: "";
	position: absolute;
	left: 0;
	width: 0;
	height: 100%;
	background: #000;
	transition: all 0.2s ease-out;
}
.o-cart-btn:hover:after {
	width: 100%;
}

.m-cart-inquiry-form,
.m-cart-inquiry-fax,
.m-cart-inquiry-shopping {
	display: block;
	font-size: 1.3rem;
}
.m-cart-inquiry-form {
	padding-left: 24px;
	background: url(https://img07.shop-pro.jp/PA01255/726/etc/icon_inquiry.gif) no-repeat;
}
.m-cart-inquiry-fax {
	margin-top: 16px;
	padding-left: 24px;
	background: url(https://img07.shop-pro.jp/PA01255/726/etc/icon_fax.gif) no-repeat;
}
.m-cart-inquiry-shopping {
	margin-top: 16px;
	padding-left: 24px;
	background: url(https://img07.shop-pro.jp/PA01255/726/etc/m_icon_shopping.png) no-repeat;
	background-size: 16px 14px;
}

.m-rakuten-point {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 138px;
	height: 102px;
	background: #fff;
}
.m-rakuten-point-sp {
	display: none;
}	

@media (max-width: 640px) {
	/*-----------Name*/
	.m-cart-name {
		font-size: 2.0rem;
		letter-spacing: 0;
	}
	.m-cart-name .o-mark-recomen {
		margin-bottom: 8px;
	}

	/*-----------Price*/
	.m-cart-price {
		margin-top: 18px;
		font-size: 2.3rem;	
	}
	.m-cart-price span.o-price-discout {
		margin-top: 18px;
		font-size: 3.0rem;	
	}
	.m-cart-price span.o-price-original{
		font-size: 1.8rem;
	}

	/*-----------Info*/
	.m-cart-info {
		margin-top: 0;
	}
	.m-cart-info ul {
		display: block;
		margin-top: 30px;
	}
	.m-cart-info ul li:first-child{
		padding-right: 0;
		width: 100%;
	}
	.m-cart-info ul li:last-child {
		width: 100%;
	}
	.m-cart-info-btn {
		margin-top: 30px;
	}

	.m-cart-info ul li.m-cart-info-menu > div.m-cart-info-menu-purchase{
		height: 59px;
	}

	.o-cart-form {
		height: 40px;
		font-size: 1.6rem;
	}

	.o-cart-updown {
		display: inline-flex;
		margin: 0 0 0 8px;  
	}
	.o-cart-updown a {
		width: 40px;
		height: 40px;
	}
	.o-cart-updown a:first-child{
		margin: 0 6px 0 0;
	}
	
	.o-cart-btn {
		flex-direction: inherit;
		margin: 0 auto;
		width: 100%;
		max-width: 300px;
		height: 60px;
		font-size: 16px;
	}
	.o-cart-btn i {
		width: 32px;
		height: 28px;
		background-size: 32px 28px;
	}
	.o-cart-btn span {
		margin-top: 0;
		margin-left: 10px;
	}
	.o-cart-btn:after {
		display: none;
	}

	.m-cart-inquiry{
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.m-rakuten-point {
		display: none;
	}
	.m-rakuten-point-sp {
		display: block;
		margin: 30px auto 0 auto;
		width: 286px;
	}
	.m-rakuten-point-sp-inr {
		margin: 0 -7px;
	}

}

/*Cart Set---------------------------end*/


/* Product Cart Area*/

.m-product-details {
	display: flex;
	justify-content: space-between;
	margin: 80px auto 0 auto;
	max-width: 1080px;
}
.m-product-details-desc,
.m-product-details-img {
	width: calc(50% - 25px);
}

@media (max-width: 640px) {
	.m-product-details {
		display: block;
		margin-top: 50px;
	}
	.m-product-details-desc,
	.m-product-details-img {
		width: 100%;
	}
	.m-product-details-img {
		margin-top: 50px;
	}
}

/*-----------Img*/
.m-product-details-img p:not(:last-child) {
	margin-bottom: 48px;
}

/*-----------Description*/
.o-details-cap {
	font-size: 1.5rem;
	line-height: 1.8;
	letter-spacing: 0.04em;
}
.o-details-notes {
	margin-top: 35px;
	font-size: 1.2rem;
	line-height: 1.5;
}

/*-----------Sns*/
.o-details-sns {
	display: flex;
	margin-top: 64px;
	width: 100%;
	overflow: hidden;
}
.o-details-sns li:not(:first-child) {
	margin-left: 16px;
}
.o-sns-facebook {
	width: 91px;
	overflow: hidden;
}

@media (max-width: 640px) {
	/*-----------Description*/
	.m-product-details-img p:not(:last-child) {
		margin-bottom: 20px;
	}

	/*-----------Img*/
	.o-details-sns {
		margin-top: 40px;
		overflow: hidden;
	}
	.o-details-sns li:not(:first-child) {
		margin-left: 14px;
	}
}



/*----------------------------------------------------------- Product No Item*/

.m-no-item.u-no-item-list{
	margin-top: 40px;
	padding: 0 40px;
}
.m-no-item-text {
	text-align: center;
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 1.5;
}

.m-no-item-btn {
	margin: 32px auto 0 auto;
	max-width: 270px;
}
.m-no-item-btn .m-btn-red {
	width: 270px;
	height: 50px;
	font-size: 1.8rem;
}

@media (max-width: 640px) {
	.m-no-item.u-no-item-list{
		margin-top: 24px;
		padding: 0 5.336%;
	}
	.m-no-item-text {
		font-size: 1.5rem;
	}
}

