@charset "UTF-8";

#top_bg {
	content: "";
	background-color: #f7f7f7;
	position: absolute;
	width: 100%;
	z-index: -1;
	top: 580px;
}

.top_head {
	text-align: center;
	width: 100%;
}
.top_head span {
	color: #b50000;
	font-size: 2.8rem;
	font-weight: 500;
	position: relative;
}
.top_head:before {
	display: block;
	position: relative;
	font-size: 0;
}
.top-article {
	padding-top: 40px;
	padding-bottom: 40px;
	width: 100%;
}

/* 人気商品 */
.popularity__wrapp {
	background-color: #f7f7f7;
	margin-top: 80px;
}
.popularity {
	margin: 40px auto 0;
	max-width: 880px;
}

.top_head--popularity:before {
	content: url('../images/top/head01.png');
}

.products__wrapp,
.features__wrapp {
	margin-right: 20px;
	margin-top: 40px;
	width: 100%;
}
@media only screen and (min-width: 940px) {
	.products__wrapp,
	.features__wrapp {
		margin-right: 20px;
		width: calc((100% - 40px) / 3 );
	}
}
@media only screen and (min-width: 940px) {
	.products__wrapp:nth-child(3n),
	.features__wrapp:nth-child(3n) {
		margin-right: 0;
	}
}
.products__content a {
	background-color: #fff;
	display: block;
	margin: 0 auto;
	padding: 10px 12px;
	width: 80%;
}
@media only screen and (min-width: 940px) {
	.products__content a {
		padding: 30px 12px;
		height: 160px;
		width: 100%;
	}
}
.products__title {
	font-size: 2rem;
	font-weight: bold;
}
@media only screen and (min-width: 1200px) {
	.products__title {
		font-size: 2.4rem;
	}
}
.products__wrapp:hover .products__title {
	color: #00b5b5;
}
.products__image {
	text-align: center;
	width: 100%;
}
.products__image img {
	width: 80%;
}
@media only screen and (min-width: 940px) {
	.products__image img {
		width: 100%;
	}
}
.products__wrapp:hover .products__image img {
	transition: all .3s ease;
	opacity: .7;
}

.btn_popularity {
	margin: 40px auto 0;
	width: 220px;
}
.btn_popularity a {
	font-size: 1.6rem;
	line-height: 38px;
	position: relative;
	z-index: 1;
	display: block;
	width: 220px;
	height: 40px;
	transition: .1s ease-in-out;
	text-align: center;
	text-decoration: none;
	color: #000;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	background-color: #fff;
	padding-left: calc(39.6px / 2);
}
.btn_popularity a:before,
.btn_popularity a:after {
	position: absolute;
	top: 5px;
	width: 28px;
	height: 28px;
	content: '';
	transition: .1s ease-in-out;
	border: 0;
}
.btn_popularity a:before {
	left: -14px;
	transform: perspective(12px);
	transform: rotate(45deg);
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	background-color: #f7f7f7;
}
.btn_popularity a:after {
	right: -14px;
	transform: perspective(12px);
	transform: rotate(45deg);
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	background-color: #fff;
}
.btn_popularity a:hover {
	color: #fff;
	background-color: #000;
}
.btn_popularity a:hover:after {
	background-color: #000;
}


/* ヨカプリだから */
.features {
		background-color: #fff;
		max-width: 880px;
}
.top_head--features:before {
	content: url('../images/top/head02.png');
}
.features__wrapp {
	border-bottom: 1px solid #c8c9ca;
	margin-top: 0;
	padding: 20px 0;
}
@media only screen and (min-width: 940px) {
	.features__wrapp {
		border: none;
		margin-top: 0;
	}
}
.features__title {
	font-size: 1.8rem;
	line-height: 1;
}
.features__title span {
	
}
.features__title:before {
	display: inline-block;
	margin-right: .5em;
	vertical-align: middle;
}
.icon_features01:before {
	content: url('../images/top/icon_features01.png');
}
.icon_features02:before {
	content: url('../images/top/icon_features02.png');
}
.icon_features03:before {
	content: url('../images/top/icon_features03.png');
}
.icon_features04:before {
	content: url('../images/top/icon_features04.png');
}
.icon_features05:before {
	content: url('../images/top/icon_features05.png');
}
.icon_features06:before {
	content: url('../images/top/icon_features06.png');
}
.features__text {
	font-size: 1.4rem;
	margin-top: 16px;
}

.discount__list {
	display: list-item;
	margin-top: 20px;
}
.discount__item {
	padding-left: 1em;
	text-indent: -1em;
}
.discount__item:before {
	color: #ffdc00;
	content: "★";
	display: inline;
}


/* 注目コンテンツ */
.fcontent {
	background-color: #f7f7f7;
}
.top_head--fcontent:before {
	content: url('../images/top/head03.png');
}


.fcontent__wrapp {
	width: calc((100% - 20px) / 2 );
}
@media only screen and (min-width: 940px) {
	.fcontent__wrapp {
		width: calc((100% - 60px) / 4 );
	}
}

.fcontent__wrapp:hover .fcontent__title {
	color : #333;
}
.fcontent__image,
.fcontent__image img {
	width: 100%;
}
.fcontent__wrapp:hover .fcontent__image img {
	transition: all .3s ease;
	opacity: .7;
}
.fcontent__content {
	margin: 0 auto;
}
.fcontent__content a {
	background-color: #fff;
	display: block;
	margin: 0 auto;
	padding: 20px 12px;
	position: relative;
	top: -15px;
	width: 90%;
}
@media only screen and (min-width: 1200px) {
	.fcontent__content a {
		height: 150px;
	}
}
.fcontent__title {
	font-size: 1.8rem;
	font-weight: bold;
}
.fcontent__text {
	font-size: 1.4rem;
	margin-top: 10px;
}

.fcontent_category--sticker {
	color: #e3007f;
}
.fcontent_category--data {
	color: #b4d200;
}
.fcontent_category--ai {
	color: #f29600;
}
.fcontent_category--psd {
	color: #00b5b5;
}

.bxslider_content {
	margin-bottom: 40px;
}


/* お客様の声 */
.voice__wrapp {
	border: 1px solid #000;
	margin: 0 auto;
	padding: 20px;
	position: relative;
	width: 90%;
}
@media only screen and (min-width: 787px) {
	.voice__wrapp {
		margin-right: 80px;
		width: 400px;
	}
}
.voice__wrapp:after {
	content: "";
	background-image: url(../images/voice/paper_edge_b.png);
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	width: 32px;
	height: 19px;
	position: absolute;
	right: -2px;
	bottom: -1px;
}
.voice__image:hover .voice__image img {
	transition: all .3s ease;
	opacity: .7;
}
.voice__title {
	position: absolute;
	top: -23px;
	left: -12px;
	z-index: 2;
}
.voice__title img {
	width: 90%;
}
@media only screen and (min-width: 787px) {
	.voice__title img {
		width: 100%;
	}
}
.voice__image img {
	width: 100%;
}
.voice__image {
	position: relative;
}
.voice__content {
	margin-top: 20px;
	margin-bottom: 10px;
	position: relative;
	top: -10px;
}
.voice__inner {
	align-items: center;
	display: inline-flex;
}
.voice_content__icon {
	margin-right: 10px;
}

.voice_content_main__title {
	color: #000;
	font-size: 1.8rem;
	max-width: 17em;
}
.voice_content_star {
	color: #ffe100;
	display: block;
	font-size: 1.3rem;
	margin-bottom: -3px;
}
.voice_content_main__text {
	margin-top: 10px;
}

.multiline-text {
  position: relative;
  width: 100%;
  height: 70px;
  overflow: hidden;
  text-align: justify;
}
.multiline-text:before,
.multiline-text:after {
  position: absolute;
  background: #fff;
}
.multiline-text:before {
  content: "...";
  bottom: 0;
  right: 1px;
  width: 5em;
}
.multiline-text:after {
  content: "";
  height: 100%;
  width: 100%;
}


/* お知らせ */
.top_head--infomation:before {
	content: url('../images/top/head04.png');
}
.infomation__wrapp {
	margin-top: 40px;
	width: 100%;
}
@media only screen and (min-width: 787px) {
	.infomation__wrapp {
		margin-top: 0;
		width: calc(100% - 480px);
	}
}

.infomation__inner {
	border-top: 1px solid #b50000;
	border-bottom: 1px solid #b50000;
	margin-top: 20px;
	padding: 10px 0;
}
@media only screen and (min-width: 787px) {
	.infomation__inner {
		margin-top: 40px;
		padding: 20px 0;
	}
}
.btn_infomation {
	position: relative;
}
.btn_infomation a {
	position: absolute;
	bottom: -52px;
	right: 0;
}

.infomation__list {
	margin: 16px 0;
}

.infomation__inner dl:hover dt,
.infomation__inner dl:hover dd {
	color: #00b5b5;
	text-decoration: underline;
}
@media only screen and (min-width: 787px) {
	.infomation__list {
		margin: 22px 0;
		position: relative;
	}
}
.infomation__date {
	margin-right: 40px;
}
@media only screen and (min-width: 1200px) {
	.infomation__date {
		position: absolute;
	}
}
.infomation__title {
	display: block;
}
@media only screen and (min-width: 1200px) {
	.infomation__title {
		padding-left: 110px;
	}
}
