@charset "UTF-8";

/*--------------------------
 HEAD_SETTING
----------------------------*/
#returnB {display: none;}
@media screen and (min-width: 1025px) {
	#returnB {
		display: block;
		position: absolute;
		top: 0;
		left: 20px;
		z-index: 10;
		width: 190px;
		height: 45px;
		background: url(../img/sale/b_return.png) no-repeat 0 0;
	}
	#returnB a {
		display: block;
		width: 100%;
		height: 100%;
		font-size: 0;
		background: url(../img/sale/b_return.png) no-repeat -190px 0;
		transition: all 0.5s;
		opacity: 0;
	}
	#returnB a:hover {
		opacity: 1.0;
	}
}


#saleHead {
	position: relative;
	width: 100%;
	margin-bottom: 30px;
	background: url(../img/sale/bg_mobile.jpg) no-repeat center top;
	background-size: cover;
	border-bottom: solid 5px #442907;
	opacity: 0.0;
}
.saleIn:before {
	content: "";
	display: block;
	padding-top: 61.2244897%
}
#saleTop {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 18px;
	background: url(../img/sale/sale_head_s.png) repeat-x;
}
#saleMain {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	width: 100%;
	height: 100%;
	background: url(../img/sale/head_bg.png) no-repeat center center;
	background-size: cover;
	overflow: hidden;
}
#saleVisual {
	position: relative;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 5;
	width: 100%;
	opacity: 0.0;
}
#saleVisual img {width: 100%;}

/*PC*/
@media screen and (min-width: 1025px) {
	#saleHead {
		position: relative;
		width: 100%;
		height: 600px;
		margin-bottom: 30px;
		background: none;
		border-bottom: none;
	}

	#saleVisual {
		position: relative;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		z-index: 5;
		width: 980px;
		height: 600px;
	}
}


#saleHead.open {animation: saleStart 0.9s ease-in-out 0.0s forwards;}
#saleVisual.open {animation: saleStart2 0.9s ease-in-out 0.0s forwards;}

@keyframes saleStart {
0% 		{opacity: 0;}
100% 	{opacity: 1.0;}
}
@keyframes saleStart2 {
0% 		{transform: translate3d(-50%,0,0) scale(1.8); opacity: 0;}
100% 	{transform: translate3d(-50%,0,0) scale(1.0); opacity: 1.0;}
}
/*--------------------------
 SALE_SLIDE
----------------------------*/


.saleSlideWrap {display: none;}

@media screen and (min-width: 1025px) {
	#saleSet {
		position: absolute;
		top: 0;
		z-index: 1;
		border-bottom: solid 5px #442907;
		box-shadow: 0 0 5px rgba(0,0,0,0.75);
	}
	.saleSlideWrap {
		display: flex;
		overflow: hidden;
	}
	.saleDemo {display: flex;}

	.slideImg > img{width: 100%;}
	.slideImg {width: 200px;}
}

/*ANIMATION*/
.saleMoveL {animation :scroll-left 50s infinite linear 0.0s both;}
.saleMoveR {animation :scroll-right 70s infinite linear 0.0s both;}
@keyframes scroll-left {
	0% {transform: translateX(0);}
	100% {transform: translateX(-100%);}
}
@keyframes scroll-right {
	0% {transform: translateX(-100%);}
	100% {transform: translateX(0);}
}
/*--------------------------
 SALE_SETTING
----------------------------*/
/*BIG SALE*/

#bigSale {
	width: 95%;
	margin: 0 auto 100px;
}
#bigSale h2 {
	width: 100%;
	margin-bottom: 10px;
	opacity: 0.0;
}
#bigSale h2 img {width: 100%;}

.saleBox {
	width: 100%;
	margin-bottom: 30px;
	padding: 5px;
	background: linear-gradient(to bottom,#3d2404 25%,#a2815d 50%,#3d2404 75% );
	opacity: 0.0;
}
.saleSet1,.saleSet2 {
	padding: 20px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
}
.saleSet1 {
	background: url(../img/sale/sale_bg01.png) no-repeat right top;
	background-size: cover;
}
.saleSet2 {
	background: url(../img/sale/sale_bg02.png) no-repeat right top;
	background-size: cover;
}

.saleMenu {
	padding: 10px;
	border-radius: 10px;
	background: rgba(255,255,255,0.75);
	margin-bottom: 10px;
}
.saleMenu p {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.4rem;
	font-weight: 500;
	color: #6e1f34;
}
.saleMenu ul {
	padding-top: 5px;
}
.saleMenu ul li {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.2;
	color: #6e1f34;
}
.saleMenu ul li:before {
	content: "\f105";
	font-family: fontawesome;
	color: #af0132;
	margin-right: 5px;
}
.saleMenu ul li span {
	display: block;
	font-size: 1.2rem;
	font-weight: 500;
	color: #FFF;
	padding: 0 10px;
	margin-left: 5px;
	border-radius: 2.0rem;
	background: #9c022a;
}

/*PC*/
@media screen and (min-width: 1025px) {
	#bigSale {
		width: 940px;
		margin: 0 auto 100px;
	}
	.saleMenu {
		margin-bottom: 0;
	}

	.saleMenu ul li span {
		display: initial;
	}
}

.fanzaBtn {
	width: 100%;
	height: auto;
	background:none;
}
.fanzaBtn a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 10px 15px;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.8rem;
	font-weight: 900;
	text-align: center;
	color: #FFF;
	background: #DB0041;
	border: solid 1px #FF82a2;
	transition: all 0.4s;
}
.fanzaBtn a:hover {
	background: #FFC000;
	border: solid 1px #B19643;
}

/*PC*/
@media screen and (min-width: 768px) {
	.fanzaBtn {
		width: 340px;
		height: 80px;
		background: url(../img/sale/b_fanza.png) no-repeat 0 0;
	}
	.fanzaBtn a {
		display: block;
		font-size: 0;
		width: 100%;
		height: 100%;
		background: url(../img/sale/b_fanza.png) no-repeat -340px 0;
		transition: all 0.5s;
		opacity: 0;
	}
	.fanzaBtn a:hover {
		opacity: 1.0;
	}
}

#bsH1.open {
	animation: feedR 0.6s ease-in-out 0.0s forwards;
}
#bsH2.open {
	animation: feedR 0.6s ease-in-out 0.0s forwards;
}
.saleBox.open {
	animation: feedD 0.6s ease-in-out 0.0s forwards;
}
@keyframes feedR {
0% 		{transform: translate3d(20%,0,0); opacity: 0;}
100% 	{transform: translate3d(0%,0,0); opacity: 1.0;}
}
@keyframes feedD {
0% 		{transform: translate3d(0,80px,0); opacity: 0;}
100% 	{transform: translate3d(0,0,0); opacity: 1.0;}
}

#saleItem.open h2 {
	animation: feedC 0.6s ease-in-out 0.0s forwards;
}
@keyframes feedC {
0% 		{opacity: 0;}
100% 	{opacity: 1.0;}
}
#saleItem > section.open {
	animation: feedD 0.6s ease-in-out 0.0s forwards;
}
/*COMMON SALE*/

#saleItem h2 {
	width: 100%;
	margin: 0 auto 50px;
	padding: 20px;
	text-align: center;
	background: linear-gradient(to bottom, #9c022a 0%, #e6003c 80%);
	border-top: solid 3px #251519;
	border-bottom: solid 3px #251519;
	box-shadow: 0 2px 2px rgba(0,0,0,0.45);
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 2.4rem;
	font-weight: 900;
	color: #FFF;
	text-shadow: 0 2px 2px rgba(0,0,0,0.45);
	opacity: 0.0;
}


#saleItem {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}

#saleItem > section {
	position: relative;
	width: 224px;
	min-height: 400px;
	margin: 0 10px 20px;
	padding: 35px 10px 0;
	border: solid 2px #40121e;
	background: url(../img/sale/sale_head_s.png) repeat-x center top #FFF;
	opacity: 0.0;
}
#saleItem > section .saleImg {
	width: 200px;
	margin: 0 auto 10px;
}
#saleItem > section h4 {
	font-size: 1.2rem;
	font-weight: bold;
	letter-spacing: 0.01em;
	padding: 0 0 5px;
	margin-bottom: 5px;
	border-bottom: solid 1px #CCC;
}
#saleItem > section h4 span {
	font-size: 1.0rem;
}
a.saleA {
	color: #DB0041;
	transition: all 0.4s;
}
a:hover.saleA {
	color: #FFC000;
}
a.saleA img {
	transition: all 0.4s;
}
a:hover.saleA img {
	opacity: 0.5;
}
.salePrice1 {
	font-size: 1.2rem;
	font-weight: bold;
}
.salePrice1 span {
	text-decoration: line-through;
}
.salePrice1:before {
	content: "\f0da";
	font-family: fontawesome;
	color: #DB0041;
	margin-right: 5px;
}
.salePrice2 {
	font-size: 1.6rem;
	font-weight: bold;
	color: #FF0000;
	letter-spacing: 0.01em;
	vertical-align: bottom;
	text-align: right;
}
.salePrice2 span {
	font-family: 'Montserrat', sans-serif;
	font-size: 2.6rem;
}

.saleBtn {
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	white-space: nowrap
}
.saleBtn a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 10px 15px;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.4rem;
	font-weight: 900;
	color: #FFF;
	background: #DB0041;
	border: solid 1px #FF82a2;
	transition: all 0.4s;
}
.saleBtn a:hover {
	background: #FFC000;
	border: solid 1px #B19643;
}
.saleOff {
	position: absolute;
	top: -15px;
	left: -15px;
	width: 70px;
	height: 85px;
}