@charset "utf-8";


/*----- review -----*/
#review_ttl {
  background: url(../img/review/ttl_l.webp) no-repeat left center, url(../img/review/ttl_r.webp) no-repeat right center;
  background-size: contain;
  height: 5.9rem;
  line-height: 5.9rem;
  padding: 0 3rem;
}
.review_li li:last-child {
  width: calc(100% - 11rem);
}
.review_li li:last-child p, .review_li li:last-child img {
  padding-left: 1.2rem;
}
.review_name {
  border-bottom: 1px solid #3b1e074d;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
}



/*----- issue01 -----*/
#issue01 {
  background: #dddddd url(../img/issue01/bg.webp) no-repeat center top;
  background-size: cover;
  height: 115.7rem;
}
#issue01_ttl {
  margin-bottom: 49.5rem;
}
#issue01_txt01 {
  top: 29rem;
  left: 6rem;
}
#issue01_txt02 {
  top: 39.5rem;
  left: 21.7rem;
}
#issue01_txt03 {
  top: 31rem;
  right: 7.5rem;
}
#issue01_txt04 {
  top: 54.5rem;
  right: 15.5rem;
}
#issue01_txt05 {
  top: 66rem;
  left: 4.5rem;
}
#issue01_txt06 {
  top: 34rem;
  left: 28rem;
}
#issue01_txt07 {
  top: 45rem;
  left: 7.4rem;
}
#issue01_txt08 {
  top: 41rem;
  right: 3rem;
}
#issue01_txt09 {
  top: 47.2rem;
  right: 6.5rem;
}
#issue01_txt10 {
  top: 55.6rem;
  left: 3.6rem;
}
#issue01_txt11 {
  top: 63.2rem;
  left: 18.1rem;
  font-size: 2.4rem;
}
#issue01_txt12 {
  top: 63.8rem;
  right: 6rem;
}
#issue01_txt13 {
  top: 27.5rem;
  right: 3rem;
}
#issue01_txt14 {
  top: 37.5rem;
  left: 10rem;
}
#issue01_txt15 {
  top: 40rem;
  right: 17rem;
}
#issue01_txt16 {
  top: 54rem;
  right: 3rem;
}
#issue01_txt17 {
  top: 76rem;
  left: 4rem;
}
#issue01_txt18 {
  top: 73rem;
  right: 2rem;
}

/*----- issue02 -----*/
#issue02 {
  background: #dddddd;
  padding: 0;
}
.issue02_li {
  width: 42.6rem;
}
.issue02_li h3 {
  padding-left: 1.2rem;
}
.issue02_arw01 {
  bottom: -2.2rem;
}
#issue02_arw02 {
  bottom: -3rem;
}


/*----- issue03 -----*/
#issue03 {
  background: url(../img/issue03/bg.webp) no-repeat center top;
  background-size: cover;
  height: 151.2rem;
}
#issue03_ttl_line {
  background: url(../img/issue03/ttl_bg.webp) no-repeat center bottom;
  background-size: contain;
  padding-bottom: 3.5rem;
}

/*----- ordermade -----*/
#ordermade_ttl {
  background: url(../img/ordermade/ttl_line.webp) no-repeat center bottom;
  background-size: contain;
  padding-bottom: 3.5rem;
}
#ordermade_li li {
  width: calc(50% - 0.5rem);
  background: linear-gradient(to left, #ed6c72 0%, #e62d35 100%);
  padding-left: 2rem;
  height: 9.4rem;
  margin-bottom: 1rem;
}
#ordermade_li li img {
  margin-right: 1rem;
}

/*----- reason -----*/
.reason_box h3 {
  z-index: 3;
}
.reason_box_l h3::before {
  transform: rotate(-35deg);
}
.img_a {
  position: relative;
  z-index: 2;
}
.img_b {
  position: absolute;
}
.reason_box_l .img_b {
  left: 0;
  top: 13rem;
}
.reason_box_r .img_b {
  right: 0;
  top: 6rem;
}
.reason_li {
  padding: 5.4rem 3rem 2.7rem 3rem;
  margin: -3rem 3rem 0 3rem;
  width: 63rem;
  border: 1px solid #e62d35;
  border-radius: 1.2rem;
  position: relative;
  z-index: 1;
}
.reason_box_r .reason_li {
  margin-left: auto;
}
.reason_li li p {
  border-bottom: 1px dashed #cccccc;
  padding: 0 0 0.3rem 5rem;
  margin-bottom: 0.3rem;
}
.check {
  background: url(../img/reason/check.webp) no-repeat left center;
  background-size: 3.9rem;
}
#reason_staff_li {
  margin-top: -1.5rem;
}
#reason_li li {
  width: calc(50% - 0.5rem);
  background: linear-gradient(to left, #ed6c72 0%, #e62d35 100%);
  padding-left: 2rem;
  height: 9.4rem;
  margin-bottom: 1rem;
}
#reason_li li img {
  margin-right: 1rem;
}

/*----- shop -----*/
.shop_ttl02 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.shop_ttl02 span {
  font-size: 70%;
  background: #fff;
  color: #d23c4b;
  display: block;
  margin-left: 0.9rem;
  padding: 0.3rem 0.6rem;
  border-radius: 0.6rem;
}
.shop_inner {
  padding-bottom: 6rem;
}
.shop_lead {
  padding: 6rem 3rem 2rem 3rem;
}
.shop_lead .btn_box {
  margin: 0 0 1.5rem 0;
}
.shop_bln {
  width: initial;
  top: -3.6rem;
}