@charset "utf-8";
/* CSS Document */

html{
	font-size:3.8vmin;
}
.inner1{
	padding:0 5%;
}

img{
	max-width:100%;
}
.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:5px;
	font-size:1.5rem;
	line-height:1.5rem;
	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:5px;
	font-size:1rem;
	margin-bottom:0.2rem;
	line-height:1.5rem;
	border:3px solid #000000;
	font-weight:700;
}
.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;
	color: #ff3600;
	padding: 0.2rem;

}
.remodal .exp4{
	font-size: 1rem;
	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;}

.center{
	text-align:center;
}
h2{
	font-family: 'Noto Sans JP', sans-serif;
	font-size:1.4rem;
	font-weight:700;
	text-align:center;
	color: #200500;
	word-break: keep-all;

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

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

.main_paragraph{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:500;
	font-size:0.8rem;
	white-space:pre-wrap;
	margin-bottom:2rem;
	line-height:1.8;
	word-break: keep-all;
}

.mb1{
margin-bottom:0.5rem;
}
.mb2{
margin-bottom:1rem;
}
.mb3{
margin-bottom:1.5rem;
}

.mb5{
margin-bottom:2.5rem;
}

.mb8{
margin-bottom:4rem;
}
.pd1{
padding:0.5rem 0;
}

.pd2{
padding:1rem 0;
}

.pd3{
padding:1.5rem 0;
}

.pd5{
padding:2.5rem 0;
}
.pd8{
padding:4rem 0;
}




.mv{
	width:100%;
	padding-bottom:3rem;
	box-sizing:border-box;
	background:url(../images/mv_bg.webp) ;
	background-size: contain;
	
}
.mv .inner{
	padding: 0;
}

header{
	padding: 0.7rem 0;
	width: 40%;
}
.mv header .inner{
	display:flex;
	justify-content:space-between;
	padding:0 5%;
}
header h1{
	background: #ffffff;
	padding: 0.5rem;
	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:2%;
	text-align:right;
	line-height:1.1;
	font-size:0.7rem;
	color:#000;
	background: #ffffff;
	padding: 0.3rem 1.5rem;
	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.5rem;
	font-family: "Outfit", san-	serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	padding-top:0.1rem;
	
}


.mv .inner h2{
	margin-bottom: 2rem;
}
.mv .copy{
	padding: 0 10%;
}

.mv .mv_copy{
	text-align: center;
	padding: 0 5%;
}
.mv .mv_copy li{
	background: #ffffff;
	color: #000000;
	display: flex;
	justify-content: center;
    align-items: center;
	padding: 1rem 1rem;
	text-align: left;
	border-radius: 20px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 1rem;
	box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.2), 0 4px 6px -4px rgb(0 0 0 / 0.2);

	margin-bottom: 0.5rem;
}
.mv .mv_copy li br{
	display: none;
}



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


.campaign{
	text-align:center;
}


.time{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:600;
	font-size:1rem;
	background: #e95513;
	color: #ffffff;
	border-radius: 50px;
	display: inline-block;
	padding: 0.5rem 1rem;
	letter-spacing: 1px;
}

.btn img{
	width:100%;
}
.campaign_image{
	margin-bottom: 2rem;
}
	
.caution{
	text-align:left;
	padding:0.2rem 1rem;
	box-sizing:border-box;
	border-radius:5px;
}
.campaign_copy{
	color: #000000;
	font-size: 1.2rem;
	box-sizing: border-box;
	line-height: 1.6;
}
.campaign_copy span{
	font-size: 1.2rem;
}

.caution li{
	font-size:0.8rem;
	margin-bottom:0.3rem;
	list-style-position:inside;
}



.steps{
	background:#ffde00;
	text-align: center;
}
.steps h2{
	color: #ffffff;
	background: #1d2e39;
	border-radius: 50px;
	padding: 0.5rem 2rem;
	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_copy{
	white-space:pre-wrap;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:500;
	font-size:1.2rem;
	line-height:1.2;	
	text-align: center;
	margin-bottom: 5rem;
}
.step_list li{
	text-align:center;
	margin-bottom:1rem;
}
.step_list li .step_image{
	text-align:center;
	width:50%;
	margin: 0 auto;
	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: 1rem;
	aspect-ratio: 5 / 4;
}
.step_list li.guide_line{
	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;
}
.step_list li figure{
	margin-bottom:0.5rem;
}
.step_list li figure img{
	width:60%;
}
.step_list li.guide_line hr{
	width:0.1px;
	height:1.5rem;
	margin:0 auto;

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



.worry h2{
	color: #ffffff;
	background: #e95513;
	border-radius: 50px;
	padding: 0.5rem 2rem;
	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{
	text-align:left;
	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;
}
.worrys li img{
	width:80%;
}
.improvement{
	padding: 1rem;
	border:2px solid #1d2e39;
	border-radius: 15px;
	box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.2), 0 4px 6px -4px rgb(0 0 0 / 0.2);
}
.improvement img{
	border-radius: 8px;
	margin-bottom: 0.5rem;
}
.arrow{
	text-align:center;
}

.solution{
	padding: 3rem 5%;
}
.solution_copy{
	font-size: 1rem;
	line-height: 1.6;
}
.solution .emp{
	font-weight: 700;
	font-size: 1.5rem;
	color: #e95513;
}
.solution .small{
	font-size: 0.9rem;
}



.tb_wrap{
	width:100%;
	overflow-x:scroll;
  }
  .price_list{
	  padding:3rem 5%;
  }
  .price_list table{
	  width:100%;
	  border-collapse:collapse;
  }
  
  .price_list table th{
	  background:#024075;
	  padding:0.5rem 0.5rem;
	  color:#ffffff;
	  text-align:left;
	  font-size:1rem;
	  width:30%;
  }
  .price_list table td{
	  background:#ededed;
	  padding:0.5rem 0.5rem;
	  color:#595959;
	  text-align:center;
	  font-size:0.9rem;
  }
  .price_list table th.otc{
	  text-align:center;
	  background:#b1b1b1;
	  color:#ffffff;
	  width: 25%;
  }
  .price_list table th.hit{
	  width:25%;
	  text-align:center;
	  background:#fdd31e;
	  color:000000;
	  font-size:1.2rem;
  }
  .price_list table td.none{
	  width:20%;
	  background:#ffffff;
  }
  .price_list table td.hit{
	  background:#fff9bb;
	  color:#f55c02;
  }
  .price_list table td.hit span{
	background:#fff9bb;
	color:#f55c02;
	font-size:1.2rem;
	font-weight:700;
	display: block;
}
  .reviews{
	background: #fff9bb;
}

  .reviews h2{
	color: #ffffff;
	background: #e95513;
	border-radius: 50px;
	padding: 0.5rem 2rem;
	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:1rem 1.5rem;
	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);
	margin-bottom: 1rem;
}
.reviews .review h3{
	padding-bottom:0.5rem;
	border-bottom:2px solid #503310;
	margin-bottom:1rem;
	font-size:1rem;
	color:#404040;
	font-weight:500;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:700;
}
.reviews .review p{
	line-height:1.5;
	text-align:left;
	font-size:0.8rem;
	margin-bottom:0;
	word-break: normal;
}
.reviews .review p span{
	display:block;
	padding-top:10px;
	font-weight:bold;
	text-align:right;
}
.reviews .review p.main_paragraph{
	text-align: justify;
}

.reviews .review p.name{
	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:1rem;
	line-height:1.5;	
	text-align: center;
	margin-bottom: 2rem;
}
.message ul{
	margin-bottom: 2rem;
}

.message li{
	background:#ffde00;
	color: #000000;
	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);
	padding: 0.5rem 0;
	margin: 0 auto 0.3rem;
	border-radius: 50px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:500;
	font-size:1.1rem;
}

.buying{
	padding:3rem 0.5rem;
	background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(249,249,249,1) 100%);
}

.buying_copy{
	text-align:center;
	white-space:pre-wrap;
	font-weight:700;
	font-size:1.2rem;
	margin-bottom:4rem;
	word-break: keep-all;
}


.buying_items{
	display:flex;
	justify-content:left;
	flex-wrap:wrap;
	margin-bottom:3rem;
	gap:3px
}
.buying_items li{
	box-sizing:border-box;
	width:32.5%;
	aspect-ratio:1 / 1;
	text-align:center;
	border:2px solid #000000;
	border-radius:100%;
	padding:0.5rem 1rem 0 1rem;
	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:90%;
}
.buying_items li span{
	display:block;
	font-size:0.65rem;
	font-weight:700;
	line-height:1;
	height:1rem;
	
}

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

.deffer{
	width: 90%;
	margin: 0 auto;
	
}
.deffer .inner1{
	box-sizing:border-box;
	border:3px solid #1d2e39;
	outline: solid 1px #1d2e39;    /* 外側の線になる一本線の枠線をひく*/
	outline-offset: -10px;  
	padding:3rem 2rem;
	
	text-align: left;
	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:3rem 1rem;
}


.grid {
  width: 100%;
  position: relative;
  margin-bottom:1rem;
  aspect-ratio: 2 / 1 ;
  margin-bottom:2rem;
}



.grid img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  object-fit: cover;
  object-position:center;
}




.company .clearfix{
	width:100%;
}
.company h2{
	margin-bottom: 2rem;
}
.company dl{
	font-size:0.9rem;
	color:#666;
}
.company dt{
	float:left;
	width:30%;
	padding:0.5rem;
	border-bottom:2px solid #ffde00;
	margin-bottom:1rem;
}
.company dd{
	float:left;
	width:60%;
	padding:0.5rem;
	text-align:right;
	border-bottom:2px solid #cccccc;
	margin-bottom:1rem;
}



.brands{
	box-sizing:border-box;
	padding:4rem 0 2rem;
}

.brands ul{
	display: flex;
	justify-content: left;
	flex-wrap: wrap;
}
.brands li{
	width:calc(100% /3);
	margin-bottom:2rem;
	box-sizing:border-box;
	text-align:center;
}
.brands li h3{
	font-size:0.8rem;
	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.2rem;
	line-height:1.3;	
	text-align: center;
	background: #5E5409;
	color: #ffffff;
	padding: 1rem 0;
}


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

footer .transaction{
	padding:5px 0;
	background:#f9bf2c;
	color: #000000;
}
footer .transaction a{
	color:#000000;
}
.contact_sp{
	position:fixed;
	bottom:0;
	text-align:center;
}
.contact_sp img{
	width:100%;
}
.contact_sp_brah img{
	width:100%;
}


.contact_pc{
	display:none;
}
