@charset "utf-8";
/* CSS Document */


/*********************************************
 
	         　共通
 
*********************************************/
body{
	
}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    opacity: 1 !important;
	display: block !important;
	z-index: 99999;
}

#coupon{
	font-size:15px;	
	line-height:1.2rem;
	letter-spacing: 0.05em;
	color: #343434;
}

#coupon .contents_wrapper{
	max-width: 990px;
	width: 100%;
	margin: 0 auto;
  /*padding-top: 30px;*/
	line-height: 1.4;	
	box-sizing: border-box;
	padding-bottom: 80px;
}

/* 整列部分 */
ul.list{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

ul.list img{width: 100%}

ul.list li{margin-bottom: 2%;text-align: center;}

#coupon ul.list.cont2 li{
	width: 49%;
	font-size: 14px;
}
#coupon ul.list.cont3 li{width: 32%;}
#coupon ul.list.cont4 li{
	width: 23%;
	margin-bottom: 50px;
}
/* 見出し */

#coupon h2{
	width: 100%;
	text-align: center;
	margin: 0 0 30px;
	padding: 0;
	letter-spacing: 0.2em;
	border-bottom: none;
	color: #333333;
	font-family: 'Montserrat', sans-serif;
	font-size: 35px;
	font-weight: bold;
	line-height: 1.1428;
}
#coupon h2 span.ttl_name{
	font-size: 16px;
	line-height: 1.875;
	padding: 4px 0 0;
	font-weight: normal;
	color: #666;
}

/*#coupon h2 span{
	font-family:'Dancing Script', cursive;
  font-weight: 700;
  color:#5f3424;
}*/
#coupon h3{
	font-weight: 600;
	font-size: 1.6rem;
	line-height: 2.2rem;
	letter-spacing: 0.08em;
	text-align: center;
	margin: 0 auto 14px;
	padding: 0 10px 8px 10px;
	border-bottom: solid 1px #111;
	display: table;
}

#coupon h4{
	text-align: center;
  margin-bottom: 20px;
	font-weight: bold;
	font-size: 1.1rem;
}

#coupon .itemnamme{
	font-size: 1.2rem;
	letter-spacing: 0.04em;
	text-align: left;
	margin: 0 0 20px 0;
}


/* テキスト関連 */
#coupon .contents_wrapper > p{
	text-align: center;
}
#coupon p.about{
	text-align: center;
	margin-bottom: 30px;
	line-height: 1.8em;
}


/*改行の調整*/
.sp_none{display: block;}
.pc_none{display: none;}
.txt_link span.sp_none{display: inline;}

@media screen and (max-width:480px) { 
.sp_none{display: none;}
.pc_none{display: block;}
.txt_link span.sp_none{display: none;}
}


/* 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;}


.block-event-page #coupon_event h2{
	padding-top: 0;
}



.sanitary_intro{
  /*background-image: url(/img/usr/underwear/event/sanitary2022/intro_bg1.png),url(/img/usr/underwear/event/sanitary2022/intro_bg2.png) ;*/
	background-repeat: no-repeat,no-repeat;
	background-position: left top,right bottom;
	background-color:rgba(255,255,255,0.5);
	background-blend-mode:lighten;
  overflow: hidden;
  line-height: 1.8;
	margin: 40px 0;
}
#coupon ul.list.cont3{
	padding: 0 40px;
}
.coupon-code{
  border: solid 1px #111;
  background: #fff;
}
.coupon-code span{
  color: #fff;
  padding: 8px 20px;
  display: inline-block;
  background: #111;
  margin-right: 20px;
}

/*クーポン*/
.coupon-area{
	background: #f5f5f5;
	padding: 4% 6%!important;
	margin-bottom: 6%!important;
}
.coupon-area ul{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.coupon-area ul li{
	width: 48%;
	margin-right: 4%;
	background: #fff;
	padding: 20px;
}
.coupon-area ul li:nth-child(2n){
	margin: 0;
}
.coupon_img{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.coupon_img img:first-child{
	width: 41.6%;
}
.coupon_img img:last-child{
	width: 59%;
}
.coupon_date{
	margin-bottom: 30px;
}
.coupon_details{
	margin-top: 10px;
}
.coupon_wrap a{
	display: block;
	text-align: center;
}
.coupon_wrap .btn{
	background: #111;
	width: 60%;
	margin: 20px auto 0;
	padding: 10px;
	color: #fff;
}

/*pickup*/
#pickup ul{
	margin-bottom: 40px;
}
#pickup ul li{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 30px;
}
#pickup ul li:nth-child(2n){
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
#pickup ul li div{
	width: 48%;
	background: #fff;
	padding: 20px;
}

#pickup ul li div.btn {
	width: 80%;
	padding: 0;
	margin: 40px auto 0;
	display: block;
}
#pickup ul li div.btn a{
	display: block;
	background: #f69cbb;
	color: #fff;
	font-weight: bold;
	padding: 20px;
	text-align: center;
	border-radius: 36px;
	position: relative;
}
#pickup ul li div.btn a::before{
	content: "";
	display: inline-block;
	height: 23px;
	width: 22px;
	background: url("../../../../../img/usr/underwear/event/sanitary2022/cart_icon.png") no-repeat;
	position: absolute;
	top: 30%;
  left: 30%;
}





/*　画面サイズが990pxからはここを読み込む　*/
@media screen and (max-width:990px) { 
	#coupon .contents_wrapper{
		padding: 0 3%;
		box-sizing: border-box;
	}
	
}


/*　画面サイズが760pxからはここを読み込む　*/
@media screen and (max-width:768px) { 
	
	.coupon-area {
    padding: 6%!important;
}
	
}

/*　画面サイズが480pxからはここを読み込む　*/
@media screen and (max-width:480px) { 

/*********************************************
 
	         　共通
 
*********************************************/

#coupon .contents_wrapper{
    margin: 0 auto;
}
#coupon_event {
    font-size: 1.6rem;
    margin-bottom: 30px;	
		background-size: contain;
		background-position: top;
		font-size: 4vw;
		padding: 8% 0 4%;
}
#coupon h2 {
    font-size: 20px;
    letter-spacing: 0.05em;
}

#coupon h2 span.ttl_name {
    font-size: 13px;
    letter-spacing: 0.05em;
}
/*#coupon h3{
	margin: 2% auto;
	font-size: 1.25rem;
	padding: 0 0 8px 0;
	}*/
#coupon .itemnamme{
	font-size: 1rem;
	margin: 20px 0;
}
#pickup ul li{
	-ms-flex-wrap: wrap;
  flex-wrap: wrap;
	margin-bottom: 60px;
}
#pickup ul li div {
	width: 100%;
	padding: 0;
}
#pickup ul li div.btn {
	margin: 20px auto 0;
}
#pickup ul li div.btn a::before {
	top: 30%;
	left: 18%;
}

	
#coupon .contents_wrapper.sanitary_intro {
    padding: 10% 0 20%!important;
}

.sanitary_intro p {
	width: 90%;
	margin: 0 auto;
  font-size: 0.9rem;
}
.coupon-area ul{
	-ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.coupon-area ul li{
	width: 100%;
	margin-right: 0;
	margin-bottom: 20px;
}

#coupon ul.list.cont3 li{
	width: 48%;
	margin-bottom: 1rem;
}

#coupon ul.list.cont4 li {
	width: 44%;
	margin-bottom: 10%;
}

	.coupon_wrap .btn{
		width: 100%;
		padding: 15px;
	}
	

}





/*GWクーポン用*/
#pickup .happyprice,#pickup .relaxtime,#pickup .luxury{
	position: relative;
	background-size: contain;
}
#pickup .happyprice{
	height: 1033px;
	background: url("/img/usr/underwear/event/gwcp_220429/happyprice_bg_pc.png") center center no-repeat;
}
#pickup .relaxtime{
	height: 883px;
	background: url("/img/usr/underwear/event/gwcp_220429/relaxtime_bg_pc.png") center center no-repeat;
}
#pickup .luxury{
	height: 975px;
	background: url("/img/usr/underwear/event/gwcp_220429/luxury_bg_pc.png") center center no-repeat;
}

#pickup .item1::before,#pickup .item2::before,#pickup .item3::before{
	content: "";
	width: 36px;
	height: 36px;
	display: block;
	margin-bottom: 6px;
}
#pickup .item1::before{
	background: url("/img/usr/underwear/event/gwcp_220429/item1.png") no-repeat;
}
#pickup .item2::before{
	background: url("/img/usr/underwear/event/gwcp_220429/item2.png") no-repeat;
}
#pickup .item3::before{
	background: url("/img/usr/underwear/event/gwcp_220429/item3.png") no-repeat;
}


#pickup .item1,#pickup .item2,#pickup .item3{
	width: 220px;
	position: absolute;
}
#pickup .happyprice .item1{
	right: 0;
	top: 32%;
}
#pickup .happyprice .item2{
	left: 0;
	bottom: 18%;
}
#pickup .happyprice .item3{
	right: 0;
	bottom: 0;
}
#pickup .relaxtime .item1{
	right: 0;
	bottom: 36%;
}
#pickup .relaxtime .item2{
	right: 26%;
	bottom: 10%;
}
#pickup .relaxtime .item3{
	right: 0;
	bottom: 10%;
}
#pickup .luxury .item1{
	left: 18%;
	top: 26%;
}
#pickup .luxury .item2{
	right: 18%;
	bottom: 10%;
}
#coupon .itemnamme{
	font-size: 15px;
}
#pickup .btn{
	padding: 0;
	display: block;
}
#pickup .item1 .btn:hover,
#pickup .item2 .btn:hover,
#pickup .item3 .btn:hover{
	opacity: inherit;
}
#pickup .btn a{
	display: block;
	background: #333333;
	padding: 10px 0;
	text-align: center;
	transition: all  0.3s ease;
}
#pickup .happyprice .btn a:hover{
	background: #f86375;
}
#pickup .relaxtime .btn a:hover{
	background: #4ec695;
}
#pickup .luxury .btn a:hover{
	background: #a770c1;
}
#pickup .btn a img{
	margin-left: 20px;
	vertical-align: baseline;
}


/*　画面サイズが480pxからはここを読み込む　*/
@media screen and (max-width:480px) { 
	#coupon #main{
		margin-bottom: 40px;
	}
	#coupon ul.list.cont3 li{
	width: 100%;
	margin-bottom: 1rem;
}
	#coupon #pickup .contents_wrapper{
		padding: 0;
	}
	#pickup .item1::before,#pickup .item2::before,#pickup .item3::before{
	width: 20px;
	height: 20px;
	background-size: contain;
}
	#pickup .happyprice{
	height: auto;
	padding-bottom: 168vw;
	background: url("/img/usr/underwear/event/gwcp_220429/happyprice_bg_sp.png") center center no-repeat;
	background-size: 100%;
}
#pickup .relaxtime{
	height: auto;
	padding-bottom: 148vw;
	background: url("/img/usr/underwear/event/gwcp_220429/relaxtime_bg_sp.png") center center no-repeat;
	background-size: 100%;
}
#pickup .luxury{
	height: auto;
	padding-bottom: 126vw;
	background: url("/img/usr/underwear/event/gwcp_220429/luxury_bg_sp.png") center center no-repeat;
	background-size: 100%;
}
	#pickup .item1,#pickup .item2,#pickup .item3{
	width: 30%;
}
#pickup .happyprice .item1{
	left: 15%;
  top: 18%;
}
#pickup .happyprice .item2{
	right: 15%;
	left: auto;
	bottom: 36%;
}
#pickup .happyprice .item3{
	left: 15%;
  bottom: 8%;
}
#pickup .relaxtime .item1{
	left: 8%;
	bottom: 53%;
}
#pickup .relaxtime .item2{
	right: 8%;
	bottom: 22%;
}
#pickup .relaxtime .item3{
	right: 8%;
  bottom: 2%;
}
#pickup .luxury .item1{
	left: 4%;
	top: 32%;
}
#pickup .luxury .item2{
	right: 4%;
	bottom: 8%;
}
#coupon .itemnamme{
	  font-size: 10px;
	margin: 0 0 10px;
}
#pickup .btn a{
	padding: 4px 0;
}
#pickup .btn a img{
	margin-left: 10px;
	width: 52%;
}
	#pickup .morebtn{
		margin: 1em auto;
		width: 70%;
	}
	#pickup .morebtn_all{
		margin: 1em auto;
		width: 94%;
	}
	#pickup .morebtn img,#pickup .morebtn_all img{
		width: 100%;
	}
	
}


/*クーポンコードコピー用*/
.copy_btn{
	cursor: pointer;
}
.copy_btn:hover{
	opacity: .7;
}