@charset 'utf-8';
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond&family=Poppins&family=Cormorant+Garamond&family=Shippori+Mincho&family=Noto+Sans+JP&display=swap');

*,
*::before,
*::after {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  font-size: 100%;
  font-weight: 400;
  margin: 0;
  outline: none;
  padding: 0;
}

body {
  background-color: #000;
  color: #fff;
  font-family: 'Poppins', 'Noto Sans JP', sans-serif;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
  letter-spacing: .05em;
  line-height: 2;
  -moz-osx-font-smoothing: grayscale;
  text-align: justify;
}

.serif {
  font-family: 'Shippori Mincho', serif;
}

a {
  color: #fff;
  text-decoration: none;
  transition: opacity .3s;
}

a:hover {
  opacity: .5;
}

br.sp,
span.sp {
  display: none;
}

img {
  display: block;
  margin: auto;
  max-width: 100%;
}

.header {
  align-items: center;
  background: linear-gradient(to bottom, rgba(0, 0, 0, .75), rgba(0, 0, 0, 0));
  display: flex;
  justify-content: space-between;
  left: 0;
  padding: 30px 5vw;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 101;
}

.header .logo {
  width: 220px;
}

.header .gnavi {
  align-items: center;
  display: flex;
}

.header .gnavi a {
  display: block;
  letter-spacing: .25em;
  margin-left: 3.5vw;
}

section {
  margin-top: 150px;
  padding-top: 150px;
}

h1.heading {
  font-family: 'Cormorant Garamond', serif;
  font-size: 70px;
  letter-spacing: .25em;
  margin-bottom: 40px;
  text-align: center;
}

.cover {
  height: 100vh;
  margin: 0;
  position: relative;
}

.cover::after {
  background: linear-gradient(to top, rgba(0,0,0,1), rgba(0,0,0,0));
  bottom: 0;
  content: '';
  display: block;
  height: 300px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}

.cover video {
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.cover .copy {
  bottom: 150px;
  filter: drop-shadow(5px 5px 30px rgba(0,0,0,.5));
  left: 5vw;
  position: absolute;
  z-index: 3;
}

.cover .copy h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 12vw;
  line-height: .7;
}

.cover .copy p {
  font-size: 18px;
  letter-spacing: .1em;
  line-height: 2;
  margin-top: 50px;
}

.cover .copy p strong {
  display: inline-block;
  font-size: 28px;
  margin-bottom: 20px;
}

.cover .scroll {
  bottom: -80px;
  font-size: 10px;
  height: 160px;
  left: 5vw;
  letter-spacing: .25em;
  padding-bottom: 10px;
  position: absolute;
  text-align: right;
  transform-origin: right bottom;
  z-index: 4;
}

.cover .scroll::after {
  animation: down 2.5s ease infinite;
  background: #fff;
  content: '';
  display: block;
  height: 0;
  left: -2.5vw;
  position: absolute;
  top: 0;
  width: 1px;
  z-index: 1;
}

@keyframes down {
  0% {
    height: 0;
    top: 0;
  }

  40% {
    height: 100%;
    top: 0;
  }

  80% {
    height: 0;
    top: 100%;
  }

  100% {
    height: 0;
    top: 100%;
  }
}

.concept .logo {
  margin: 0 auto;
  width: 200px;
}

.concept .bg {
  background: url(../img/cover.jpg) center center no-repeat;
  background-size: cover;
  padding: 100px 0;
  position: relative;
}

.concept .bg::before,
.concept .bg::after {
  background: linear-gradient(to bottom, rgba(0,0,0,1), rgba(0,0,0,0));
  content: '';
  display: block;
  height: 300px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.concept .bg::after {
  background: linear-gradient(to top, rgba(0,0,0,1), rgba(0,0,0,0));
  bottom: 0;
  top: auto;
}

.concept p {
  filter: drop-shadow(0 2px 8px rgba(0,0,0,1));
  font-size: 18px;
  position: relative;
  text-align: center;
  z-index: 3;
}

.concept .lead {
  font-size: 28px;
  letter-spacing: .1em;
  margin-bottom: 50px;
}

.concept .visual {
  background: url(../img/concept.jpg) center center no-repeat;
  background-size: cover;
  height: 100vh;
  margin-top: 200px;
  position: relative;
}

.concept .visual::before,
.concept .visual::after {
  background: linear-gradient(to bottom, rgba(0,0,0,1), rgba(0,0,0,0));
  content: '';
  display: block;
  height: 300px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.concept .visual::after {
  background: linear-gradient(to top, rgba(0,0,0,1), rgba(0,0,0,0));
  bottom: 0;
  top: auto;
}

.producer .flex {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 100px;
  width: 640px;
}

.producer .flex .left {
  width: 47.5%;
}

.producer h1 {
  color: #ac9a74;
  font-family: 'Cormorant Garamond', serif;
  font-size: 50px;
  line-height: 1;
  margin-top: 10px;
}

.producer h2 {
  font-size: 18px;
  margin: 10px 0 30px;
}

.producer .flex .right {
  padding-top: 75px;
  width: 47.5%;
}

.menu .kv {
  margin: auto;
  max-width: 900px;
  width: 90%;
}

.menu .item {
  margin: 70px auto 0;
  max-width: 900px;
  width: 90%;
}

.menu .item .title {
  border-bottom: 1px solid #ac9a74;
  color: #ac9a74;
  font-size: 30px;
  padding-bottom: 15px;
  text-align: center;
}

.menu .item .lead {
  margin-top: 30px;
  text-align: center;
}

.price-list {
  border: 0;
  border-collapse: collapse;
  margin: 20px auto 0;
  max-width: 400px;
  width: 90%;
}

.price-list th.r {
  text-align: right;
}

.price-list th,
.price-list td {
  border-bottom: 1px solid #222;
  padding: 10px 0;
}

.price-list td {
  font-size: 18px;
  text-align: right;
  width: 30%;
}

.price-list .info {
  color: #999;
  font-size: 12px;
}

.menu .item .note {
  color: #999;
  font-size: 12px;
  margin-top: 20px;
  text-align: center;
}

.menu .item a {
  background-color: rgba(172, 154, 116, .5);
  border-radius: 6px;
  color: #fff;
  display: block;
  margin: 20px auto 0;
  max-width: 400px;
  padding: 10px;
  position: relative;
  text-align: center;
}

.menu .item a::after {
  content: '＋';
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.menu .option {
  background: #222;
  margin: 150px auto 0;
  max-width: 900px;
  padding: 30px 50px;
  width: 90%;
}

.menu .option h2 {
  color: #ac9a74;
  font-size: 25px;
  margin-bottom: 20px;
  text-align: center;
}

.menu .option .item {
  align-items: flex-start;
  display: flex;
  margin-top: 30px;
  width: 100%;
}

.menu .option .item .title {
  border-bottom: 0;
  font-size: 18px;
  padding-bottom: 0;
}

.menu .option .item .title,
.menu .option .item .time,
.menu .option .item .price {
  display: inline-block;
  margin: 0 1em 0 0;
  text-align: left;
}

.menu .option .item img {
  width: 200px;
}

.menu .option .item .text {
  flex: 1;
  padding-left: 30px;
}

.menu .option .item h3 {
  color: #fff;
  margin-top: 10px;
}

.menu .option .note {
  color: #999;
  font-size: 12px;
  margin-top: 30px;
  text-align: center;
}

.therapist .kv {
  margin: auto;
  max-width: 900px;
  width: 90%;
}

.therapist .price-list {
  width: 81%;
}

.therapist .head {
  color: #ac9a74;
  margin: 50px 0 30px;
  text-align: center;
}

.salon .lead {
  font-size: 28px;
  margin: 0 auto;
  text-align: center;
  width: 90%;
}

.salon .body {
  margin: 30px auto 70px;
  text-align: center;
  width: 90%;
}

.gallery {
  margin-bottom: 100px;
}

.gallery img {
  cursor: pointer;
  height: 750px;
  margin: 0 2px;
  max-width: 500px;
  object-fit: cover;
  width: 80vw;
}

.instagram .feed {
  margin: 0 auto 70px;
  max-width: 906px;
  width: 90%;
}

.instagram .feed iframe {
  display: block;
  height: auto;
  width: 100%;
}

.instagram .link a {
  margin: 0 auto;
  max-width: 400px;
  width: 90%;
}

.access .map {
  filter: grayscale(1);
  height: 500px;
  position: relative;
}

.access .map iframe {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.salon .flex,
.access .flex,
.reserve .flex {
  display: flex;
  justify-content: space-between;
  margin: 50px auto 0;
  max-width: 800px;
  width: 90%;
}

.salon .flex .left,
.access .flex .left,
.reserve .flex .left {
  width: 47.5%;
}

.salon h2,
.access h2,
.reserve h2 {
  color: #ac9a74;
  font-family: 'Cormorant Garamond', serif;
  font-size: 25px;
  margin-bottom: 20px;
}

.salon .flex .right,
.access .flex .right,
.reserve .flex .right {
  width: 47.5%;
}

.salon .title,
.access .title,
.reserve .title {
  display: inline-block;
  width: 6em;
}

.salon .flex a,
.instagram a,
.access .flex a,
.reserve .flex a,
.floating a {
  background-color: rgba(172, 154, 116, .5);
  border-radius: 6px;
  color: #fff;
  display: block;
  margin: 30px auto 0;
  max-width: 400px;
  padding: 10px;
  position: relative;
  text-align: center;
}

.salon .flex a::after,
.instagram a::after,
.access .flex a::after,
.reserve .flex a::after,
.floating a::after {
  border: 1px solid #fff;
  border-width: 1px 1px 0 0;
  content: '';
  display: block;
  height: 8px;
  margin-top: -4px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: rotate(45deg);
  width: 8px;
}

.instagram a img,
.reserve .flex a img,
.floating a img {
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
  width: 30px;
}

.contact .lead,
.contact .thankyou {
  margin: 0 auto;
  text-align: center;
  width: 90%;
}

.contact form {
  display: block;
  margin: 30px auto 0;
  max-width: 650px;
  width: 90%;
}

.contact dl {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
}

.contact dt {
  margin: 20px 0;
  width: 25%;
}

.contact dd {
  margin: 15px 0 ;
  width: 75%;
}

.contact dd input,
.contact dd textarea {
  background: transparent;
  border: 1px solid rgba(172, 154, 116, .5);
  box-shadow: none;
  color: #fff;
  display: block;
  line-height: 2;
  outline: none;
  padding: 5px 10px;
  width: 100%;
}

.contact dd input:focus,
.contact dd textarea:focus {
  background: rgba(172, 154, 116, .3);
}

.contact .privacy {
  margin: 10px 0 25px;
  text-align: center;
}

.contact .privacy a {
  color: #ac9a74;
}

.contact input[type=submit] {
  background: rgba(172, 154, 116, .5);
  border: 0;
  border-radius: 6px;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  display: block;
  line-height: 2;
  margin: 0 auto;
  max-width: 400px;
  outline: none;
  padding: 10px;
  transition: opacity .3s;
  width: 100%;
}

.contact input[type=submit]:hover {
  opacity: .5;
}

.contact .thankyou {
  display: none;
}

.footer {
  padding: 300px 5vw 138px;
  text-align: center;
}

.footer .copyright {
  font-size: 10px;
  letter-spacing: .25em;
}

.floating {
  align-items: center;
  -webkit-backdrop-filter: brightness(.2) blur(8px);
  backdrop-filter: brightness(.2) blur(8px);
  background-color: rgba(172, 154, 116, .5);
  bottom: 0;
  display: flex;
  justify-content: space-between;
  left: 0;
  padding: 10px 5vw;
  position: fixed;
  transform: translateY(100%);
  transition: .5s;
  width: 100%;
  z-index: 100;
}

.floating.show {
  transform: translateY(0);
}

.floating .heading {
  flex: 1;
  overflow: hidden;
}

.floating .heading img {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  width: 58px;
}

.floating .heading p {
  display: inline-block;
  line-height: 1.5;
  vertical-align: middle;
}

.floating .links {
  align-items: flex-end;
  display: flex;
}

.floating .link {
  margin-left: 5px;
  text-align: center;
}

.floating a {
  background: transparent;
  color: #fff;
  margin-top: 0;
  padding: 10px 40px 10px 20px;
}

.privacy {
  margin-top: 0;
}

.privacy .heading {
  color: #ac9a74;
  font-size: 18px;
  text-align: center;
}

.privacy .head,
.privacy .body,
.privacy ul,
.privacy ol {
  list-style: none;
  margin: 0 auto;
  max-width: 800px;
  width: 90%;
}

.privacy .head {
  color: #ac9a74;
  margin-top: 30px;
}

.privacy .body {
  margin-top: 15px;
}

.privacy ol {
  margin-top: 15px;
}

.privacy li {
  position: relative;
}

.privacy ol li {
  padding-left: 3em;
}

.privacy ol li span {
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 2.5em;
}

.privacy ul li {
  padding-left: 1.5em;
}

.privacy ul li span {
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
}

@media screen and (max-width: 1050px) {
  .floating .tel {
    margin-right: 15px;
  }

  .floating .link a {
    margin: 0;
    padding: 10px 0 0;
  }

  .floating .link a::after {
    display: none;
  }

  .floating .link a span {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  body {
    font-size: 13px;
  }

  br.pc,
  span.pc {
    display: none;
  }

  br.sp,
  span.sp {
    display: inline;
  }

  .header {
    padding: 20px 5vw;
  }

  .header .logo img {
    height: 20px;
    margin: 0;
    width: auto;
  }

  .header .gnavi {
    background: #000;
    bottom: 0;
    flex-wrap: wrap;
    left: 0;
    opacity: 0;
    padding: 20vh 0 25vh;
    position: fixed;
    right: 0;
    top: 0;
    transition: opacity .3s, visibility .3s;
    visibility: hidden;
    z-index: 101;
  }

  .header .gnavi.show {
    opacity: 1;
    visibility: visible;
  }

  .header .gnavi a {
    font-family: 'Cormorant Garamond', serif;
    font-size: 25px;
    margin-left: 0;
    text-align: center;
    width: 100%;
  }

  .gnavi-btn {
    height: 60px;
    position: fixed;
    right: 0;
    top: 0;
    width: 60px;
    z-index: 102;
  }

  .gnavi-btn::before,
  .gnavi-btn::after {
    background: #fff;
    content: '';
    display: block;
    height: 1px;
    left: 15px;
    position: absolute;
    top: 27px;
    transition: top .3s, transform .3s;
    width: 30px;
  }

  .gnavi-btn::after {
    top: 33px;
  }

  .gnavi-btn.x::before {
    top: 30px;
    transform: rotate(-45deg);
  }

  .gnavi-btn.x::after {
    top: 30px;
    transform: rotate(45deg);
  }

  section {
    margin-top: 70px;
    padding-top: 70px;
  }

  h1.heading {
    font-size: 30px;
  }

  .cover .copy h1 {
    font-size: 22vw;
  }

  .cover .copy p {
    font-size: 14px;
    margin-top: 20px;
  }

  .cover .copy p strong {
    font-size: 24px;
    margin-bottom: 10px;
    padding-left: .5em;
    text-indent: -1em;
  }

  .concept .logo {
    width: 120px;
  }

  .concept .bg {
    padding: 50px 0;
  }

  .concept .lead {
    font-size: 17px;
    letter-spacing: 0;
    margin: 50px 0 30px;
  }

  .concept p {
    font-size: 14px;
  }

  .concept .visual {
    margin-top: 50px;
  }

  .producer .flex {
    display: block;
    margin-bottom: 50px;
    width: 90%;
  }

  .producer .flex .left,
  .producer .flex .right {
    width: 100%;
  }

  .producer .flex .left {
    text-align: center;
  }

  .producer .flex .left img {
    margin-bottom: 30px;
    width: 70%;
  }

  .producer h1 {
    font-size: 35px;
  }

  .producer .flex .right {
    padding-top: 30px;
  }

  .menu .item .title {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 1.3;
    padding-bottom: 20px;
  }

  .menu .item .lead {
    text-align: left;
  }

  .price-list td {
    font-size: 15px;
  }

  .menu .option {
    margin-top: 70px;
    padding: 20px 5vw;
  }

  .menu .option .item {
    display: block;
  }

  .menu .option .item img {
    margin-bottom: 20px;
    width: 100%;
  }

  .menu .option .item .text {
    padding-left: 0;
  }

  .menu .option .item .title {
    display: block;
    font-size: 16px;
  }

  .menu .option .item .description {
    margin-top: 10px;
  }

  .salon .lead {
    font-size: 17px;
    padding-left: .5em;
    text-align: left;
    text-indent: -1em;
  }

  .salon .body {
    margin: 20px auto 50px;
    text-align: left;
  }

  .gallery {
    margin-bottom: 80px;
  }

  .gallery img {
    cursor: pointer;
    height: 90vw;
    object-fit: cover;
    width: 60vw;
  }

  .instagram .feed {
    margin-bottom: 30px;
  }

  .access .map {
    height: 66.6vw;
  }

  .salon .flex,
  .access .flex,
  .reserve .flex {
    display: block;
  }

  .salon .flex .left,
  .salon .flex .right,
  .access .flex .left,
  .access .flex .right,
  .reserve .flex .left,
  .reserve .flex .right {
    width: 100%;
  }

  .salon h2,
  .access h2,
  .reserve h2 {
    margin-bottom: 10px;
  }

  .salon .flex .right,
  .access .flex .right,
  .reserve .flex .right {
    padding-top: 50px;
  }

  .salon .flex a,
  .access .flex a,
  .reserve .flex a,
  .floating a {
    margin-top: 15px;
  }

  .reserve .tel {
    font-size: 13px;
  }

  .contact .lead,
  .contact .thankyou {
    text-align: left;
  }

  .contact dl dt,
  .contact dl dd {
    float: none;
    margin: 5px 0;
    width: 100%;
  }

  .contact dl dd {
    margin-top: 0;
  }

  .privacy .heading {
    font-size: 15px;
  }

  .footer .navi {
    display: none;
  }

  .footer {
    display: block;
    padding: 200px 5vw 150px;
  }

  .footer .copyright {
    text-align: center;
  }
  .floating {
    display: block;
    font-size: 11px;
  }

  .floating .links {
    margin-top: -5px;
  }

  .floating .link {
    margin-left: 10px;
  }

  .floating .tel {
    flex: 1;
    margin: 0;
  }

  .floating .tel a {
    font-size: 15px;
    text-align: left;
  }

  .floating .line a img,
  .floating .web a img {
    margin-right: 0;
  }
}





.menu .slick-dots,
.gallery .slick-dots {
  bottom: -30px;
}

.menu .slick-dots li,
.gallery .slick-dots li {
  margin: 0;
}

.menu .slick-dots li button::before,
.gallery .slick-dots li button::before {
  background: #fff;
  border-radius: 50%;
  content: '';
  height: 8px;
  left: 6px;
  top: 6px;
  width: 8px;
}

.process {
  background: #000;
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 201;
}

.process .inner {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  left: 0;
  overflow: auto;
  padding: 40px 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.process .item {
  margin: 0 auto;
  max-width: 640px;
  width: 90%;
}

.process .item h2 {
  border-bottom: 1px solid #ac9a74;
  color: #ac9a74;
  font-size: 25px;
  margin-bottom: 30px;
  padding-bottom: 15px;
  text-align: center;
}

.process .item .photo {
  margin-bottom: 40px;
}

.process .item dt {
  color: #ac9a74;
  font-size: 14px;
}

.process .item dd {
  margin: 5px 0 25px;
}

.process .triangle {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #fff;
  margin: 15px auto -10px;
  width: 16px;
}

.process .close {
  cursor: pointer;
  filter: drop-shadow(0 1px 0 #000);
  height: 100px;
  position: fixed;
  right: 0;
  top: 0;
  width: 100px;
  z-index: 2;
}

.process .close::before,
.process .close::after {
  border-bottom: 1px solid #fff;
  content: '';
  display: block;
  height: 1px;
  left: 50%;
  margin-left: -30px;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 60px;
}

.process .close::after {
  transform: rotate(-45deg);
}

@media screen and (max-width: 768px) {
  .process .item h2 {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 1.3;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }

  .process .close {
    height: 60px;
    width: 60px;
  }

  .process .close::before,
  .process .close::after {
    margin-left: -15px;
    width: 30px;
  }
}

.lightbox {
  background: #000;
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 202;
}

.lightbox .slick-slider {
  margin-bottom: 0;
}

.lightbox .slick-slide {
  background: none center center no-repeat;
  background-size: contain;
  height: 100vh;
  outline: none;
  width: 100vw;
}

.lightbox .slick-prev,
.lightbox .slick-next {
  filter: drop-shadow(0 1px 0 #000);
  height: 100%;
  text-align: center;
  width: 150px;
  z-index: 1;
}

.lightbox .slick-prev {
  left: 0;
}

.lightbox .slick-next {
  right: 0;
}

.lightbox .slick-prev::before,
.lightbox .slick-next::before {
  border: 1px solid #fff;
  border-width: 1px 1px 0 0;
  content: '';
  display: block;
  height: 40px;
  left: 50%;
  margin: -20px 0 0 -20px;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  transition: .5s;
  width: 40px;
}

.lightbox .slick-prev::before {
  transform: rotate(225deg);
}

.lightbox .slick-prev.slick-disabled:before,
.lightbox .slick-next.slick-disabled:before {
  opacity: 0;
}

.lightbox .slick-dots {
  bottom: 30px;
}

.lightbox .slick-dots li {
  margin: 0;
}

.lightbox .slick-dots li button::before {
  background: #fff;
  border-radius: 50%;
  content: '';
  height: 8px;
  left: 6px;
  top: 6px;
  width: 8px;
}

.lightbox .close {
  cursor: pointer;
  filter: drop-shadow(0 1px 0 #000);
  height: 100px;
  position: fixed;
  right: 0;
  top: 0;
  width: 100px;
  z-index: 2;
}

.lightbox .close::before,
.lightbox .close::after {
  border-bottom: 1px solid #fff;
  content: '';
  display: block;
  height: 1px;
  left: 50%;
  margin-left: -30px;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 60px;
}

.lightbox .close::after {
  transform: rotate(-45deg);
}

@media screen and (max-width: 768px) {
  .lightbox .slick-prev,
  .lightbox .slick-next {
    width: 50px;
  }

  .lightbox .slick-prev::before,
  .lightbox .slick-next::before {
    height: 16px;
    margin: -8px 0 0 -8px;
    width: 16px;
  }

  .lightbox .slick-dots {
    bottom: 15px;
    left: 15%;
    line-height: 1;
    width: 70%;
  }

  .lightbox .close {
    height: 60px;
    width: 60px;
  }

  .lightbox .close::before,
  .lightbox .close::after {
    margin-left: -15px;
    width: 30px;
  }
}
