@charset "utf-8";


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

#review_ttl01 {
  width: 31rem;
  top: -2.4rem;
}

#reiew_count::before, #reiew_count::after {
  content: "";
  display: block;
  width: 4.5rem;
  height: 9.9rem;
  margin: 0 1rem;
}

#reiew_count::before {
  background: url(../img/review/laurel_l.svg) no-repeat center top;
  background-size: cover;
}

#reiew_count::after {
  background: url(../img/review/laurel_r.svg) no-repeat center top;
  background-size: cover;
}

#review_ttl02 {
  width: 31rem;
}

#review_ttl03 {
  width: 47.5rem;
}

#review_line {
  width: 20.6rem;
}

#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: #f08300;
  border-radius: 1rem;
}

#scroll_area::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 1.8rem;
}

.scroll_ttl {
  border-bottom: 1px solid #f08300;
}

/*----- media -----*/
#media .box {
  padding-top: 21.5rem;
}

#media_bln {
  width: 16.2rem;
  top: -7.5rem;
}

#media_ttl {
  width: 63rem;
  top: 11rem;
}

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

#issue01_li li {
  border-bottom: 1px dashed #ccc;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}

.issue01_check {
  width: 2.9rem;
  margin-right: 0.6rem;
}

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

#issue02_bln {
  top: -9rem;
}

#issue02_box {
  background: #fff url(../img/issue02/box_bg.svg) no-repeat center top;
  background-size: contain;
}

#issue02_li li {
  background: #f5f5f5;
  position: relative;
}

#issue02_li li::after {
  content: "";
  display: block;
  width: 5rem;
  height: 2.5rem;
  background: url(../img/issue02/arw.svg) no-repeat center top;
  background-size: cover;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1.5rem;
  margin: 0 auto;
}

.issue02_num {
  width: 9rem;
  margin-right: 0.9rem;
}

#issue02_li #issue02_last_li:after {
  content: none;
}

#issue02_last_li img {
  width: 69rem;
}

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

#treatment_li li {
  border-bottom: 1px solid #4c3e22;
}

.treatment_num {
  width: 9rem;
  margin-right: 1.2rem;
}

/*----- menu -----*/
#menu {
  padding-top: 3rem;
}

.menu_box {
  background: #f08300;
  background: linear-gradient(90deg, #f08300, #fdb000 100%);
  padding: 0 2rem 0.5rem 2rem;
}

.menu_ttl {
  padding: 1rem 0rem 0.5rem 0;
  cursor: pointer;
  position: relative;
}

.menu_ttl::after {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background: url(../img/common/plus_w.svg) no-repeat center top, url(../img/common/minus_w.svg) no-repeat center top;
  background-size: contain;
  position: absolute;
  right: 2rem;
  top: calc(50% - 1rem);
}

.menu_ttl.active::after {
  background: url(../img/common/minus_w.svg) 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_h3 {
  background: #f08300;
  background: linear-gradient(90deg, #f08300, #fdb000 100%);
  padding: 1rem 3rem;
}

#reason_ttl {
  width: 54rem;
}

#reason_txt {
  width: 22.6rem;
}

#reason_txt {
  width: 22.6rem;
}

#reason_icon {
  width: 12rem;
}

/*----- voice -----*/
#voice_ttl {
  width: 47.7rem;
}

.voice_box {
  padding-top: 9rem;
  margin-top: -12rem;
}

.voice_box_l {
  margin-left: 3rem;
  border-radius: 1.2rem 0 0 1.2rem;
}

.voice_box_r {
  margin-right: 3rem;
  border-radius: 0 1.2rem 1.2rem 0;
}

.voice_box h3 {
  position: relative;
}

.voice_box h3 span {
  background: #f08300;
  background: linear-gradient(90deg, #f08300, #fdb000 100%);
  padding: 1rem 0rem 1rem 3rem;
}

.voice_box h4 {
  border-bottom: 1px solid;
  margin-bottom: 1rem;
}

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

/*----- famous02 -----*/
#famous02_bln {
  top: -8rem;
  width: 16.2rem;
}

/*----- flow -----*/
#flow h3 {
  border-bottom: 1px solid #f08300;
}

.flow_num {
  width: 9rem;
  margin-right: 1.2rem;
}

.flow_box p {
  width: 63rem;
  margin: -3rem 0 0 auto;
  padding-top: 6rem;
}

.flow_arw {
  bottom: -1.8rem;
}

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

#message_ttl {
  width: 45.8rem;
}

#message_name {
  width: 33rem;
}


/*----- 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_o.svg) no-repeat center top, url(../img/common/minus_o.svg) no-repeat center top;
  background-size: contain;
  position: absolute;
  right: 0;
  top: calc(50% - 1rem);
}

.shop_ttl01.active::after {
  background: url(../img/common/minus_o.svg) no-repeat center top;
}

.shop_ttl02 {
  padding: 1.5rem 0;
  color: #fff;
  background: #f08300;
  background: linear-gradient(90deg, #f08300, #fdb000 100%);
  text-align: center;
  cursor: pointer;
  position: relative;
}

.shop_ttl02.active {}

.shop_ttl02::after {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background: url(../img/common/plus_w.svg) no-repeat center top, url(../img/common/minus_w.svg) no-repeat center top;
  background-size: contain;
  position: absolute;
  right: 2rem;
  top: calc(50% - 1rem);
}

.shop_ttl02.active::after {
  background: url(../img/common/minus_w.svg) no-repeat center top;
}

.shop_box {
  border-left: 1px solid #f08300;
  border-right: 1px solid #fdb000;
  overflow: hidden;
}

.shop_box::after {
  content: "";
  width: 100%;
  display: block;
  height: 0.1rem;
  background: #f08300;
  background: linear-gradient(90deg, #f08300, #fdb000 100%);
}

.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: 1.5rem;
  margin-top: 1.5rem;
  border-top: 1px solid #dddddd;
}

.shop_bln {
  width: 39rem;
  top: -2.4rem;
}

/*----- faq -----*/
#faq_ttl {
  width: 42.8rem;
}

.faq_ttl {
  padding: 1rem 7.5rem 1rem 3rem;
  cursor: pointer;
  position: relative;
}

.faq_ttl::after {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background: url(../img/common/plus_o.svg) no-repeat center top, url(../img/common/minus_o.svg) no-repeat center top;
  background-size: contain;
  position: absolute;
  right: 3rem;
  top: calc(50% - 1rem);
}

.faq_ttl.active::after {
  background: url(../img/common/minus_o.svg) no-repeat center top;
}

.faq_area {
  padding: 1rem;
  display: none;
}


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

footer a {
  color: #fff;
}

.flow_box img.show {
  width: 100%;
  height: 418px;
  object-fit: cover;
}