*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: 0;
}

body {
  font-family: "SFProText";
}

h1, h2, h3, h4, h5 {
  font-family: "SFProText";
  font-weight: 600;
}

input, textarea {
  width: 100%;
  border-radius: 10px;
  height: 36px;
  padding: 0 10px;
  border: 1px solid #C4C4C4;
  font-family: "SFProText";
  font-size: 14px;
  color: #000;
}

input:read-only, textarea:read-only {
  background: #F5F5F4;
  color: #000;
}

textarea {
  resize: none;
  height: 120px;
  padding: 10px;
}

.main_btn {
  width: 100%;
  height: 40px;
  background: #FECD4C;
  color: #000;
  text-align: center;
  border-radius: 10px;
  font-weight: 700;
  text-align: center;
  line-height: 40px;
  font-family: "SFProText";
  text-decoration: none;
  border: none;
}
.main_btn.white_btn {
  background: #F5F5F4;
}

.back_btn {
  width: 100%;
  height: 36px;
  border-bottom: 6px solid #F5F5F4;
  background: url("../images/back_btn.png") no-repeat left 20px center/24px;
  display: block;
  text-indent: -9999px;
}

#logo {
  width: 190px;
  height: 177px;
  display: block;
  background: url("../images/logo_saveur.png") no-repeat center/contain;
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  text-indent: -9999px;
}

.section_banner {
  width: 100%;
  height: 100vh;
  max-width: 768px;
  margin: 0 auto;
  overflow: hidden;
}
.section_banner .slier_box {
  width: 100%;
  display: block;
  height: 100vh;
  position: relative;
}
.section_banner .slier_box img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.section_banner .slier_box h2 {
  width: 100%;
  height: 160px;
  font-size: 32px;
  color: #fff;
  position: absolute;
  bottom: 130px;
  left: 0;
  padding: 0 20px;
}
.section_banner .main_btn_wrapper {
  position: fixed;
  bottom: 20px;
  width: calc(100% - 40px);
  transform: translateX(-50%);
  left: 50%;
  max-width: 728px;
}
.section_banner .main_btn_wrapper .main_btn {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
.section_banner .main_btn_wrapper .main_btn:last-child {
  margin-bottom: 0;
}
.section_banner .slick-dotted.slick-slider {
  margin: 0;
}
.section_banner .slick-dots {
  bottom: 305px;
  text-align: left;
  padding-left: 20px;
}
.section_banner .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 5px 0 0;
}
.section_banner .slick-dots li.slick-active {
  width: 33px;
}
.section_banner .slick-dots li.slick-active button {
  width: 33px;
  background: #FECD4C;
}
.section_banner .slick-dots li button {
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 10px;
}
.section_banner .slick-dots li button::before {
  display: none;
}
.section_banner .slick-dots li::before {
  display: none;
}

.wrapper {
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
}

.statement .container::before {
  content: "";
  width: 100%;
  height: 80px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgb(255, 255, 255) 60%);
  position: fixed;
  bottom: 0;
  left: 0;
}
.statement .container h3 {
  color: #FECD4C;
  font-size: 20px;
  margin-bottom: 20px;
}
.statement .main_btn {
  position: relative;
}

.feedback {
  width: 100%;
  background: url("../images/feedback_bg.png") no-repeat center/cover;
  min-height: 100vh;
}
.feedback .back_btn {
  filter: invert(1);
  border-color: #000;
}
.feedback .container {
  color: #fff;
  text-align: center;
}
.feedback .container h2 {
  margin-bottom: 20px;
}
.feedback .container img {
  width: 100%;
  max-width: 320px;
  display: block;
  margin: 0 auto 20px;
}
.feedback .container span {
  display: block;
  margin-bottom: 20px;
  font-family: "Shalimar";
  font-size: 32px;
}
.feedback .container p {
  font-size: 10px;
  margin-bottom: 5px;
}
.feedback .privacy_box {
  text-align: left;
  padding: 20px;
  position: absolute;
  bottom: 60px;
  left: 0;
}
.feedback .privacy_box p {
  margin-top: 20px;
  font-size: 12px;
}

.question .container::before {
  content: "";
  width: 100%;
  height: 80px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgb(255, 255, 255) 60%);
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.question .container h4 {
  margin-bottom: 20px;
}
.question .container .form_step {
  display: none;
}
.question .container .form_step.active {
  display: block;
}
.question .container .form_step .form_box:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.question .container .form_box {
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.question .container .row_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.question .container .radio_image_text_box {
  width: calc((100% - 10px) / 2);
  margin-right: 10px;
  margin-bottom: 10px;
  position: relative;
}
.question .container .radio_image_text_box:nth-child(2n) {
  margin-right: 0;
}
.question .container .radio_image_text_box .rit_box {
  border: 1px solid #F5F5F4;
  border-radius: 10px;
  padding: 10px;
}
.question .container .radio_image_text_box .rit_box::before {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  background: url("../images/radio_empty.png") no-repeat center/contain;
  position: absolute;
  top: 10px;
  right: 10px;
}
.question .container .radio_image_text_box input[type=radio] {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.question .container .radio_image_text_box input[type=radio]:checked + .rit_box {
  border: 1px solid #FECD4C;
}
.question .container .radio_image_text_box input[type=radio]:checked + .rit_box::before {
  background: url("../images/radio_fill.png") no-repeat center/contain;
}
.question .container .radio_image_text_box .rit_image {
  width: 100%;
  height: 65px;
  display: block;
  margin-bottom: 10px;
}
.question .container .radio_image_text_box .rit_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin: 0 auto;
}
.question .container .radio_image_text_box .rit_image.location {
  height: 81px;
}
.question .container .radio_image_text_box .rit_info {
  height: 30px;
  font-size: 12px;
  overflow: hidden;
  text-align: center;
}
.question .container .satisfied_rating {
  display: flex;
  flex-wrap: wrap;
}
.question .container .satisfied_rating .sr_box {
  width: calc((100% - 80px) / 11);
  margin-right: 8px;
}
.question .container .satisfied_rating .sr_box:last-child {
  margin-right: 0;
}
.question .container .satisfied_rating .sr_box .sr_value {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
}
.question .container .satisfied_rating .sr_box .sr_value input {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 10;
}
.question .container .satisfied_rating .sr_box .sr_value input:checked + span {
  background: #FECD4C;
  color: #fff;
}
.question .container .satisfied_rating .sr_box .sr_value span {
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #C4C4C4;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 12px;
}
.question .container .notes_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 12px;
  margin-top: 5px;
}

section {
  min-height: calc(100vh - 36px);
  position: relative;
}
section .container {
  padding: 20px 20px 80px;
  color: #000;
}
section .container h3 {
  color: #FECD4C;
  font-size: 20px;
  margin-bottom: 10px;
}
section .container h4 {
  font-size: 16px;
  font-weight: 900;
  margin-bottom: 5px;
}
section .container .info_text {
  font-size: 12px;
  display: block;
  margin-bottom: 10px;
}
section .container .form_box {
  margin-bottom: 10px;
}
section .container .form_box .title {
  font-weight: 700;
  font-size: 12px;
  margin-bottom: 5px;
}
section .container .form_box .title span {
  color: #FF0000;
}
section .container .form_box .form-error {
  color: #FF0000;
  font-size: 12px;
  margin-top: 5px;
}
section .container .form_box .radio_box {
  margin-bottom: 15px;
  position: relative;
}
section .container .form_box .radio_box input {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 10;
}
section .container .form_box .radio_box input:checked + span::after {
  display: block;
}
section .container .form_box .radio_box span {
  padding-left: 20px;
  position: relative;
  display: block;
  font-size: 12px;
}
section .container .form_box .radio_box span::before {
  content: "";
  width: 15px;
  height: 15px;
  display: block;
  background: #D9D9D9;
  border-radius: 15px;
  position: absolute;
  top: 0;
  left: 0;
}
section .container .form_box .radio_box span::after {
  content: "";
  width: 11px;
  height: 11px;
  display: block;
  background: #FECD4C;
  border-radius: 11px;
  position: absolute;
  top: 2px;
  left: 2px;
  display: none;
}
section .container .main_btn {
  position: fixed;
  bottom: 20px;
  transform: translateX(-50%);
  left: 50%;
  max-width: 728px;
  width: calc(100% - 40px);
  z-index: 10;
}
section .container .agree_box {
  position: relative;
  margin-top: 40px;
  margin-bottom: 20px;
}
section .container .agree_box input {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
}
section .container .agree_box input:checked + span::before {
  background: url("../images/checkbox_fill.png") no-repeat center/contain;
}
section .container .agree_box span {
  padding-left: 30px;
  position: relative;
}
section .container .agree_box span::before {
  content: "";
  width: 22px;
  height: 22px;
  display: block;
  background: url("../images/checkbox_empty.png") no-repeat center/contain;
  position: absolute;
  top: 0;
  left: 0;
}
section .container .agree_box span a {
  position: relative;
  display: inline-block;
  z-index: 11;
  font-weight: 700;
  text-decoration: underline;
  color: #FECD4C;
}
section .thankyou_box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
section .thankyou_box img {
  width: 87px;
  display: block;
  margin: 0 auto 20px;
}
section .thankyou_box strong {
  font-size: 16px;
  font-weight: 900;
  display: block;
  text-align: center;
  margin-bottom: 10px;
}
section .thankyou_box p {
  font-size: 12px;
}/*# sourceMappingURL=main.css.map */