@charset "UTF-8";
/* CSS Document */

/************************************************
coupon.css
************************************************ */
#coupon201706{
	width: 1150px;
	line-height: 1.4;
	text-align: center;
	font-size: 14px;
	color: #333;
	margin: 0 auto 40px;
}
#coupon201706 h2 {
	margin: 0 auto 1em;
	border: none;
}
h4,h3 {
	border: none;
	padding: 0;
	margin: 0;
}
#coupon201706 a{
	text-decoration: underline;
}
#coupon201706 h2 img{
	margin: 0 auto;
}
#coupon201706 h3,#coupon201706 p{
	font-family: 'Noto Sans JP', sans-serif;
}
#coupon201706 .intro-img {
	width: 100%;
	max-width: 1150px;
	position: relative;
	padding: 0;
	margin: 20px auto 0;
	/*background: #002f4b;*/
}

#coupon201706 .intro-img img {
	width: 100%;
	max-width: 1200px;
	margin: auto;
}
.lead {
	margin: 50px auto 30px;
}
.lead h3{
	border: none;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: .07em;
	line-height: 1.7;
	padding: 0;
	margin: 30px auto;
	font-feature-settings: "palt";
}
.lead h3 span{
	/*font-weight: 600;*/
}
.lead p{
	max-width: 90%;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.8;
	margin: 0 auto 20px;
	/*font-feature-settings: "palt";
	letter-spacing: .06em;*/
	/*margin-bottom: 30px;*/
}
.lead p.lead1{
	font-size: 15px;
	margin: 0 auto 20px;
}
.lead p.lead2{
	font-size: 16px;
	margin: 0 auto 10px;
}
.lead p .sub{
	display: block;
	font-size: 90%;
	margin-top: 10px;
}
.lead p.date{
	font-size: 22px;
	text-align: center;
	margin: 20px auto 40px;
}
.lead p.date span{
	border-bottom: 1px solid #000;
}

.intro {
	margin: 40px auto 0;
}

.coupon_code {
	width: 1000px;
	padding: 0 20px;
 	margin: 20px auto 20px;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display:-ms-flexbox;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	/*-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;*/
	justify-content: center;
}
#coupon201706 .coupon_code p{
	font-size: 26px;
	font-weight: 500;
	font-family: 'Noto Sans JP', sans-serif;
	/*font-family: 'M PLUS 1p', sans-serif;*/
	line-height: 1.6;
	letter-spacing: .02em;
	margin-bottom: 10px;
}
#coupon201706 .coupon_code p span{
	display: block;
	font-size: 60%;
}
.coupon_code>p:before{
	content: "↓";
	padding-right: .5em;
}

.coupon_code_inner{
	width: 600px;
	margin: auto;
	border: 3px dotted #f29600;
	padding: 10px;
	box-sizing: border-box;
	margin-bottom: 30px;
	background: #fff;
}
.coupon_code_inner input{
	width: 100%;
	font-size: 60px;
	font-family: 'Barlow', sans-serif;
	letter-spacing: .02em;
	line-height: 1.4;
	font-weight: 600;
	border: none;
	background: none;
	text-align: center;
}
.coupon_code_inner button{
	width: 100%;
	display: block;
	font-size: 16px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	background-color: #f7e496;
	border-style: none;
	padding: 10px;
	margin: 0 auto;
}
.coupon_code_inner button:hover{
	opacity: 0.8;
	cursor: pointer;
}
.coupon_code .btn-area{
	width: 100%;
	margin: 30px auto 0;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display:-ms-flexbox;
	flex-wrap: wrap;
	justify-content: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: center;

}
.coupon_code .btn-area a{
	width: 48%;
	color: #fff;
	padding: 10px;
	margin: 5px 10px;
	font-size: 20px;
	font-weight: 500;
	text-decoration: none!important;
}
.coupon_code .btn-area .login{
	/*display: inline-block;*/
	width: 240px;
	background-color: #E99217;
	border-radius: 4px;
}
.coupon_code .btn-area .new{
	/*display: inline-block;*/
	width: 240px;
	background-color: #6db08c;
	border-radius: 4px;
}
/*arrow*/  
.right-arrow {
	position: relative;
	display: inline-block;
	color:#fff;
	text-decoration: none;
	margin: 0;
	padding:0 0 0 14px;
	font-size: 11px;
	line-height: 1.3;
}
.right-arrow::after {
	position: absolute;
	top: 50%;
	right:4%;
	content: '';
	margin-top: -4px;
	border: 6px solid transparent;
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-left-color: #fff;
	transition: all .2s;
}

.howto {
	width: 1000px;
	padding: 0;
	margin: 40px auto 60px;
	text-align: center;
}
.howto h4 {
	font-size: 18px;
	font-weight: 700;
	border-bottom: 2px solid #E99217;
	/*padding-top: 80px;*/
	margin: 40px auto 20px;
	text-align: left;
}
.howto p{
	margin-bottom: 30px;
	text-align: left;
}
.howto p a{
	text-decoration: underline!important;
}
.howto dl {
	text-align: left;
	overflow: hidden;
	background-color: #F1F1F1;
	border: 1px solid #ccc;
}
.howto img{
	width: auto;
	max-width: 100%;
}
.howto dt{
	width: 30%;
	float: left;
	font-weight: 700;
	border-top: 1px solid #ccc;
	box-sizing: border-box;
	padding: 14px;
	margin-top: -1px;
	vertical-align: middle;
}
.howto dd{
	width: 70%;
	float: left;
	background-color: #fff;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	box-sizing: border-box;
	padding: 14px;
	margin-top: -1px;
	vertical-align: middle;
}
.howto dd ul{
	margin-top: 3px;
}
.howto dd li{
	list-style-type: square;
	list-style-position:inside;
}
.howto dd span{
 font-size: 12px;
}
.item-img{
	width: 1150px;
	height: 0;
	position: relative;
	/*padding-top: 53.8%;*/
	padding-top: 60%;
	background: url("/html/template/default/assets/img/cpn/sale202401/coupon/sofa_img.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
	margin: 50px auto 0;
}
.item-img p{
	position: absolute;
	top: 6%;
	left: 6%;
	color: #fff;
	text-align: left;
	font-size: 16px;
	line-height: 1.8;
}

/*202007 4クーポン*/
.coupon202007{
	display: inline-block;
	margin: 5px 1% 20px;
	width: 40%;
	height: auto;
}
.coupon202007 .coupon_code_inner{
	width: 100%;
	margin-bottom: 0;
}
.coupon202007 p {
	color: #e94638;
	font-size: 18px;
	font-weight: 600;
	background-color: #F0F0F0;
	padding: 8px;
}
.coupon202007:nth-of-type(1) p {
	background-color: #F2F2F2;
}
.coupon202007:nth-of-type(2) p{
	background-color: #F2F2F2;
}
.coupon202007:nth-of-type(3) p {
	background-color: #F2F2F2;
}
.coupon202007 p span {
	color: #000;
	font-size: 13px;
	font-weight: 400;
	font-family: 'Noto Sans JP', sans-serif;
}
.coupon202007 .coupon_code_inner input{
	width: 100%;
	font-size: 50px;
	line-height: 1.4;
	font-weight: 600;
	border: none;
	background: none;
	text-align: center;
}
.coupon202007 .coupon_code_inner button{
	width: 100%;
	display: block;
	font-size: 12px;
	font-weight: 500;
	background-color: #f7e496;
	border-style: none;
	padding: 5px 10px 4px;
	margin: 0 auto;
	border-radius: 4px;
}
.coupon_code .btn-area .blue{
	background: #106eb8;
}
/*//202007 4クーポン*/

/*202010 5クーポン*/
.coupon202010{
	display: inline-block;
	margin: 5px 1% 20px;
	width: 30%;
	height: auto;
}
.coupon202010 .coupon_code_inner{
	width: 98%;
	margin-bottom: 0;
}
.coupon202010 p {
	color: #e94638;
	font-size: 18px;
	font-weight: 600;
	background-color: #F0F0F0;
	padding: 8px;
}
#coupon201706 .coupon_code .coupon202010 p{
	font-size: 20px;
}
.coupon202010:nth-of-type(1) p {
	background-color: #F2F2F2;
}
.coupon202010:nth-of-type(2) p{
	background-color: #F2F2F2;
}
.coupon202010:nth-of-type(3) p {
	background-color: #F2F2F2;
}
.coupon202010 p span {
	display: block;
	color: #000;
	font-size: 13px;
	font-weight: 400;
	font-family: 'Noto Sans JP', sans-serif;
}
.coupon202010 .coupon_code_inner input{
	width: 100%;
	font-size: 40px;
	/*font-family: 'Noto Sans JP', sans-serif;*/
	/*font-family: 'Poppins', sans-serif;*/
	font-family: 'Barlow', sans-serif;
	line-height: 1.4;
	letter-spacing: .02em;
	font-weight: 600;
	border: none;
	background: none;
	text-align: center;
}
.coupon202010 .coupon_code_inner button{
	width: 100%;
	display: block;
	font-size: 12px;
	font-weight: 500;
	background-color: #f7e496;
	border-style: none;
	padding: 5px 10px 4px;
	margin: 5px auto 0;
	border-radius: 4px;
}
.coupon_code .btn-area .blue{
	background: #106eb8;/*201806*/
}
/*//202010 5クーポン*/

/*202202 2クーポン*/
.coupon202202{
	display: inline-block;
	margin: 5px 5px 20px;
	width: 48%;
	height: auto;
}
.coupon202202 .coupon_code_inner{
	width: 100%;
	margin-bottom: 0;
}
.coupon202202 p {
	color: #e94638;
	font-size: 18px;
	letter-spacing: .05em;
	font-weight: 600;
	background-color: #F0F0F0;
	padding: 8px;
}
.coupon202202:nth-of-type(1) p {
	background-color: #F2F2F2;
}
.coupon202202:nth-of-type(2) p{
	background-color: #F2F2F2;
}
.coupon202202:nth-of-type(3) p {
	background-color: #F2F2F2;
}
.coupon202202 p span {
	color: #000;
	font-size: 13px;
	font-weight: 400;
	font-family: 'Noto Sans JP', sans-serif;
}
.coupon202202 .coupon_code_inner input{
	width: 100%;
	font-size: 50px;
	line-height: 1.4;
	font-weight: 600;
	border: none;
	background: none;
	text-align: center;
}
.coupon202202 .coupon_code_inner button{
	width: 100%;
	display: block;
	font-size: 12px;
	font-weight: 400;
	background-color: #f7e496;
	border-style: none;
	padding: 5px 10px 4px;
	margin: 0 auto;
	border-radius: 4px;
}
/*//202202 2クーポン*/

/*202212 4クーポン*/
.coupon202212{
	display: inline-block;
	margin: 5px;
	width: 48%;
	height: auto;
}
.coupon202212 .coupon_code_inner{
	width: 100%;
	margin-bottom: 0;
}
.coupon202212 p {
	color: #e94638;
	font-size: 18px;
	letter-spacing: .05em;
	font-weight: 600;
	background-color: #F0F0F0;
	padding: 8px;
}
.coupon202212:nth-of-type(1) p {
	background-color: #F2F2F2;
}
.coupon202212:nth-of-type(2) p{
	background-color: #F2F2F2;
}
.coupon202212:nth-of-type(3) p {
	background-color: #F2F2F2;
}
.coupon202212 p span {
	color: #000;
	font-size: 13px;
	font-weight: 400;
	font-family: 'Noto Sans JP', sans-serif;
}
.coupon202212 .coupon_code_inner input{
	width: 100%;
	font-size: 50px;
	line-height: 1.4;
	font-weight: 600;
	border: none;
	background: none;
	text-align: center;
}
.coupon202212 .coupon_code_inner button{
	width: 100%;
	display: block;
	font-size: 13px;
	font-weight: 400;
	background-color: #f7e496;
	border-style: none;
	padding: 5px 10px;
	margin: 0 auto;
	border-radius: 4px;
}
/*//202212 4クーポン*/

/*202301 1クーポン*/
.coupon202301{
	display: inline-block;
	margin: 5px auto;
	width: 70%;
	height: auto;
}
.coupon202301 .coupon_code_inner{
	width: 100%;
	margin-bottom: 0;
}
.coupon202301 p {
	color: #e94638;
	font-size: 18px;
	letter-spacing: .05em;
	font-weight: 600;
	background-color: #F0F0F0;
	padding: 8px;
}
.coupon202301:nth-of-type(1) p {
	background-color: #F2F2F2;
}
.coupon202301:nth-of-type(2) p{
	background-color: #F2F2F2;
}
.coupon202301:nth-of-type(3) p {
	background-color: #F2F2F2;
}
.coupon202301 p span {
	color: #000;
	font-size: 13px;
	font-weight: 400;
	font-family: 'Noto Sans JP', sans-serif;
}
.coupon202301 .coupon_code_inner input{
	width: 100%;
	font-size: 70px;
	line-height: 1.4;
	font-weight: 600;
	border: none;
	background: none;
	text-align: center;
}
.coupon202301 .coupon_code_inner button{
	width: 100%;
	display: block;
	font-size: 14px;
	font-weight: 400;
	background-color: #f7e496;
	border-style: none;
	padding: 5px 10px;
	margin: 0 auto;
	border-radius: 4px;
}
/*//202102 2クーポン*/

.bannerArea {
	max-width: 900px;
	text-align: center;
	margin: 30px auto 40px;
}
.bannerArea p {
	text-align: center;
	margin-bottom: 10px;
}
.bannerArea img{
	max-width: 100%;
	margin: auto;
}
p.banner-txt{
	font-size: 16px;
}

@media screen and (max-width: 896px){
	#coupon201706 {
		width: 100%;
		margin: 0 auto 20px;
		overflow: hidden;
	}
	#coupon201706> a img{
		width: 96%;
	}
	#coupon201706 h2 img{
		max-width: 100%;
		margin: 0 auto;
	}
	
	#coupon201706 .intro-img {
		margin-top: 0;
	}
	.lead {
		width: 90%;
		margin: 30px auto 10px;
	}
	.lead h3{
		font-size: 16px;
		font-weight: 400;
		line-height: 1.5;
		padding: 0;
		margin: 20px auto 20px;
		letter-spacing: .03em;
		text-align: center;
	}
	.lead p{
		max-width: 100%;
		font-size: 14px;
		line-height: 1.6;
		text-align: center;
		margin: 0 auto 20px;
	}
	.lead p.lead1{
		font-size: 13px;
		margin: 0 auto 15px;
		text-align: center;
	}
	.lead p.lead2{
		font-size: 13px;
		margin: 0 auto 20px;
	}
	.lead p.date{
		font-size: 17px;
	}
	.intro h2{
		width: 96%;
		margin: 0 auto 10px;
	}
	.intro {
		margin: 0 auto 10px;
	}
	.coupon_code {
		width: 96%;
		padding: 0;
		margin: 0 auto 10px;
	}
	.coupon_code p{
		font-size: 16px;
		font-weight: 600;
		margin-bottom: 5px;
	}
	#coupon201706 .coupon_code p{
		font-size: 16px;
	}
	.coupon_code_inner{
		width: 90%;
		margin: auto;
		border: 3px dotted#f29600;
		padding: 5px 10px 10px;
		margin-bottom: 10px;
	}
	.coupon_code_inner input{
		width: 80%;
		font-size: 36px;
		border: none;
		padding: 0;
	}
	.coupon_code_inner button{
		width: 100%;
		display: block;
		font-size: 14px;
		padding: 6px 10px 6px;
	}
	.coupon_code_inner button:hover{
	opacity: 0.8;
	cursor: pointer;
	}
	.coupon_code .btn-area{
		margin: 20px auto 0;
	}
	.coupon_code .btn-area a{
		padding: 8px 2px;
		margin: 5px;
		font-size:1em;
		text-decoration: none;
		font-feature-settings: "palt";
	}
	.coupon_code .btn-area .login{
		width: 48%;
		border-radius: 4px;
		margin: auto;
		box-sizing: border-box;
	}
	.coupon_code .btn-area .new{
		width: 48%;
		border-radius: 4px;
		margin: auto;
		box-sizing: border-box;
	}
	.right-arrow:after {
		position: absolute;
		top: 50%;
		right:0;
	}

	.howto {
		width: 92%;
		padding: 0;
		margin: 30px auto;
		text-align: left;
	}
	.howto h4 {
		font-size: 16px;
		font-weight: 700;
		border-bottom: 2px solid #E99217;
		/*padding-top: 50px;*/
		margin: 30px auto 10px;
	}

	.howto p{
		margin-bottom: 10px;
	}
	.howto img{
		margin-top: 10px;
	}
	.howto dl {
	}
	.howto dt{
		width: 100%;
		font-size: 15px;
		padding: 10px;
		border-bottom: 0;
	}
	.howto dd{
		width: 100%;
		font-size: 13px;
		line-height: 1.6;
		padding: 10px;
		border-left: 0;
		border-top: 0;
	}
	.howto dd span{
	 font-size: 12px;
	}
	.item-img{
		width: 100%;
	}
	.item-img p{
		position: absolute;
		top: 8%;
		left: 10%;
		line-height: 1.6;
		font-size: 1.6vw;
	}
	
	/*201801わんダフルクーポン用*/
	/*.wonderful {
		display: inline-block;
		margin: 5px auto;
		width: 90%;
	}
	.wonderful p {
		font-size: 1.3em;
		padding: 6px 0 5px;
	}
	.wonderful p span {
		font-size: .6em;
	}*/
	/*//201801わんダフルクーポン用*/
	
	/*201806*/
	/*.coupon201806{
		display: inline-block;
		margin: 5px auto 10px;
		width: 90%;
	}
	.coupon201806 p {
		font-size: 1.3em;
		padding: 6px 0 5px;
	}
	.coupon201806 p span {
		font-size: .6em;
	}*/
	/*//201806*/
	
	/*201901main用*/
/*	.intro {
		letter-spacing: .05em;
		line-height: 1.4;
		margin: 0 auto 20px;
		color: #333;
	}
	.intro-img {
		position: relative;
		margin: 0 auto 50px;
	}
	.intro-img span img{
		position: absolute;
		bottom: -40px;
		left: 10px;
		width: 90%;
		max-width: 240px;
		height: auto;
	}*/
/*201901main用*/
	
/*202007 4クーポン*/
	.coupon202007{
		display: inline-block;
		margin: 5px 1% 20px;
		width: 40%;
	}
	.coupon202007 p {
		font-size: 24px;
		padding: 6px 0 5px;
	}
	.coupon202007 p span {
		font-size: 12px;
	}
	/*//202007 4クーポン*/
	
	/*202010 5クーポン*/
	.coupon202010{
		display: inline-block;
		margin: 5px 1% 20px;
	}
	.coupon202010 p {
		font-size: 18px;
		padding: 6px 0 5px;
	}
	.coupon202010 p span {
		font-size: 16px;
	}
	.coupon202010 p {
		font-size: 16px;
		padding: 8px;
	}
	.coupon202010 p span {
		font-size: 12px;
	}
	.coupon202010 .coupon_code_inner input{
		font-size: 28px;
	}
	.coupon202010 .coupon_code_inner button{
		font-size: 11px;
		padding: .6em .2em .5em;
	}
	/*//202010 5クーポン*/
	
	/*202202 2クーポン*/
	.coupon202202{
		display: inline-block;
		margin: 5px auto 10px;
		width: 48%;
	}
	.coupon202202 p {
		font-size: 18px;
		padding: 6px 0 5px;
	}
	.coupon202202 p span {
		font-size: 12px;
		font-weight: 400;
	}
	/*//202202 2クーポン*/
	
	/*202212 4クーポン*/
	.coupon202212{
		display: inline-block;
		margin: 5px auto 10px;
		width: 48%;
	}
	.coupon202212 p {
		font-size: 18px;
		padding: 6px 0 5px;
	}
	.coupon202212 p span {
		font-size: 12px;
		font-weight: 400;
	}
	.coupon202212 .coupon_code_inner input{
		font-size: 40px;

	}
	/*//202212 4クーポン*/
	
	/*202301 1クーポン*/
	.coupon202301{
		display: inline-block;
		margin: 0 auto 10px;
		width: 70%;
	}
	.coupon202301 p {
		font-size: 18px;
		padding: 6px 0 5px;
	}
	.coupon202301 p span {
		font-size: 12px;
		font-weight: 400;
	}
	.coupon202301 .coupon_code_inner input{
		font-size: 50px;
	}
	/*//202301 1クーポン*/

	p.banner-txt{
		font-size: 14px;
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 568px){ 
	.coupon202007{
		margin: 5px 1% 20px;
		width: 90%;
	}
	.lead h3{
		font-size: 4.0vw;
		line-height: 1.6;
		/*text-align: left;*/
	}
	.lead p{
		/*text-align:left;*/
		font-size: 3.4vw;
	}
	.lead p.left{
		/*text-align: left;*/
	}
	.lead p.lead2{
		font-size: 3.6vw;
		text-align: center;
	}
	.lead p.date{
		font-size: 4.0vw;
	}
	
	#coupon201706.intro-img {
		margin: 0 auto 20px;
		width: 94%;
	}
	#coupon201706.intro-img img {
		width: 100%;
		max-width: 700px;
	}
	.howto p {
		font-size: 3.4vw;
	}
	.item-img{
		width: 100%;
		height: 0;
		position: relative;
		padding-top: 72.5%;
		background: url("/html/template/default/assets/img/cpn/sale202401/coupon/sofa_img_sp.jpg");
		/*background: url(/files/images/coupon/sofa-img-sp.jpg);*/
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
	}
	.item-img p{
		position: absolute;
		top: 8%;
		left: 5%;
		line-height: 1.6;
		font-size: 3.0vw;
		/*text-shadow: 0px 0px 3px #000;*/
	}
	#coupon201706 .coupon_code p{
		font-size: 5.6vw;
	}
	#coupon201706 .coupon_code p span{
		font-size: 60%;
	}
	
	/*202010 5クーポン*/
	.coupon202010{
		width: 47%;
	}
	#coupon201706 .coupon_code .coupon202010 p{
		font-size: 4vw;
	}
	.coupon202010 p {
		font-size: 4vw;
		padding: 4px;
		line-height: 1.6;
	}
	.coupon202010 p span {
		font-size: 2.8vw;
	}
	.coupon_code_inner input{
		/*font-size: 7vw;*/
		font-size: 15vw;
	}
	.coupon_code_inner button{
		/*font-size: 2.8vw;*/
		font-size: 3.4vw;
	}
	/*//202010 5クーポン*/
	
	/*202202 2クーポン*/
	.coupon202202{
		width: 90%;
	}
	.coupon202202 .coupon_code_inner input{
		font-size: 10vw;
	}
	/*//202202 2クーポン*/
	
	/*202212 4クーポン*/
	#coupon201706 .coupon_code .coupon202212 p{
		font-size: 4.3vw;
	}
	#coupon201706 .coupon_code .coupon202212 p span{
		font-size: 60%;
	}
	.coupon202212 .coupon_code_inner input{
		width: 100%;
		font-size: 8vw;
	}
	.coupon202212 .coupon_code_inner button{
		font-size: 3vw;
		padding: 4px 10px;
	}
	/*//202212 4クーポン*/
	
	/*202301 1クーポン*/
	.coupon202301{
		width: 90%;
	}
	.coupon202301 .coupon_code_inner input{
		font-size: 12vw;
	}
	.coupon202301 .coupon_code_inner button{
		font-size: 12px;
	}
	/*//202301 1クーポン*/
	
	p.banner-txt{
		font-size: 3.6vw;
	}
}
