@charset "UTF-8";
header .header_img {
  position: relative;
  height: 500px;
}
header .header_img img {
  width: 90%;
  position: absolute;
  left: 0;
  right: 0;
}

.news {
  width: 65%;
  margin: 150px auto;
}
.news h2 {
  font-size: 40px;
}
.news .news_topic {
  margin: 0 auto;
  padding-left: 5%;
  padding-top: 20px;
  padding-bottom: 20px;
}
.news .news_topic p {
  display: inline-block;
}
.news .news_topic p:first-child {
  font-weight: bold;
}
.news .news_topic p:last-child {
  margin-left: 5%;
}
.news .news_border {
  border-bottom: 1px solid #000;
}

.main_contents {
  margin-top: 300px;
  background-color: rgb(227, 250, 235);
  /* 画面外にいる状態 */
  /* 画面内に入った状態 */
}
.main_contents .fadein {
  opacity: 0.1;
  transform: translate(0, 30px);
  transition: all 800ms;
}
.main_contents .fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}
.main_contents .concept_item {
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
}
.main_contents .concept_item .img01 {
  width: 55%;
  position: relative;
  top: -100px;
}
.main_contents .concept_item .img01 .salon_photo01 {
  display: block;
  width: 90%;
}
.main_contents .concept_item .concept_text {
  width: 40%;
  margin-top: 3%;
  letter-spacing: 0.05em;
  position: relative;
}
.main_contents .concept_item .concept_text::after {
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
  border-right: solid 2px rgb(99, 153, 68);
  border-bottom: solid 2px rgb(99, 153, 68);
  right: 0;
}
.main_contents .concept_item .concept_text h3 {
  font-size: 35px;
  color: rgb(99, 153, 68);
  position: relative;
}
.main_contents .concept_item .concept_text h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.05rem;
  width: 60%;
  height: 2px;
  background-color: rgb(99, 153, 102);
}
.main_contents .concept_item .concept_text p {
  margin-top: 50px;
  width: 90%;
  font-weight: bold;
  line-height: 1.8em;
}
.main_contents .style_item {
  width: 80%;
  margin: 100px auto 0;
  display: flex;
  justify-content: space-around;
}
.main_contents .style_item .style_text {
  width: 40%;
  margin-top: 3%;
  letter-spacing: 0.05em;
  position: relative;
}
.main_contents .style_item .style_text::after {
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
  border-left: solid 2px rgb(99, 153, 68);
  border-bottom: solid 2px rgb(99, 153, 68);
  left: 0;
}
.main_contents .style_item .style_text h3 {
  font-size: 35px;
  text-align: right;
  color: rgb(99, 153, 68);
  position: relative;
}
.main_contents .style_item .style_text h3::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -0.05rem;
  width: 60%;
  height: 2px;
  background-color: rgb(99, 153, 102);
}
.main_contents .style_item .style_text p {
  margin-top: 50px;
  margin-left: 50px;
  width: 90%;
  font-weight: bold;
  line-height: 1.8em;
}
.main_contents .style_item .style_text .more_button {
  width: 220px;
  height: 40px;
  display: block;
  margin: 50px 0 0 auto;
  background-color: #fff;
  text-decoration: none;
  border: 1px solid #333;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main_contents .style_item .style_text .more_button:hover .arrow {
  width: 150px;
}
.main_contents .style_item .style_text .more_button p {
  margin: 0;
  text-align: center;
  font-size: 14px;
  color: #333;
}
.main_contents .style_item .style_text .more_button .arrow {
  position: relative;
  width: 30px;
  margin: 30px;
  transition: 0.5s ease;
}
.main_contents .style_item .style_text .more_button .arrow .line01 {
  height: 1px;
  background-color: #333;
}
.main_contents .style_item .style_text .more_button .arrow .line02 {
  position: absolute;
  top: 0;
  right: 0;
  transform-origin: right bottom;
  width: 12px;
  height: 1px;
  background-color: #333;
  transform: rotate(30deg);
}
.main_contents .style_item .img02 {
  width: 40%;
  position: relative;
}
.main_contents .style_item .img02 img:first-child {
  width: 250px;
  position: absolute;
  right: 0;
}
.main_contents .style_item .img02 img:last-child {
  width: 250px;
  position: absolute;
  top: 40%;
  left: 12%;
}
.main_contents .product_item {
  width: 80%;
  margin: 300px auto 0;
  padding-bottom: 100px;
}
.main_contents .product_item .img03 {
  width: 90%;
  text-align: center;
  position: relative;
}
.main_contents .product_item .img03 img:first-child {
  width: 55%;
}
.main_contents .product_item .img03 img:last-child {
  width: 35%;
  position: relative;
  left: -5%;
}
.main_contents .product_item .product_text {
  width: 60%;
  padding: 50px;
  margin: 0 0 0 auto;
  letter-spacing: 0.05em;
  background-color: #fff;
  box-shadow: 15px 15px 20px #333;
  position: relative;
  top: -40px;
  border: 1px solid #999;
}
.main_contents .product_item .product_text h3 {
  font-size: 35px;
  color: rgb(99, 153, 68);
  position: relative;
}
.main_contents .product_item .product_text h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.01rem;
  width: 60%;
  height: 2px;
  background-color: rgb(99, 153, 102);
}
.main_contents .product_item .product_text p {
  margin-top: 20px;
  margin-left: 20px;
  font-weight: bold;
}

footer {
  margin-top: 200px;
}

@media screen and (max-width: 1300px) {
  header .header_img {
    height: 400px;
  }
}
@media screen and (max-width: 1000px) {
  header .header_img {
    height: 250px;
  }
  .news {
    width: 75%;
  }
  .news h2 {
    font-size: 34px;
    padding-bottom: 10px;
  }
  .news .news_topic {
    display: flex;
    flex-direction: column;
    line-height: 2em;
  }
  .news .news_topic p:last-child {
    margin: 0;
  }
  .main_contents .concept_item {
    flex-direction: column;
    align-items: center;
  }
  .main_contents .concept_item .img01 {
    width: 90%;
  }
  .main_contents .concept_item .img01 img {
    margin: 0 auto;
  }
  .main_contents .concept_item .concept_text {
    width: 70%;
    margin: 0 auto;
  }
  .main_contents .concept_item .concept_text p {
    display: table;
    margin: 50px auto 0;
  }
  .main_contents .style_item {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .main_contents .style_item .style_text {
    width: 70%;
    height: 600px;
    order: 2;
    margin-top: 10%;
  }
  .main_contents .style_item .style_text p:nth-child(2) {
    display: table;
    margin: 50px auto 0;
  }
  .main_contents .style_item .img02 {
    width: 80%;
    order: 1;
    height: 600px;
    margin-top: 100px;
  }
  .main_contents .style_item .img02 img:first-child {
    width: 45%;
    left: 45%;
  }
  .main_contents .style_item .img02 img:last-child {
    width: 45%;
    left: 15%;
  }
  .main_contents .product_item {
    margin-top: 50px;
  }
  .main_contents .product_item .img03 {
    margin: 0 auto;
  }
  .main_contents .product_item .product_text {
    width: 90%;
    padding: 50px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 750px) {
  header .header_img {
    height: 150px;
  }
  .main_contents .concept_item .img01 {
    width: 100%;
  }
  .main_contents .concept_item .concept_text {
    width: 90%;
  }
  .main_contents .concept_item .concept_text .h3 {
    font-size: 30px;
  }
  .main_contents .style_item .style_text {
    width: 90%;
  }
  .main_contents .style_item .style_text h3 {
    font-size: 30px;
  }
  .main_contents .style_item .img02 {
    width: 100%;
  }
  .main_contents .product_item {
    margin-top: 15%;
  }
  .main_contents .product_item .img03 {
    width: 100%;
  }
  .main_contents .product_item .img03 img:first-child {
    width: 55%;
  }
  .main_contents .product_item .img03 img:last-child {
    width: 40%;
  }
  .main_contents .product_item .product_text {
    width: 45%;
    top: -30px;
    margin: 0 10% 0 auto;
  }
  .main_contents .product_item .product_text h3 {
    font-size: 30px;
  }
}
@media screen and (max-width: 480px) {
  .news {
    width: 80%;
    margin: 100px auto;
  }
  .news h2 {
    font-size: 24px;
  }
  .news .news_topic {
    font-size: 14px;
    padding-top: 30px;
    line-height: 2.5em;
  }
  .main_contents {
    margin-top: 250px;
  }
  .main_contents .concept_item {
    width: 90%;
  }
  .main_contents .concept_item .img01 {
    top: -60px;
  }
  .main_contents .concept_item .concept_text::after {
    width: 40px;
    height: 40px;
  }
  .main_contents .concept_item .concept_text h3 {
    font-size: 24px;
  }
  .main_contents .concept_item .concept_text p {
    font-size: 14px;
    line-height: 2.5em;
  }
  .main_contents .concept_item .concept_text p br {
    display: none;
  }
  .main_contents .style_item {
    width: 90%;
  }
  .main_contents .style_item .style_text::after {
    width: 40px;
    height: 40px;
  }
  .main_contents .style_item .style_text h3 {
    font-size: 24px;
  }
  .main_contents .style_item .style_text p {
    font-size: 14px;
    line-height: 2.5em;
  }
  .main_contents .style_item .style_text p br {
    display: none;
  }
  .main_contents .style_item .style_text .more_button {
    transition: 0.5s ease;
  }
  .main_contents .style_item .style_text .more_button:active {
    transform: scale(0.9);
    opacity: 0.8;
  }
  .main_contents .style_item .img02 {
    height: 450px;
    margin: 80px auto 0;
  }
  .main_contents .style_item .img02 img:last-child {
    top: 35%;
  }
  .main_contents .product_item {
    margin-top: 80px;
    padding-bottom: 50px;
  }
  .main_contents .product_item .img03 img:first-child {
    width: 80%;
    display: block;
    margin: 0 auto 0 0;
  }
  .main_contents .product_item .img03 img:last-child {
    width: 50%;
    top: -60px;
    left: 30%;
  }
  .main_contents .product_item .product_text {
    width: 60%;
    top: -80px;
  }
  .main_contents .product_item .product_text h3 {
    font-size: 24px;
  }
  .main_contents .product_item .product_text h3::after {
    width: 100%;
  }
  .main_contents .product_item .product_text p {
    margin: 20px 0;
    font-size: 14px;
    line-height: 2em;
  }
  .main_contents .product_item .product_text p br {
    display: none;
  }
  footer {
    margin-top: 150px;
  }
}
@media screen and (max-width: 400px) {
  header .header_img {
    height: 100px;
  }
}/*# sourceMappingURL=index.css.map */