body {
font-family: 'Noto Sans JP',"Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
letter-spacing: 0.1rem;
font-style: normal;
font-weight: 500;
background: #f7f7f7;
color:#444444;
}
p {
	font-size: 2rem;
	line-height: 2;
	margin-bottom: 20px;
}
@media screen and (max-width: 768px) {

p {
	font-size: 1.4rem;
	line-height: 1.5;
}
}


.clear {
	clear:both;
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
.sp {
	display: none;
}
@media screen and (max-width: 768px) {
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	
}


@media screen and (min-width: 650px){	
  .br-pc { display:block; }
  .br-sp { display:none; }
}
@media screen and (max-width: 650px){	
  .br-pc { display:none; }
  .br-sp { display:block; }
}


/* --------------------------　ロード　-------------------------- */

body::after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color:#fff;
  z-index: 9999;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity .8s ease;
  transition: opacity .8s ease;
}
body.fadeout::after {
  opacity: 1;
}


/* --------------------------　メインスライダー　-------------------------- */

main {
	width: 800px;
	margin: auto;
}

.top_main {
  
}

.pcimg {
	display: block;
}
.spimg {
	display: none;
}

@media screen and (max-width: 768px) {
	
main {
	width: auto;
	margin: auto;
}

.top_main {
  
}

.pcimg {
	display: block;
}
.spimg {
	display: none;
}

	
}

/* --------------------------　CTAボタン　-------------------------- */

.cta01 {
	background: url("../../images/bg01.webp") no-repeat;
	background-size: cover;
	padding: 40px;
}

.cta01 p {
	text-align: center;
	color:#fff;
	font-size: clamp(1.2rem, 0.5rem + 1.25vw, 1.8rem);
	font-family: 'Noto Serif JP', serif;
	margin: 0;
}

.cta01 a img {
	margin: 30px 0;

}



.cont01 {
	


}

.cont01 h2 {
	font-size: clamp(1.5rem, 5vw, 3.75rem) !important;
	font-family: 'Noto Serif JP', serif;

	text-align: center;
	padding-top: 100px;
}

.cont01 p {
	font-size: clamp(1.6rem, 0.5rem + 1.25vw, 2.8rem);
	font-family: 'Noto Serif JP', serif;
	text-align: center;
	
}

.notebox {
	background: #f4f4f4;
	padding: 10px 40px;
	box-sizing: border-box;
	margin-bottom: 40px;
}
.note {
font-family: 'Noto Serif JP', serif;
  background-image:
   linear-gradient(180deg, rgba(100, 100, 100, 0) 0%, rgba(100, 100, 100, 0) 98%, #646464 100%);
  background-size: 100% 2.8em;
  line-height: 2.8em;
  padding: 2.8em 1em 1.98em 1em;
  margin: 0em 0;
  font-weight: bold;
  font-size: 2.4rem;
}

.cont10 h2 {
	font-size: clamp(1.5rem, 5vw, 5.4rem) !important;
	font-family: 'Noto Serif JP', serif;
	text-align: center;
	margin-bottom: 20px;
	color:#221815;
}



.accordion {
margin-bottom: 50px;
}

.accordion ul {
	width:100%;
	padding:0;
	margin: 0;
}
.accordion li {
	position:relative;
	list-style:none;
	margin-bottom: 20px;
	font-family: 'Noto Serif JP', serif;
}
.accordion > ul > li > a {
	display: block;
	text-decoration: none;
	cursor: pointer;
	padding: 10px 20px;
	position: relative;
	background: #221815;
	color:#fff;
	font-size: 2.2rem !important;
}

.accordion > ul > li > div {
	display: none;
	text-align:left;
	color:#303030;
	line-height:1.8;
	padding: 15px 10px;
}

.accordion li .accordion_icon,
.accordion li .accordion_icon span {
	display: inline-block;
	transition: all .3s;
	box-sizing: border-box;
}
.accordion li .accordion_icon {
	position: absolute;
	width: 40px;
	height: 40px;
	top:32px;
	right:10px;
}
.accordion li .accordion_icon span {
	position: absolute;
    width: 50%;
	height: 2px;
    background-color: #fff;
}
.accordion li .accordion_icon span:nth-of-type(1) {
	transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.accordion li .accordion_icon span:nth-of-type(2) {
	transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
.accordion li .accordion_icon.active span:nth-of-type(1) {
	display:none;
}
.accordion li .accordion_icon.active span:nth-of-type(2) {
	transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}


.faq_txt {
	font-size: 1.8rem;
	margin-top: 5px;
	margin-left: 15px;
}

.accordion li i {
	color:#c9bc9c;
	margin-right: 10px;
}


@media screen and (max-width: 834px) {
	
/* --------------------------　CTAボタン　-------------------------- */

.cta01 {
	background: url("../../images/bg01.webp") no-repeat;
	background-size: cover;
	padding: 15px;
}

.cta01 p {
	text-align: center;
	color:#fff;
	font-size: clamp(1.2rem, 0.5rem + 1.25vw, 1.8rem);
	font-family: 'Noto Serif JP', serif;
	margin: 0;
}

.cta01 a img {
	margin: 15px 0;

}



.cont01 {
	


}

.cont01 h2 {
	font-size: clamp(1.5rem, 5vw, 3.75rem) !important;
	font-family: 'Noto Serif JP', serif;
	text-align: center;
	padding-top: 100px;
}

.cont01 p {
	font-size: clamp(1.6rem, 0.5rem + 1.25vw, 2.8rem);
	font-family: 'Noto Serif JP', serif;
	text-align: center;
	
}

.notebox {
	background: #f4f4f4;
	padding: 10px 20px;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.note {
font-family: 'Noto Serif JP', serif;
  background-image:
   linear-gradient(180deg, rgba(100, 100, 100, 0) 0%, rgba(100, 100, 100, 0) 98%, #646464 100%);
  background-size: 100% 2em;
  line-height: 2em;
  padding: 2em 0em 1.98em 0em;
  margin: 0em 0;
  font-weight: bold;
  font-size: 1.5rem;
}

.cont10 h2 {
	font-size: clamp(1.5rem, 5vw, 5.4rem) !important;
	font-family: 'Noto Serif JP', serif;
	text-align: center;
	margin-bottom: 20px;
	color:#221815;
}



.accordion {
margin: 0 15px 25px 15px;

}

.accordion ul {
	width:100%;
	padding:0;
	margin: 0;
}
.accordion li {
	position:relative;
	list-style:none;
	margin-bottom: 10px;
	font-family: 'Noto Serif JP', serif;
}
.accordion > ul > li > a {
	display: block;
	text-decoration: none;
	cursor: pointer;
	padding: 10px 15px;
	position: relative;
	background: #221815;
	color:#fff;
	font-size: 1.5rem !important;
}

.accordion > ul > li > div {
	display: none;
	text-align:left;
	color:#303030;
	line-height:1.8;
	padding: 15px 10px;
}

.accordion li .accordion_icon,
.accordion li .accordion_icon span {
	display: inline-block;
	transition: all .3s;
	box-sizing: border-box;
}
.accordion li .accordion_icon {
	position: absolute;
	width: 25px;
	height: 25px;
	top:25px;
	right:0px;
}
.accordion li .accordion_icon span {
	position: absolute;
    width: 50%;
	height: 2px;
    background-color: #fff;
}
.accordion li .accordion_icon span:nth-of-type(1) {
	transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.accordion li .accordion_icon span:nth-of-type(2) {
	transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
.accordion li .accordion_icon.active span:nth-of-type(1) {
	display:none;
}
.accordion li .accordion_icon.active span:nth-of-type(2) {
	transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}


.faq_txt {
	font-size: 1.5rem;
	margin-top: 0px;
	margin-left: 0px;
}

.accordion li i {
	color:#c9bc9c;
	margin-right: 5px;
}
	
}


.sitelink {
	text-align: center;
}

/*-------------   レビュー　アコーディオン ---------*/
.review_bg{
	background-image: url(/images/240702_review_bg.webp);
	background-size: cover;
	background-repeat: no-repeat;
	padding: 20px 0;
}
.review_wrap{
	background-image: url(/images/240702_review_txt_bg2.webp);
	background-size: cover;
	background-repeat: no-repeat;
	margin: 0 4%;
	padding: 3%;
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-style: normal;
	margin-top: 10px;
}
.review_koe{
	margin: 0;
    text-align: center;
}

.review_koe img{
max-width: 66%;
padding-bottom: 15px;
}

.review_ttl_area{
	display: flex;
	align-items: center;
  }
  .review_pic{
	max-width: 35%;
	margin-right: 10px;
  }
  .review_pic img{
	width: 100%;
  }
  .review_ttl{
	font-size: 4vw;
	font-weight: 800;
	line-height: 1.3;
	text-wrap: nowrap;
  }
  .reviewer_info{
	border-bottom: 1px solid #221815;
    padding: 7px 0;
    font-size: 4vw;
	margin-bottom: 9px;
  }

  @media screen and (min-width: 740px) {
	.review_ttl{
		font-size: 30px;
	}
	.reviewer_info{
		font-size: 30px;
	}
  }


  .review_txt_wrap{
	text-align: center;
}

/* 本文を隠す高さを指定 */
.review_text{
	position: relative;
    height: 130px;
    overflow: hidden;
    font-size: 14px;
    text-align: left;
    margin-bottom: 0px;
  }   
  .review_text span{
	font-size: 11px;
	text-align: center;
  }
  @media screen and (min-width: 740px) {
	.review_text{
	font-size: 25px;
}
  }

button{
	width: 163px;
    border-radius: 50px;
	border: solid #fff 3px;
    color: #fff;
    font-family: "Noto Serif JP", serif;
    padding: 3px 0px 5px 0px;
    background: linear-gradient(to top, #fd3b53, #ff9724);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -63px auto 0;
    position: absolute;
    left: 0;
    right: 0;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
}
button img{
	width: 100%;
}

  /* もっと見るボタンで高さを自動に */
  .review_text.active {
	height: auto;
  }
   
  /* 透過グラデーションをposition指定 */
  .review_text::before {
	content: ""; 
	width: 100%;
	height: 100%;
	display: block;
	background: linear-gradient(rgba(255, 255, 255, 0) 0, #fff 75%);
	position: absolute;
	top: 0;
	left: 0;
  }
  /* もっと見るボタンで透過グラデーションを解除 */
  .review_text.active::before {
	background: none;
  }
  .review_text.active {
  padding-bottom: 80px;
}

  button::after {
	content: "";
    background-image: url(/images/down.png);
    position: relative;
    display: inline-block;
    width: 45px;
    height: 45px;
    top: 1px;
    background-size: contain;
    background-repeat: no-repeat;
    right: -17px;
  }
button.active::after {
	background-image: url(/images/up.png);
	top: 0px;
	right: -31px;
  }


/*----------- レビューアコーディオン----------*/




footer {
	margin: 0 !important;
	padding: 0 !important;
}
.footer {
	background:#fff;
	min-width: 1000px;
	margin: 0 !important;
	padding: 30px 0 !important;
}
.footer_copy {
	text-align: center;
	font-size: 1rem;
	margin: 0;
	padding: 0;
	padding: 10px 0;
}


@media screen and (max-width: 834px) {
.sitelink {
	text-align: center;
	font-size: 1.3rem;
}

footer {
	margin: 0 !important;
	padding: 0 !important;
}
.footer {
	background:#fff;
	min-width: auto;
	margin: 0 !important;
	padding: 30px 0 150px 0 !important;
}
.footer_copy {
	text-align: center;
	font-size: 1rem;
	margin: 0;
	padding: 0;
	padding: 10px 0;
}
	
}























.floating-banner {
  position: fixed; /* バナーを追従させる */
  z-index: 99999; /* 他の要素の下に隠れないように */
  bottom: 20px; /* バナーの上下の位置 */
right:20px;
display:block;
width:250px;
margin:10px;
}
.floating-banner image {
  width: 100%; /* 画像の最大幅 */
}

@media screen and (max-width: 768px) {
.pcimg {
			display:none;
		}
.spimg {
			display:block;
		}
.floating-banner {
  position: fixed; /* バナーを追従させる */
  z-index: 99999; /* 他の要素の下に隠れないように */
  bottom: 0px; /* バナーの上下の位置 */
right:0px;
display:block;
width:auto;
margin:10px;
}
.floating-banner image {
  width: 100%; /* 画像の最大幅 */
}
}

.responce_bnr {
	display: flex;
	justify-content: center;
	margin-bottom: 40px;
}
.responce_bnr li {
	width: 49%;
margin:0 10px;
	list-style-type: none;
}
.responce_bnr li img {
	width: 100%;
	height: auto
}

@media screen and (max-width: 834px) {
	
.responce_bnr {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-bottom: 30px;
}
.responce_bnr li {
	width: auto;
margin:0 0px;
	margin-bottom: 10px;
}
.responce_bnr li img {
	width: 100%;
	height: auto
}
	
}
































