@charset "UTF-8";
/*
.example{
	@include widthPercent(960, 300);
}
*/
/*
.example{
	@include heightPercent(500, 300);
}
*/
/*
.example{
	@include marginPercent(500, 20, 5, 20, 5);
}
*/
/*
.example{
	@include paddingPercent(500, 20, 5, 20, 5);
}
*/
/*
.example{
	position: absolute;
	@include posiLeftPercent(500, 50);
	@include posiTopPercent(300, 50);
	@include posiRightPercent(500, 50);
	@include posiBtmPercent(300, 50);
}
*/
/*****************************************
common
*****************************************/
#pagetop {
  display: none !important;
}

@media print, screen and (min-width: 1151px) {
  main {
    font-size: 0.14rem;
  }
}

.pagerWrap .individualPager .list .numeric li {
  line-height: 1.75;
  font-size: 2.4rem;
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif", "游明朝", YuMincho, serif;
}
@media print, screen and (min-width: 751px) {
  .pagerWrap .individualPager .list .numeric li {
    font-size: 0.3rem;
  }
}

/*****************************************
header
*****************************************/
.header {
  position: absolute;
  top: 0.2rem;
  left: 0.35rem;
  z-index: 2;
}
@media screen and (max-width: 750px) {
  .header {
    top: 0.2666667vw;
    left: 1.3333333vw;
  }
}

.header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* Header Logo
---------------------------- */
.header-logo {
  width: 2.04rem;
  height: 0.83rem;
}
@media screen and (max-width: 750px) {
  .header-logo {
    width: 31.7333333vw;
    height: auto;
  }
}
.header-logo a {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 750px) {
  .header-logo a {
    height: auto;
  }
}
.header-logo img {
  display: block;
  max-width: none;
  width: 100%;
}

/* Header Lead
---------------------------- */
.header-lead img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  -webkit-tap-highlight-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-lead {
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif", "游明朝", YuMincho, serif;
  color: #fff;
  text-shadow: 0 0 0.2em rgba(255, 255, 255, 0.5);
}
.header-lead .no {
  letter-spacing: -0.2em;
  margin-right: 0.2em;
}
@media print, screen and (min-width: 751px) {
  .header-lead {
    margin-left: -0.1rem;
  }
  .header-lead img {
    width: 4rem;
    margin-top: 0.05rem;
  }
}
@media screen and (max-width: 750px) {
  .header-logo {
    width: 31.7333333vw;
    height: auto;
  }
  .header-lead {
    width: 47vw;
    margin: 0 0 0.5em -2.2vw;
    letter-spacing: 0.05em;
    font-size: 4.26666vw;
  }
}

/*****************************************
main
*****************************************/
.mv {
  width: 100%;
  z-index: 100;
  height: 247px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  background: #fff;
}
.mv:before {
  content: "";
  display: none;
  width: 1px;
  height: 150px;
  position: absolute;
  bottom: 0;
  left: 50%;
  background: #fff;
  z-index: 5;
}
.mv .bg {
  height: 448px;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url(/sp/images_re/news/bg_mv_sp.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.mv .inner {
  position: relative;
  height: 100%;
  padding: 0;
  z-index: 3;
  padding: 70px 20px 0;
  overflow: hidden;
}
.mv .inner .ttlWrap {
  position: absolute;
  left: 0;
  top: 54%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  text-align: center;
}
.mv .inner .ttlWrap .txt img {
  max-width: 220px;
  -webkit-backface-visibility: hidden;
}
.mv .inner .ttlWrap .txt2 {
  margin-top: 0px;
  font-size: 12px;
  line-height: 1;
}
@media print, screen and (min-width: 751px) {
  .mv {
    height: 77.4vh;
  }
  .mv .bg {
    height: 100%;
    background-image: url(/sp/images_re/news/bg_mv.jpg);
  }
  .mv .bg:before {
    display: none;
  }
  .mv .inner {
    max-width: inherit;
    padding: 0;
    margin: 0;
  }
  .mv .inner .ttlWrap .txt img {
    max-width: 5rem;
    vertical-align: middle;
  }
  .mv .inner .ttlWrap .txt2 {
    font-size: 0.27rem;
  }
}

/* Button サロン詳細と同じ
---------------------------- */
@media print, screen and (min-width: 751px) {
  .main-footer__btn {
    padding: 1.2rem 0 1.2rem;
  }
}
@media screen and (max-width: 750px) {
  .main-footer__btn {
    padding: 80px 0 80px;
  }
}

.main__button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 3.95rem;
  height: 0.9rem;
  line-height: 0.9rem;
  margin: 0 auto;
  color: #ffffff;
  font-size: 19px;
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif", "游明朝", YuMincho, serif;
  background-color: #dab35b;
}
.main__button span.plus {
  display: inline-block;
  position: relative;
}
.main__button span.plus:before,
.main__button span.plus:after {
  content: "";
  display: block;
  width: 11px;
  height: 1px;
  background: #fff;
  position: absolute;
  right: -22px;
  top: 50%;
  margin-top: -1px;
  transition: -webkit-transform 0.2s, transform 0.2s;
}
.main__button span.plus:after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
@media screen and (max-width: 750px) {
  .main__button {
    width: 260px;
    height: 58px;
    font-size: 16px;
  }
  .main__button span.plus {
    margin-right: 18px;
  }
  .main__button:after {
    display: none;
  }
}
.main__button:hover {
  opacity: 1;
}
.main__button:hover span:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media screen and (max-width: 750px) {
  .main__button:hover span:before {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.main__button:hover span:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media screen and (max-width: 750px) {
  .main__button:hover span:after {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
}

.main-footer__contact {
  max-width: 740px;
  margin: 0 auto 1.2rem;
}
@media screen and (max-width: 750px) {
  .main-footer__contact {
    padding: 0 20px;
    margin: 0 auto 80px;
  }
}

.intro .inner {
  text-align: center;
}
.intro .sectionTtl {
  margin: 0 0 3.6rem;
  padding-right: 16px;
  text-align: center;
}
.intro .sectionTtl ._name {
  display: inline-block;
  padding: 0.15rem 0 0.1rem 0.8rem;
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif", "游明朝", YuMincho, serif;
  font-weight: 500;
  font-size: 0.48rem;
  position: relative;
}
@media screen and (max-width: 750px) {
  .intro .sectionTtl ._name {
    padding: 0;
    padding-left: 42px;
    font-size: 2.6rem;
    color: #444;
  }
}
.intro .sectionTtl ._name:before {
  content: "";
  display: block;
  background: url(/sp/images_re/logo_mark_rinx02.png) no-repeat top left;
  background-size: 0.9rem auto;
  width: 0.9rem;
  height: 0.86rem;
  position: absolute;
  top: 0.14rem;
  left: 0rem;
}
@media screen and (max-width: 750px) {
  .intro .sectionTtl ._name:before {
    width: 55px;
    height: 50px;
    margin-left: -1px;
    background-size: 100%;
    top: -2px;
    left: 0;
  }
}
.intro .txt {
  margin: 0;
  padding: 15px 0;
  background: #fff;
  border-radius: 7px;
  position: relative;
  text-align: center;
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif", "游明朝", YuMincho, serif;
  font-weight: 400;
  line-height: 1.8;
  -webkit-box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.15);
}
.intro .intro_txt {
  margin-bottom: 15px;
  font-size: 1.4rem;
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif", "游明朝", YuMincho, serif;
  color: #54c1dc;
}
.intro .notes {
  text-align: center;
  font-size: 1.3rem;
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif", "游明朝", YuMincho, serif;
  font-weight: 500;
  color: #f4a76f;
}
@media print, screen and (min-width: 751px) {
  .intro {
    clear: both;
  }
  .intro .sectionTtl {
    margin: 0 0 0.5rem;
    color: #2b2b2b;
  }
  .intro .sectionTtl > .header {
    font-size: 0.36rem;
    color: #2b2b2b;
  }
  .intro .sectionTtl > .header .shopName {
    margin: 0 0 0.1rem;
    font-size: 0.26rem;
  }
  .intro .sectionTtl > .header span {
    font-size: 0.36rem;
    padding: 0 0 0 0.75rem;
    color: #2b2b2b;
  }
  .intro .sectionTtl > .header span.sp {
    display: none;
  }
  .intro .sectionTtl > .header span.pc {
    display: table;
  }
  .intro .sectionTtl > .header span:before {
    background-size: 0.84rem;
    width: 0.84rem;
    height: 0.7rem;
    top: -0.02rem;
    left: -0.05rem;
  }
  .intro .txt {
    margin: 0;
    padding: 15px 0;
    background: #fff;
    border-radius: 7px;
    position: relative;
    text-align: center;
    font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif", "游明朝", YuMincho, serif;
    font-weight: 400;
    line-height: 1.8;
    -webkit-box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.15);
  }
  .intro .intro_txt {
    margin-bottom: 15px;
    font-size: 0.21rem;
  }
  .intro .notes {
    font-size: 0.19rem;
    text-align: center;
  }
}

@media print, screen and (min-width: 751px) {
  #news {
    margin: 90px 0;
  }
}

.news-list {
  max-width: 900px;
  margin: auto;
}

.news-block:not(:last-of-type) {
  margin-bottom: 26px;
}
@media print, screen and (min-width: 751px) {
  .news-block:not(:last-of-type) {
    margin-bottom: 60px;
  }
}
.news-block .news-block__new .date::after {
  content: "NEW";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 7px;
  margin-bottom: 1px;
  padding: 1px 7px 0;
  font-size: 2.667vw;
  font-weight: normal;
  color: #fff;
  border-radius: 3px;
  background: -webkit-gradient(linear, left top, right top, color-stop(0.17%, #eab049), color-stop(5.64%, #e3a139), color-stop(40.53%, #d99444), color-stop(72.85%, #d2894c), color-stop(99.91%, #d39163));
  background: linear-gradient(90deg, #eab049 0.17%, #e3a139 5.64%, #d99444 40.53%, #d2894c 72.85%, #d39163 99.91%);
}
@media print, screen and (min-width: 751px) {
  .news-block .news-block__new .date::after {
    padding: 1px 6px;
    font-size: 12px;
  }
}
.news-block .news-block__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 750px) {
  .news-block .news-block__link {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media print, screen and (min-width: 751px) {
  .news-block .news-block__link {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.news-block .news-block__link .date::before {
  content: "";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 7px;
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif", "游明朝", YuMincho, serif;
  line-height: 1;
  font-size: 3.467vw;
  font-weight: bold;
  width: 60px;
  height: 18px;
  color: #fff;
  background: url(../images_re/news/ico_news.svg?2) center center/contain no-repeat;
}
@media print, screen and (min-width: 751px) {
  .news-block .news-block__link .date::before {
    font-size: 0.2rem;
  }
}
.news-block .news-block__img {
  position: relative;
  margin-right: 11px;
  width: 31.6417910448%;
  height: 18.6vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.news-block .news-block__img .pic {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 2;
}
.news-block .news-block__img .cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translate(6px, 6px);
          transform: translate(6px, 6px);
  filter: blur(3px) opacity(0.6);
  -webkit-filter: blur(3px) opacity(0.6);
  z-index: 0;
  border-radius: 2px;
}
@media print, screen and (min-width: 751px) {
  .news-block .news-block__img {
    margin-right: 0.3rem;
    width: 14vw;
    height: 9.4vw;
  }
}
.news-block .news-block__txt {
  width: 62.0895522388%;
}
@media print, screen and (min-width: 751px) {
  .news-block .news-block__txt {
    padding-top: 20px;
    width: calc(100% - (14vw + 0.3rem));
  }
}
.news-block .news-block__date {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
  font-size: 3.8vw;
  font-weight: 400;
  color: #a5a5a5;
}
@media print, screen and (min-width: 751px) {
  .news-block .news-block__date {
    font-size: 0.25rem;
  }
}
.news-block .news-block__ttl {
  line-height: 1.4;
  font-size: 3.8vw;
  font-weight: bold;
  color: #323232;
  word-break: break-all;
}
@media print, screen and (min-width: 751px) {
  .news-block .news-block__ttl {
    font-size: 0.23rem;
  }
}