@charset "UTF-8";
/*リセット
--------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*フォント
---------------------------------------------*/
@font-face {
  font-family: "noto-sans";
  src: url("../fonts/NotoSansCJKjp-Bold.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Bold.woff") format("woff"), url("../fonts/NotoSansCJKjp-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/*メディアクエリー
---------------------------------------------*/
/*変数
---------------------------------------------*/
/*フォント*/
.zen-old-mincho-regular {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.zen-old-mincho-medium {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
}

.zen-old-mincho-semibold {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-style: normal;
}

.zen-old-mincho-bold {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
}

.zen-old-mincho-black {
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
  font-style: normal;
}

/* コンテンツ
---------------------------------------------*/
html,
body,
#wrapper {
  width: 100%;
  font-feature-settings: "palt" 1;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  background-color: #1F2E5F;
  color: #DAC3A0;
  line-height: initial;
}
@media screen and (min-width: 769px) {
  html,
  body,
  #wrapper {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  html,
  body,
  #wrapper {
    font-size: 14px;
  }
}
html a,
body a,
#wrapper a {
  color: #DAC3A0;
  text-decoration: none;
}

@media screen and (min-width: 769px) {
  .fv_content {
    position: relative;
  }
  .fv_content .title, .fv_content .text {
    position: absolute;
  }
  .fv_content .title {
    right: 10%;
    top: 18%;
    width: 25%;
  }
  .fv_content .text {
    bottom: 5%;
    left: 4%;
    width: 35%;
  }
}

img {
  width: 100%;
  display: block;
}

@media screen and (min-width: 769px) {
  .pcNone {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pcNone {
    display: block;
  }
}

@media screen and (min-width: 769px) {
  .spNone {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .spNone {
    display: none;
  }
}

div.header {
  position: relative;
  display: block;
}
@media screen and (max-width: 768px) {
  div.header {
    width: 100%;
    background: url(../images/sp_main.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }
}

.lead {
  font-weight: 400;
  width: 100%;
  padding: 200px 0 0px;
}
@media screen and (max-width: 768px) {
  .lead {
    padding: 90px 0;
  }
}
.lead__text {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}
.lead h1 {
  font-weight: 700;
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  .lead h1 {
    font-size: clamp(24px, 2.35vw, 30px);
  }
}
@media screen and (max-width: 768px) {
  .lead h1 {
    font-size: 23px;
    font-size: clamp(18px, 7vw, 23px);
    margin: 70px auto 30px;
  }
}
.lead p {
  font-size: 14px;
  line-height: 4em;
  margin-bottom: 30px;
  letter-spacing: 3px;
}
@media screen and (max-width: 768px) {
  .lead p {
    text-align: left;
    width: 80%;
    margin: 0 auto;
    line-height: 2.3em;
    letter-spacing: 1px;
  }
}

.date {
  margin: 130px 0;
  color: #1F2E5F;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .date {
    margin: 0 0 100px 0;
  }
}
.date__inner {
  padding: 70px 0;
  text-align: center;
  max-width: 800px;
  width: 66.6666666667%;
  margin: 0 auto;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .date__inner {
    padding: 80px 0;
    width: 100%;
  }
}
.date__inner h2 {
  font-size: 28px;
  border-bottom: #1F2E5F solid 1px;
  display: inline;
}
@media screen and (max-width: 768px) {
  .date__inner h2 {
    font-size: 21px;
  }
}
.date__inner h2 span {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .date__inner h2 span {
    font-size: 14px;
  }
}
.date__inner p:nth-of-type(1) {
  margin-top: 30px;
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  .date__inner p:nth-of-type(1) {
    margin-top: 35px;
    font-size: 26px;
  }
}
.date__inner p:nth-of-type(2) {
  margin-top: 10px;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .date__inner p:nth-of-type(2) {
    margin-top: 12px;
    font-size: 16px;
  }
}
.date .ticket {
  font-size: 12px;
  width: 47.5%;
  margin-top: 70px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .date .ticket {
    font-size: 16px;
    margin-top: 80px;
    width: 80%;
  }
}
.date .ticket p {
  font-size: 18px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .date .ticket p {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.date .ticket .detail {
  margin: 0 auto 30px;
  text-align: left;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .date .ticket .detail {
    font-size: 12px;
    width: 100%;
  }
}
.date .ticket .detail li {
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .date .ticket .detail li {
    margin-bottom: 10px;
  }
}
.date .ticket .detail li:nth-of-type(2) {
  font-weight: 700;
}
.date .ticket .shoplist {
  background-color: #1F2E5F;
  padding: 8px 0;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .date .ticket .shoplist {
    font-size: 12px;
  }
}
.date .ticket .shoplist a {
  color: #fff !important;
}

.shoplist:hover {
  opacity: 0.8;
}

.sliderArea {
  width: 100%;
}

.cate {
  color: #DAC3A0;
  padding: 130px 0 0px;
}
@media screen and (max-width: 768px) {
  .cate {
    padding: 84px 0 0;
  }
}
.cate .title {
  text-align: center;
  margin: 0 auto;
  font-size: 34px;
}
@media screen and (max-width: 768px) {
  .cate .title {
    font-size: 30px;
  }
}
.cate .title__sub {
  text-align: center;
  font-size: 16px;
}

.cate ul {
  display: flex;
  flex-wrap: wrap;
  width: 800px;
  margin: 34px auto 0px;
}
@media screen and (max-width: 768px) {
  .cate ul {
    width: 97%;
    margin: 34px auto 0px;
  }
}
.cate ul li {
  width: calc(33.3333333333% - 30px);
  margin: 0 auto 50px;
}
@media screen and (max-width: 768px) {
  .cate ul li {
    margin: 0 auto 30px;
    width: calc(33.3333333333% - 5px);
  }
}
.cate ul li a {
  text-decoration: none;
  text-align: center;
  font-size: 14px;
}
.cate ul li a p {
  margin: 10px 0 10px;
  line-height: 1.6em;
}
@media screen and (max-width: 768px) {
  .cate ul li a p {
    font-size: 11px;
    margin: 8px 0 7px;
    text-align: center;
  }
}
.cate ul li a .buy {
  text-align: center;
  align-items: center;
  margin: 5px auto;
  font-weight: bold;
  background-color: #DAC3A0;
  padding: 3px 0;
  width: 112px;
  font-size: 14px;
  color: #1F2E5F;
}
@media screen and (max-width: 768px) {
  .cate ul li a .buy {
    font-size: 11px;
    font-weight: 700;
    width: 63%;
    padding: 3% 2%;
  }
}
.cate ul li a .buy:hover {
  opacity: 0.8;
}
.cate ul li a .soon {
  background-color: #1F2E5F;
  border: #DAC3A0 solid 1px;
  color: #DAC3A0;
}

/* View All */
.all {
  margin: 40px auto 100px;
  width: 53.3333333333%;
  max-width: 640px;
  padding: 1%;
  text-align: center;
  background-color: #fff !important;
}
@media screen and (max-width: 768px) {
  .all {
    max-width: 302px;
    width: 80.5333333333%;
    margin: 40px auto 90px;
  }
}
.all__btn {
  font-size: 18px;
  color: #1F2E5F !important;
  display: block;
}
@media screen and (max-width: 768px) {
  .all__btn {
    font-size: 17px;
    padding: 2% 0;
  }
}

.all:hover {
  opacity: 0.8;
}

.info {
  text-align: center;
  background-color: #272D48;
}
.info__box {
  width: 36.6666666667%;
  margin: 0 auto;
  padding: 90px 0;
}
@media screen and (max-width: 768px) {
  .info__box {
    width: 80%;
    padding: 90px 0 86px;
  }
}
.info__box h3 {
  font-size: 34px;
}
.info__box h4 {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .info__box h4 {
    margin-bottom: 80px;
  }
}
.info__box h5 {
  line-height: 1;
  margin-top: 70px;
  font-size: 15px;
  border: #DAC3A0 solid 1px;
  padding: 10px 0;
}
@media screen and (max-width: 768px) {
  .info__box h5 {
    line-height: 1.3;
  }
}
.info__box ul > li {
  font-size: 12px;
  text-align: left;
  margin-top: 15px;
}

/* グラデライン */
.info::before,
.info::after {
  background-image: linear-gradient(to right, transparent, #DAC3A0 50%, transparent); /* 線の両端を透過 */
  background-repeat: no-repeat;
  content: "";
  height: 0.5px; /* 横線の高さ */
  left: 0; /* 線を中央寄せ */
  margin-inline: auto; /* 線を中央寄せ */
  position: absolute;
  right: 0; /* 線を中央寄せ */
  width: 100%; /* 横線の長さの割合 */
}

/* 上の線 */
.info::after {
  top: 0; /* タイトルの上に配置 */
}

/* 下の線 */
.info::before {
  bottom: 0; /* タイトルの下に配置 */
}

/* レイアウトのためのスタイル */
.info {
  position: relative;
}

/* グラデライン END */
.modal_open {
  background-color: #79212e;
  color: #fff;
  width: 25%;
  text-align: center;
  padding: 2% 5%;
  border-radius: 30px;
  cursor: pointer;
  min-width: 200px;
  letter-spacing: 0.2em;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .modal_open {
    width: 10%;
    margin: 0px auto;
    padding: 4% 2%;
    font-size: 14px;
  }
}

.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  padding: 10% 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  box-sizing: border-box;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .modal-container {
    padding: 60px 0;
  }
}

.modal-container:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
}

.modal-container.active {
  opacity: 1;
  visibility: visible;
}

.modal-content {
  background-color: #d9d9d7;
  padding: 10%;
}
.modal-content .title {
  font-size: 20px;
  text-align: center;
}
.modal-content .text {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .modal-content .text {
    font-size: 11px;
  }
}

.modal-body {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 800px;
  width: 90%;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .modal-body {
    width: 100%;
  }
}

.modal-close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: -15%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}

.slick-slide {
  margin: 0 2.5px;
  box-sizing: border-box;
}

.slick-slide img {
  width: 100%;
  height: auto;
}

.slick-prev,
.slick-next {
  z-index: 1;
}

.slick-prev {
  left: -20px !important;
}
@media screen and (max-width: 768px) {
  .slick-prev {
    left: -14px !important;
  }
}

.slick-next {
  right: -30px !important;
}
@media screen and (max-width: 768px) {
  .slick-next {
    right: -20px !important;
  }
}

.slick-prev:before,
.slick-next:before {
  color: #000;
}
@media screen and (max-width: 768px) {
  .slick-prev:before,
  .slick-next:before {
    font-size: 11px !important;
  }
}

.slick-slide {
  transition: all ease-in-out 0.3s;
}

.slick-active {
  opacity: 1;
}

.slick-current {
  opacity: 1;
}

.thumb {
  margin: 20px 0 0;
}

.thumb .slick-slide {
  cursor: pointer;
}

.thumb .slick-slide:hover {
  opacity: 0.7;
}

.slick-next:before {
  background: url(../images/nx.png) !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
}

.slick-prev:before {
  background: url(../images/pv.png) !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}

.slick-prev:before {
  color: transparent !important;
}

.slick-next:before {
  color: transparent !important;
}

.footer {
  width: 100%;
  background-color: #1F2E5F;
  padding: 110px 0 110px;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 100px 0 100px;
  }
}
.footer .link {
  width: 35%;
  margin: 0 auto 30px;
  padding: 1%;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .footer .link {
    width: 74.6666666667%;
    margin: 20px auto;
  }
}
.footer .link a {
  font-size: 18px;
  text-decoration: none;
  display: block;
  color: #1F2E5F !important;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .footer .link a {
    font-size: 17px;
    padding: 2% 0;
  }
}
.footer .insta {
  width: 35%;
  margin: 0 auto;
}
.footer .insta a {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.footer .insta div {
  width: 16px;
  margin-right: 5px;
  margin-bottom: 3px;
}
@media screen and (max-width: 768px) {
  .footer .insta div {
    width: 13px;
    margin-bottom: 1px;
  }
}
.footer .insta span {
  -webkit-text-decoration: underline 1px;
          text-decoration: underline 1px;
  text-underline-offset: 0.1em;
  font-size: 21px;
}
@media screen and (max-width: 768px) {
  .footer .insta span {
    font-size: 16px;
    -webkit-text-decoration: underline 0.5px;
            text-decoration: underline 0.5px;
  }
}
@media screen and (min-width: 769px) {
  .footer .copy {
    width: 27.5%;
    margin: 70px auto 30px;
  }
}
@media screen and (max-width: 768px) {
  .footer .copy {
    width: 61.3333333333%;
    margin: 50px auto 20px;
  }
}
.footer p.addition {
  font-size: 10px;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .footer p.addition {
    width: 74.6666666667%;
    margin: 0 auto;
    line-height: 1.5;
    text-align: left;
  }
}

/* ANIMATION
--------------------------------------*/
.fuwatAnime {
  animation-fill-mode: both;
  animation-duration: 1.5s;
  animation-name: fuwatAnime;
  visibility: visible !important;
}
@keyframes fuwatAnime {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* sass読み込み
--------------------------------------*/
html.lb-disable-scrolling {
  overflow: hidden;
  /* Position fixed required for iOS. Just putting overflow: hidden; on the body is not enough. */
  position: fixed;
  height: 100vh;
  width: 100vw;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-prev:before,
.slick-next:before {
  color: black;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}/*# sourceMappingURL=style.css.map */