@charset "UTF-8";
body {
  margin: 0;
  font-family: "ヒラギノ丸ゴ ProN", "alba", "Arial", sans-serif;
}

.d-mb {
  display: none;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: normal;
}

ul {
  padding: 0;
  list-style: none;
}

section {
  padding-top: 50px;
}

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 2rem 0;
}

#feature {
  background-color: #d2eaf9 !important;
}

#about {
  background-color: #47BDFF;
}

#about .container {
  position: relative;
}

.top_image {
  width: 100%;
  height: 100%;
  vertical-align: top;
}

.header {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
}

.logo {
  position: absolute;
  top: 5%;
  left: 10%;
}

.feature_text_top {
  text-align: center;
  font-weight: normal;
  margin: 0 0 4rem 0;
  font-size: 32px;
  color: #1a71f5;
}

.feature_list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 1rem;
  margin-top: 2rem;
}

.feature_list_element {
  width: 30%;
  background-color: #fff;
  border-radius: 20px;
  padding: 1.5rem;
  position: relative;
}

.feature_list_top {
  text-align: center;
}

.feature_list_num {
  position: absolute;
  top: -60px;
  left: calc(50% - 50px);
}

.effect_text_top {
  text-align: center;
  font-weight: normal;
  font-size: 32px;
}

.effect_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
}

.effect_list_container {
  padding: 2rem;
  padding-bottom: 0;
  background-color: #ddd;
}

.effect_item {
  width: 30%;
}

.test_img {
  width: 100%;
}

.test_title {
  text-align: center;
  font-size: 16px;
}

.experiment_text_top {
  font-weight: normal;
  text-align: center;
  font-size: 32px;
}

.experiment_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 2rem;
}

.experiment_item {
  width: 75%;
}

.experiment_img {
  width: 100%;
}

.experiment_arrow {
  font-size: 48px;
}

.experiment_arrow_container {
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.experiment_arrow_right {
  display: block;
}

.experiment_arrow_down {
  display: none;
}

.experiment_link {
  background-color: #fd4f4f;
  color: #fff;
  display: block;
  font-size: 32px;
  text-decoration: none;
  text-align: center;
  width: 70%;
  margin: 0 auto;
  padding: 1rem 0;
  border-radius: 40px;
}

.experiment_link:hover {
  opacity: .8;
}

.deodorant_text {
  padding: 0 1rem;
}

.deodorant_text_top {
  font-size: 32px;
  font-weight: normal;
  text-align: center;
}

.deodorant_text_sub {
  font-size: 18px;
  font-weight: normal;
  text-align: center;
}

.deodorant_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 2rem;
  list-style: none;
  margin: 5rem 0;
}

.deodorant_list_2 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.deodorant_item {
  width: 50%;
}

.deodorant_item span {
  font-size: .9rem;
  padding: 0 1rem;
  display: block;
}

.deodorant_img {
  width: 100%;
}

.deodorant_img_container {
  background-color: #ddd;
  padding: 1rem;
}

.movie_btn {
  font-size: 32px;
  line-height: 64px;
  background-color: #fc4f4f;
  width: 100%;
  display: block;
  color: #fff;
  text-decoration: none;
  text-align: center;
  border-radius: 32px;
}

.movie_btn:hover {
  opacity: .8;
}

.movie_btn_container {
  width: 75%;
  margin: 0 auto;
}

.stain_text {
  padding: 1rem;
}

.stain_text_top {
  font-size: 32px;
  font-weight: normal;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.stain_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 1rem;
}

.stain_item {
  width: 50%;
}

.stain_img {
  width: 100%;
  padding: 1rem;
  background-color: #ddd;
}

.burner_text_top {
  font-size: 32px;
  font-weight: normal;
  text-align: center;
}

.burner_list {
  padding: 0 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.burner_item {
  width: 50%;
  padding: 1.5rem;
}

.burner_img {
  width: 100%;
}

.burner_arrow {
  font-size: 48px;
}

.burner_arrow_container {
  width: 3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2rem;
}

.contact_btn {
  font-size: 24px;
  line-height: 48px;
  display: block;
  width: 100%;
  background-color: orange;
  color: #fff;
  text-decoration: none;
  text-align: center;
  border-radius: 24px;
}

.contact_btn:hover {
  opacity: .8;
}

.contact_btn_container {
  width: 75%;
  margin: 0 auto;
  padding: 1rem 0;
  max-width: 980px;
}

.voices {
  padding-top: 2rem;
}

.voices_text_top {
  font-size: 32px;
  font-weight: normal;
  text-align: center;
  margin-bottom: 2rem;
}

.voice_1, .voice_2, .voice_3 {
  position: relative;
  max-width: 980px;
  margin: 10rem auto 0 auto;
  padding: 0 2rem;
}

.voice_img {
  width: 100%;
}

.voice_img_container {
  width: 30%;
  position: absolute;
  top: -50px;
  padding: 1rem;
  background-color: #ddd;
}

.voice_text {
  margin-top: 4rem;
}

.voice_text_container {
  margin-left: 20%;
  width: 80%;
  background-color: #d2eaf9;
  padding: 1rem 3rem;
}

.voice_title {
  margin-left: 15%;
}

.voice_title_sub {
  margin-left: 15%;
}

.about {
  padding: 0 1rem;
}

.about_img {
  width: 100%;
}

.about_img_container {
  width: 40%;
  padding: 5rem;
  position: absolute;
  left: 0;
  top: -10px;
}

.about_text_top {
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  font-weight: normal;
}

.about_text_container {
  width: 70%;
  margin-left: 30%;
  background-color: #fff;
  padding: 5rem;
  margin-top: 5rem;
  padding-left: 7rem;
}

.price_text_top {
  font-weight: normal;
  font-size: 32px;
  text-align: center;
}

.price_table {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 3rem 0;
}

.price_table th {
  width: 60%;
}

.price_table td {
  width: 20%;
}

.price_table tr:nth-child(odd) {
  background-color: #ddd;
}

.price_table th, .price_table td {
  text-align: center;
  font-size: 20px;
  line-height: 36px;
  padding: 1rem 0;
}

.price_table_container {
  padding: 2rem;
}

#question {
  background-color: #83E1FF;
  margin-top: 2rem;
}

.question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  width: 100%;
  padding: 0 3rem;
}

.question span {
  font-size: 36px;
  margin-right: .5rem;
  width: 36px;
}

.question_text {
  margin: 0;
  width: calc(100% - 36px);
  white-space: wrap;
}

.question_text_top {
  font-size: 32px;
  text-align: center;
  font-weight: normal;
}

.question_1, .question_2, .question_3 {
  margin-bottom: 2rem;
  width: 100%;
}

.answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  width: 100%;
  padding: 0 3rem;
  color: #FB4545;
  margin-top: 1.5rem;
}

.answer span {
  font-size: 36px;
  margin-right: .5rem;
}

@media (max-width: 980px) {
  .voice_text {
    margin-top: 2.5rem;
  }
  .about_img_container {
    width: 50%;
  }
}

@media (max-width: 599px) {
  .logo {
    width: 150px;
  }
  h2 {
    font-size: 20px !important;
  }
  .feature_list {
    display: block;
  }
  .feature_list_element {
    width: 100%;
    margin: 75px 0;
  }
  .feature_list_num {
    width: 75px;
    top: -50px;
  }
  .experiment_link {
    white-space: nowrap;
    width: 90%;
    font-size: 20px;
  }
  .experiment_list {
    display: block;
  }
  .experiment_item {
    width: 100%;
  }
  .experiment_arrow_right {
    display: none;
  }
  .experiment_arrow_down {
    display: block;
  }
  .experiment_arrow_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .deodorant_text_top {
    font-size: 20px;
  }
  .deodorant_list {
    width: 100%;
    display: block;
  }
  .deodorant_item {
    width: 100%;
  }
  .burner_item {
    padding: .5rem;
  }
  .burner_arrow {
    font-size: 30px;
  }
  .voice_1, .voice_2, .voice_3 {
    margin-top: 1rem;
    margin-bottom: 4rem;
  }
  .voice_img_container {
    position: relative;
    width: 100%;
    top: 0;
  }
  .voice_text_container {
    width: 100%;
    margin-left: 0;
    padding: 1rem;
  }
  .voice_text_container h3, .voice_text_container h4 {
    margin-left: 0;
  }
  .contact_btn {
    font-size: 20px;
    padding: .5rem .3rem;
    border-radius: 32px;
  }
  .contact_btn_container {
    width: 90%;
  }
  .about_img_container {
    padding: .1rem 2rem;
    width: 100%;
    margin: 1rem auto;
    position: static;
    background-color: #ddd;
  }
  .about_text_container {
    padding: 1rem;
    margin: 0 auto;
    width: 90%;
  }
  .about_text {
    font-size: 10px;
  }
  .price_th {
    font-size: 14px !important;
  }
  .d-mb {
    display: block;
  }
}
/*# sourceMappingURL=style.css.map */