@charset "utf-8";
/* CSS Document */
.inner1{
	width:1000px;
	margin:0 auto;
}
.inner2{
	width:550px;
	margin:0 auto;
}
.remodal h2{
	font-size:1rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:900;
	margin-bottom:20px;

}
.remodal .tel a{
	display:block;
	padding:1rem;
	margin-bottom:0.2rem;
	background:#f9bf2c;
	color:#000000;
	border-radius:10px;
	font-size:1.8rem;
	font-family: "Outfit", san-	serif;
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;
	line-height:1.5rem;
	border:3px solid #000000;
	box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.2), 0 4px 6px -4px rgb(0 0 0 / 0.2);
}

.remodal .mail a{
	display:block;
	padding:1rem;
	background:#000000;
	color:#ffffff;
	border-radius:10px;
	font-size:1rem;
	margin-bottom:0.2rem;
	line-height:1.5rem;
	border:3px solid #000000;
	font-weight:700;
	box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.2), 0 4px 6px -4px rgb(0 0 0 / 0.2);
}
.remodal .line a{
	display:block;
	padding:1rem;

	background:#3C3;
	color:#ffffff;
	border-radius:5px;
	font-size:1rem;
	border:3px solid #000000;
	font-weight:700;
}

.remodal .exp{
	display:block;
	font-size:0.8rem;
	font-weight:300;
}

.remodal .exp1{
	font-size:0.9rem;
	font-weight:500;
	margin-bottom:1rem;
}
.remodal .exp2{
	font-size:1rem;
	font-weight:300;
}

.remodal .exp3{
	font-size:1rem;
	font-weight:700;
	font-family: 'Noto Sans JP', sans-serif;
	white-space:pre-wrap;
	line-height:1.5;
	text-align:center;

	padding: 0.2rem;

}
.remodal .exp4{
	font-size: 1.2rem;
	font-weight: 700;
	margin-bottom: 0.5rem;
	color: #ff3600;
}
.remodal .exp5{
	background: #ff0000;
	color: #ffffff;
	padding: 0.5rem 1rem;
	border-radius: 10px;
	display: inline-block;
}
.remodal_cam p{margin-bottom:1rem;}

.spbr{
	display:none;
}

.center{
	text-align:center;
}
h2{
	font-family: 'Noto Sans JP', sans-serif;
	font-size:2rem;
	font-weight:700;
	text-align:center;

}
.emphasis{
	font-weight:700;
	color:#ff5401;
	
}
.orange{
	color:#ff5401;
}
.small{
	font-size:0.9rem;
	color:#666;
}

.big{
	font-size:1.5rem;
	font-weight:500;
}
.mid{
	font-size:1.5rem;
}
.center{
	text-align:center;
}
.serif{
	font-family: 'Noto Serif JP', serif;
}

.main_paragraph{
	font-weight:500;
	font-size:1.2rem;
	white-space:pre-wrap;
	margin-bottom:1rem;
	line-height:2;
	padding:0 1.5rem;
	font-family: 'Noto Sans JP', sans-serif;
}

.mb1{
margin-bottom:1rem;
}
.mb2{
margin-bottom:2rem;
}
.mb3{
margin-bottom:3rem;
}

.mb5{
margin-bottom:5rem;
}

.mb8{
margin-bottom:8rem;
}
.pd1{
padding:1rem 0;
}

.pd2{
padding:2rem 0;
}

.pd3{
padding:3rem 0;
}

.pd5{
padding:5rem 0;
}
.pd8{
padding:8rem 0;
}



	

.mv{
	width:100%;
	box-sizing:border-box;
	background:url(../images/mv_bg.webp) ;
	text-align:center;
	padding-bottom:5rem;
	border-bottom: 5px solid #ffffff;
}

header{
	height:120px;
}
header .inner{
	position:relative;
}
header h1{
	position:absolute;
	top:12px;
	left:0;
	background: #ffffff;
	padding: 0.5rem 2rem;
	border-radius: 50px;
	box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.2), 0 4px 6px -4px rgb(0 0 0 / 0.2);
	
}
header a{
	color:#000000;
}


header .tel_num{
	position:absolute;
	top:12px;
	right:0;
	text-align:right;
	line-height:1.2;
	font-size:0.9rem;
	color:#000;
	background: #ffffff;
	padding: 0.4rem 2rem;
	border-radius: 50px;
	box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.2), 0 4px 6px -4px rgb(0 0 0 / 0.2);
}
header .tel_num span{
	display:block;
	font-size:1.95rem;
	font-family: "Outfit", san-	serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	padding-top:0.1rem;
	
}

.mv .inner{
	width: 990px;
	margin: 0 auto;
}
.mv .mv_copy{
	display:flex;
	justify-content:space-between;
	gap:20px;
	align-items: stretch;
	text-align: center;
}
.mv .mv_copy li{
	background: #ffffff;
	display: flex;
	justify-content: center;
    align-items: center;
	padding: 2rem 1rem;
	text-align: center;
	border-radius: 20px;
	color: #000000;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 1.5rem;
	width: 100%;
	box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.2), 0 4px 6px -4px rgb(0 0 0 / 0.2);
	border:3px solid #000000;
	line-height: 1.6;
}

.mv .inner h2 img{
	width: 100%;
}
.mv figure{
	margin-bottom: 1rem;
}



.cover{
	background: #fff9bb;
	color: #000000;
	text-align:center;
}

.cover ul{
	display: flex;
	justify-content:flex-start;
	gap: 1rem;
	flex-wrap: wrap;
	margin-bottom: 5rem;
	align-items: center;
}
.cover ul li.cover_items{
	background: #fffcf8;
	width: calc(100% / 4) - 0.5rem;
	box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.2), 0 4px 6px -4px rgb(0 0 0 / 0.2);
	border-radius: 20px;
	padding: 1.5rem;
	color: #000000;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:500;
	font-size: 1.2rem;
}
.cover_item_etc{
	width: 24%;
	font-size: 1.6rem;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.1rem;
}
.cover .promise{
	white-space:pre-wrap;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:500;
	font-size:1.8rem;
	line-height:1.5;
	margin-bottom: 2rem;
}



.campaign{
	text-align:center;
}



.time{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:500;
	font-size:1.5rem;
	background: #e95513;
	color: #ffffff;
	border-radius: 50px;
	display: inline-block;
	padding: 1rem 2rem;
	letter-spacing: 1px;
}
.campaign_copy{
	color: #000000;
	font-size: 1.5rem;
	box-sizing: border-box;
	line-height: 1.6;
}
.campaign_image{
	margin-bottom: 3rem;
}

.caution{
	
	padding:0rem 1.2rem;
}
.caution li{
	text-align:left;
	font-weight:300;
	font-size:1rem;
	white-space:pre-wrap;
	line-height:1.2;
	padding:0 1.5rem;
	font-family: 'Noto Sans JP', sans-serif;
	margin-bottom:0.5rem;
}



.steps{
	background:#ffde00;
	text-align: center;
}
.steps h2{
	color: #ffffff;
	background: #1d2e39;
	border-radius: 50px;
	padding: 1rem 3rem;
	display: inline-block;
	box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.2), 0 4px 6px -4px rgb(0 0 0 / 0.2);
}
.step_list{
	display:flex;
	justify-content:space-between;
	align-items: center;
	gap: 2rem;
}

.step_list li .step_image{
	text-align:center;
	width:225px;
	background: #ffffff;
	box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.2), 0 4px 6px -4px rgb(0 0 0 / 0.2);
	border-radius: 20px;
	border: 3px solid #1d2e39;
	margin-bottom: 2rem;
}
.step_list li.guide_line{
	width:80px;
	margin-bottom: 3rem;
}
.step_list h3{
	font-weight:700;
	font-size:1.6rem;
	font-family: "Outfit", san-	serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	color:#ffffff;
	background: #1d2e39;
	margin-bottom:1rem;
	border-radius: 10px;
	display: inline-block;
	padding: 0.2rem 2rem;
	margin-top: -1.5rem;
}
.step_list li p{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:500;
	white-space:pre-wrap;
	font-size:1rem;
	line-height:1.5;
	color: #000000;
}
.step_list li figure{
	margin-bottom:1.5rem;
}

.step_list li.guide_line hr{
	width:80px;
}

.step_copy{
	white-space:pre-wrap;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:500;
	font-size:1.5rem;
	line-height:1.5;	
	text-align: center;
	margin-bottom: 5rem;
}


.worrys{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	
}
.worry{
	text-align: center;
}
.worry h2{
	color: #ffffff;
	background: #e95513;
	border-radius: 50px;
	padding: 1rem 3rem;
	display: inline-block;
	box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.2), 0 4px 6px -4px rgb(0 0 0 / 0.2);
}
.worrys li{
	width:49%;
	margin-bottom:1rem;
	border:3px solid #1d2e39;
	border-radius: 20px;
	box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.2), 0 4px 6px -4px rgb(0 0 0 / 0.2);
	background: #ffde00;
	padding: 0.5rem;
	box-sizing: border-box;
}
.worrys li img{
	width:100%;
	
}

.arrow{
	text-align:center;
}

.solution .improvement{
	background:#ffffff;
	padding:20px;
	border:3px solid #000000;
	box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.2), 0 4px 6px -4px rgb(0 0 0 / 0.2);
	border-radius: 10px;
	box-sizing: border-box;

}
.solution .improvement img{
	width:38%;
	float:left;
	margin-right:30px;

}
.solution .improvement p{
	word-break: keep-all;
	font-size:1rem;
	line-height:2.4;
}
.solution_copy{
	line-height: 1.8;
}
.solution .emp{
	font-weight: 700;
	font-size: 1.8rem;
	color: #e95513;
}
.solution .small{
	font-size: 1rem;
}


.price_list table{
	width:1000px;
	margin:0 auto;
	border-collapse:collapse;
}

.price_list table th{
	background:#024075;
	padding:1rem;
	color:#ffffff;
	text-align:left;
	font-size:1.2rem;
	width:25%;
}
.price_list table td{
	background:#ededed;
	padding:1rem;
	text-align:center;
	font-size:1.3rem;
	font-weight: 600;
}
.price_list table th.otc{
	width:35%;
	text-align:center;
	background:#b1b1b1;
	color:#ffffff;
}
.price_list table th.hit{
	width:35%;
	text-align:center;
	background:#fdd31e;
	color:000000;
	font-size:1.5rem;
}
.price_list table td.none{
	background:#f9f9f9
}
.price_list table td.hit{
	background:#fff9bb;
	font-size:1.4rem;
	color:#e95513;
}
.price_list table td.hit span{
	
	font-size:2.5rem;
	font-weight:700;
	display: block;
}
.reviews{
	background: #fff9bb;
}
.reviews h2{
	color: #ffffff;
	background: #e95513;
	border-radius: 50px;
	padding: 1rem 3rem;
	display: inline-block;
	box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.2), 0 4px 6px -4px rgb(0 0 0 / 0.2);
}
.reviews .review{
	background: #ffffff;
	padding:3rem 4rem;
	margin-bottom:2rem;
	border-radius:20px;
	box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
}
.reviews .review h3{
	padding-bottom:1rem;
	border-bottom:5px dotted #cccccc;
	margin-bottom:20px;
	font-size:1.5rem;
	color:#404040;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:700;
}
.reviews .review p.main_paragraph{
	text-align: justify;
	padding-left: 0;
	padding-right: 0;
}

.name{
	text-align: right;

}
.reviews .review p{
	white-space:pre-wrap;
	line-height:2;
}
.reviews .review p span{
	display:block;
	padding-top:10px;
	font-weight:bold;
	text-align:right;
}

.message{
	background:#ffffff;
	text-align: center;
}
.message h2{
	color: #200500;
	
}
.message_copy{
	white-space:pre-wrap;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:500;
	font-size:1.5rem;
	line-height:1.5;	
	text-align: center;
	margin-bottom: 3rem;
}
.message ul{
	margin-bottom: 3rem;
}

.message li{
	background:#ffde00;
	color: #000000;
	border: 3px solid #000000;
	width: 600px;
	padding: 1rem 0;
	margin: 0 auto 1rem;
	border-radius: 50px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:500;
	font-size:1.3rem;
	box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.2), 0 4px 6px -4px rgb(0 0 0 / 0.2);
}
.buying_copy{
	text-align:center;
	white-space:pre-wrap;
	font-weight:700;
	font-size:1.5rem;
	margin-bottom:4rem;
}


.buying_items{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	gap:0.5%;
	margin-bottom:3rem;
}
.buying_items li{
	box-sizing:border-box;
	width:19%;
	aspect-ratio:1 / 1;
	text-align:center;
	border:5px solid #000000;
	border-radius:100%;
	padding:1rem;
	margin-bottom:0.5rem;
	background:#ffffff;
	box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.2), 0 4px 6px -4px rgb(0 0 0 / 0.2);
}

.buying_items li img{
	width:80%;
}
.buying_items li span{
	display:block;
	font-size:0.8rem;
	font-weight:700;
}

.faq h2{
	color: #1d2e39;
}
.faq dt{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:700;
	padding-left:0.5rem;
	padding-bottom:0.5rem;
	margin-bottom:1rem;
	font-size:1.3rem;background: #1d2e39;
	padding: 0.8rem 1rem;
	color:#ffffff;
	border-radius: 20px;
}
.faq dd{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:500;
	margin-bottom:3rem;
	padding-left:2rem;
	line-height:2;
	white-space:pre-wrap;
	color:#1d2e39;
}


.deffer .inner1{
	box-sizing:border-box;
	border:3px solid #000000;
	outline: solid 1px #000000;    /* 外側の線になる一本線の枠線をひく*/
	outline-offset: -15px;  
	padding:5rem;
	background: #ffde00;
	border-radius: 20px;
	box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.2), 0 4px 6px -4px rgb(0 0 0 / 0.2);
}


.company{
	padding:8rem 0;
}
.company h2{
	margin-bottom: 5rem;
}


.company .clearfix{
	width:100%;
	padding-top:1rem;
}
.company dt{
	float:left;
	width:26%;
	padding:1rem 0.5rem;
	border-bottom:2px solid #ffde00;
	margin-bottom:30px;
}
.company dd{
	float:left;
	width:62%;
	padding:1rem 0.5rem 1rem 2rem;
	text-align:left;
	border-bottom:2px solid #cccccc;
	margin-bottom:2.5rem;
}




.brands{
	width:1000px;
	margin:0 auto 3rem;
	box-sizing:border-box;
	padding:8rem 0 4rem;
}

.brands ul{
	display: flex;
	justify-content: left;
	flex-wrap: wrap;
}
.brands li{
	width:calc(100% /4);
	margin-bottom:3rem;
	box-sizing:border-box;
	text-align:center;
}
.brands li h3{
	font-size:1rem;
	font-weight:500;

}

.brands li img{
	width:180px;
	margin-bottom:0;
}

.brands_copy{
	white-space:pre-wrap;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:500;
	font-size:1.5rem;
	line-height:1.5;	
	text-align: center;
	background: #5E5409;
	color: #ffffff;
	padding: 0.5rem 0;
}


footer{
	font-size:14px;
	text-align:center;
	background:#000000;
	color:#ffffff;
	padding-bottom:50px;
}

footer .transaction{
	padding:5px 0;
	background:#f9bf2c;
	color: #000000;
}
footer .transaction a{
	color:#000000;
}



.contact_pc{
	position:fixed;
	bottom:10px;
	right:10px;
	cursor: pointer;
}
.contact_pc img{
	width: 200px;
}
.contact_sp{
	display:none;
}
.contact_sp_brah{
	display:none;
}

