@charset "utf-8";
/* CSS Document */
*, *::before, *::after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
}
img {
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	/*width: 100%;*/
	height: auto;
}
h1 {
	font-size: 200%;
	;
}
p {
	font-size: 100%;
}
li {
	list-style: none;
	list-style-type: none;
}
span {
	vertical-align: baseline;
}
.col-rel{
	position: relative;
}
.wrapper {
	width: 94%;
	max-width: 1080px;
	margin: 0 auto;
}
@media screen and (max-width: 768px) {
	.wrapper {
		width: 90%;
	}
}
.d-flex{
	display: flex;
}
@media screen and (max-width: 768px) {
.d-flex{
	display: block;
}
}
.pc{
	display: block;
}
@media screen and (max-width: 768px) {
.pc{
	display: none;
}
}
.sp{
	display: none;
}
@media screen and (max-width: 768px) {
.sp{
	display: block;
}
}

/*===========================フォント==================*/

@font-face {
	/*フォントの名前*/
	font-family: "futura";
	/*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
	src: url("/wordpress/font/futura.woff2") format("woff2"), url("/wordpress/font/futura.woff") format("woff");
}
.futura {
	font-family: "futura";
}

/*===========================フォント==================*/


@media (min-width: 768px){
.right-sidebar .content-area {
    width: 100%;
    float: left;
    margin-right: 4.347826087%;
}
	}
ul.products li.product img{
	width: auto;
}