@charset "utf-8";
/* CSS Document */

.wrapper{
	max-width: 1000px;
	width: 100%;
	margin: 0 auto 3%;
	background-color: #EEEBE2;
	padding: 0 0 3%;
	font-family: 'Noto Sans JP', sans-serif;
}

.top-lead{
	text-align:center;
	font-size: 16px;
	line-height: 1.6;
	margin: 5% auto 10%;
}

.gift-me{
	width: 100%;
	background: linear-gradient(180deg, #EEEBE2 0%, #EEEBE2 70%, #d9234c 40%, #d9234c 100%);
}

.ttl-01{
	display: block;
	width: 30%;
	margin: 5% auto 5%;
}

.lead{
	text-align:center;
	font-size: 13px;
	line-height: 1.6;
	margin: 5% auto;
}

.gift-me .lead span{
	font-weight: 700;
	font-size: 20px;
	display: inline-block;
	margin-bottom: 3%;
	color: #d9234c;
}

.gift-special{
	width: 100%;
	background: linear-gradient(180deg, #EEEBE2 0%, #EEEBE2 70%, #0c5164 40%, #0c5164 100%);
	margin: 20% auto;
}

.ttl-02{
	display: block;
	margin: 0 auto 5%;
	width: 55%;
}

.gift-special .lead span{
	font-weight: 700;
	font-size: 20px;
	display: inline-block;
	margin-bottom: 3%;
	color: #0c5164;
}

.box{
	width: 90%;
	margin: 5% auto;
	padding-bottom: 1%;
}

.gift{
	padding: 0;
	display: flex;
}

.gift li{
	list-style: none;
	box-sizing: border-box;
	padding: 2%;
	width: 33.3%;
}

.w50 li{
	width: 50%;
}
.w50 li img{
	margin-top: 3%;
}

.gift-ttl{
	text-align: center;
	font-size: 14px;
	line-height: 1.5;
	color: #fff;
	margin: 0 auto;
	padding: 2% 0;
}

.cl1{
	background-color: #d9234c;
}

.cl2{
	background-color: #0c5164;
}

.sub{
	display: flex;
	align-items: center;
	margin-top: 3%;
}

.sub img{
	display: block;
	width: 30%;
	border-radius: 50px;
	margin-right: 5%;
}

.sub p{
	font-size: 13px;
	line-height: 1.5;
	color: #fff;
}

.lapping-ttl{
	text-align: center;
	font-size: 20px;
	color: #0c5164;
	font-weight: 700;
}

.lapping{
	background-color: #fff;
	box-sizing: border-box;
	padding: 1% 2%;
	color: #000;
	font-size: 13px;
	line-height: 1.6;
	margin: 2% auto;
}

.lapping p{
	margin: 1% auto;
}

.mb5{
	margin-bottom: 5%;
}

.all{
	width: 100%;
	margin: 2% auto;
	text-align: center;
	font-size: 18px;
	line-height: 1.5;
}
.all a{
	display: block;
	padding: 2% 0;
	color: #000;
	box-sizing: border-box;
	background-color: #fff;
	border: solid 1px #000;
}

.br_s{
	display: none;
}

@media(max-width:750px){

.top-lead{
	font-size: 15px;
	margin: 8% auto 15%;
}	
.br_s{
	display: inline;
}

.gift-me{
	width: 100%;
	background: linear-gradient(180deg, #EEEBE2 0%, #EEEBE2 80%, #d9234c 40%, #d9234c 100%);
}
	
.ttl-01{
	width: 60%;
}

.gift-me .lead span, .gift-special .lead span{
	font-size: 18px;
}

.gift-special{
	width: 100%;
	background: linear-gradient(180deg, #EEEBE2 0%, #EEEBE2 80%, #0c5164 40%, #0c5164 100%);
}
	
.ttl-02{
	width: 96%;
}

.box{
	width: 98%;
	margin: 0 auto 10%;
	padding-bottom: 1%;
}

.gift{
	flex-wrap: wrap;
}

.gift li{
	list-style: none;
	box-sizing: border-box;
	padding: 1%;
}

.w50 li{
	width: 50%;
}

.gift-ttl{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 5em;
	font-size: 12px;
	line-height: 1.6;
}
	
.f10{
	font-size: 11px;
	height: 5.5em;
}	
	
.height3{
	height: 3.5em;
}

.sub{
	display: flex;
	align-items: center;
	margin-top: 3%;
}

.sub p{
	font-size: 11px;
	line-height: 1.3;
}

.lapping-ttl{
	font-size: 18px;
}

.lapping{
	font-size: 12px;
	line-height: 1.5;
}

.mb5{
	margin-bottom: 5%;
}

.all{
	width: 100%;
	margin: 2% auto;
	text-align: center;
	font-size: 18px;
	line-height: 1.5;
}
.all a{
	display: block;
	padding: 2% 0;
	color: #000;
	box-sizing: border-box;
	background-color: #fff;
	border: solid 1px #000;
}
}


.another{
	width: 100%;
	background-color: #d9234c;
	box-sizing: border-box;
	padding: 3%;
	margin: 10% auto 5%;
	position: relative;
}

.another-02{
	background-color: #0c5164;
}

.another-box{
	background-color: #EEEBE2;
	box-sizing: border-box;
	padding: 4%;
}

.another-box-ttl{
	font-size: 16px;
	font-weight: 600;
	color: #d9234c;
	text-align: center;
	margin: 2% auto 2%;
}

.another-box-ttl-02{
	color: #0c5164;
}

.another-sub{
	display: flex;
	align-items: center;
}

.another-sub img{
	display: block;
	width: 40%;
}

.another-sub-thm{
	margin-left: 4%;
}

.another-sub-thm p{
	font-size: 11px;
	line-height: 1.6;
	position: relative;
	color: #000;
	text-align: left;
	margin: 5% auto;
}

.another-sub-thm span{
	font-size: 12px;
}

.another-sub-thm p a{
	color: #000;
	font-weight: 600;
	line-height: 2;
	text-align: left;
	display: inline-block;
	margin: 5px auto;
	font-size: 12px;
}

.another-sub-thm  a:after{
	content: 'BUY';
	display: inline-block;
	text-align: center;
	width: 20%;
	background-color: #000;
	color: #fff;
	position: absolute;
	right: 8px;
}

.another-sub-thm-bg{
	background-color: #fff;
	box-sizing: border-box;
	padding: 1% 3%;
}

.another-staff{
	display: flex;
	margin: 2% auto 0;
	align-items: center;
}

.another-staff img{
	display: block;
	width: 20%;
	border-radius: 100px;
}

.another-staff-sub{
	margin-left: 3%;
	width: 77%;
}

.bg-f{
	background-color: rgba(255,255,255,0.5);
	box-sizing: border-box;
	padding: 1%;
	margin: 2% auto;
}

.another-staff-sub p{
	font-size: 12px;
	line-height: 1.6;
	text-align: left;
	color: #000;
}

.another-staff-sub .cl-f{
	color: #fff;
}

.another-staff-sub span{
	font-size: 13px;
	font-weight: 600;
}

.another-staff-sub .sb a{
	display: inline-block;
	padding: 0 3%;
	background-color: #EEEBE2;
	color: #000;
	border-radius:30px;
	width: 40%;
	text-align: center;
}

.left5{
	margin-left: 2%;
}

@media(max-width:750px){
.another{
	margin: 20% auto;
}
	
.another-box-ttl{
	font-size: 14px;
}

.another-sub{
	display: block;
}

.another-sub img{
	width: 60%;
	margin: 0 auto 3%;
	
}

.another-sub-thm{
	margin-left: 0%;
}

.another-staff{
	align-items: center;
}

.another-staff-sub p{
	font-size: 11px;
}

.another-staff-sub span{
	font-size: 12px;
}
}

