@charset "euc-jp";

/* --------------------------------------------------- */
/* slider -top */
/* --------------------------------------------------- */
.hero-img {
	margin-top: 5px;
	margin-bottom: 40px;
}

.hero-img__slider {
	position: relative;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding-bottom: 40px;
}

.hero-img__slides {
	overflow: hidden;
	max-height: 480px;
}

.hero-img--cuccuma {
	position: absolute;
	bottom: 20px;
	right: -90px;
}

.hero-img--cuccuma img {
	height: 250px;
}

/* --------------------------------------------------- bx slider */
.bx-wrapper {
	margin-bottom: 0 !important;
}

.bx-wrapper .bx-viewport {
	left: 0 !important;
	box-shadow: none !important;
	background: none !important;
	border: none !important;
}

.bx-wrapper .bx-pager {
	box-sizing: border-box;
	bottom: -40px !important;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	width: 40px !important;
	height: 8px !important;
	background: #302f35 !important;
	font-size: 0;
	border-radius: 0 !important;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #e45125 !important;
}

.bx-wrapper .bx-prev {
	left: -95px !important;
	border-top: 1px solid #302f35;
	border-left: 1px solid #302f35;
}

.bx-wrapper .bx-next {
	right: -95px !important;
	border-bottom: 1px solid #302f35;
	border-right: 1px solid #302f35;
}

.bx-wrapper .bx-prev,
.bx-wrapper .bx-next {
	position: relative;
	width: 30px;
	height: 30px;
	background: none !important;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: all .5s;
	transition: all .5s;
}

.bx-wrapper .bx-prev:hover {
	left: -100px !important;
	border-top: 1px solid #e45125;
	border-left: 1px solid #e45125;
}

.bx-wrapper .bx-next:hover {
	right: -100px !important;
	border-bottom: 1px solid #e45125;
	border-right: 1px solid #e45125;
}

.bx-wrapper .bx-controls-direction a {
	z-index: 9 !important;
	font-size: 0;
}

/* --------------------------------------------------- media query */
@media screen and (max-width: 1220px) {
	.hero-img .bx-wrapper .bx-prev {
		left: 20px !important;
	}
	.hero-img .bx-wrapper .bx-next {
		right: 20px !important;
	}
	.hero-img .bx-wrapper .bx-prev:hover {
		left: 10px !important;
	}
	.hero-img .bx-wrapper .bx-next:hover {
		right: 10px !important;
	}
	.hero-img .hero-img--cuccuma {
		right: 0px;
	}
}

@media screen and (max-width: 820px) {
	.hero-img--cuccuma img {
		height: 200px;
	}
}

@media screen and (max-width: 620px) {
	.hero-img--cuccuma {
		right: 20px;
	}
	.hero-img--cuccuma img {
		height: 150px;
	}
}

@media screen and (max-width: 420px) {
	.hero-img--cuccuma {
		right: 30px;
	}
	.hero-img--cuccuma img {
		height: 120px;
	}
	.hero-img .bx-wrapper .bx-prev,
	.hero-img .bx-wrapper .bx-next {
		display: none;
	}
}

@media screen and (max-width: 330px) {
	.hero-img--cuccuma img {
		height: 100px;
	}
}

/* --------------------------------------------------- */
/* new arrivals -top */
/* --------------------------------------------------- */
.section--bg-f5-new {
	position: relative;
	padding: 40px 0;
	background: #f5f5f5;
	overflow: hidden;
	z-index: 1;
}

.newarrivals__inner {
	margin-top: 40px;
}

.newarrivals__inner li {
	position: relative;
	float: left;
	max-width: 238px;
	margin: 0 0 16px 16px;
	box-shadow: 5px 5px 8px 0 rgba(0,0,0,.3);
	cursor: pointer;
}

.newarrivals__inner li:nth-child(4n+1) {
	margin-left: 0;
}

.newarrivals__inner li:nth-child(1)::after,
.newarrivals__inner li:nth-child(12)::after {
	content: '';
	position: absolute;
	width: 389px;
	height: 389px;
	background: #302f35;
	pointer-events: none;
	cursor: auto;
	z-index: -1;
}

.newarrivals__inner li:nth-child(1)::after {
	top: -16px;
	left: -16px;
}

.newarrivals__inner li:nth-child(12)::after {
	bottom: -16px;
	right: -16px;
}

.newarrivals__inner li a {
	display: block;
}

/* old site hack */
.newarrivals__inner li > a > img {
	width: 238px;
	height: 238px;
}
/*
.newarrivals__inner li a > img {
	width: 100%;
	max-width: 238px;
}
*/

.newarrivals__table {
	display: table;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #fff;
	background: rgba(0,0,0,.6);
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	visibility: hidden;
	opacity: 0;
}

.newarrivals__items {
	display: table-cell;
	width: 100%;
	max-width: 238px;
	vertical-align: middle;
	box-sizing: border-box;
	padding: 0 16px;
}

.newarrivals__bname {
	display: block;
	margin-bottom: 5px;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	-webkit-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.newarrivals__price {
	position: relative;
	display: block;
	margin-top: 24px;
	font-weight: bold;
}

.newarrivals__price span {
	margin-left: 5px;
	color: #e45125;
	font-size: 10px;
	font-weight: bold;
}

.newarrivals__price::before {
	content: '';
	position: absolute;
	top: -12px;
	left: 0;
	right: 0;
	width: 0;
	height: 1px;
	margin: auto;
	background: #fff;
	-webkit-transition: width .3s .2s;
	transition: width .3s .2s;
}

.newarrivals__inner li:hover .newarrivals__price::before {
	width: 50px;
}

.newarrivals__inner li:hover .newarrivals__table {
	visibility: visible;
	opacity: 1;
}

.newarrivals__price del {
	font-weight: normal;
	text-decoration: line-through;
}

.newarrivals__price.soldout {
	color: #e45125;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
}

.newarrivals__link {
	width: 120px;
	height: 32px;
	line-height: 32px;
	margin: 0 auto;
	text-align: center;
	border: 1px solid #302f35;
	overflow: hidden;
}

.newarrivals__link a {
	position: relative;
	display: block;
	color: #302f35;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	-webkit-transition: color .5s;
	transition: color .5s;
}

.newarrivals__link a::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: #302f35;
	-webkit-transition: left .5s ease;
	transition: left .5s ease;
	z-index: -1;
}

.newarrivals__link a:hover {
	color: #fff;
}

.newarrivals__link a:hover::before {
	left: 0;
}

/* --------------------------------------------------- media query */
@media screen and (max-width: 1040px) {
	/* old site hack */
	.newarrivals__inner li > a > img {
		width: 100%;
		max-width: 238px;
		height: auto;
	}
	.newarrivals__inner li:nth-child(1)::after,
	.newarrivals__inner li:nth-child(12)::after {
		display: none;
	}
	.newarrivals__inner li {
		width: 23.5%;
		margin: 0 0 2% 2%;
	}
	.newarrivals__items {
		max-width: 0px;
	}
}

@media screen and (max-width: 820px) {
	.newarrivals__items {
		display: none;
	}
}

@media screen and (max-width: 720px) {
	.newarrivals__inner li {
		width: 32%;
	}
	.newarrivals__inner li:nth-child(4n+1) {
		margin: 0 0 2% 2%;
	}
	.newarrivals__inner li:nth-child(3n+1) {
		margin-left: 0;
	}
}

/* --------------------------------------------------- */
/* pickup brand -top */
/* --------------------------------------------------- */
.pickup-brand .section__h3 {
	width: 240px;
	margin: 0 auto;
	background: #fff;
}

.pickup-brand__inner {
	position: relative;
	margin-top: 20px;
	padding-bottom: 30px;
	border-bottom: 1px solid #e1e1e1;
}

.pickup-brand__inner::before {
	content: '';
	position: absolute;
	top: -40px;
	left: 0;
	width: 100%;
	height: 1px;
	background: #e1e1e1;
	z-index: -1;
}

.pickup-brand__inner li {
	position: relative;
	float: left;
	width: 12%;
	height: 100%;
	margin-left: 2%;
}

.pickup-brand__inner li a {
	display: block;
	width: 100%;
	height: 100%;
	-webkit-transition: opacity .5s;
	transition: opacity .5s;
}

.pickup-brand__inner li a:hover {
	opacity: .5;
}

/* --------------------------------------------------- media query */
@media screen and (max-width: 720px) {
	.pickup-brand__inner {
		padding-top: 10px;
	}
	.pickup-brand__inner li {
		width: 30%;
		height: 100%;
		margin-left: 2.5%;
	}
	.pickup-brand__inner li:first-child {
		margin-left: 2.5%;
	}
	.pickup-brand__inner li:last-child {
		display: none;
	}
}

/* --------------------------------------------------- */
/* information -top */
/* --------------------------------------------------- */
.information__inner {
	margin-top: 40px;
}

.information__inner li {
	position: relative;
	float: left;
}

.information--mask {
	position: relative;
	width: 199px;
	padding: 18px;
	background: #fff;
	cursor: pointer;
	overflow: hidden;
	z-index: 2;
}

.information--mask a {
	display: block;
	height: 197px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.information--bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 235px;
	height: 359px;
	background: #302f35;
	-webkit-transition: all .3s;
	transition: all .3s;
	z-index: 1;
}

.information__inner li:hover .information--bg {
	-webkit-transform: translate(10px,10px);
	-ms-transform: translate(10px,10px);
	transform: translate(10px,10px);
}

.information__date {
	height: 20px;
	line-height: 20px;
	margin-top: 16px;
	font-weight: bold;
	font-size: 10px;
}

.information__ttl {
	height: 80px;
	margin-top: 10px;
}

.information__link {
	width: 120px;
	height: 32px;
	line-height: 32px;
	margin: 0 auto;
	text-align: center;
	border: 1px solid #302f35;
	overflow: hidden;
}

.information__link a {
	position: relative;
	display: block;
	color: #302f35;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	-webkit-transition: color .5s;
	transition: color .5s;
}

.information__link a::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: #302f35;
	-webkit-transition: left .5s ease;
	transition: left .5s ease;
	z-index: -1;
}

.information__link a:hover {
	color: #fff;
}

.information__link a:hover::before {
	left: 0;
}

/* --------------------------------------------------- bx slider */
.bx-wrapper {
	margin-bottom: 0 !important;
}

.information .bx-wrapper .bx-viewport {
	left: 0 !important;
	height: 409px !important;
	box-shadow: none !important;
	background: none !important;
	border: none !important;
	padding-right: 10px;
}

.information .bx-wrapper .bx-pager {
	display: none;
}

/* --------------------------------------------------- media query */
@media screen and (max-width: 1220px) {
	.information .bx-wrapper .bx-prev {
		left: -30px !important;
	}
	.information .bx-wrapper .bx-next {
		right: -30px !important;
	}
}

@media screen and (max-width: 1020px) {
	.information .bx-wrapper .bx-prev {
		left: 10px !important;
	}
	.information .bx-wrapper .bx-next {
		right: 10px !important;
	}
	.information .bx-wrapper .bx-next::after,
	.information .bx-wrapper .bx-prev::after {
		content: '';
		position: absolute;
		top: 0;
		width: 30px;
		height: 30px;
	}
	.information .bx-wrapper .bx-prev::after {
		left: 0;
		border-top: 1px solid #fff;
		border-left: 1px solid #fff;
	}
	.information .bx-wrapper .bx-next::after {
		top: 1px;
		right: 0;
		border-bottom: 1px solid #fff;
		border-right: 1px solid #fff;
	}
}
