@charset "UTF-8";


.banner-title .kanban_bg {
	width: 100%;
	background: #eaefeb
}

.banner-title img {
	width: 100%;
	margin: 0 auto;
	vertical-align: bottom
}

.item_list {
	list-style: none;
	margin: 0;
	padding: 0
}

.section_wrapper {
	width: 100%
}

#lineup {
	margin-top: 80px;
}

@media screen and (min-width: 769px) {
	.section_wrapper {
		margin-bottom: 90px
	}

	.intro__wrapper.section_wrapper,
	.point__wrapper.section_wrapper {
		margin-bottom: 0;
	}

	.point__wrapper.section_wrapper {
		padding: 40px 0;
	}
}

@media screen and (max-width: 768px) {
	.section_wrapper {
		margin-bottom: 40px
	}

	#lineup {
		margin-top: 40px;
	}

	.intro__wrapper.section_wrapper,
	.point__wrapper.section_wrapper {
		margin-bottom: 0;
	}

	.point__wrapper.section_wrapper {
		padding: 20px 0;
	}
}

.section_inner {
	width: 100%;
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
}

.intro__inner {
	padding-top: 60px;
}

.section_inner img {
	vertical-align: bottom;
	width: 100%;
}

.pickup__label {
	width: 100%;
	max-width: 960px;
	margin-left: auto;
	margin-right: auto
}

.pickup__label img {
	vertical-align: bottom;
	width: 100%
}

@media screen and (max-width: 768px) {
	.pickup__label {
		box-sizing: border-box;
		padding: 8px;
		margin-bottom: 20px
	}
}

@media screen and (min-width: 769px) {
	.pickup__label {
		margin-bottom: 40px;
		padding-top: 40px;

	}
}

.pickup .search_label.sp {
	width: 98%;
	margin: auto;
	background: #c1955a;
	color: #FFF;
	line-height: 3;
	padding-left: 16px;
	letter-spacing: 1.5px
}

.pickup .search_label.sp i {
	vertical-align: middle;
	padding-bottom: 2px
}

.pickup .search_label.sp i.active {
	transform: rotate(180deg)
}

.pickup .filter_block {
	margin: auto;
	border: 1px solid #6f460f;
	box-sizing: border-box;
	position: relative
}

.pickup .filter_block .search_label {
	position: absolute;
	top: -18px;
	left: 0;
	width: 100%;
	text-align: center
}

.pickup .filter_block .search_label span {
	background: #FFF;
	font-size: 20px;
	letter-spacing: 2px;
	margin: 0;
	padding: 0 8px
}

@media screen and (max-width: 768px) {
	.pickup .filter_block {
		padding: 8px;
		width: 98%
	}
}

@media screen and (min-width: 769px) {
	.pickup .filter_block {
		padding: 20px 40px 0;
		width: 920px;
		border-radius: 6px;
		margin-bottom: 20px
	}
}

.pickup .filter {
	margin-bottom: 16px
}

@media screen and (max-width: 768px) {
	.pickup .filter {
		font-size: 12px
	}
}

@media screen and (min-width: 769px) {
	.pickup .filter {
		font-size: 14px
	}
}

.pickup .filter input {
	display: none
}

.pickup .filter input:checked+label.filter__button {
	background: #666;
	color: #FFF
}

.pickup .filter__button {
	cursor: pointer;
	display: inline-block;
	background: #F0F0F0
}

@media screen and (max-width: 768px) {
	.pickup .filter__button {
		font-size: 10px;
		margin-right: 2px;
		margin-bottom: 8px;
		padding: 8px 6px;
		border-radius: 2px
	}
}

@media screen and (min-width: 769px) {
	.pickup .filter__button {
		font-size: 14px;
		margin-bottom: 8px;
		margin-right: 8px;
		padding: 4px 8px;
		border-radius: 2px
	}
}

.pickup .item_list {
	padding: 0
}

.pickup .item {
	box-sizing: border-box
}

.pickup .item a {
	text-decoration: none;
	color: #2b2b2b
}

.pickup .item a:hover img {
	opacity: .7
}

.pickup .item a:hover {
	color: #6f460f
}

@media screen and (min-width: 769px) {
	.pickup .item {
		width: 33.3%;
		padding: 0 20px;
		margin-bottom: 80px
	}
}

@media screen and (max-width: 768px) {
	.pickup .item {
		width: 50%;
		padding: 8px;
		margin-bottom: 40px
	}
}

.pickup .item__image img {
	vertical-align: bottom;
	width: 100%;
	border: 1px solid #F5F5F5;
	border-radius: 8px
}

.pickup .item__label {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden
}

@media screen and (max-width: 768px) {
	.pickup .item__label {
		margin: 12px 0
	}
}

@media screen and (min-width: 769px) {
	.pickup .item__label {
		margin: 16px 0
	}
}

@media screen and (min-width: 769px) {
	.pickup .item__label {
		min-height: 70px
	}
}

@media screen and (max-width: 768px) {
	.pickup .item__label {
		min-height: 84px
	}
}


@media screen and (max-width: 768px) {
	.pickup .item__label span {
		font-size: 10px;
		margin-right: 8px;
		margin-bottom: 8px;
		padding: 2px;
		border-radius: 2px
	}
}

@media screen and (min-width: 769px) {
	.pickup .item__label span {
		font-size: 14px;
		margin-bottom: 8px;
		margin-right: 8px;
		padding: 4px 8px;
		border-radius: 2px
	}
}

.pickup .item__name {
	margin: 10px 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden
}

@media screen and (max-width: 768px) {
	.pickup .item__name {
		font-size: 1.2rem
	}
}

@media screen and (min-width: 769px) {
	.pickup .item__name {
		font-size: 1.6rem
	}
}

@media screen and (min-width: 769px) {
	.pickup .item__name {
		min-height: 46px
	}
}

@media screen and (max-width: 768px) {
	.pickup .item__name {
		min-height: 32px
	}
}

.pickup .item__price {
	margin-bottom: 10px;
	text-align: right;
	font-family: "verdana", sans-serif;
	font-weight: 700
}

@media screen and (max-width: 768px) {
	.pickup .item__price {
		font-size: 1.8rem
	}
}

@media screen and (min-width: 769px) {
	.pickup .item__price {
		font-size: 2.4rem
	}
}

.pickup .item__price span {
	font-family: "Mairyo";
	letter-spacing: 1.2px;
	font-weight: 400
}

@media screen and (max-width: 768px) {
	.pickup .item__price span {
		font-size: 1rem
	}
}

@media screen and (min-width: 769px) {
	.pickup .item__price span {
		font-size: 1.4rem
	}
}

.pickup .item__size {
	letter-spacing: 1.4px
}

@media screen and (max-width: 768px) {
	.pickup .item__size {
		margin: 12px 0;
		font-size: 12px;
		overflow-wrap: break-word;
	}
}

@media screen and (min-width: 769px) {
	.pickup .item__size {
		margin: 16px 0;
		font-size: 14px
	}
}

.pickup .item__btn__buy {
	border-bottom: 1px dotted #e0e0e0;
	position: relative;
	box-sizing: border-box
}

@media screen and (min-width: 769px) {
	.pickup .item__btn__buy {
		font-size: 1.4rem;
		padding: 8px 0
	}
}

@media screen and (max-width: 768px) {
	.pickup .item__btn__buy {
		font-size: 1.2rem;
		padding: 8px 0
	}
}

.pickup .item__btn__buy i {
	font-size: 100%;
	vertical-align: middle;
	padding-right: 4px;
	position: absolute;
	right: 0;
	font-weight: 400
}

@media screen and (min-width: 769px) {
	.pickup .item__btn__buy i {
		font-size: 1.6rem;
		padding: 8px 0;
		bottom: 0
	}
}

@media screen and (max-width: 768px) {
	.pickup .item__btn__buy i {
		font-size: 1.2rem;
		line-height: 2.8;
		bottom: 0
	}
}

.category .category__inner {
	width: calc(100% - 16px);
	max-width: 880px;
	margin-left: auto;
	margin-right: auto
}

.category .category__inner img {
	vertical-align: bottom;
	width: 100%
}

.category .category__inner a:hover img {
	background: #3965DE;
	color: #FFFFFF;
}

.category__list {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	list-style: none;
	list-style: none;
	padding: 0
}

.category__list li {
	box-sizing: border-box;
	padding: 8px
}

.category__list li img {
	vertical-align: bottom;
	width: 100%
}

@media screen and (min-width: 769px) {
	.category__list li {
		width: 25%
	}
}

@media screen and (max-width: 768px) {
	.category__list li {
		width: 50%
	}
}

.backtohome_wrapper {
	background: #FFF;
	width: 100%;
	padding: 60px 0
}

.backtohome_wrapper .backhome {
	width: 95%;
	max-width: 560px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-bottom: 30px
}

.backtohome_wrapper .backhome img {
	vertical-align: bottom;
	width: 100%
}

.backtohome_wrapper .backhome a {
	line-height: 4;
	background: #999;
	color: #FFF;
	display: block;
	text-align: center;
	text-decoration: none;
	border-radius: 8px
}

@media screen and (min-width: 769px) {
	.backtohome_wrapper .backhome a {
		line-height: 5
	}
}

.backtohome_wrapper .backhome a .material-icons {
	vertical-align: middle;
	padding-left: 2px
}

@media screen and (max-width: 768px) {
	.backtohome_wrapper .backhome a .material-icons {
		font-size: 1.6rem
	}
}

@media screen and (min-width: 769px) {
	.backtohome_wrapper .backhome a .material-icons {
		font-size: 1.8rem
	}
}

@media screen and (max-width: 768px) {
	.backtohome_wrapper .backhome a {
		font-size: 1.4rem
	}
}

@media screen and (min-width: 769px) {
	.backtohome_wrapper .backhome a {
		font-size: 1.6rem
	}
}

.backtohome_wrapper .backhome a:hover {
	background: #424242;
	color: #FFF
}

@media screen and (max-width: 768px) {
	.footer_area {
		padding-top: 50px;
		background: #F5F5F5
	}

	.list-item {
		margin-top: 40px;
	}
}

@media screen and (min-width: 769px) {
	.footer_area {
		padding-top: 100px
	}

	.list-item {
		width: calc(100% - 8px);
		max-width: 980px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 100px;
		display: flex;
		display: -ms-flexbox;
		flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		position: relative;
		justify-content: space-between;
		-ms-justify-content: space-between;
		list-style: none
	}
}



.list-item img {
	vertical-align: bottom;
	width: 100%
}

.list-item .card {
	box-shadow: none
}

.list-item .card a {
	color: #2b2b2b;
	text-decoration: none
}

.list-item .card.card-full {
	width: 100%;
	margin-bottom: 40px;
}

.list-item .card.card-full__top {
	width: 100%;
}

@media screen and (max-width: 768px) {
	.list-item .card.card-full {
		margin-bottom: 40px
	}
}


.list-item .card.card-half {
	width: 48%
}

.list-item .card.card-three {
	width: 32%
}

@media screen and (max-width: 768px) {
	.list-item .card.card-half {
		margin-bottom: 40px
	}

	.list-item .card.card-three {
		width: 48%
	}
}

@media screen and (min-width: 769px) {

	.list-item .card.card-half,
	.list-item .card.card-three {
		margin-bottom: 80px
	}
}

.list-item .card.card-half .card__link,
.list-item .card.card-three .card__link {
	display: block
}



.list-item .card.card-half .card__img,
.list-item .card.card-three .card__img {
	width: 100%
}

.list-item .card.card-half .card__detail,
.list-item .card.card-three .card__detail {
	width: 100%
}

.list-item .card.card-half .card__name,
.list-item .card.card-three .card__name {
	margin-bottom: 30px
}

@media screen and (max-width: 768px) {

	.list-item .card.card-half .card__name,
	.list-item .card.card-three .card__name {
		font-size: 12px
	}

	.list-item .card.card-half .card__name br,
	.list-item .card.card-three .card__name br {
		display: none
	}
}

.list-item .card.card-three .card__price {
	display: block;
	position: relative;
}

.list-item .card.card-three .card__size {
	margin-bottom: 0;
}

@media screen and (max-width: 768px) {

	.list-item .card.card-half .card__btn,
	.list-item .card.card-three .card__btn {
		display: block
	}

	.list-item .card.card-half .card__btn .card__btn__fav,
	.list-item .card.card-half .card__btn .card__btn__buy,
	.list-item .card.card-three .card__btn .card__btn__fav,
	.list-item .card.card-three .card__btn .card__btn__buy {
		width: 100%
	}
}



.list-item .card__pop {
	width: 100%;
	margin-bottom: 2rem;
}

.list-item .card__pop img {
	width: 100%;
}


@media screen and (max-width: 768px) {
	.list-item .card__pop.sale {
		font-size: 18px
	}
}

@media screen and (min-width: 769px) {
	.list-item .card__pop.sale {
		font-size: 36px
	}
}

@media screen and (max-width: 350px) {
	.list-item .card__pop.sale {
		font-size: 16px
	}
}

@media screen and (max-width: 768px) {
	.list-item .card__pop.sale {
		padding: 6px 8px 8px 16px;
		line-height: 1.4
	}

	.list-item .card__pop.sale span {
		display: block;
		font-size: 12px
	}

	.list-item .card__pop.sale span i {
		font-size: 12px;
		vertical-align: middle
	}
}

@media screen and (min-width: 769px) {
	.list-item .card__pop.sale {
		letter-spacing: 1.4px;
		padding: 8px 24px
	}

	.list-item .card__pop.sale span {
		border-left: 1px solid #FFF;
		padding-left: 16px;
		margin-left: 16px;
		font-size: 16px
	}

	.list-item .card__pop.sale span i {
		vertical-align: middle
	}
}

.list-item .card__pop.deal {
	background: #295699;
	font-family: "Century Gothic", sans-serif;
	text-align: center;
	font-weight: 700
}

@media screen and (max-width: 768px) {
	.list-item .card__pop.deal {
		font-size: 18px
	}
}

@media screen and (min-width: 769px) {
	.list-item .card__pop.deal {
		font-size: 36px
	}
}

@media screen and (max-width: 350px) {
	.list-item .card__pop.deal {
		font-size: 16px
	}
}

.list-item .card__pop.deal:after {
	border-top-color: #295699
}

@media screen and (max-width: 768px) {
	.list-item .card__pop.deal {
		padding: 6px 8px 8px 16px;
		line-height: 1.4
	}

	.list-item .card__pop.deal span {
		font-size: 12px;
		padding-left: 12px
	}

	.list-item .card__pop.deal span i {
		font-size: 12px;
		vertical-align: middle
	}
}

@media screen and (min-width: 769px) {
	.list-item .card__pop.deal {
		letter-spacing: 1.4px;
		padding: 8px 24px
	}

	.list-item .card__pop.deal span {
		padding-left: 16px;
		font-size: 20px
	}

	.list-item .card__pop.deal span i {
		vertical-align: middle
	}
}

.list-item .card__sale {
	background-image: url(img/clock.png);
	background-position: 0 45%
}

@media screen and (min-width: 769px) {
	.list-item .card__sale {
		padding-left: 50px;
		background-size: 36px
	}
}

@media screen and (max-width: 768px) {
	.list-item .card__sale {
		padding-left: 36px;
		background-size: 24px
	}
}

.list-item .card__link {
	background: #FFF;
	display: flex;
	display: -webkit-flexbox;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	position: relative;
	box-shadow: 0 0 6px .5px rgba(0, 0, 0, 0.1)
}

@media screen and (max-width: 768px) {
	.list-item .card__link {
		padding: 8px;
		border-radius: 2px
	}

	.list-item .card__img {
		box-sizing: border-box;
		padding: 4px;
		width: 100%;
	}

	.list-item .card__detail {
		box-sizing: border-box;
		padding: 4px;
		width: 100%;
		position: relative;
	}

}

@media screen and (min-width: 769px) {
	.list-item .card__link {
		padding: 16px 8px;
		border-radius: 4px;
	}

	.list-item .card__img {
		box-sizing: border-box;
		padding: 4px;
		width: 40%;
	}

	.list-item .card__detail {
		box-sizing: border-box;
		padding: 4px;
		width: 60%;
		position: relative;
	}
}



.list-item .card__img img {
	vertical-align: bottom;
	width: 100%;
}

@media screen and (min-width: 769px) {
	.list-item .card__label {
		margin-bottom: 1.6rem;
	}
}

.list-item .card__label span {
	background: #295699;
	display: inline-block;
	color: #FFF;
	border-radius: 2px;
	margin-right: 8px
}

@media screen and (min-width: 769px) {
	.list-item .card__label span {
		padding: 4px 8px;
		font-size: 18px
	}
}

@media screen and (max-width: 768px) {
	.list-item .card__label span {
		padding: 2px;
		font-size: 10px
	}
}

.list-item .card__label span.nolabel {
	background: transparent
}

.list-item .card__label.sale span,
.list-item .card__label.deal span {
	background: #295699
}

.list-item .card__name {
	font-weight: 700;
	line-height: 1.6
}

@media screen and (max-width: 768px) {
	.list-item .card__name {
		font-size: 1.4rem
	}
}

@media screen and (min-width: 769px) {
	.list-item .card__name {
		font-size: 2.4rem
	}
}

@media screen and (max-width: 768px) {
	.list-item .card__name {
		margin-bottom: .4rem
	}

	.list-item .card__name br {
		display: none
	}
}

@media screen and (min-width: 769px) {
	.list-item .card__name {
		margin-bottom: 1rem
	}
}

@media screen and (min-width: 769px) {
	.list-item .card__text {
		background: #F7FAFF;
		padding: 1.2rem;
		border-radius: 4px;
		font-size: 16px;
		line-height: 1.6
	}
}


@media screen and (max-width: 768px) {
	.list-item .card__text {
		background: #fff;
		padding: 6px;
	}
}


.list-item .card__size {
	color: #999;
	overflow: hidden
}

@media screen and (max-width: 768px) {
	.list-item .card__size {
		font-size: 1rem
	}

}

@media screen and (min-width: 769px) {
	.list-item .card__size {
		font-size: 1.6rem
	}
}

@media screen and (min-width: 769px) {
	.list-item .card__size {
		margin-bottom: 1.4rem
	}
}

.list-item .card__price {
	text-align: right;
	font-weight: 700;
	color: #295699;
	position: absolute;
	bottom: 0;
	right: 0
}

.list-item .card__price .number,
.list-item .card__price .default {
	font-family: "Century Gothic"
}

@media screen and (max-width: 768px) {
	.list-item .card__price .default {
		font-size: 1.4rem
	}
}

@media screen and (min-width: 769px) {
	.list-item .card__price .default {
		font-size: 3rem
	}
}

@media screen and (max-width: 768px) {
	.list-item .card__price .default__yen {
		font-size: 1rem
	}
}

@media screen and (min-width: 769px) {
	.list-item .card__price .default__yen {
		font-size: 1.6rem
	}
}

@media screen and (max-width: 768px) {
	.list-item .card__price .default i {
		font-size: 1.2rem
	}
}

@media screen and (min-width: 769px) {
	.list-item .card__price .default i {
		font-size: 2rem
	}
}

.list-item .card__price .yen,
.list-item .card__price .tax {
	font-size: 70%
}

@media screen and (min-width: 769px) {
	.list-item .card__price {
		font-size: 5rem
	}

	.list-item .card__price .tax {
		font-size: 50%
	}
}

@media screen and (max-width: 768px) {
	.list-item .card__price {
		font-size: 20px
	}

	.list-item .card__btn {
		width: 100%;
	}

	.list-item .card__btn__fav {
		padding: 4px;
	}

	.list-item .card__btn__buy {
		padding: 4px;
	}
}

@media screen and (min-width: 769px) {
	.list-item .card__btn {
		margin: 2.4rem 0
	}

	.list-item .card__btn {
		display: flex;
		display: -webkit-flex;
		justify-content: space-between;
		-webkit-justify-content: space-between;
	}

	.list-item .card__btn__fav {
		padding: 4px;
		width: calc(50% - 4px)
	}

	.list-item .card__btn__buy {
		padding: 4px;
		width: calc(50% - 4px)
	}
}

@media screen and (max-width: 768px) {
	.list-item .card__btn {
		margin: 1rem 0
	}
}



.list-item .card__btn a {
	background: #00acda;
	text-align: center;
	display: block;
	color: #FFF;
	border-radius: 4px
}

.list-item .card__btn a i {
	font-size: 100%;
	vertical-align: middle;
	padding-right: 4px
}

@media screen and (min-width: 769px) {
	.list-item .card__btn a {
		font-size: 1.6rem;
		line-height: 3.6
	}
}

@media screen and (max-width: 768px) {
	.list-item .card__btn a {
		font-size: 1.2rem;
		line-height: 2.8
	}
}

.list-item .card__btn a:hover {
	background: #3965DE;
	color: #FFFFFF;
}

.list-item .item {
	margin-right: 1%
}

@media screen and (min-width: 769px) {
	.list-item .item {
		width: 32%;
		margin-bottom: 80px
	}
}

@media screen and (max-width: 768px) {
	.list-item .item {
		width: 49%;
		margin-bottom: 40px
	}
}

.list-item .item .sale_label {
	background: #295699;
	padding: 10px 0;
	color: #FFF;
	text-align: center;
	font-weight: 700
}

.list-item .item__label span {
	background: #295699;
	color: #FFF;
	border-radius: 2px
}

@media screen and (max-width: 768px) {
	.list-item .item__label span {
		margin-right: 4px;
		padding: 4px;
		font-size: 10px
	}
}

@media screen and (min-width: 769px) {
	.list-item .item__label span {
		margin-right: 8px;
		padding: 4px 6px;
		font-size: 14px
	}
}

.list-item .item a {
	background-color: #fff;
	box-shadow: 0 0 6px .5px rgba(0, 0, 0, 0.1);
	padding: 2%;
	margin-bottom: 8%;
	display: block;
	position: relative
}

.list-item .item a :hover img {
	opacity: .7
}

.list-item .item a .bottom,
.list-item .item a .upper {
	width: 100%
}

.list-item .item .circle {
	position: absolute;
	padding: 5px;
	z-index: 10
}

@media screen and (min-width: 769px) {
	.list-item .item .circle {
		top: -20px;
		left: -20px;
		width: 30%
	}
}

@media screen and (max-width: 768px) {
	.list-item .item .circle {
		top: -15px;
		left: -15px;
		width: 35%
	}
}

.list-item .item .thumbnail {
	margin-bottom: 10px
}

.list-item .item .thumbnail img.lazyestload {
	width: 100%
}

.list-item .item .upper {
	overflow: hidden
}

.list-item .item .itemname {
	text-align: left;
	letter-spacing: 1px;
	line-height: 1.4;
	padding: 0 4px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden
}

@media screen and (min-width: 769px) {
	.list-item .item .itemname {
		font-size: 1.6rem;
		min-height: 46px;
		margin-top: 16px
	}
}

@media screen and (max-width: 768px) {
	.list-item .item .itemname {
		font-size: 1.2rem;
		margin-top: 8px;
		min-height: 32px
	}
}

.list-item .item .size {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	color: #999
}

@media screen and (max-width: 768px) {
	.list-item .item .size {
		font-size: 1rem
	}
}

@media screen and (min-width: 769px) {
	.list-item .item .size {
		font-size: 1.4rem
	}
}

@media screen and (min-width: 769px) {
	.list-item .item .size {
		margin-bottom: 32px
	}
}

@media screen and (max-width: 768px) {
	.list-item .item .size {
		margin-bottom: 16px
	}
}

.list-item .item .default_price {
	font-family: Arial, Helvetica, sans-serif
}

@media screen and (min-width: 769px) {
	.list-item .item .default_price {
		font-size: 2.4rem
	}

	.list-item .item .default_price .yen,
	.list-item .item .default_price .tax,
	.list-item .item .default_price .default {
		font-size: 1.4rem;
		letter-spacing: 1px
	}

	.list-item .item .default_price .yen,
	.list-item .item .default_price .default {
		font-size: 1.4rem;
		padding-right: 2px
	}
}

@media screen and (max-width: 768px) {
	.list-item .item .default_price {
		font-size: 2rem
	}

	.list-item .item .default_price .yen,
	.list-item .item .default_price .tax,
	.list-item .item .default_price .default {
		font-size: 1rem;
		letter-spacing: 1px
	}

	.list-item .item .default_price .yen,
	.list-item .item .default_price .default {
		font-size: 1.3rem;
		padding-right: 2px
	}
}

.list-item .item .price {
	font-weight: 700;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1;
	color: #295699;
	font-weight: bold;
	text-align: right
}

@media screen and (min-width: 769px) {
	.list-item .item .price {
		letter-spacing: .8px;
		font-size: 3.2rem;
		margin-bottom: 1rem
	}

	.list-item .item .price .yen,
	.list-item .item .price .tax {
		font-size: 1.6rem;
		letter-spacing: 1px
	}

	.list-item .item .price .yen {
		font-size: 1.6rem;
		padding-right: 2px
	}
}

@media screen and (max-width: 768px) {
	.list-item .item .price {
		font-size: 2rem;
		margin-bottom: .8rem;
		letter-spacing: 0
	}
}

@media screen and (max-width: 768px) and (max-width: 350px) {
	.list-item .item .price {
		font-size: 1.6rem
	}
}

@media screen and (max-width: 768px) {

	.list-item .item .price .yen,
	.list-item .item .price .tax {
		font-size: 1rem;
		letter-spacing: 1px
	}

	.list-item .item .price .yen {
		font-size: 1.3rem;
		padding-right: 2px
	}
}

@media screen and (min-width: 769px) {
	.list-item .item .fav_btn {
		margin-bottom: 1rem
	}
}

@media screen and (max-width: 768px) {
	.list-item .item .fav_btn {
		margin-bottom: .8rem
	}
}

.list-item .item .fav_btn i {
	vertical-align: middle
}

@media screen and (min-width: 769px) {
	.list-item .item .fav_btn i {
		font-size: 1.8rem
	}
}

@media screen and (max-width: 768px) {
	.list-item .item .fav_btn i {
		font-size: 1.2rem
	}
}

.list-item .item .fav_btn a {
	display: block;
	background-color: #295699;
	font-weight: 700;
	line-height: 4;
	width: 80%;
	margin: auto;
	color: #FFF;
	text-align: center;
	border-radius: 2px
}

.list-item .item .fav_btn a:hover {
	background: #E44
}

@media screen and (min-width: 769px) {
	.list-item .item .fav_btn {
		font-size: 1.4rem;
		margin-bottom: 1rem
	}

}

@media screen and (max-width: 768px) {
	.list-item .item .fav_btn {
		font-size: 1rem;
		margin-bottom: .8rem
	}

	.nav__pagetop a {
		width: 50px;
		height: 50px;
		display: block;
		color: #FFF9EE;
		background: rgba(0, 0, 0, 0.7);
		line-height: 50px;
		text-align: center;
		font-size: 24px;
		vertical-align: middle;
	}
}


/* navigation */
.nav {
	width: 100%;
}

.nav__list {
	position: fixed;
	bottom: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	width: 100%;
	background: rgba(255, 255, 255, 0.9);
	z-index: 999;
}

.nav__list li {
	width: calc(100% / 6);
}

.nav__list a {
	color: #333;
	text-decoration: none;
	padding: 10px 0;
	display: block;
}

.nav__icon {
	display: block;
	text-align: center;
	font-size: 24px;
}

.nav__en {
	display: block;
	text-align: center;
	font-size: 10px;
	letter-spacing: 0.2px;
	line-height: 1.2;
}

.nav__jp {
	display: none;
}

.nav__pagetop {
	position: fixed;
	z-index: 999;
	bottom: 60px;
	right: 4px;
}

.nav__pagetop a {
	width: 50px;
	height: 50px;
	display: block;
	color: #FFF9EE;
	background: rgba(0, 0, 0, 0.7);
	line-height: 50px;
	text-align: center;
	font-size: 24px;
	vertical-align: middle;
}

.nav__icon img {
	width: 40px;
}

@font-face {
	font-family: 'icomoon';
	src: url('https://www.jreastmall.com/img/goods/S107/shop/assests/lp/salalist/fonts/icomoon.eot?i47b56');
	src: url('https://www.jreastmall.com/img/goods/S107/shop/assests/lp/salalist/fonts/icomoon.eot?i47b56#iefix') format('embedded-opentype'),
		url('https://www.jreastmall.com/img/goods/S107/shop/assests/lp/salalist/fonts/icomoon.ttf?i47b56') format('truetype'),
		url('https://www.jreastmall.com/img/goods/S107/shop/assests/lp/salalist/fonts/icomoon.woff?i47b56') format('woff'),
		url('https://www.jreastmall.com/img/goods/S107/shop/assests/lp/salalist/fonts/icomoon.svg?i47b56#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-gift:before {
	content: "\e926";
}

.icon-onepieceset:before {
	content: "\e922";
}

.icon-catsawn:before {
	content: "\e923";
}

.icon-cosme:before {
	content: "\e928";
}

.icon-arrow_back:before {
	content: "\e900";
}

.icon-arrow_forward:before {
	content: "\e901";
}

.icon-back:before {
	content: "\e902";
}

.icon-bag:before {
	content: "\e903";
}

.icon-bar:before {
	content: "\e904";
}

.icon-botomm:before {
	content: "\e905";
}

.icon-bra2:before {
	content: "\e906";
}

.icon-clacker:before {
	content: "\e907";
}

.icon-coat:before {
	content: "\e908";
}

.icon-copyright:before {
	content: "\e909";
}

.icon-crown:before {
	content: "\e90a";
}

.icon-favorite:before {
	content: "\e90b";
}

.icon-fire:before {
	content: "\e90c";
}

.icon-fire2:before {
	content: "\e90d";
}

.icon-goods:before {
	content: "\e90e";
}

.icon-hotitem:before {
	content: "\e90f";
}

.icon-hunger:before {
	content: "\e910";
}

.icon-inner:before {
	content: "\e911";
}

.icon-itmyselfsvg:before {
	content: "\e912";
}

.icon-knit:before {
	content: "\e913";
}

.icon-label:before {
	content: "\e914";
}

.icon-new:before {
	content: "\e915";
}

.icon-outer:before {
	content: "\e916";
}

.icon-pajama:before {
	content: "\e917";
}

.icon-roomwear:before {
	content: "\e918";
}

.icon-sale:before {
	content: "\e919";
}

.icon-shoes:before {
	content: "\e91a";
}

.icon-skirt:before {
	content: "\e91b";
}

.icon-star:before {
	content: "\e91c";
}

.icon-tags:before {
	content: "\e91d";
}

.icon-tee:before {
	content: "\e91e";
}

.icon-ticket:before {
	content: "\e91f";
}

.icon-timesale:before {
	content: "\e920";
}

.icon-tops:before {
	content: "\e921";
}

@media screen and (min-width: 768px) {

	/* navigation */
	.nav {
		position: fixed;
		bottom: 36px;
		right: 0;
		width: 100px;
		z-index: 999;
	}

	.nav__title img {
		width: 100%;
		vertical-align: bottom;
	}

	.nav__list {
		position: unset;
		list-style: none;
		display: block;
		background: unset;
	}

	.nav__list li {
		width: 100%;
	}

	.nav__list a {
		color: #222222;
		text-decoration: none;
		padding: 8px 0;
		display: block;
	}

	.nav__item,
	.nav__pagetop {
		background: #fffefd;
		margin-bottom: 2px;
		border-radius: 10px 0 0 10px;
		border: 1px solid #f0f0f0;
	}

	.nav__icon {
		display: block;
		text-align: center;
	}

	.nav__en {
		display: none;
	}

	.nav__jp {
		display: block;
		text-align: center;
		font-size: 10px;
		letter-spacing: 0.2px;
		line-height: 1.2;
	}

	.nav__pagetop {
		position: unset;
		z-index: 999;
		bottom: unset;
		right: unset;
		background: unset;
		margin-bottom: 2px;
	}

	.nav__pagetop .material-icons {
		display: block;
		text-align: center;
	}

	.nav__pagetop a {
		padding: 16px 0;
		line-height: 1.2;
		border: 1px solid #f0f0f0;
		border-radius: 10px 0 0 10px;
		background: #222222;
		color: #FFF9EE;
		width: 100%;
		height: 100%;
		text-align: center;
		text-decoration: none;
		font-size: 10px;
		vertical-align: middle;
	}
}