@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% ;}


h4{
	padding-top: 1vw;
	font-size: 1.3vw;
}

a:hover{
	opacity: 0.7;
}


/*共通
---------------------------------*/
.lgy-bg{
    background:#213c4d66;
	padding:15px 0;
}

.lp-container{
	border: 2px solid;
	border-radius: 6px;
	width:96%;
	margin:0 auto;
	max-width:1000px;
	background:#fff;
	box-shadow: 0 0 4px 3px rgb(207, 207, 207,0.2);
	padding:40px 4% 20px;
	position: relative;
}

.lp-c-ttl{
	letter-spacing: 3px;
	border-bottom:1px solid var(--bk);
	font-size:30px;
	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;
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
}

/*TOPへ
------------------------------*/

.pagetop {
    height: 50px;
    width: 50px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    background: #fff;
    border: solid 2px #000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
	box-shadow: 0 4px 6px rgb(0 0 0 / 30%);
}

.pagetop__arrow {
    height: 10px;
    width: 10px;
    border-top: 3px solid #000;
    border-right: 3px solid #000;
    transform: translateY(20%) rotate(-45deg);
}

@media (hover: hover) and (pointer: fine) {
    .pagetop:hover, .pagetop:hover .pagetop__arrow {
        border-color: #1b303c;
    }
}
.lp-cart-link{
	background:#1c2f3d;
	border-radius: 4px;
	font-size:13px;
	color:#fff;
	text-align: center;
	padding:4px 0;
	max-width:320px;
	margin:20px auto 0;
	box-shadow: -4px -4px 8px #fff, 4px 4px 8px rgb(0 0 0 / 24%);
}




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

.lp-cart-link :hover{
	opacity: 0.7;
	background:#1c2f3d;
	transform: translateY(2px);
}
/************ アンカーのボタン**************/
#caategoryarea{
	    padding-top: 5vw;
}

.top-btn{
	display: flex;
    list-style: none;
    padding-left: 0;
    justify-content: space-evenly;
}

.top-block-title {
    font-family: 'Mulish', sans-serif;
    font-weight: 300;
    letter-spacing: 2px;
    font-size: 25px;
    margin-bottom: 20px;
    text-align: center;
}
.colorname2 {
    height: 2vw;
    background: #ffffff;
    text-align: center;
}
.link-btn {
	height: 5vw;
	text-align: center;
    font-size: 20px;
    text-decoration: none !important;
    justify-content: center;
    align-items: center;
    color: #1b303c !important;
    display: flex !important;
    flex-wrap: wrap !important;
    font-weight: bold;
    padding: 0px 20px;
	 
    border-radius: 10px;
    box-shadow: -4px -4px 8px rgb(0 0 0 / 24%), 4px 4px 8px rgb(0 0 0 / 24%);

    
}
.link-btn:hover {
    box-shadow: none;
    transform: translateY(2px);
    opacity: .8;
}

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

.br-sp{
	display: none;
}

.lp-nav li{
	width:33%;
}
	
	.br-sp{
		display: none;
	}	
	.link-btn {
		
		   width: 15vw;
	}
	
	small {
    font-size: 70%;
    padding: 0 2vw;
}

}

@media screen and (max-width: 767px) {/************ for SP**************/
.top-btn {
    display: flex;
    flex-direction: column;
    list-style: none;

}
	.link-btn{
		height: 17vw;
	}
	
	.top-btn li{
		padding: 4vw;
	}
	
	h4 {
    padding-top: 1vw;
    font-size: 5.3vw;
}

}

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

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

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

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

.thankyou-img {
	max-width: 300px;
	margin: auto;
}

.lp-ttl.wrapping{
    margin-top: 30px;
	color:#1b303c;
	margin: 10px 0;
}

.pink-tittle {
	color:#1b303c;
	font-size: 16px!important;
	 letter-spacing: 0.12em;
}

.bathpetle-tex {
	line-height: 2rem;
margin: auto;
padding-bottom: 40px;
}

.pink-tittle span {
	font-size: 20px;
	font-family: "yu-mincho-pr6n", sans-serif;
	font-weight: 400;
	font-style: normal;
	margin-right: 10px;
}

.pink-tittle-bottom-line {
	border-bottom: 1px solid #1b303c;
	margin: 10px 0 20px 0;
}

.des.copy{
	width:92%;
	line-height: 2;
	margin:0 auto;
	text-align: center;
    color:#1b303c
}

.haisou-tex {
    display: block;
    margin-top: 50px;
border-top: #1b303c double 2px;
border-bottom: #1b303c double 2px;
max-width: 500px;
padding: 20px 0;
}



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

.lp-nav.wapping li a{
	color:#333333;
	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;
	padding-top: 1vw;
}

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

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

.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-2col{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.wrapping-3col li{
	    padding-top: 2vw;
	animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

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

.wrapping-2col-tex-top{
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
}

.wrapping-2col li{
	width:48%;
	margin-bottom: 40px;
}

.wrapping-2col h4{
	padding:2px;
	line-height: normal;
	min-height: 110px;
}

.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:20px 0 30px 0;;
}

.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;
}

.check-line-img {
position: absolute;
    top: 0;
    right: 0;
    max-width: 800px;
    max-height: 30px;
	margin-top: -2px;
}

.check-line-img-bottom {
	position: absolute;
    bottom: 0;
	margin-bottom: -10px;
    right: 0;
    max-width: 800px;
    max-height: 30px;
}

.check-line-bottom-ttl {
margin-top: 30px;
}

.mobile-flex-deco {
	display: flex;
flex-direction: column-reverse;
}

.category-sabtitle {
text-align: center;
font-size: 20px;
margin: auto;
color: #1b303c;
font-weight: 600;
font-style: normal;
}

@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;
	}


.wrapping-2col h4{
	padding:2px;
	line-height: normal;
	min-height: 70px;
}

.top-section-flower-img-tex-inner {
display: flex;
}

.top-section-flower-img-tex-inner li{
	width: 48%;
	padding: 20px;
	margin: auto;
	}

.wrapping-3col li{
	width:30%;
	margin-bottom: 40px;
}

.mobile-flex-deco {
flex-direction:row;
}



}

@media screen and (max-width: 767px){/************ for SP************************/
	.wrapping-3col li {
    padding-top: 10vw;
    animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
	
.lp-c-ttl {
    letter-spacing: 3px;
    border-bottom: 1px solid var(--bk);
    font-size: 25px;
    padding-bottom: 8px;
}
	
}