@charset "utf-8";

.category__ttl {
	margin: 0 auto;
	background: #FFF;
/*	border: 1px solid #f00;*/
}

/*pickup*/
.pickup {
	width: 1000px;
	margin: 0 auto;
}
.pickup__ttl {
	padding: 20px 0 0;
	vertical-align: middle;
	text-align: center;
}
.pickup__ttl img {
	vertical-align: middle;
}
.pickup__list {
	padding: 20px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.pickup__list__goods {
	width: 305px;
	padding: 5px 0 25px 0;
}
.pickup__list__goods__img1 {
	padding: 0 0 4px 0;
	width: 305px;
}
.pickup__list__goods__img1 img {
	width: 305px;
}
.pickup__list__goods__small {
	display: flex;
	justify-content: space-between;
}
.pickup__list__goods__small img {
	width: 150px;
}
.pickup__list__txt {
	padding: 5px 0;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	text-align: left;
}
.tokka {
	color: #b6001f;
}

.youtube iframe {
	width: 560px;
	height: 315px;
}



/* ------------------ */
/* スマートフォン */
/* ------------------ */
@media screen and (max-width: 767px) {

.pickup {
	width: 90%;
	margin: 0 auto;
}
.pickup__ttl img {
	width: 30vw;
}
.pickup__list__goods {
	width: 100%;
}
.pickup__list__goods__img1 {
	padding: 0 0 4px 0;
	width: 100%;
}
.pickup__list__goods__img1 img {
	width: 100%;
}
.pickup__list__goods__small {
	width: 100%;
}
.pickup__list__goods__small li {
	width: 100%;
/*	border: 1px solid #f00;*/
}
.pickup__list__goods__small img {
	width: 98%;
}
.pickup__list__txt {
	font-size: 4.0vw;
	line-height: 4.6vw;
}



.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.footer {
	margin: 5vw 0 0;
}


}
