@charset "UTF-8";

/* 下層ファーストビュー */
.txt64 {
  font-style: normal;
  font-weight: normal;
  font-size: 64px;
  line-height: 93px;
  letter-spacing: 0.04em;
}

.txt36 {
  font-style: normal;
  font-weight: normal;
  font-size: 36px;
  line-height: 52px;
  letter-spacing: 0.04em;
}

.txt32 {
  font-style: normal;
  font-size: 32px;
  line-height: 46px;
  letter-spacing: 0.08em;
}

.txt24 {
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 35px;
  letter-spacing: 0.08em;
}

/* ファーストビュー上余白調整 */
@media (max-width: 1220px) {
  .m-top175 {
    margin-top: 95px;
  }
}

@media (max-width: 600px) {
  .m-top175 {
    margin-top: 77px;
  }
}

@media (max-width: 764px) {
  .txt16 {
    font-size: 14px;
  }
}

.txt14 {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0.08em;
}

.underSectionTitle {
  text-align: center;
}

.underTop-h1 {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 600;
  font-size: 26px;
  line-height: 32px;
  text-align: center;
  letter-spacing: 0.16em;
  color: #5b5b5b;
}

@media (max-width: 764px) {
  .underSection-h2 {
    font-size: 24px;
    line-height: 39px;
  }
}

.Img {
  width: 100%;
  object-fit: cover;
}

.underTopContainer .txt64 {
  text-align: center;
  text-shadow: 0px 4px 1px #fff, 1px 3px 1px #fff, 2px 3px 1px #fff, 2px 2px 1px #fff, 3px 2px 1px #fff, 3px 1px 1px #fff, 4px 0px 1px #fff, 3px -1px 1px #fff, 3px -2px 1px #fff, 2px -2px 1px #fff, 2px -3px 1px #fff, 1px -3px 1px #fff, 0px -4px 1px #fff, -1px -3px 1px #fff, -2px -3px 1px #fff, -2px -2px 1px #fff, -3px -2px 1px #fff,
    -3px -1px 1px #fff, -4px 0px 1px #fff, -3px 1px 1px #fff, -3px 2px 1px #fff, -2px 2px 1px #fff, -2px 3px 1px #fff, -1px 3px 1px #fff;
}

@media (max-width: 764px) {
  .underTopContainer .txt64 {
    font-size: 36px;
    line-height: 52px;
  }
}

.underTopContainer .txt24 {
  margin-top: 5px;
  text-align: center;
  text-shadow: 0px 4px 1px #fff, 1px 3px 1px #fff, 2px 3px 1px #fff, 2px 2px 1px #fff, 3px 2px 1px #fff, 3px 1px 1px #fff, 4px 0px 1px #fff, 3px -1px 1px #fff, 3px -2px 1px #fff, 2px -2px 1px #fff, 2px -3px 1px #fff, 1px -3px 1px #fff, 0px -4px 1px #fff, -1px -3px 1px #fff, -2px -3px 1px #fff, -2px -2px 1px #fff, -3px -2px 1px #fff,
    -3px -1px 1px #fff, -4px 0px 1px #fff, -3px 1px 1px #fff, -3px 2px 1px #fff, -2px 2px 1px #fff, -2px 3px 1px #fff, -1px 3px 1px #fff;
}

@media (max-width: 764px) {
  .underTopContainer .txt24 {
    font-size: 14px;
    line-height: 28px;
  }
}

.underTopContainer {
  position: relative;
  background-image: url(https://beautysalon-grace.jp/system_panel/uploads/images/img_newsde-top.jpg);
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 350px;
}

.underTopContainer::before {
  display: block;
  content: "";
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
  width: 100%;
  height: 100%;
  position: absolute;
}

@media (max-width: 600px) {
  .underTopContainer {
    height: 250px;
  }
}

.underTopBox .txtja {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
  text-align: center;
  letter-spacing: 0.08em;
  color: #5b5b5b;
}

.bg-wrapper {
  margin-top: 84px;
}

@media (max-width: 600px) {
  .bg-wrapper {
    margin-top: 59px;
  }
}

/* ブログ */

.block {
  display: none;
}

.l-sub-exDetail .sub-inner {
  min-width: 900px;
}

@media (max-width: 1030px) {
  .l-sub-exDetail .sub-inner {
    width: 90%;
    min-width: auto;
  }
}

.l-sub-exDetail .exDetail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 740px) {
  .l-sub-exDetail .exDetail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.l-sub-exDetail .exDetail .mainBlock {
  width: 70%;
}

.article {
  background: #ffffff;
  border: 1px solid #333;
  padding: 31px 66px 40px 58px;
}

@media screen and (max-width: 768px) {
  .article {
    padding: 30px;
  }
}

@media (max-width: 1030px) {
  .l-sub-exDetail .exDetail .mainBlock {
    width: 75%;
  }
}

@media (max-width: 740px) {
  .l-sub-exDetail .exDetail .mainBlock {
    width: auto;
  }
}

.l-sub-exDetail .exDetail .rightBlock {
  width: 20%;
}

@media (max-width: 740px) {
  .l-sub-exDetail .exDetail .rightBlock {
    width: auto;
    margin-top: 30px;
  }
}

.article .tit {
  font-size: 24px;
  line-height: 29px;
  padding: 27px 0 22px;
  border-bottom: 1px solid #5b5b5b;
  font-weight: 700;
  color: #5b5b5b;
}

@media (max-width: 600px) {
  .article .tit {
    font-size: 20px;
    padding: 20px 0;
  }
}

.newsDate {
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
  color: #5b5b5b;
}

.newsTag {
  padding: 4px 20px;
  display: inline-block;
  background: #333333;
  color: #fff;
  /* border: 1px solid #69ccff; */
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.1em;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.news-text p {
  color: #333;
  font-size: 18px;
  font-weight: 400;
  line-height: 29px;
}

.l-img {
  margin: 33px auto;
}

.webgene-item-main-image {
  width: 100%;
  border-radius: 0;
}

.category-h2 {
  padding: 14px 0px;
  background-color: #333;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 29px;
}

.category-h2.mt-3 {
  margin-top: 25px !important;
}

.webgene-item.mt-2 {
  margin-top: 0 !important;
}

.webgene-item.mt-2 a {
  display: block;
  padding: 15px 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 29px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #5b5b5b;
}

@media (max-width: 1030px) {
  .webgene-item.mt-2 a {
    font-size: 13px;
  }
}

.webgene-item.mt-2 a:hover {
  background: rgba(51, 51, 51, 0.6);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.l-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-sub-exDetail .btn {
  margin: 80px auto 0;
}

.l-sub-exDetail .btn .txt16 {
  letter-spacing: 0.16em;
  font-weight: 700;
}

.news-text a:hover {
  color: #69ccff;
}

@media screen and (max-width: 600px) {
  .newsDate {
    font-size: 12px;
  }
  .newsTag {
    font-size: 12px;
  }
  .article .tit {
    font-size: 14px;
  }
  .news-text p {
    font-size: 12px;
  }
  .webgene-item.mt-2 a {
    font-size: 12px;
  }
  .category-h2 {
    font-size: 12px;
  }
  .l-sub-exDetail .btn {
    margin: 40px auto 0;
  }
}

.news-btn {
  padding: 0;
}

.underBtn {
  text-align: center;
}

.underBtn .txt16 {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  text-align: center;
  letter-spacing: 0.08em;
  color: #ffffff;
  background: #333333;
  border: 1px solid #333333;
  box-sizing: border-box;
  padding: 18px 84px;
  transition: 0.4s;
}

.underBtn .txt16:hover {
  color: #333;
  background: #fff;
  border: 1px solid #333333;
  transition: 0.4s;
}

.box-wrapper {
  margin: 150px 0;
}

@media screen and (max-width: 764px) {
  .box-wrapper {
    margin: 100px 0;
  }
}
/*# sourceMappingURL=newsDetail.css.map */
