.pc_topPage {
  min-width: 768px;
  margin: 0 auto;
}

.mb_topPage {
  max-width: 767px;
  margin: 0 auto;
}



/* ========================================================================== */
/* ファーストビュー ========= */
/* ========================================================================== */
#page {
  height: 100%;
}

.bxslider-img {
  height: 100%;
  background-size: cover !important;
  width: 100%;
  background-position: 50% 50% !important;
}

.bxslider-img {
  height: 100%;
  background-size: cover !important;
  width: 100%;
  background-position: 50% 50% !important;
}

#mainvisual {
  text-align: center;
  height: 70vh;
  max-width: 1500px;
  margin: 64px auto;
  position: relative;
  padding: 0 32px;
}

#mainvisual div {
  height: 100% !important;
}

#mainvisual ul {
  height: 100%;
}

.first-view .bx-wrapper {
  height: 100vh;
  margin-bottom: 72px;
}

.first-view {
  position: relative;
}
.main_logo img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.scroll {
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  margin: auto;
}


/* スマホ ========= */
/* Sサイズ、タブレット : Small Devices, Tablets */
@media only screen and (max-width : 768px) {
#mainvisual {
  margin: 20px 20px 0;
  padding: 0;
}
.main_logo img {
  max-width: 150px;
}
.scroll {
  bottom: -20px;
}
.scroll img {
  max-width: 45px;
}
}


/* ========================================================================== */
/* 共通 ========= */
/* ========================================================================== */
#pageBody {
  padding-top: 48px;
}

.topPage-heading {
  font-size: 45px;
  font-size: 4.5rem;
  text-align: center;
  line-height: 1;
  margin: 0 0 48px;
}

.topPage-heading-hr {
  margin: 4px auto -8px;
  border: 3px solid #464646;
  width: 100px;
}

.topPage-heading small {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "メイリオ","Meiryo", sans-serif;
}

.topPage_button {
  width: 100%;
  max-width: 200px;
  margin: 48px auto 0;
}

.topPage_button a {
  font-size: 22px;
  font-size: 2.2rem;
  letter-spacing: .1em;
  text-indent: .1em;
  color: #464646;
  display: block;
  text-align: center;
  border: 1px solid;
  -webkit-transition: .5s;
  transition: .5s;
  height: 50px;
  line-height: 50px;
}

.topPage_button a:hover {
  background: #464646;
  color: #fff;
}
/* Sサイズ、タブレット : Small Devices, Tablets */
@media only screen and (max-width : 768px) {
.topPage-heading {
    margin: 0 0 24px;
}
.topPage_button {
  margin-top: 12px;
}
  
.topPage_button a {
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  background: #1a1a1a;
  border: none;
  -webkit-transition: 0;
  transition: 0;
}

.topPage_button a:hover {
  background: #1a1a1a;
  color: #fff;
}
}


/* ========================================================================== */
/* WEB予約 ========= */
/* ========================================================================== */
.topPage_reserve {
  padding: 0 20px;
  text-align: center;
}


/* ========================================================================== */
/* サロン ========= */
/* ========================================================================== */

.topPage_news{
  text-align: center;
  padding: 0 15px;
}

.fc-red{
  color:#BF4741;
  font-weight: bold;
}

.topPage_salon_renewal{
  font-weight: bold;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.2;
}

.topPage_salon_renewal span{
  font-weight: bold;
  color:#eab1ae;
  font-size: 16px;
  font-size: 1.6rem;
}

.salon_list li {
  height: 400px;
  position: relative;
  text-align: center;
  color: #fff;
  background-size: cover;
}
.salon_list-zoustyle {
  background: #464646 url(../images/index/salon_zoustyle.jpg);
}
.salon_list-sleek {
  background: #464646 url(../images/index/salon_sleek.jpg);
}


.salon_list-box {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.salon_list-heading {
  font-size: 50px;
  font-size: 5rem;
  line-height: 1.2;
  margin: 0 0 24px;
}
.salon_list-heading small {
  display: block;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  font-family: "メイリオ", "Meiryo", sans-serif;
}
.salon_list-address {
  margin-bottom: 24px;
}

.topPage_recruit-button a {
  display: block;
  color: #fff;
  border: 1px solid;
  -webkit-transition: .5s;
  transition: .5s;
  font-size: 22px;
  font-size: 2.2rem;
  letter-spacing: .1em;
}

.topPage_recruit-button a:hover {
  background: #fff;
  color: #464646;
  border: 1px solid #fff;
}

/* Mサイズ、デスクトップ : Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
  .topPage_salon_renewal{
    font-weight: bold;
    font-size: 20px;
    font-size: 2.0rem;
    line-height: 1.2;
  }

  .topPage_salon_renewal span{
    font-weight: bold;
    color:#eab1ae;
    font-size: 14px;
    font-size: 1.4rem;
  }
}


/* Sサイズ、タブレット : Small Devices, Tablets */
@media only screen and (max-width : 768px) {
  .topPage_salon_renewal{
    font-weight: bold;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.2;
  }

  .topPage_salon_renewal span{
    font-weight: bold;
    color:#eab1ae;
    font-size: 12px;
    font-size: 1.2rem;
  }
  
  
  
  
.salon_list li {
  height: 220px;
  margin-bottom: 16px;
}
  
  .salon_list-sleek-1708 {
    height: 310px !important;
  }

.salon_list-heading {
  font-size: 32px;
  font-size: 3.2rem;
  margin-bottom: 16px;
}

.salon_list-heading small {
  font-size: 14px;
  font-size: 1.4rem;
}

.salon_list-address {
  margin-bottom: 12px;
  font-size: 14px;
  font-size: 1.4rem;
}

.topPage_recruit-button a {
  font-size: 14px;
  font-size: 1.4rem;
  background: #1a1a1a;
  border: none;
}

.topPage_recruit-button a:hover {
  color: #fff;
  background: #1a1a1a;
  border: none;
}
}
/* ========================================================================== */
/* コンテンツ ========= */
/* ========================================================================== */
.contents-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contents-list li:nth-child(1) {
  -webkit-box-ordinal-group: -1;
  -ms-flex-order: -2;
  order: -2;
}

.contents-list li:nth-child(3) {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.contents-list li:nth-child(1) {width: 50%;}
.contents-list li:nth-child(2) {width: 50%; position: relative;}
.contents-list li:nth-child(2):before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 15px 15px;
  border-color: transparent transparent #ffffff transparent;
  position: absolute;
  top: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 10;
}
.contents-list li:nth-child(3) {width: 50%;}
.contents-list li:nth-child(4) {width: 25%;}
.contents-list li:nth-child(5) {width: 25%;}
.contents-list li:nth-child(6) {width: 75%;}
.contents-list li:nth-child(7) {width: 25%;}
.contents-list li:nth-child(7):before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 15px 0;
  border-color: transparent #ffffff transparent transparent;
  position: absolute;
  top: 50%;
  left: -15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
}


.contents-list-heading {
  text-align: center;
  margin: 0;
}
.contents-list-text {
  text-align: center;
}
.contents-list-text+.topPage_button {
  margin-top: 16px;
}

.contents-list li {
  position: relative;
}
.contents-list-box {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

figure {
  position: relative;
  overflow: hidden;
}
figcaption {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.6);
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 0;
  margin-top:1px;
}
figure:hover figcaption {
  opacity: 1;
}

.figcaption-text{
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color:#fff;
  text-align: center;
  font-size:20px;
  font-size:2.0rem;
}

/* Mサイズ、デスクトップ : Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
.contents-list-text {
  text-align: left;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: -.1em;
  padding: 0 15px;
}

.contents-list-text+.topPage_button {
  margin-top: 0;
  max-width: 160px;
}
  
  .figcaption-text{
    font-size:1.8rem;
  }
}

/* Sサイズ、タブレット : Small Devices, Tablets */
@media only screen and (max-width : 768px) {
.topPage_contents-list a {
  display: block;
}
.topPage_concept-box {
  margin-bottom: 40px;
  border: 1px solid #464646;
  padding-bottom: 32px;
}
.topPage_concept-img {
  margin-bottom: 24px;
  position: relative;
}
.topPage_concept-img:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 15px 15px;
  border-color: transparent transparent #ffffff transparent;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.topPage_concept-img img {
  width: 100%;
}

.topPage_concept-title svg {
  width: 154px;
  height: 54px;
}
.topPage_concept-title {
  text-align: center;
  margin: 0 0 8px;
}
.topPage_concept-text {
  text-align: center;
  margin-bottom: 24px;
}
}


/* ========================================================================== */
/* ブログ ========= */
/* ========================================================================== */
.blog_list-img {
  margin-bottom: 16px;
}
.blog_list p {
  font-size: 14px;
  font-size: 1.4rem;
}
.blog_list-date,
.blog_list-title{
  margin: 0;
}


/* Sサイズ、タブレット : Small Devices, Tablets */
@media only screen and (max-width : 768px) {
.blog_list li {
  margin-bottom: 24px;
}
.blog_list li:after {
  content: "";
  display: block;
  clear: both;
}

.blog_list-img {
  margin-bottom: 0;
  width: 25%;
  float: left;
  margin-right: 8px;
}
}

/* ========================================================================== */
/* リクルート ========= */
/* ========================================================================== */
.topPage_recruit-wrap {
  background: url(../images/index/recruit_bg.jpg) no-repeat top center;
  height: 600px;
  background-size: cover;
  position: relative;
}

.topPage_recruit-box {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.topPage_recruit-img {
  text-align: center;
  margin-bottom: 24px;
}

.topPage_recruit-text {
  color: #fff;
  text-align: center;
  line-height: 2.2;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 40px;
}

.topPage_recruit-button {
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
  text-align: center;
  height: 50px;
  line-height: 50px;
}


/* Sサイズ、タブレット : Small Devices, Tablets */
@media only screen and (max-width : 768px) {
.topPage_recruit-wrap {
  background: none;
  height: auto;
  position: static;
}
.topPage_recruit-photo {
  margin-bottom: 16px;
  text-align: center;
}
.topPage_recruit-box {
  position: static;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.topPage_recruit-img .visible-xs {
    width: 253px;
    margin: 0 auto;
}
.topPage_recruit-text {
  color: #464646;
  line-height: 2;
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 32px;
}
}

/* Sサイズ、タブレット : Small Devices, Tablets */
@media only screen and (max-width : 480px) {

}


/* ========================================================================== */
/* 予約バナー ========= */
/* ========================================================================== */

.fix_reservation_z{
  position: fixed;
  right:-62px;
  top:66.9%;
  z-index: 20;
}

.fix_reservation_z img,.fix_reservation_s img{
width:65%;
  margin-bottom:20px; 
}
