@charset "utf-8";
.heroImg{
	position:relative;
	background-image:url("../images/heroImg.jpg");
    background-position:center;
	background-size:cover;
	background-repeat:no-repeat;
	height:60vw;
	max-height:750px;
	margin-top:54px;
}

.heroImg::after{
	content:'';
	position:absolute;
	background:url("../images/ami.png");
	width:100%;
	height:100%;
	top:0;
	left:0;
}

.heroImg p{
	position:absolute;
	font-size:3.5rem;
	color:#fff;
	line-height:1.5;
	z-index:100;
}

.heroImg p.left{
	left:8vw;
	top:10rem;
}

.heroImg p.right{
	right:8vw;
	bottom:3rem;
	text-align:right;
}

.heroImg p.center{
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    -webkit-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
}

.heroImg p.center img{
	width:220px;
}

#content{
	padding:5rem 0 0 0;
}

@media screen and (max-width:1050px){
	.heroImg{
		margin-top:0;
	}
	.heroImg p.left {
		top:11rem;
	}
}

@media screen and (max-width:430px){
	.heroImg{
		margin-top:0;
		background-image:url("../images/heroImg_sp.jpg");
		height:100vh;
	}
	
	.heroImg p{
		font-size:2.5rem;
	}
	
}

.slider{
	margin-bottom: 5rem;
}

/*
.slider ul{
	display: flex;
	justify-content: space-between;
}
#metaslider_81.flexslider .slides li{
	padding-right: 0.8%;
}
.metaslider .slides img{
	max-width: 300px!important;
}
*/

.introduction{
	background:url("../images/emboss01.png");
	padding:8rem 0 0 0!important;
	line-height:2;
	overflow:hidden;
	position:relative;
	margin-top:5rem;
}

.introduction .lead{
	font-size:1.7rem;
	text-align:center;
	font-weight:500;
}

.introduction .lead:first-of-type{
	font-size:230%;
}

.introduction .lead span{
	font-weight:500;
}

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

.voice div{
	margin-top:5rem;
	max-width:300px;
}

.voice .fukidashi{
	font-size:1.7rem;
	background:#d3d3d3;
	padding:1.5em 3em;
	font-weight:500;
	border-radius:30px;
	position:relative;
}

.voice .fukidashi::after{
	position:absolute;
	content:url("../images/arrow.png");
	bottom:-35px;
	left:50%;
    transform:translate(-50%,0);
    -webkit-transform:translate(-50%,0);
    -ms-transform:translate(-50%,0);
}

.voice img{
	width:120px;
	display:block;
	margin:0 auto;
	margin:35px auto 30px;
}

.voice .sampleItems li{
	display:inline-block;
	font-size:1.4rem;
	font-weight:500;
	border-radius:20px;
	width:47.4%;
	text-align:center;
	margin-bottom:4%;
}

.voice .sampleItems li:nth-child(2n){
	margin-left:4%;
}

.voice .sampleItems li a{
	display:block;
	background:#fff;
	color:#333333;
	border:2px solid #333333;
	padding:0.2em 1em;
	border-radius:20px;
    transition:all 0.5s;
    transition-timing-function:cubic-bezier(.03,.01,0,.99);
}

.voice .sampleItems li a:hover{
	background:#333333;
	color:#fff;
	opacity:1;
}

.introduction h2{
	position:relative;
}

.introduction h2 img{
	width:100%;
}

.introduction h2 span{
	width:100%;
	font-size:4.5rem;
	text-align:center;
	position:absolute;
	top:70%;
	left:50%;
    transform:translate(-50%,-50%);
    -webkit-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
}

.points{
	background:#ffe4dc;
	padding-bottom:8rem;
}

.points ul{
	display:flex;
	justify-content:space-between;
	gap: 20px;
}

.points ul li{
	text-align:center;
	margin-bottom:4rem;
}

.points ul li p{
	display:inline-block;
	background:#df0012;
	padding:40px 38px;
	border-radius:50%;
	margin-top:0;
}

.points ul li p img{
	display:block;
    transition:all 1.2s;
    transition-timing-function:cubic-bezier(.03,.01,0,.99);
}

.points ul li p:hover > img{
	transform:scale(1.2);
}

.points ul li dl dt{
	font-size:2.4rem;
	font-weight:500;
	margin:0.5em 0;
}

.points ul li dl dd{
	font-size:14px;
	line-height:1.7;
}

.points p{
	font-size:2.4rem;
	font-weight:500;
	background:#fff;
	border-radius:25px;
	padding:5px 0;
	text-align:center;
}

.points p span.free{
	color:#fff;
	display:inline-block;
	padding:0.5em;
	background:#333333;
	border-radius:50px;
	margin-right:1.3em;
}

.points p span.small{
	font-size:70%;
}

@media screen and (max-width:430px){
	.voice{
		flex-direction:column;
	}
	
	.voice div{
		margin:5rem auto 0;
	}
	
	.points{
		padding-top:11rem;
	}
	
	.points ul{
		flex-direction:column;
	}
	
	.introduction h2 span{
		top:115%;
		line-height:1.3;
	}
	
	.points p span.free{
		margin-right:0;
	}
}

.products{
	background:url("../images/emboss02.png");
	padding:8rem 0;
	position:relative;
}

.products::before{
	content:url("../images/mekuri.png");
	position:absolute;
	top:0;
	right:0;
}

.blog h2{
	font-size:4rem;
	text-align:center;
	margin:5rem 0 7rem;
}

.blog h2 span.small{
	font-size:0.4em;
}