@charset "utf-8";


/*----- review -----*/
#review {
  background: #f2f2f2 url(../img/review/bg.webp) no-repeat center top;
  background-size: contain;
}
#review_ttl01_flare {
  top: -2rem;
  left: 34rem;
}
#scroll_area {height: 45rem;}
.scroll_box {
  margin-right: 2.5rem;
}
.simplebar-track {
  background: #E5E5E5;
  border-radius: 10px;
}
.simplebar-track .simplebar-scrollbar.simplebar-visible::before{
  opacity:1;
}
.simplebar-track .simplebar-scrollbar::before {
	background: #e62d35; 
	border-radius: 1rem;
}
#scroll_area::-webkit-scrollbar {
  -webkit-appearance: none;
	width: 1.8rem;
}
.scroll_ttl {
  border-bottom: 1px solid #e62d35;
}

/*----- media -----*/
#media {
  background: url(../img/media/bg.webp) no-repeat center top;
  background-size: cover;
}

/*----- issue01 -----*/
#issue01 {
  background: url(../img/issue01/bg.webp) no-repeat center top;
  background-size: cover;
}
#issue01_li {
  padding: 4rem 3rem 2.5rem 3rem;
}
#issue01_li li {
  border-bottom: 1px dashed #ccc;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}
.issue01_check {
  width: 2.9rem;
  margin: 0 0.6rem;
}

/*----- issue02 -----*/
#issue02 {
  background: url(../img/issue02/bg.webp) no-repeat center top;
  background-size: cover;
}
#issue02_bln {
  top: -9rem;
}

/*----- solution -----*/
#solution {
  background: url(../img/solution/bg.webp) no-repeat center top;
  background-size: cover;
  height: 76rem;
}
.slolution_li li {
  border-bottom: 1px solid #4c3e22;
  height: 9rem;
}
.slolution_li li:last-child {
  width: 54rem;
  padding: 0.5rem 0 0 1rem;
}

/*----- menu -----*/
.menu_box {
  background: linear-gradient(to left, #ed6c72 0%, #e62d35 100%);
  padding: 0 2rem 0.5rem 2rem;
}
.menu_ttl {
  padding: 2rem 0rem 1.5rem 0;
  cursor: pointer;
  position: relative;
}
.menu_ttl::after {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background: url(../img/common/plus_w.webp) no-repeat center top,  url(../img/common/minus_w.webp) no-repeat center top;
  background-size: contain;
  position: absolute;
  right: 1rem;
  top: calc(50% - 1rem);
}
.menu_ttl.active::after {
  background: url(../img/common/minus_w.webp) no-repeat center top;
}
.menu_area {
  display: none;
  margin: 0.5rem 0 1.5rem;
  padding-bottom: 2rem;
}
.menu_li li {
  background: #fff3e3;
  border-radius: 0.6rem;
  padding: 0.6rem 1.5rem;
  margin: 0 1rem 1rem 0;
}

/*----- reason -----*/
#reason {
  background: url(../img/reason/bg.webp) no-repeat center top;
  background-size: contain;
}
#reason_ttl_flare {
  top: 3.3rem;
  left: 3.1rem;
}
.reason_box h3 {
  background: linear-gradient(to left, #ed6c72 0%, #e62d35 100%);
  width: fit-content;
  height: 12.8rem;
  padding: 1.8rem 3rem 0;
  position: relative;
}
.reason_box_r h3 {
  margin: 0 0 0 auto;
}
.reason_box_l h3::after, .reason_box_r h3::after {
  content: "";
  display: block;
  height: 12.8rem;
  width: 9rem;
  position: absolute;
  top: 0;
}
.reason_box_l h3::after {
  background: #ed6c72;
  clip-path: polygon(0 0, 100% 100%, 0 100%);
  right: -9rem;
}
.reason_box_r h3::after {
  background: #e62d35;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  left: -9rem;
}
.reason_box_l h3::before, .reason_box_r h3::before {
  content: "";
  display: block;
  height: 14rem;
  width: 0.1rem;
  background: #ffffff4d;
  position: absolute;
  bottom: 0;
  z-index: 1;
  transform-origin: center bottom;
}
.reason_box_l h3::before {
  right: -8rem;
  transform: rotate(-65deg);
}
.reason_box_r h3::before {
  left: -8rem;
  transform: rotate(35deg);
}
.reason_box img {
  margin-top: -7rem;
}

/*----- voice -----*/
#voice {
  background: url(../img/voice/bg.webp) no-repeat center top;
  background-size: cover;
}
.voice_li li:nth-child(2) {
  width: 43rem;
  height: 10.6rem;
  padding: 1rem 0 0 5rem;
  margin-left: -3rem;
  background: linear-gradient(to left, #ed6c72 0%, #e62d35 100%);
  position: relative;
}
.voice_li li:nth-child(2)::after {
  content: "";
  display: block;
  height: 10.6rem;
  width: 7rem;
  position: absolute;
  top: 0;
  background: #ed6c72;
  clip-path: polygon(0 0, 100% 100%, 0 100%);
  right: -7rem;
}
.voice_ttl {
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  border-bottom: 1px dashed #fff;
}
.voice_box p.white_bg {
  padding: 8rem 3rem 3rem;
  width: 63rem;
  margin: -7rem 0 0 auto;
}

/*----- beforeafter -----*/
#beforeafter {
  background: url(../img/beforeafter/bg.webp) no-repeat center top;
  background-size: cover;
}
#beforeafter .ttl_line::after {
  margin-top: 1.5rem;
}

/*----- change -----*/
#change {
  background: url(../img/change/bg.webp) no-repeat center top;
  background-size: cover;
}
#change_box {
  width: fit-content;
}

/*----- recommend -----*/
#recommend {
  background: #e2edf3 url(../img/recommend/bg.webp) no-repeat center top;
  background-size: contain;
}

/*----- message -----*/
#message {
  background: url(../img/message/bg.webp) no-repeat center top;
  background-size: cover;
  height: 89.3rem;
}

/*----- flow -----*/
.flow_inner {
  width: 72rem;
  padding: 29rem 3rem 3rem 3rem;
  margin-top: -27rem;
}
.flow_box_l .flow_inner  {
  margin-left: auto;
  border-radius: 0 0 0 1.2rem;
}
.flow_box_r .flow_inner  {
  border-radius: 0 0 1.2rem 0;
}
.flow01 .flow_inner {
  background: #fff url(../img/flow/num01.webp) no-repeat calc(100% - 1.5rem) bottom;
  background-size: 4.7rem;
}
.flow02 .flow_inner {
  background: #fff url(../img/flow/num02.webp) no-repeat 1.5rem bottom;
  background-size: 4.8rem;
}
.flow03 .flow_inner {
  background: #fff url(../img/flow/num03.webp) no-repeat calc(100% - 1.5rem) bottom;
  background-size: 5.1rem;
}
.flow04 .flow_inner {
  background: #fff url(../img/flow/num04.webp) no-repeat 1.5rem bottom;
  background-size: 4.8rem;
}
.flow05 .flow_inner {
  background: #fff url(../img/flow/num05.webp) no-repeat calc(100% - 1.5rem) bottom;
  background-size: 5.1rem;
}
.flow_inner h3 {
  position: absolute;
  top: 33.7rem;
  height: 6.5rem;
  line-height: 6.5rem;
  padding: 0 3rem;
  color: #fff;
  background: linear-gradient(to left, #ed6c72 0%, #e62d35 100%);
}
.flow_box_l h3 {
  left: 3rem;
}
.flow_box_r h3 {
  right: 3rem;
}
.flow_box_l h3::after, .flow_box_r h3::after {
  content: "";
  display: block;
  height: 6.5rem;
  width: 6.5rem;
  position: absolute;
  top: 0;
}
.flow_box_l h3::after {
  background: #ed6c72;
  clip-path: polygon(0 0, 100% 100%, 0 100%);
  left: 100%;
}
.flow_box_r h3::after {
  background: #e62d35;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  right: 100%;
}

.flow_inner p {
  width: 63rem;
}
.flow_box_r .flow_inner p {
  margin-left: auto;
}

/*----- afterservice -----*/
.as_num {
  margin-right: -3rem;
}
.as_box {
  background: linear-gradient(to left, #ed6c72 0%, #e62d35 100%);
}
.as_box h3 {
  position: absolute;
  left: 0;
  top: 35rem;
  height: 6.5rem;
  line-height: 6.5rem;
  padding: 0 3rem;
  color: #fff;
  background: linear-gradient(to right, #543b18 10%, #8e6d27 60%, #412502 100%);
}
.as_box h3::after {
  content: "";
  display: block;
  height: 6.5rem;
  width: 6.5rem;
  position: absolute;
  top: 0;
  background: #412502;
  clip-path: polygon(0 0, 100% 100%, 0 100%);
  left: 100%;
}
.as_box p {
  padding: 6rem 3rem 3rem 3rem;
}

/*----- shop -----*/
.shop_area {
  padding: 1.5rem 3rem;
}
#shop_ttl {width: 62.6rem;}
.shop_ttl01 {
  padding: 0 3rem;
  cursor: pointer;
  position: relative;
}
.shop_ttl01::after {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background: url(../img/common/plus_r.webp) no-repeat center top,  url(../img/common/minus_r.webp) no-repeat center top;
  background-size: contain;
  position: absolute;
  right: 3rem;
  top: calc(50% - 1rem);
}
.shop_ttl01.active::after {
  background: url(../img/common/minus_r.webp) no-repeat center top;
}
.shop_ttl02 {
  padding: 2.7rem 0;
  color: #fff;
  background: #d23c4b;
  text-align: center;
  cursor: pointer;
  position: relative;
}
.shop_ttl02::after {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background: url(../img/common/plus_w.webp) no-repeat center top,  url(../img/common/minus_w.webp) no-repeat center top;
  background-size: contain;
  position: absolute;
  right: 3rem;
  top: calc(50% - 1rem);
}
.shop_ttl02.active::after {
  background: url(../img/common/minus_w.webp) no-repeat center top;
}

.shop_box {
  border: 1px solid #d23c4b;
  overflow: hidden;
}
.shop_inner {
  padding-bottom: 4.5rem;
}
.shop_inner dt {
  margin-right: 0.9rem;
  text-align: center;
}
.shop_inner dt span {
  background: #4c3e22;
  color: #fff;
  display: inline-block;
  padding: 0.1rem 0;
  width: 12.4rem;
}
.shop_lead {
  padding: 4.5rem 3rem 2rem 3rem;
  background: #f5f5f5;
}
.shop_lead p {
  padding-top: 1rem;
  margin-top: 1rem;
  border-top: 1px solid #dddddd;
}
.shop_bln {
  width: 39rem;
  top: -2.4rem;
}
.shop_lead .btn_box {
  margin: 0 auto 1rem;
}

/*----- faq -----*/
#faq_ttl {width: 42.8rem;}
.faq_ttl {
  padding: 2rem 7.5rem 2rem 3rem;
  cursor: pointer;
  background: #d23c4b;
  color: #fff;
  position: relative;
}
.faq_ttl::after {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background: url(../img/common/plus_w.webp) no-repeat center top,  url(../img/common/minus_w.webp) no-repeat center top;
  background-size: contain;
  position: absolute;
  right: 3rem;
  top: calc(50% - 1rem);
}
.faq_ttl.active::after {
  background: url(../img/common/minus_w.webp) no-repeat center top;
}
.faq_area {
  padding: 1rem;
  display: none;
}


/*----- footer -----*/
footer {
  background: #333333;
  color: #fff;
}
footer a {
  color: #fff;
}

