﻿@charset "UTF-8";

.wrapper_ > .container_ {
    margin-top: 80px;
}
a:hover img{
    opacity: 0.8;
}
/*ヘッダー*/
.header-main h1{
	margin: 13px 0 13px 40px;
	height: 54px;
}
.header-main h1 a {
	border: none;
	outline: none;
}
.header-language {
	margin-right: 12px;
}
.header-language > p {
	font-size: 10px;
	padding: 45px 0 0 0;
	max-height: 57px;
	line-height: 1;
	background: url(../img/language.png) top left no-repeat;
}
header .language-detail {
	top: 70px;
	left: -10px;
}
li.header-brand {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: 10px;
}
li.header-brand picture {
	width: 50px;
	height: 45px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
li.header-brand picture img{
	margin-top: 8px;
}
.header-right ul li > div.header-brand-modal {
	display: none;
	position: fixed;
	top: 80px;
	left: 0;
	width: 100%;
	background: #CCCCCC;
	padding: 100px 0;
}
.header-brand-modal-header {
	width: max-content;
	margin: 0 auto 61px;
}
.header-brand-modal-header img {
	vertical-align: bottom;
}
.header-brand-main {
	cursor: pointer;
}
.header-brand-main:hover{
	opacity: 0.8;
}
.header-brand-modal-main {
	width: 1200px;
	margin: 0 auto;
}
.header-brand-modal-main ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	gap: 40px 30px;
	min-width: 1200px;
}
.header-brand-modal-main ul picture{
	background: #FFF;
	width: 175px;
	height: 130px;
	margin: 0 0 10px;
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.header-brand-modal-main li {
	width: 175px;
}
.header-brand-modal-main li p {
	font-size: 1.6rem;
	color: #FFF;
	text-align: center;
}
li.header-brand .header-brand-modal-main picture img {
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}
/*ヘッダー*/

.header-right ul li a {
	outline: none;
	border: none;
}
@media print, screen and (max-width: 767px) {
	/*ヘッダー*/

	header{
		height: unset;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 9999;
	}
	.header-main {
		height: 50px;
	}
	.header-right > ul {
		gap: 0;
	}
	header .header-main h1 {
		padding: 5px 0 5px 10px;
	}
	.header-main h1 img {
		height: 36px;
	}
	.header-right ul li a span {
		display: block;
		font-size: 0.8rem;
	}
	.header-right ul li.header-login a,
	.header-right ul li.header-favorite a,
	.header-right ul li.header-cart a
	.header-brand span {
		width: unset;
	}
	li.header-login {
		margin-right: 8px;
	}
	li.header-brand picture {
		width: unset;
		height: unset;
	}
	li.header-brand picture img {
		height: 18px;
	}
	.header-right ul li.header-login img {
		width: 19px;
		height: 21px;
	}
	.header-right ul li.header-favorite{
		margin-right: 10px;
	}
	.header-right ul li.header-favorite img {
		width: 21px;
		height: 18px;
	}
	.header-main .header-right li.header-brand picture,
	.header-main .header-right li.header-cart picture {
		width: 24px;
		height: 24px;
		margin: 0 0 2px;
	}
	
	.header-right ul li.header-cart img {
		width: 24px;
		height: 24px;
	}
	.header-right ul li a picture {
		height: 24px;
		margin: 0 0 2px;
	}
	li.header-brand picture img {
		margin: 0;
	}
	li.header-favorite picture img {
		margin-top: 2px;
	}
	.header-right ul li a span.block-headernav--cart-count.js-cart-count {
		width: 18px;
		height: 18px;
		top: -4px;
	}
	li.header-cart {
		margin-right: 6px;
	}
	.header-brand-main span {
		font-size: 0.8rem;
	}
	.header-brand-modal-main {
		width: unset;
	}
	.header-right ul,
	.forcms_block .header-right ul {
		min-width: unset;
		width: unset;
		flex-direction: row;
		flex-wrap: wrap;
	}
	 .header-right .header-brand-modal-main ul,
	.forcms_block .header-right .header-brand-modal-main ul{
		margin: 0 15px;
		gap: 21px 9px;
		justify-content: start;
	}
	.header-brand-modal-main li {
		width: calc((100% / 3) - 6px) ;
	}
	.header-main .header-right li.header-brand .header-brand-modal-main li picture {
		width: 100%;
		height: 90px;
		aspect-ratio: 1;
		margin: 0 0 10px;
		padding: 0 0;
		box-sizing: border-box;
		border-radius: 5px;
	}
	.header-main .header-right li.header-brand .header-brand-modal-main li picture img {
		height: unset;
	}
	.header-brand-modal-main li p {
		font-size: 1.1rem;
		line-height: normal;
	}
	.header-right ul li > div.header-brand-modal {
		padding: 30px 0;
		top: 50px;
		height: 100svh;
	}
	.header-brand-modal-header {
		display: none;
	}
	.header-brand-modal {
		padding-bottom: 30px;
		overflow-y: scroll;
		height: calc(100vh - 80px);
	}
	header .header-right-menu-closebtn {
		height: 40px;
		margin: 58px auto 30px;
		border-radius: 20px;
		font-size: 1.4rem;
		background-color: unset;
		color: #FFF;
		border: 1px solid #FFF;
		display: flex;
	}
	/*ヘッダー*/

	
	div.block-top-event--goods--wrap .swiper-scrollbar {
		display: block;
		position: static;
		margin-top: 0;
	}
	div.block-top-event--goods--wrap .swiper-scrollbar .swiper-scrollbar-drag {
		background: #444;
	}
}
.swiper-button-next, .swiper-button-prev {
    pointer-events: auto !important;
    opacity: 1 !important;
}
#block_of_top_body .block-top-body--items {
	margin: 0 auto;
	display: flex;
	max-width: 1660px;
}
#block_of_top_body .block-top-body--items .swiper-slide {
	margin-right: 20px;
}
#block_of_top_body .block-top-body--items .swiper-slide:last-child {
	margin-right: 0;
}
#block_of_top_body .block-top-body--items .swiper-slide:nth-child(n+4) {
	display: none;
}
#block_of_top_body.swiper-horizontal .block-top-body--items .swiper-slide:nth-child(n+4) {
	display: block;
}
#block_of_top_body.swiper-horizontal .block-top-body--items{
	margin-left: -540px;
}
#block_of_top_body.swiper-horizontal .block-top-body--items{
	margin-left: -540px;
}
#block_of_top_body.swiper-horizontal .swiper-button.swiper-button{
	display: block;
}
#block_of_top_body .swiper-button.swiper-button{
	display: none;
}
@media print, screen and (max-width: 1200px) {
	#block_of_top_body.swiper-horizontal .block-top-body--items {
			margin-left: 0;
	}
}
/*メインビジュアル
#block_of_top_body.swiper {
	overflow: visible;
}
.block-top-body-main .block-top-body--body img{
	border-radius: 8px;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}
.block-top-body-main .swiper-button svg {
	display: none;
}*/

.header-right-menu-closebtn {
	display: none;
}
.block-top-body--body#block_of_top_body{
	margin-bottom: 0;
	padding: 30px 0;
	background: #F7F7F7;
}
#block_of_top_body .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background: #222222;
}
#block_of_top_body .swiper-button.swiper-button-prev{
	left: 40px;
	top: 250px;
	margin: 0;
	padding: 0;
	border-radius: 50%;
	background: #000000 url(../img/prev.png) center center no-repeat;
}
#block_of_top_body .swiper-button.swiper-button-next{
	right: 40px;
	top: 250px;
	margin: 0;
	padding: 0;
	border-radius: 50%;
	background: #000000 url(../img/next.png) center center no-repeat;
}


#block_of_top_body .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
#block_of_top_body .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	margin: 0;
	padding: 0;
	opacity: 1;
}
#block_of_top_body .swiper-pagination-bullet {
	background: #DEDEDE;
}
.wrapper_ .swiper-horizontal>.swiper-pagination-bullets, 
.wrapper_ .swiper-pagination-bullets.swiper-pagination-horizontal,
.wrapper_ .swiper-pagination-custom, .swiper-pagination-fraction,
.wrapper_ .block-top-body-main .swiper-pagination {
	position: static;
	bottom: 0;
	margin-top: 30px;
	height: unset;
}
/*
body .block-top-body-main #block_of_top_body.block-top-body--body {
	width: unset;
	max-width: unset;
	min-width: unset;
	position: static;
}
.block-top-body--body .swiper-wrapper .swiper-slide {
	width: 540px;
}
/*メインビジュアル*/
.block-top-body--body .swiper-wrapper .swiper-slide img {
	border-radius: 8px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 768px) {
	.block-top-body--body .swiper-wrapper .swiper-slide {
		width: 540px;
	}
	
}

@media print, screen and (max-width: 767px) {

	#block_of_top_body .block-top-body--items {
		max-width: unset;
		gap: 0;
		margin-left: 100px;
	}
	#block_of_top_body .block-top-body--items .swiper-slide.swiper-slide {
			width: calc(100% - 30px); 
			margin-right: 5px;
			margin-left: 5px;
	}
	.block-top-body--items img{
		border-radius: 8px;
	}

	#block_of_top_body .swiper-button.swiper-button {
		display: none;
	}
	#block_of_top_body.swiper {
		overflow-x: hidden;
		overflow-y: unset;
		padding: 10px 0 20px;
	}

	#block_of_top_body.swiper-horizontal .swiper-button.swiper-button {
		display: none;
	}
	.wrapper_ > .container_ {
		margin-top: 50px;
	}
	/*メインビジュアル*/
	.block-top-body-main #block_of_top_body.block-top-body--body .swiper-wrapper .swiper-slide img {
		max-width: 100%;
	}
	.block-top-body-main #block_of_top_body.block-top-body--body{
		max-width: unset;
		min-width: unset;
		width: unset;
		padding: 0 0 0;
	}
	.block-top-body-main{
		padding: 10px 0 20px;
	}
	.block-top-body-main .swiper-button.swiper-button-prev,
	.block-top-body-main .swiper-button.swiper-button-next{
		display: none;
	}
	.wrapper_ .swiper-horizontal>.swiper-pagination-bullets, .wrapper_ .swiper-pagination-bullets.swiper-pagination-horizontal, .wrapper_ .swiper-pagination-custom, .swiper-pagination-fraction, .wrapper_ .block-top-body-main .swiper-pagination {
		margin: 20px auto 0;
		height: unset;
	}
	/*メインビジュアル*/
}
.block-teamall {
	margin: 100px auto;
	max-width: 1200px;
	width: 100%;
}
@media print, screen and (max-width: 767px) {
	.block-teamall {
		margin: 50px 15px;
		max-width: unset;
		width: unset;
	}
	.block-teamall img {
		max-width: 100%;
	}
}

/*キーワード検索*/
.block-top-keyword {
	border: none;
	margin: 0 0 100px;
	padding: 0;
}
.block-top-keyword h2 {
	margin-bottom: 60px;
}

.block-top-keyword input.block-global-search--keyword {
	color: #444444;
	border: 1px solid #444444;
	background: #FFF;
	height: 60px;
	border-radius: 30px;
	font-size: 1.6rem;
}
.block-top-keyword-list a {
	color: #444;
	border: 1px solid #444;	
}
.block-top-keyword-list a:hover {
	color: #FFF;
	background: #444;
	border: 1px solid #444;	
}
.block-global-search form .block-global-search--submit {
	width: 25px;
	height: 25px;
	right: 20px;
	background: url(../img/loope.png) right center no-repeat;
}
.header-right ul li .header-search-inner .block-global-search--submit {
	right: 15px;
	width: 25px;
	height: 25px;
	color: #444444;
	background: url(../img/loope.png) right center no-repeat;

}
.block-top-keyword input.block-global-search--keyword::placeholder {
	color: #999999;
}
input.block-global-search--keyword {
	background: #FFF;
	border: 1px solid #444;
}
@media print, screen and (max-width: 767px) {
	.block-top-keyword h2 {
		margin-bottom: 30px;
	}
	.block-top-keyword {
		margin-bottom: 60px;
	}
	.block-top-keyword input.block-global-search--keyword {
		height: 45px;
		border-radius: 23px;
		font-size: 1.2rem;
	}
	.block-global-search form .block-global-search--submit {
		width: 20px;
		height: 20px;
		background: url(../img/sp/loope.png) right center no-repeat;
		background-size: 20px 20px;
		margin: auto 0;
		padding: 0;
	}
	.header-search-inner span {
		display: block;
		font-size: 0.8rem;
	}
	.header-search-btn picture{
		height: 24px;
		margin: 0 0 2px;
		display: flex;
		justify-content: center;
		align-items: center;				
	}
	.header-search {
		margin-right: 18px;
	}
	.header-right ul li .header-search-inner .block-global-search--submit {
		right: 40px;
		width: 20px;
		height: 20px;
		background-size: 20px 20px;
		margin: auto 0;
		padding: 0;
	}
}
/*キーワード検索*/

/*ブランドリスト*/
.block-brand-list {
	margin: 100px 0;
}
.block-brand-list ul {
	max-width: 1200px;
	width: 100%;
	margin: 60px auto 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}
.block-brand-list ul li{
	margin: 0 20px 0 0;
	padding: 0 20px 0 0;
	border-right: 1px solid #DEDEDE;
	width: 165px;
}
.block-brand-list ul li a {
	display: block;
}
.block-brand-list ul li img {
	max-width: 100%;
	border-radius: 10px;
}
.block-brand-list ul li:last-child{
	margin: 0;
	padding: 0;
	border: none;
}
.block-brand-list ul li .block-brand-logo {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.block-brand-list ul li .block-brand-logo img {
	display: block;
	border-radius: unset;
}

@media print, screen and (max-width: 767px) {
	.block-brand-list {
		margin: 60px 0;
	}
	.block-brand-list ul {
		max-width: unset;
		flex-wrap: wrap;
		gap: 30px 15px;
		margin: 30px auto 0;
		padding: 0 15px;
		box-sizing: border-box;
		justify-content: start;
	}
	.block-brand-list ul li {
		width: calc((100% / 3) - 10px);
		margin: 0;
		padding: 0;
		border: none;
	}
	.block-brand-list ul li .block-brand-logo {
		display: block;
	}
	.block-brand-list ul li img{
		max-width: 100%;
		border-radius: 5px;
	}
	.block-brand-list ul li a {
		height: unset;
	}
	.block-brand-kenkotai .block-brand-logo {margin-top: 18px;padding: 0;}
	.block-brand-kenkotai picture.block-brand-logo {padding: 0;}
	.block-brand-theitoenjapaneseteashop .block-brand-logo {margin-top: 10px;padding: 0;}
	.block-brand-crazyjasmine .block-brand-logo {margin-top: 10px;}
	.block-brand-tullyscoffee .block-brand-logo {margin-top: 10px;}
	.block-brand-chichiyasu .block-brand-logo {margin-top: 23px;}
	.block-brand-tsuchikura .block-brand-logo {margin-top: 10px;}	
}
	/*ブランドリスト*/


.block-top-title{
	color: #222;
	font-size: 3.6rem;
	font-weight: bold;
	line-height: 1.4;
}
.block-top-title span{
	font-weight: 500;
	color: #2E9B3B;
	margin-top: 16px;
}
@media print, screen and (max-width: 767px) {
	.goodsdetail_itemhistory_main #goodsdetail_itemhistory .block-top-title,
	h2.block-top-title {
		font-size: 2.6rem;
	}
	.goodsdetail_itemhistory_main #goodsdetail_itemhistory .block-top-title span,
	h2.block-top-title span {
		font-size: 1.0rem;
		margin-top: 5px;
	}
}

/*お知らせ*/
.block-top-topic{
	width: 100%;
	max-width: 1200px;
	min-width: 1200px;
	margin: 0 auto;
	padding: 100px 0 100px 0;
}
.block-top-topic--body{
	background: none;
	margin: 60px 0 0 0;
	padding: 0;
	border-radius: 0;
}
.block-topic--items li {
	margin-bottom: 10px;
}
.block-topic--items li:last-child {
	margin: 0;
}
.block-topic--items li dl {
	gap: 60px;
}
.block-topic--items li a{
	background: #F7F7F7 url(../img/topic_shape.png) right 30px center no-repeat;
	border-radius: 8px;
	border: none;
	padding: 18.5px 0 17.5px;
}
.block-topic--items li dl dt {
	margin-left: 30px;
}
.block-topic--items {
	margin-bottom: 60px;
}
@media print, screen and (max-width: 767px) {
	.block-top-topic{
		max-width: unset;
		min-width: unset;
	}
	.block-topic--items li a {
		background: #F7F7F7 url(../img/sp/topic_shape.png) right 22px center no-repeat;
		background-size: auto 8px;
	}
	.block-top-topic--body {
		margin: 30px 0 0 0;
	}
}
/*お知らせ*/

@media print, screen and (max-width: 767px) {
	/*お知らせ*/
	.block-top-topic{
		max-width: 100%;
		min-width: 100%;
		width: 100%;
		box-sizing: border-box;
		padding: 60px 15px;
	}
	.block-topic--items li dl dt {
		margin: 0 0 6px;
	}
	.block-topic--items li a {
		padding: 20px;
	}
	.block-topic--items li dl {
		gap: 0;
	}
	/*お知らせ*/
}
/*おすすめの商品*/
.block-top-event--goods--wrap {
	margin: 40px 0 0 0;
}
.block-recommend-item .swiper-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 40px 0;
}
.block-recommend-item .swiper-wrapper li:nth-child(5n+0){
	margin-right: 0;
}
.block-recommend-item-tabs{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 10px;
	max-width: 945px;
	margin: 40px auto 0;
}
.block-recommend-item-tabs li:hover,
.block-recommend-item-tabs li.js-active {
	border: 1px solid #444444;
	background: #444444;
	color: #FFF;
}
.block-recommend-item-tabs li{
	border-radius: 5px;
	padding: 10px 20px;
	box-sizing: border-box;
	border: 1px solid #DEDEDE;
	cursor: pointer;
}
.block-top-event--goods--wrap .swiper-scrollbar {
	display: none;
}
.block-top-event {
	padding: 40px 0 0 0;
}
.block-top-event--goods{
	max-width: 1200px;
	min-width: 1200px;
	width: 100%;
	margin: 40px auto 0;
}
.block-top-event--goods--wrap .js-enhanced-ecommerce-item.swiper-slide {
	width: 216px;
	height: unset;
	margin-bottom: 0;
	flex-direction: column;
}
.js-enhanced-ecommerce-item.swiper-slide .block-pickup-list-p--image img {
	max-height: 100%;
}
.block-pickup-list-p--item-body-wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 40px 0;
}
.block-top-event--goods .js-enhanced-ecommerce-item.swiper-slide:nth-child(5n+0) {
	margin-right: 0;
}
.block-thumbnail-t--goods-wrap.swiper-slide figure,
.block-ranking-r--goods-wrap.swiper-slide figure,
.block-pickup-list-p--item-body-wrap.swiper-slide figure {
	width: 216px;
	height: 216px;
}
.block-thumbnail-t--goods-wrap.swiper-slide figure img,
.block-ranking-r--goods-wrap.swiper-slide figure img,
.block-pickup-list-p--item-body-wrap.swiper-slide figure img {
	max-width: 100%;
	max-height: 100%;
}
.block-thumbnail-t--goods-wrap.swiper-slide,
.block-ranking-r--goods-wrap.swiper-slide,
.block-pickup-list-p--item-body-wrap.swiper-slide {
	margin-right: 30px;
	width: 216px;
	flex-direction: column;
	gap: 0;
	height: unset;
}
.block-thumbnail-t--goods-wrap.swiper-slide:last-child,
.block-ranking-r--goods-wrap.swiper-slide:last-child,
.block-pickup-list-p--item-body-wrap.swiper-slide:last-child {
	margin-right: 0;
}
.block-thumbnail-t--goods-wrap.swiper-slide img,
.block-ranking-r--goods-wrap.swiper-slide img,
.block-pickup-list-p--item-body-wrap.swiper-slide img {
	border-radius: 8px;
}
.block-thumbnail-t--goods{
	gap: 0;
	margin-bottom: 40px;	
}
.block-ranking-r--goods,
.block-pickup-list-p--item-body {
	gap: 0;
	margin-bottom: 40px;
}
.block-thumbnail-t--goods:last-child,
.block-ranking-r--goods:last-child,
.block-pickup-list-p--item-body:last-child {
	margin-bottom: 0;
}
.block-ranking-r--goods-image {
	position: relative;
}
.block-thumbnail-t--goods-name,
.block-pickup-list-p--goods-name,
.block-ranking-r--goods-name {
	overflow: unset;
}
.block-thumbnail-t--goods-name a,
.block-pickup-list-p--goods-name a,
.block-ranking-r--goods-name a {
	overflow: hidden;
}
.block-thumbnail-h--item figure img {
	border-radius: 8px;
}
@media print, screen and (max-width: 767px) {
	.block-pickup-list-p--item-body-wrap {
		display: flex;
		flex-wrap: unset;
		gap: unset;
		flex-direction: row;
		padding: 0 15px;
		width: max-content;
	}
	.block-recommend-item .block-top-event--goods--wrap .swiper-wrapper {
		display: flex;
		flex-wrap: unset;
		gap: 40px 0;
		flex-direction: column;
		overflow-x: auto;		
		overflow-y: hidden;
		padding-bottom: 30px;
	}
	.block-recommend-item .block-top-event--goods--wrap .block-pickup-list-p--item-body {
		display: flex;
	}
	.block-recommend-item-tabs {
		gap: 6px;
		margin: 0 15px;
		justify-content: start;
	}
	.block-recommend-item-tabs li {
		width: calc((100% /3) - 4px);
		font-size: 1.1rem;
		padding: 6px 6px;
		box-sizing: border-box;
		text-align: center;
		min-height: 45px;
		display: flex;
		flex-direction: column;
		align-content: center;
		justify-content: center;
	}
	.block-thumbnail-t--goods-wrap.swiper-slide figure,
	.block-ranking-r--goods-wrap.swiper-slide figure,
	.block-pickup-list-p--item-body-wrap.swiper-slide figure {
		width: 150px;
		height: 150px;
	}
	.block-thumbnail-t--goods-wrap.swiper-slide,
	.block-ranking-r--goods-wrap.swiper-slide,
	.block-pickup-list-p--item-body-wrap.swiper-slide {
		margin-right: 15px;
		width: 150px;
	}
	.block-top-event--goods .swiper-container {
		padding: 0 0 0 0;
	}
	.block-top-event--goods .swiper  {
		overflow: unset;
	}
	.block-top-event--goods .swiper-slide:nth-child(5n+0){
		margin-right: 15px;
	}
	.block-top-event--goods .swiper-slide:last-child {
		margin-right: 0;
	}
	.block-top-event--goods {
		max-width: unset;
		min-width: unset;
		overflow: hidden;
	}
	.block-top-event {
		padding: 30px 0 0 0;
	}
	.block-recommend-item .swiper-wrapper {
		display: flex;
		flex-wrap: unset;
	}
	.block-ranking-r--goods-wrap.swiper-slide li{
		margin-bottom: 20px;

	}
	.block-thumbnail-t--goods-wrap.swiper-slide li,
	.block-pickup-list-p--item-body-wrap.swiper-slide li {
		margin-bottom: 40px;
	}
}
/*おすすめの商品*/
/*共通パーツ*/
.block-top-title {
	font-size: 3.2rem;
}
.block-top-title span{
	color: #999999;
}
.block-btn a{
	border: 1px solid #222222;
	color: #222222;
	background:  url(../img/shape.png) right 20px center no-repeat;
}
#itemHistoryButton a{
	color: #999999;
}

@media print, screen and (max-width: 767px) {
	.block-top-topic--body .block-btn {
		margin: 0 30px;
	}
	.block-btn a {
		margin: 0 0;
		font-size: 1.4rem;
		height: 44px;
	}
	.block-top-event--goods--wrap .js-enhanced-ecommerce-item.swiper-slide {
		width: 150px;
		margin-bottom: 0;
	}
}