.menu {
  color: #707070;
}

.menu_list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 90px;
}

@media screen and (max-width: 768px) {
  .menu_list {
    display: block;
  }
}

.menu_list div {
  width: 45%;
}

@media screen and (max-width: 768px) {
  .menu_list div {
    width: 100%;
    margin-bottom: 90px;
  }
}

.menu_list div h3 {
  font-size: 26px;
  font-weight: normal;
  padding-left: 80px;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .menu_list div h3 {
    font-size: 22px;
    padding-left: 50px;
  }
}

.menu_list div h3::after {
  content: "";
  width: 100%;
  height: 10px;
  background: #f0f0f0;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}

.menu_list div .bg1::before {
  content: "";
  position: absolute;
  background-image: url(../image/menu/menu_icon1.svg);
  width: 69px;
  height: 60px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .menu_list div .bg1::before {
    background-size: 50px;
    background-repeat: no-repeat;
  }
}

.menu_list div .bg2::before {
  content: "";
  position: absolute;
  background-image: url(../image/menu/menu_icon2.svg);
  width: 70px;
  height: 115px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .menu_list div .bg2::before {
    background-size: 50px;
    background-repeat: no-repeat;
  }
}

.menu_list div dl {
  display: flex;
  flex-wrap: wrap;
  line-height: 2em;
}

.menu_list div dl dt {
  width: 60%;
}

.menu_list div dl dd {
  width: 40%;
  text-align: right;
}

.menu_list div img {
  width: 100%;
}

.menu_list .menu_img1 {
  background-image: url(../image/menu/menu_img1.png);
  width: 651px;
  height: 199px;
  position: relative;
  right: 60px;
}

@media screen and (max-width: 768px) {
  .menu_list .menu_img1 {
    display: none;
  }
}

.menu_list .caption {
  width: 100%;
  font-size: 16px;
}

.reverse {
  flex-direction: row-reverse;
}

.kerastase {
  color: #707070;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 120px;
}

@media screen and (max-width: 768px) {
  .kerastase {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .kerastase div {
    margin-bottom: 30px;
  }
}

.kerastase div img {
  margin-bottom: 20px;
  width: 240px;
  opacity: 0.6;
}

.kerastase div h2 {
  font-size: 40px;
  font-weight: normal;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .kerastase div h2 {
    font-size: 30px;
  }
}

.kerastase div p {
  font-size: 20px;
  font-weight: normal;
  line-height: 2em;
}

@media screen and (max-width: 768px) {
  .kerastase div p {
    font-size: 18px;
  }
}

.kerastase div + div img {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .kerastase .model_photo {
    width: 100%;
  }
}

.aujua_rogo {
  position: relative;
}

@media screen and (max-width: 768px) {
  .aujua_rogo {
    margin-bottom: 20px !important;
  }
}

.aujua_rogo::after {
  content: "";
  position: absolute;
  width: 280px;
  height: 10px;
  background: #E9F0EE;
  top: 60px;
  left: 260px;
}

@media screen and (max-width: 768px) {
  .aujua_rogo::after {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .aujua_rogo img {
    width: 60% !important;
  }
}

.mb0 {
  margin-bottom: 0;
}

/*# sourceMappingURL=menu.css.map */