@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500&display=swap');

#contents-wrapper {
	width: 100%!important;
  min-width: 1400px;
  margin-top: 0px;
  padding-top: 52px;
  padding-bottom: 45px;
  overflow:hidden;
  background-color: #fff;
  font-family: 'Montserrat', 'Noto Sans Japanese', sans-serif;
  position: relative;
}
.contents-wrapper-f {
  width: 200vw;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -750px;
}

#special-header-wrapper {
  display: none;
}
#footer-wrapper {
  position: relative;
  z-index: 4;
}
#special-column {
  width: 100%;
  float: none;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  overflow:hidden;
  color: #282828;
}
.special-column-h {
  width: 200vw;
  position: fixed;
  top: 25px;
  right: 50%;
  margin-right: -750px;
  z-index: 3;
}
.special-column-f {
  width: 200vw;
  position: fixed;
  bottom: 0;
  left: 50%;
  margin-left: -750px;
}

.sc-icon {
  width: 40px;
  padding-top: 60px;
  position: fixed;
  bottom: 12px;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 2;
  display: inline-block;
  text-decoration: none;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  text-align: center;
}
.sc-icon span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 30px;
  height: 50px;
  margin-left: -15px;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 50px;
  box-sizing: border-box;

}
.sc-icon span::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: '';
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 100%;
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

#special-column img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
#special-column .section {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.note-header-inner {
  width: 470px;
}
.note-header h2 {
  padding-bottom: 39px;
  font-size: 11px;
  line-height: 2;
  text-align: center;
}
.note-header h2 span {
  display: block;
  padding-top: 4px;
  font-size: 9px;
  line-height: 1;
}
.note-header-img {
  width: 350px;
  margin: 0 auto 55px;
}
.note-header-txt {
  font-size: 12px;
  line-height: 3;
  letter-spacing: 0.06em;
  text-align: center;
}

.note-sec {
  width: 790px;
  margin: 0 auto;
}
.note-sec .name {
  padding-bottom: 10px;
  font-size: 14px;
  line-height: 1;
}
.note-sec .name span {
  display: block;
  font-size: 9px;
  padding-bottom: 3px;
}

.note-sec .btn {
  box-sizing: border-box;
  display: block;
  width: 80px;
  height: 20px;
  padding-top: 5px;
  border: 1px solid #282828;
  font-size: 9px;
  line-height: 1;
  text-align: center;
  color: #282828;
  font-weight: 400;
}

.note-sec-salon {
  padding-top: 120px;
  width: 190px;
  text-align: right;
}
.note-sec-salon .btn {
  margin-left: 110px;
}
.note-sec-img {
  position: relative;
  width: 350px;
  height: 418px;
  padding: 0px 30px;
}

.note-sec-stylist {
  height: 90px;
  padding-bottom: 115px;
}
.slick-prev {
  display: none!important;
}
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    bottom: 36px;
    right: -36px;
    display: block;

    width: 74px;
    height: 95px;
    padding: 0;
    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
  background: url("pc_btn_change.svg") no-repeat;
  background-size: 100% auto;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  z-index: 3;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
}
.slick-next:hover {
  opacity: 0.5;
}


.staff-credit {
}
.staff-credit-inner {
  width: 300px;
  text-align: center;
  font-weight: 500;
}

.staff-credit h3 {
  padding-bottom: 40px;
  font-size: 16px;
  line-height: 1;
  text-align: center;
}
.staff-credit h3 span {
  display: block;
  padding: 11px 0px 6px;
  font-size: 10px;
}

.staff-credit h4 {
  font-size: 10px;
  line-height: 1;
  padding-bottom: 10px;
}
.staff-credit p {
  font-size: 12px;
  line-height: 2;
  padding-bottom: 2em;
}

