.main {
  margin: 0 auto;
}
.main .content_image {
  position: relative;
  margin-bottom: 60px;
}
.main .content_image .movie {
  display: none;
  text-align: center;
}
.main .content_image .movie video {
  max-width: 100%;
  min-width: 320px;
}
.main .content_image .main_image {
  display: none;
}
.main .brand_image {
  width: 100%;
  position: relative;
}
.main .brand_image img {
  margin-left: auto;
}
.main .brand_image p {
  text-align: left;
  font-size: 1.5em;
  line-height: 2.5em;
  position: absolute;
  top: 40%;
  left: 6%;
}
.main .brand_image p .think_beauty {
  font-size: 1em;
  color: #ab93a1;
}
.main .brand_value {
  text-align: center;
  position: relative;
}
.main .brand_value .brand_content {
  max-width: 960px;
  margin: 0 auto;
}
.main .brand_value .brand_content .brand_text {
  line-height: 2.5em;
}
.main .brand_value .brand_content .brant_value_image {
  position: relative;
  margin: 10px;
  color: #ff00ff;
}
.main .brand_value .brand_content .brant_value_image .text1 {
  position: absolute;
  top: 3em;
  left: 10.7em;
  font-size: calc(24px + (1vw - 12px) * 1);
}
.main .product .product_list {
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
}
.main .product .product_list ul {
  width: 100%;
}
.main .product .product_list ul li {
  margin: 0 14px;
  width: 350px;
}
.main .product .product_list ul li .title {
  background-color: #ab93a1;
  color: #ffffff;
  height: 2.4em;
  line-height: 2.7em;
}
.main .product .product_list ul li .product_text {
  text-align: left;
  line-height: 2em;
  margin-bottom: 20px;
}
.li-box-140 {
  height: 140px;
}
.li-box-200 {
  height: 200px;
}
.li-box-340 {
  height: 340px;
}
.main .product .product_list ul li .product_content {
  margin-bottom: 20px;
}
.main .news {
  position: relative;
  margin-top: 100px;
}
.main .news .news_image .news_main_image {
  margin-left: 20%;
}
.main .news .news_image .news_main_image img {
  width: 100%;
}
.main .news .news_image .news_left_image {
  position: absolute;
  left: 0;
  top: -30px;
}
.main .news .news_image .news_left_image img {
  width: 25px;
}
.main .news .news_list {
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
}
.main .news .news_list ul {
  width: 100%;
}
.main .news .news_list ul li {
  text-align: left;
  width: 23%;
  margin: 0 5px;
}
.main .news .news_list ul li .news_content .open_date {
  background-color: #ab93a1;
  color: #ffffff;
  height: 1.4em;
  line-height: 1.7em;
  padding-left: 4px;
}
.main .news .news_list ul li .news_content .news_title {
  line-height: 1.8em;
  height: 36px;
}
.main .achievement {
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
}
.main .achievement ul {
  width: 100%;
}
.main .achievement ul li {
  text-align: left;
  width: 23%;
  margin: 0 5px;
}
.main .achievement ul li a {
  display: block;
  height: 100%;
  width: 100%;
  color: #555;
}
.main .achievement ul li a .achievement_content .open_date {
  background-color: #ab93a1;
  color: #ffffff;
  height: 1.4em;
  line-height: 1.7em;
  padding-left: 4px;
}
.main .contact {
  text-align: center;
}
.main .contact p {
  margin: 30px auto;
  line-height: 3em;
}
.main .popup_shop_list p {
  margin: 0;
}
.main .popup_shop_list .popup_shop {
  padding: 10px;
  text-align: left;
  border: solid 1px #ab93a1;
}
.main .popup_shop_list .popup_shop li {
  display: block;
  word-break: break-all;
}
.main .popup_shop_list .popup_shop .title {
  color: #ab93a1;
}
.main .js_modalCont .open_date {
  background-color: #ab93a1;
  color: #ffffff;
  height: 1.7em;
  line-height: 2em;
  padding-left: 4px;
}
@media (max-width: 768px) {
  .main .content_image {
    min-height: 170px;
    margin-bottom: 20px;
  }
  .main .brand_image p {
    text-align: center;
    font-size: 1.1em;
    line-height: 2.5em;
    position: static;
  }
  .main .brand_image p .think_beauty {
    font-size: 1em;
    color: #ab93a1;
  }
  .main .brand_image img {
    width: 90%;
    margin: 0 auto 30px 0;
  }
  .main .product .product_list ul {
    padding-left: 0;
  }
  .main .product .product_list ul li {
    margin: 0 20px;
    width: 280px;
    min-width: 280px;
    max-width: 320px;
  }
  .main .news {
    margin-top: 20px;
  }
  .main .news .news_image {
    height: 100%;
  }
  .main .news .news_image .news_main_image {
    margin-left: 0;
  }
  .main .news .news_image .news_main_image img {
    height: 100%;
    width: 85%;
    max-width: 274px;
    margin-left: auto;
  }
  .main .news .news_image .news_left_image {
    left: 0;
    top: 0;
  }
  .main .news .news_image .news_left_image img {
    width: 14px;
  }
  .main .news .news_list {
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
  }
  .main .news .news_list ul {
    width: 100%;
    justify-content: center;
  }
  .main .news .news_list ul li {
    text-align: left;
    width: 41%;
    margin: 0 5px;
  }
  .main .news .news_list ul li .news_content {
    font-size: 1.2em;
  }
  .main .news .news_list ul li .news_content .open_date {
    margin: 0;
  }
  .main .news .news_list ul li .news_content .explanation {
    display: inline-flex;
  }
  .main .achievement {
    margin: 0 0 60px 0;
    text-align: center;
  }
  .main .achievement ul {
    width: 100%;
    justify-content: center;
  }
  .main .achievement ul li {
    text-align: left;
    width: 41%;
    margin: 0 5px;
  }
  .main .achievement ul li .achievement_content .open_date {
    background-color: #ab93a1;
    color: #ffffff;
    height: 1.4em;
    line-height: 1.7em;
  }
  .li-box-140,
  .li-box-200,
  .li-box-340 {
    height: 100%;
  }
}/*# sourceMappingURL=top.css.map */