@charset "utf-8";
/* CSS Document */
ul{list-style: none;}

/*リセット*/
h1,h2,h3,h4,h5,h6,p,ul,li,ol,dl,dt,dd{margin:0; padding:0;}
*{box-sizing: border-box;} 
img{max-width:100% ;}





/*共通
---------------------------------*/
.lgy-bg{
	background:var(--bg-lgy);
	padding:15px 0;
}

.lp-container{
	width:96%;
	margin:0 auto;
	max-width:800px;
	background:#fff;
	box-shadow: 0 0 4px 3px rgb(207, 207, 207,0.2);
	padding:40px 4% 20px;
}

.lp-c-ttl{
	letter-spacing: 1px;
	border-bottom:1px solid var(--bk);
	font-size:18px;
	padding-bottom:8px;
}

.des{
	font-size:13px;
	letter-spacing: 1px;
	line-height: 1.6;
}

.lp-nav {
	width:96%;
	max-width:800px;
	margin:0 auto;
	display: flex;
	justify-content: center;
	align-items: stretch;
}

.lp-nav li{
	width:calc((100% - 16px) / 3);
	border:1px solid var(--bk);
	text-align: center;
	margin-right:8px;
	font-size:12px;
}

.lp-nav li a{
	display: block;
	padding: 8px 8px 0;
}

.lp-nav li:last-child{
	margin-right:0;
}

.lp-nav .material-symbols-outlined{
	display: block;
}

.lp-morelink{
	max-width:320px;
	margin:40px auto 0;
	text-align: center;
	border:1px solid var(--bk);
}

.lp-morelink a{
	display: block;
	padding:8px 0;
	transition: .2s;
	letter-spacing: 1px;
}

.lp-morelink a:hover{
	background:var(--bk);
	color:#fff;
}

.lp-cart-link{
	background:var(--red);
	border-radius: 4px;
	font-size:13px;
	color:#fff;
	text-align: center;
	padding:4px 0;
	max-width:320px;
	margin:20px auto 0;
}

.lp-cart-link a{
	display: block;
	padding:8px 0;
	color:#fff;
}


@media screen and (min-width: 768px) {/************ for PC**************/
.lp-container{
	padding:80px 4% 40px;
	}

.br-sp{
	display: none;
}

.lp-nav li{
	width:33%;
}

}


/*
メインビジュアル・ナビ -------------------*/
.kv-block{
	padding:40px 0 80px;
}

.kv-image{
max-width:1200px;
margin:0 auto;
}

.ttl-wrapper{
	padding:40px 0;
}

.lp-ttl{
	font-size:18px;
	letter-spacing: 2px;
	text-align: center;
	margin:0 auto 20px;
}

.lp-ttl.wrapping{
	color:#27305e;
}

.des.copy{
	width:92%;
	line-height: 2;
	margin:0 auto;

	text-align: center;
}

.lp-nav.wapping li{
	border:1px solid #27305e;
	font-weight: bold;
}

.lp-nav.wapping li a{
	color:#27305e;
	font-weight: bold;
}

@media screen and (min-width: 768px) {/************ for PC************************/

	.kv-block{
		padding:90px 0 60px;
	}
	.lp-ttl{
		font-size:22px;
	}

	.lp-nav.wapping li a{
	font-size: 15px;
    padding: 10px 8px 0;
	}

}



/*
ラッピングについて -------------------*/

.wrapping-type{
	margin-bottom:80px;
}

.wrapping-ttl{
	font-weight: bold;
	display: flex;
	justify-content: space-between;
	margin:40px 0 4px;
}

.lp-c-ttl.wrapping{
	color:#27305e;
	border-bottom:1px solid #27305e;;
}

.wrapping-ttl h3{
	font-size:16px;
	font-weight: bold;
	letter-spacing: 2px;
}

.wrapping-ttl h3 span{
	display: inline-block;
	margin-left:4px;
	font-size:13px;
	letter-spacing: 1px;
	color:var(--gy2);
}

.wrapping-ttl .price{
	font-size:16px;
}

.wrapping-ttl .price span{
	font-size:11px !important;
	display: inline-block;
	margin-left:4px;
	letter-spacing: 1px;
}

.des.mg{
	margin:10px 0 40px;
}

.wrapping-img{

}

.wrapping-2col{
	display: flex;
	justify-content: space-between;
}

.wrapping-2col li{
	width:48%;
}

.wrapping-2col h4{
	padding:2px;
}

.wrapping-2col p{
	font-size:12px;
}

.des.atten-box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.des.atten-box dt{
	width:1em;
}

.des.atten-box dd{
	width:calc(100% - 1.5em);
	margin-bottom:8px;
}

/*
ご利用方法について -------------------*/

.step-list{
	margin-top:40px;
}

.step-list li{
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 16px;
}

.step-list .img{
	width:100px;
}

.step-list .des.wrapping{
width:calc(100% - 116px);
font-weight: bold;
}

.step-list .des.wrapping span{
	display: block;
	font-size:10px;
    font-weight: normal;
	line-height: 1.3!important;
	margin-top:4px;
}

.select-wrapping{
	display: flex;
}

.select-wrapping li{
	width:48%;
	margin-right:4%;
}

.select-wrapping li:nth-child(even){
margin-right:0;
}

.select-wrapping .des.wrapping{
	font-weight:bold;
	margin:4px 0 8px;
}

.select-wrapping-ttl{
	background:var(--lgy);
	padding:8px;
	font-size:13px;
	margin-bottom:16px;
}

.lp-cart-link.select{
	padding:8px 0;
}

@media screen and (min-width: 768px) {/************ for PC************************/

	.step-list{
		display: flex;
		justify-content: space-between;
	}

	.step-list li{
		display: block;
		width:calc(98%/ 3);

	}

	.step-list .img{
		width:85%;
		margin:0 auto;
		
	}
	
	.step-list .des.wrapping{
	width:100%;
	padding:0 16px;
	}

	.step-list .des.wrapping span{
		font-size:10px;
		line-height: 1.3!important;
	}

	.select-wrapping-ttl{
		font-size:14px;
		padding:10px;
	}

}