/* CSS Document */
.l-main {
  width: 100%;
}

.l-main .top-wrap {
  width: 100%;
  margin: 83px auto 0;
}

@media (max-width: 1100px) {
  .l-main .top-wrap {
    margin: 58px auto 0;
  }
}

@media (max-width: 768px) {
  .l-main .top-wrap {
    margin: 85px auto 0;
  }
}

@media (max-width: 600px) {
  .l-main .top-wrap {
    margin: 58px auto 0;
  }
}

.l-main .top-wrap .inner-box {
  max-width: 1280px;
  width: 100%;
  margin: auto;
  position: relative;
}

.l-main .top-wrap .inner-box .h1-box {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  position: absolute;
  top: 15rem;
  left: 155px;
}

@media (max-width: 1100px) {
  .l-main .top-wrap .inner-box .h1-box {
    left: 60px;
  }
}

@media (max-width: 768px) {
  .l-main .top-wrap .inner-box .h1-box {
    top: 22rem;
    left: 30px;
    background: rgba(255, 255, 255, 0.6);
    padding: 0px 5px;
  }
}

@media (max-width: 600px) {
  .l-main .top-wrap .inner-box .h1-box {
    top: 20rem;
  }
}

@media (max-width: 425px) {
  .l-main .top-wrap .inner-box .h1-box {
    top: 15.5rem;
    left: 20px;
  }
}

.l-main .top-wrap .inner-box .h1-box .h1-small {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 0.08em;
  color: #333333;
  text-align: left;
}

.l-main .top-wrap .inner-box .h1-box .h1-big {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 400;
  font-size: 56px;
  line-height: 70px;
  letter-spacing: 0.16em;
  color: #5b5b5b;
  text-align: left;
}

@media (max-width: 768px) {
  .l-main .top-wrap .inner-box .h1-box .h1-small {
    font-size: 16px;
    line-height: 29px;
  }
  .l-main .top-wrap .inner-box .h1-box .h1-big {
    font-size: 36px;
    line-height: 46px;
  }
}

@media (max-width: 425px) {
  .l-main .top-wrap .inner-box .h1-box .h1-small {
    font-size: 14px;
    line-height: 25px;
  }
  .l-main .top-wrap .inner-box .h1-box .h1-big {
    font-size: 30px;
    line-height: 40px;
  }
}

.l-main .top-wrap .inner-box .h1-box .slash-img {
  width: 120px;
  height: auto;
  object-fit: cover;
  margin: 38px 0 59px;
}

@media (max-width: 768px) {
  .l-main .top-wrap .inner-box .h1-box .slash-img {
    width: 80px;
    margin: 20px 0;
  }
}

@media (max-width: 425px) {
  .l-main .top-wrap .inner-box .h1-box .slash-img {
    width: 70px;
    margin: 18px 0;
  }
}

.l-main .top-wrap .inner-box .h1-box .En-text {
  font-family: Josefin Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: 0.16em;
  text-align: left;
}

@media (max-width: 768px) {
  .l-main .top-wrap .inner-box .h1-box .En-text {
    font-size: 14px;
  }
}

@media (max-width: 425px) {
  .l-main .top-wrap .inner-box .h1-box .En-text {
    font-size: 13px;
  }
}

.l-main .top-wrap .inner-box .scroll-box {
  position: absolute;
  top: 30rem;
  left: 91px;
}

@media (max-width: 1000px) {
  .l-main .top-wrap .inner-box .scroll-box {
    right: 60px;
  }
}

@media (max-width: 768px) {
  .l-main .top-wrap .inner-box .scroll-box {
    display: none;
  }
}

.l-main .top-wrap .inner-box .scroll-box .scroll-text {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0.08em;
  color: #5b5b5b;
  position: relative;
}

@media (max-width: 425px) {
  .l-main .top-wrap .inner-box .scroll-box .scroll-text {
    font-size: 13px;
  }
}

.l-main .top-wrap .inner-box .scroll-box .scroll-text:after {
  content: "";
  width: 0.5px;
  height: 115px;
  background: #5b5b5b;
  position: absolute;
  bottom: -125px;
  left: 30px;
}

@media (max-width: 768px) {
  .l-main .top-wrap .inner-box .scroll-box .scroll-text:after {
    height: 92px;
    bottom: -110px;
  }
}

@media (max-width: 425px) {
  .l-main .top-wrap .inner-box .scroll-box .scroll-text:after {
    height: 72px;
    bottom: -86px;
  }
}

.l-main .hero-box {
  width: 100%;
  height: 615px;
  object-fit: cover;
  position: relative;
}

@media (max-width: 768px) {
  .l-main .hero-box {
    height: 500px;
  }
}

@media (max-width: 600px) {
  .l-main .hero-box {
    height: 450px;
  }
}

@media (max-width: 425px) {
  .l-main .hero-box {
    height: 330px;
  }
}

.l-main .hero-box .hero-img.img1 {
  background: url("https://beautysalon-grace.jp/system_panel/uploads/images/img_top-main1.jpg");
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 3s ease-in-out;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.l-main .hero-box .hero-img.img1::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: linear-gradient(90.15deg, #fff 30%, rgba(0, 78, 161, 0) 50%);
}

@media (max-width: 768px) and (max-width: 768px) {
  .l-main .hero-box .hero-img.img1::before {
    background: linear-gradient(90.15deg, #fff 15%, rgba(0, 78, 161, 0) 40%);
  }
}

.l-main .hero-box .hero-img.img2 {
  background: url("https://beautysalon-grace.jp/system_panel/uploads/images/img_top-main2.jpg");
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 3s ease-in-out;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.l-main .hero-box .hero-img.img2::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: linear-gradient(90.15deg, #fff 30%, rgba(0, 78, 161, 0) 50%);
}

@media (max-width: 768px) and (max-width: 768px) {
  .l-main .hero-box .hero-img.img2::before {
    background: linear-gradient(90.15deg, #fff 15%, rgba(0, 78, 161, 0) 40%);
  }
}

.l-main .hero-box .hero-img.img3 {
  background: url("https://beautysalon-grace.jp/system_panel/uploads/images/img_top-main3.jpg");
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 3s ease-in-out;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.l-main .hero-box .hero-img.img3::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: linear-gradient(90.15deg, #fff 30%, rgba(0, 78, 161, 0) 50%);
}

@media (max-width: 768px) {
  .l-main .hero-box .hero-img.img3::before {
    background: linear-gradient(90.15deg, #fff 15%, rgba(0, 78, 161, 0) 40%);
  }
}

.sub-title-box {
  display: flex;
  align-items: center;
  position: relative;
}

.sub-title-box .txten {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 0.16em;
  color: #9f9f9f;
}

.sub-title-box .sub-title-icon {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

.sub-title-box .txten::before {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background-color: #9f9f9f;
  position: absolute;
  left: 0;
  bottom: -30px;
}

.concept-container {
  position: relative;
}

.concept-container .laws-img {
  width: 282px;
  height: 180px;
  position: absolute;
  top: -300px;
  right: 30px;
  object-fit: cover;
}

@media (max-width: 768px) {
  .concept-container .laws-img {
    width: 180px;
    height: auto;
    top: -155px;
  }
}

@media (max-width: 414px) {
  .concept-container .laws-img {
    width: 130px;
    height: auto;
    top: -140px;
    right: 10px;
  }
}

.concept-container .concept-flex {
  display: flex;
  justify-content: space-between;
  margin: 207px auto 120px;
}

@media (max-width: 1060px) {
  .concept-container .concept-flex {
    flex-flow: column;
  }
}

@media (max-width: 768px) {
  .concept-container .concept-flex {
    margin: 100px auto 60px;
  }
}

.concept-container .concept-flex .flex-img {
  width: 500px;
}

@media (max-width: 1060px) {
  .concept-container .concept-flex .flex-img {
    margin: 0 auto;
    width: 70%;
  }
}

@media (max-width: 768px) {
  .concept-container .concept-flex .flex-img {
    width: 90%;
  }
}

.concept-container .concept-flex .flex-img .img {
  width: 100%;
}

.concept-container .concept-flex .flex-txt {
  width: 47%;
}

@media (max-width: 1060px) {
  .concept-container .concept-flex .flex-txt {
    margin: 30px auto 0;
    width: 70%;
  }
}

@media (max-width: 768px) {
  .concept-container .concept-flex .flex-txt {
    width: 90%;
  }
}

.concept-container .concept-flex .flex-txt .txtja {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0.13em;
  color: #5b5b5b;
  margin: 70px 0 20px;
}

@media (max-width: 414px) {
  .concept-container .concept-flex .flex-txt .txtja {
    font-size: 12px;
  }
}

.concept-fh-box {
  display: flex;
  justify-content: flex-end;
}

@media (max-width: 1060px) {
  .concept-fh-box {
    width: 90%;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
  }
}

.concept-fh-box .img {
  width: 260px;
  height: 174px;
}

@media (max-width: 1060px) {
  .concept-fh-box .img {
    margin: 0 auto;
    width: 50%;
    height: auto;
  }
}

.concept-fh-container {
  max-width: 1280px;
  justify-content: flex-end;
  width: 100%;
  margin: auto;
}

.menu-container .concept-flex {
  display: flex;
  justify-content: space-between;
  margin: 260px auto 0;
}

@media (max-width: 1060px) {
  .menu-container .concept-flex {
    flex-flow: column;
    flex-direction: column-reverse;
  }
}

@media (max-width: 768px) {
  .menu-container .concept-flex {
    margin: 100px auto 60px;
  }
}

.menu-container .concept-flex .flex-img {
  width: 600px;
}

@media (max-width: 1060px) {
  .menu-container .concept-flex .flex-img {
    margin: 0 auto;
    width: 70%;
  }
}

@media (max-width: 768px) {
  .menu-container .concept-flex .flex-img {
    width: 90%;
  }
}

.menu-container .concept-flex .flex-img .img {
  width: 100%;
}

.menu-container .concept-flex .flex-txt {
  width: 37%;
}

@media (max-width: 1060px) {
  .menu-container .concept-flex .flex-txt {
    margin: 30px auto 0;
    width: 70%;
  }
}

@media (max-width: 768px) {
  .menu-container .concept-flex .flex-txt {
    width: 90%;
  }
}

.menu-container .concept-flex .flex-txt .txtja {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0.13em;
  color: #5b5b5b;
  margin: 70px 0 56px;
}

@media (max-width: 414px) {
  .menu-container .concept-flex .flex-txt .txtja {
    font-size: 12px;
    margin: 70px 0 26px;
  }
}

.style-container {
  margin-top: 230px;
  position: relative;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 55%, #f1f3f2 23%);
  padding-bottom: 100px;
}

.style-container .laws-img {
  width: 282px;
  height: 180px;
  position: absolute;
  top: -150px;
  left: 30px;
  object-fit: cover;
}

@media (max-width: 768px) {
  .style-container .laws-img {
    width: 180px;
    height: auto;
    top: -56px;
  }
}

@media (max-width: 414px) {
  .style-container .laws-img {
    top: -60px;
    right: 0;
    left: 10px;
  }
}

@media (max-width: 768px) {
  .style-container {
    margin-top: 120px;
  }
}

.style-container .un-btn-right {
  margin-top: 27px;
}

.style-inner {
  max-width: 865px;
  margin: 0 auto;
  width: 97%;
}

@media (max-width: 1060px) {
  .style-inner {
    max-width: none;
    width: 80%;
  }
}

@media (max-width: 768px) {
  .style-inner {
    width: 90%;
  }
}

.hair-photo-top {
  display: flex;
}

.hair-photo-top .img {
  width: 215px;
  height: 215px;
}

@media (max-width: 1060px) {
  .hair-photo-top .img {
    width: 50%;
    height: 50%;
    max-width: 372px;
    max-height: 372px;
    min-width: 160px;
    min-height: 160px;
  }
}

.style-photo-flex {
  display: flex;
  justify-content: center;
}

@media (max-width: 1060px) {
  .style-photo-flex {
    flex-flow: column;
  }
  .style-photo-flex .photo-box {
    margin: 0 auto;
  }
}

.items-container {
  margin: 200px auto 0;
  background-image: url(https://beautysalon-grace.jp/system_panel/uploads/images/img-items.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 64px;
}

@media (max-width: 1024px) {
  .items-container {
    width: 90%;
    padding: 60px 34px;
  }
}

@media (max-width: 768px) {
  .items-container {
    margin: 100px auto 0;
  }
}

@media (max-width: 414px) {
  .items-container {
    padding: 40px 24px;
  }
}

.items-container .items-flex {
  display: flex;
  justify-content: space-between;
  max-width: 972px;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .items-container .items-flex {
    flex-flow: column;
  }
}

.items-container .flex-txt {
  width: 476px;
}

@media (max-width: 1024px) {
  .items-container .flex-txt {
    margin: 0 auto;
    width: 70%;
  }
}

@media (max-width: 768px) {
  .items-container .flex-txt {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .items-container .flex-img {
    margin: 25px auto 0;
    width: 70%;
  }
}

@media (max-width: 768px) {
  .items-container .flex-img {
    width: 100%;
  }
}

.items-container .img {
  width: 387px;
  height: auto;
  object-fit: cover;
}

@media (max-width: 1024px) {
  .items-container .img {
    width: 100%;
  }
}

.items-container .txtja {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 40px;
  letter-spacing: 0.15em;
  color: #ffffff;
  margin: 60px 0 40px;
}

@media (max-width: 414px) {
  .items-container .txtja {
    font-size: 12px;
  }
}

.items-container .sub-title-box .txten {
  color: #fff;
}

.items-container .sub-title-box .txten::before {
  background-color: #fff;
}

.items-container .un-btn .txt16 {
  color: #fff;
  background: linear-gradient(to right, white, white), linear-gradient(to right, #b2b2b2, #b2b2b2, #b2b2b2);
  background-size: 100% 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 400ms;
  transition: 0.4s;
}

.items-container .un-btn-arrow::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.items-container .un-btn-arrow::before {
  background: #fff;
}

.items-container .un-btn:hover .txt16 {
  background-size: 0 1px, 100% 1px;
  color: #9f9f9f;
  transition: 0.4s;
}

.items-container .un-btn:hover.un-btn-arrow::before {
  background: #9f9f9f;
  transition: 0.4s;
}

.items-container .un-btn:hover.un-btn-arrow::after {
  border-top: 1px solid #9f9f9f;
  border-right: 1px solid #9f9f9f;
  transition: 0.4s;
}

.news-container {
  margin: 250px auto 0;
}

@media (max-width: 1024px) {
  .news-container {
    margin: 150px auto 0;
  }
}

@media (max-width: 768px) {
  .news-container {
    margin: 100px auto 0;
  }
}

.news-container .sub-title-box {
  justify-content: center;
}

.news-container .sub-title-box .txten::before {
  left: auto;
}

.news-container .un-btn-right {
  text-align: center;
  margin-top: 60px;
}

@media (max-width: 768px) {
  .news-container .un-btn-right {
    margin-top: 30px;
  }
}

.salon-container {
  position: relative;
  margin: 250px auto 150px;
}

@media (max-width: 1024px) {
  .salon-container {
    margin: 150px auto 150px;
  }
}

@media (max-width: 768px) {
  .salon-container {
    margin: 120px auto 100px;
  }
}

.salon-container .concept-flex {
  display: flex;
  justify-content: space-between;
  max-width: 1100px;
}

@media (max-width: 1120px) {
  .salon-container .concept-flex {
    flex-flow: column;
    width: 90%;
    margin: 0 auto;
  }
}

.salon-container .tel-link {
  transition: 0.4s;
}

.salon-container .tel-link:hover .txt32 {
  color: #5b5b5b;
  transition: 0.4s;
}

.salon-container .flex-img {
  width: 530px;
}

@media (max-width: 1120px) {
  .salon-container .flex-img {
    margin: 0 auto;
    width: 70%;
  }
}

@media (max-width: 768px) {
  .salon-container .flex-img {
    width: 100%;
  }
}

.salon-container .flex-img .img {
  width: 100%;
}

.salon-container .salontxt-flex {
  display: flex;
  align-items: baseline;
}

@media (max-width: 600px) {
  .salon-container .salontxt-flex {
    display: block;
  }
}

.salon-container .sub-title-box {
  width: 524px;
}

@media (max-width: 768px) {
  .salon-container .sub-title-box {
    width: 100%;
  }
}

.salon-container .salontxt-box {
  margin-top: 60px;
  margin-bottom: 30px;
}

.salon-container .txttitle {
  width: 25%;
}

@media (max-width: 600px) {
  .salon-container .txttitle {
    font-size: 14px;
    line-height: 29px;
  }
}

.salon-container .txttext {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.08em;
  color: #5b5b5b;
}

@media (max-width: 600px) {
  .salon-container .txttext {
    font-size: 12px;
    line-height: 29px;
  }
}

.salon-container .txttext-right .txttext:nth-child(2n) {
  padding-left: 2em;
}

.salon-container .txt32 {
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 0.08em;
  color: #287350;
}

@media (max-width: 600px) {
  .salon-container .txt32 {
    font-size: 22px;
  }
}

.salon-container .m-top12 {
  margin-top: 12px;
}

@media (max-width: 600px) {
  .salon-container .m-top12 {
    margin-top: 22px;
  }
}

.salon-container .laws-img {
  width: 282px;
  height: 180px;
  position: absolute;
  top: -100px;
  right: -30px;
  object-fit: cover;
}

@media (max-width: 1200px) {
  .salon-container .laws-img {
    right: 0;
  }
}

@media (max-width: 1060px) {
  .salon-container .laws-img {
    right: 10px;
  }
}

@media (max-width: 768px) {
  .salon-container .laws-img {
    width: 180px;
    height: auto;
    right: 0;
    top: -57px;
  }
}

.salon-container .flex-txt {
  width: 524px;
}

@media (max-width: 1120px) {
  .salon-container .flex-txt {
    margin: 20px auto 0;
    width: 70%;
  }
}

@media (max-width: 768px) {
  .salon-container .flex-txt {
    width: 100%;
  }
}

.lose-box {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
}

.lose-box .laws-img {
  position: absolute;
  width: 282px;
  height: 180px;
  right: 30px;
  top: -80px;
  object-fit: cover;
}

@media (max-width: 768px) {
  .lose-box .laws-img {
    width: 180px;
    height: auto;
    top: -55px;
    right: 9px;
  }
}

.style-lose-box {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
}

.style-lose-box .laws-img {
  position: absolute;
  width: 282px;
  height: 180px;
  right: 35px;
  top: -100px;
  object-fit: cover;
}

@media (max-width: 768px) {
  .style-lose-box .laws-img {
    width: 180px;
    height: auto;
    top: -55px;
    right: 0;
    left: 20px;
  }
}

@media (max-width: 414px) {
  .style-lose-box .laws-img {
    left: 8px;
  }
}
/*# sourceMappingURL=top.css.map */