@charset "utf-8";
/* CSS Document */
/*********************************************
 
	         　共通
 
*********************************************/
#wintersale2021{
	/*font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;*/
	font-size:14px;	
	line-height:1.2rem;
	color: #343434;
}

#wintersale2021 .contents_wrapper{
	max-width: 990px;
	width: 100%;
	margin: 0 auto;
}

/* 整列部分 */
ul.list{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
    margin: 5% 0;	
}

ul.list img{width: 100%}

ul.list li{margin-bottom: 2%;}

/* 見出し */
#wintersale2021 h2{
	font-size: 1.1rem;
	margin: 22px 0 22px;
	text-align: center;
	letter-spacing: 0.2rem;
}
#wintersale2021 h2 span{
	font-family: 'Voltaire', sans-serif;
	font-weight: 700;
    font-size: 3rem;
	display: block;	
}
/* テキスト関連 */
#wintersale2021 .contents_wrapper > p{
	text-align: center;
}
p.others {
    line-height: 2.5rem;
}

/* hover image
--------------------------------*/
a:hover img {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

/* font
--------------------------------*/
.bold { font-weight:bold; }
.red {  color:#af0000; }
.white{color: #fff;}
.color_pink{color: #c83069;}

h3.red {  color:#af0000; }
h3.luxury {  color:#7a583d; }
h3.roomwear {  color:#8aa5b6; }
h3.slip {  color:#324a3c; }
h3.sexyinner {  color:#303030; }

/* bg
--------------------------------*/
.bg2{
	/*background-image: url(/img/usr/underwear/event/wintersale2021/bg2.jpg);*/
	background-color: #F9E86E;
	padding:0 0 50px;
}
	
div.more{
	text-align: center;
	margin-bottom: 50px;
}

div.more img{
	max-width: 668px;
	width: 100%;
}

#recommend_bn{
	padding: 5% 0;
}
#recommend_bn h2{
	line-height: 3.5rem;
}


/*********************************************
 
	         　メイン
 
*********************************************/
.wintersale2021Main{
	text-align: center;
	/*background-image: url(/img/usr/underwear/event/wintersale2021/main_bg.png);
	background-position: center;
	background-size: cover;	*/
}
.wintersale2021Main img{
	width: 100%;
	max-width: 990px;
}

/*********************************************
 
	         　コンテンツ
 
*********************************************/
.wintersale2021Content{
}

.pricedown{
	text-decoration: line-through;
}
.wintersale2021ContentTit{
	margin: 0 auto 6% auto;
	text-align: center;
}
.wintersale2021ContentTit p{
	font-size: 1.4rem;
  line-height: 1.4;
	color: #111;
	/*font-weight: bold;*/
}
.wintersale2021ContentTit p > a{
	color: #ff410e;
	text-decoration: underline;
}

#wacoal_itemlist{
	padding-top: 40px;
}

.wintersale2021Item{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.wintersale2021Item li{
	width: 31%;
	margin-bottom: 30px;
}
.wintersale2021ItemImg img{
	width: 100%;
	max-width: 300px;
}

@media screen and (max-width:600px) { 	
	#wintersale2021Navi.contents_wrapper{
		margin: 0 auto 30%;
	}
	.wintersale2021NaviTit span{
		font-size: 9vw;
	}
	.wintersale2021NaviTit{
		line-height: 9vw;
	}
	.wintersale2021ContentTit{
		top:1%;
	}
	
	.wintersale2021ContentTit p {
    font-size: 1rem;
}
}
/*********************************************
 
	         　共通
 
*********************************************/
/*　画面サイズが990pxからはここを読み込む　*/
@media screen and (max-width:990px) { 
	#wintersale2021 .contents_wrapper{
		padding: 0 5%;
		box-sizing: border-box;
	}
}

/*　画面サイズが780pxからはここを読み込む　*/
@media screen and (max-width:780px) { 
	body{
		font-size:12px;	
	}
	.sp_none{
		display: none;
	}
	#wintersale2021_floating2{
		display: none;
		background-color: rgba(0,0,0,0.5);
		height: 100%;
	}
	#wintersale2021_floating2 > ul{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 20% 5% 5%;
		box-sizing: border-box;
		align-items: flex-end;
	}
	
	#wintersale2021_floating2 > ul li{
		width: 48%;
		margin-bottom: 4%;
	}
	#wintersale2021_floating2 > ul li img{
		width: 100%;
	}
	#wintersale2021_floating2.active{
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		height: 100%;
		z-index: 9999;
	}
	.wintersale2021_floating_close{
		color: #fff;
		font-size: 1.2rem;
		text-align: center;
	}
	.wintersale2021_floating_btn{
		width: 30%;
		display: none;
	}	
	.fixed_sp{
		display: block;
		position: fixed;
		bottom: 20px;
		left: 0;
		z-index: 9998;
	}
	.fixed_sp img{
		width: 65%;
	}
	#wintersale2021_floating2.wintersale2021Active_sp{
	display: block;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 999999;
		
	}
}
/*　画面サイズが480pxからはここを読み込む　*/
@media screen and (max-width:480px) { 
#wintersale2021 h2 {
    line-height: 1.4 !important;
    font-size: 1em!important;
    margin: 20px 0;
}
#wintersale2021 h2.line {
    width: 90%;
		margin: 20px auto;
}
#wintersale2021 h2.line::before, .wintersale2021ContentTit h2.line::after {
    display: none;
}

.bg2{
	padding: 0 0 10%;
	margin-top: -1%;
}
	#recommend_bn h2{
		margin-bottom: 10% !important;
	}
}

/*　画面サイズが780px以上はここを読み込む　*/
@media screen and (min-width:780px) { 
.pc_none{display: none;}
	#wintersale2021_floating{
		display: none;
		top: 100px;
		right: 0;
    left: auto;
		z-index: 99999;
	}
	#wintersale2021_floating li{
		margin-bottom: 5%;
	}
	#wintersale2021_floating img{
		width: 106px;
	}
	.fixed {
		position: fixed;
		top: 0;
		left: 0;
		opacity: 1 !important;
		display: block !important;
		z-index: 99999;
	}	
}