@charset "utf-8";

@import url(structure_flat.css);
@import url(structure.css);
@import url(recommend.css);

.view_sp{
    display: none!important;
}
@media only screen and (max-width: 640px) and (-webkit-min-device-pixel-ratio: 1.5) {
    .view_sp{
        display: block!important;
    }
}

/* スマホページ遷移ボタン */
.btn_spSite{
	min-width: 1000px;
	background-color: #F8F6BB;
	border-top:2px solid #E1DC4C;
	border-bottom:2px solid #E1DC4C;
}
.btn_spSite a{
	width: 100%;
	display: block;
	padding: 40px 0;
	text-align: center;
	font-size: 40px;
	color: #353535;
	font-weight: bold;
}

/*  ------------------------------------------------------------------

	YOTPOレビュー部分パラメーター調整

---------------------------------------------------------------------*/
.yotpo-product-related-wrapper{
	display:none;
}
.y-label.yotpo-user-title.yotpo-action-hover{
	display: none!important ;
}