@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;
}
/*メディアクエリー
---------------------------------------------*/
/*変数
---------------------------------------------*/
/* コンテンツ
---------------------------------------------*/
html,
body,
#wrapper {
  letter-spacing: 0.1em;
  width: 100%;
  font-feature-settings: "palt" 1;
  font-family: yu-gothic-pr6n, source-han-sans-japanese, sans-serif, "Noto Sans JP";
  font-weight: 400;
  font-style: normal;
}
@media screen and (min-width: 769px) {
  html,
  body,
  #wrapper {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  html,
  body,
  #wrapper {
    font-size: 12px;
  }
}
html a,
body a,
#wrapper a {
  text-decoration: none;
  color: #000;
}

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

@media screen and (min-width: 769px) {
  .pcNone {
    display: none !important;
  }
}
@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 !important;
  }
}

.futura {
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.futura_b {
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
}

header {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  header {
    width: 100%;
  }
}

#mainArea {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  height: 100lvh;
  width: 100%;
}

div.content-wrap {
  margin-top: 100lvh;
  background: #fff;
  overflow: hidden;
}
div.content-wrap .lead {
  text-align: center;
  margin-bottom: 100px;
  line-height: 2em;
}
div.content-wrap .lead .title {
  width: 97px;
  margin: 0 auto 30px;
  padding-top: 100px;
}

.concept {
  width: 100%;
  background-repeat: repeat;
  background-size: cover;
  height: 500px;
  background-image: url("../images/concept.jpg");
  position: relative;
  margin-bottom: 160px;
}
@media screen and (min-width: 769px) {
  .concept {
    background-attachment: fixed;
  }
}
@media screen and (max-width: 768px) {
  .concept {
    height: 450px;
  }
}
.concept p {
  text-align: center;
  color: #fff;
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translateX(-50%);
  line-height: 2em;
}
@media screen and (max-width: 768px) {
  .concept p {
    top: 30%;
  }
}

.reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .reverse {
    margin: 0 auto;
  }
}

#content .block {
  width: 100%;
  margin: 100px 0 0;
}
#content .block .img_obi {
  width: 100%;
}
#content .block .rerative {
  position: relative;
  z-index: -10;
}
#content .block00 {
  width: 100%;
  margin: 0 auto -40px;
  text-align: center;
}
#content .block00 .news {
  position: relative;
}
#content .block00 .news .news_ttl {
  position: absolute;
  bottom: 12.5%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  font-size: 36px;
  color: #fff;
  margin: 0 auto;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  #content .block00 .news .news_ttl {
    width: 100%;
    font-size: 32px;
    bottom: 18%;
  }
}
#content .block00 .news .news_btn {
  font-weight: bold;
  position: absolute;
  padding: 10px 30px;
  bottom: 4.5%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  #content .block00 .news .news_btn {
    bottom: 6.5%;
    padding: 9px 25px;
  }
}
@media screen and (min-width: 769px) {
  #content .block00 .container_00 {
    position: relative;
    width: 95%;
    margin: 0 auto;
  }
}
#content .block00 .container_concept {
  line-height: 2.5em;
  font-size: 12px !important;
}
@media screen and (min-width: 769px) {
  #content .block00 .container_concept {
    position: absolute;
    width: 34.0350877193%;
    top: 50px;
    left: auto;
    right: 0%;
  }
  #content .block00 .container_concept__txt {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  #content .block00 .container_concept {
    margin: 40px 0;
  }
  #content .block00 .container_concept .concept_img {
    width: 95%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  #content .block00 .flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: end;
  }
}
@media screen and (min-width: 769px) {
  #content .block00 .img1 {
    position: absolute;
    width: 25.4385964912%;
    top: -10.9375%;
    left: 0%;
  }
}
@media screen and (max-width: 768px) {
  #content .block00 .img1 {
    width: 57.8666666667%;
  }
}
@media screen and (min-width: 769px) {
  #content .block00 .img2 {
    position: absolute;
    width: 16.6666666667%;
    bottom: 20.3125%;
    left: 27.3684210526%;
  }
}
@media screen and (max-width: 768px) {
  #content .block00 .img2 {
    width: 37.8666666667%;
    margin-bottom: 5.3333333333%;
  }
}
@media screen and (min-width: 769px) {
  #content .block00 .img3 {
    position: absolute;
    width: 17.9824561404%;
    top: -3.3854166667%;
    left: 45.9649122807%;
  }
}
@media screen and (max-width: 768px) {
  #content .block00 .img3 {
    margin: 40px auto 150px;
    width: 54.6666666667%;
  }
}
@media screen and (min-width: 769px) {
  #content .block00 .container_00::before {
    content: "";
    display: block;
    padding-top: 33.6842105263%;
  }
}
#content .block00 .cre {
  width: 100%;
  text-align: right;
  line-height: 1.5em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  #content .block00 .cre {
    width: 100%;
    margin: 0 auto;
  }
}
#content .block00 .cre a {
  color: #000000;
  font-size: 12px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  #content .block00 .cre a {
    line-height: 2em;
  }
}
@media screen and (max-width: 768px) {
  #content .block00 .container_00 {
    position: initial;
  }
  #content .block00 .img1, #content .block00 .img2, #content .block00 .img3 {
    position: initial;
  }
}
@media screen and (min-width: 769px) {
  #content .block01 .flex {
    display: flex;
    justify-content: space-between;
    width: 790px;
    margin: 40px auto 0;
  }
}
@media screen and (max-width: 768px) {
  #content .block01 .flex {
    width: 100%;
  }
}
#content .block01 .flex .left {
  width: 44.3037974684%;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #content .block01 .flex .left {
    width: 74.9333333333%;
    margin: 0 auto 50px;
  }
}
#content .block01 .flex .left h1 {
  letter-spacing: 1;
  font-size: 14px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #content .block01 .flex .left h1 {
    font-size: 14px;
    margin-bottom: 20px;
    margin-top: 40px;
  }
}
#content .block01 .flex .left h1 span {
  font-size: 22px;
  display: block;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  #content .block01 .flex .left h1 span {
    font-size: 22px;
  }
}
#content .block01 .flex .left .img1 {
  width: 100%;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #content .block01 .flex .left .img1 {
    width: 100%;
    margin: 0 auto;
  }
}
#content .block01 .flex .left .cre {
  width: 64%;
  text-align: right;
  line-height: 1.5em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  #content .block01 .flex .left .cre {
    width: 100%;
    margin: 0 auto;
  }
}
#content .block01 .flex .left .cre a {
  color: #000000;
  font-size: 12px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  #content .block01 .flex .left .cre a {
    line-height: 2em;
  }
}
#content .block01 .flex .right {
  margin-top: -80px;
  width: 48.1012658228%;
}
@media screen and (max-width: 768px) {
  #content .block01 .flex .right {
    margin-top: 40px;
    margin-left: 9%;
    width: 52.2666666667%;
  }
}
#content .block01 .flex .right .cre {
  width: 100%;
  text-align: right;
  line-height: 1.5em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  #content .block01 .flex .right .cre {
    width: 95%;
    margin: 0 auto;
  }
}
#content .block01 .flex .right .cre a {
  color: #000000;
  font-size: 12px;
  letter-spacing: 1;
}
@media screen and (max-width: 768px) {
  #content .block01 .flex .right .cre a {
    line-height: 2em;
  }
}
#content .block01 .container_img3 {
  width: 790px;
  margin: -100px auto 0;
  z-index: 100 !important;
  position: relative;
}
@media screen and (max-width: 768px) {
  #content .block01 .container_img3 {
    width: 37%;
    margin: -50px 52% 0;
  }
}
#content .block01 .container_img3 .box_img3 {
  width: 31.6455696203%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #content .block01 .container_img3 .box_img3 {
    width: 100%;
    padding-bottom: 50px;
  }
}
#content .block01 .img4 {
  width: 1000px;
  margin: 0 auto;
  z-index: -10;
}
@media screen and (max-width: 768px) {
  #content .block01 .img4 {
    width: 100%;
    height: 266px;
    margin: 50px auto 160px;
  }
}
#content .block01 .img4 .flex {
  width: 945px;
  margin: -50px auto;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #content .block01 .img4 .flex {
    width: 97%;
    margin: 0 auto 0;
    height: 320px;
    display: flex;
    justify-content: space-evenly;
  }
}
#content .block01 .img4 .flex .ue {
  width: 44.9735449735%;
  top: -17%;
  left: 0;
}
@media screen and (max-width: 768px) {
  #content .block01 .img4 .flex .ue {
    top: 0;
    width: 49%;
  }
}
#content .block01 .img4 .flex .sita {
  width: 41.2698412698%;
  bottom: 17%;
  right: 0;
}
@media screen and (max-width: 768px) {
  #content .block01 .img4 .flex .sita {
    width: 45%;
  }
}
#content .block01 .img4 .cre {
  width: 100%;
  text-align: right;
  line-height: 1.5em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  #content .block01 .img4 .cre {
    width: 100%;
    margin: 0 auto;
  }
}
#content .block01 .img4 .cre a {
  color: #000000;
  font-size: 12px;
  letter-spacing: 1;
}
@media screen and (max-width: 768px) {
  #content .block01 .img4 .cre a {
    line-height: 2em;
  }
}
#content .block03 {
  margin-bottom: 140px;
}
#content .block03 .img_obi {
  position: relative;
}
#content .block03 .img_obi .news_ttl {
  position: absolute;
  bottom: 21.5%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  font-size: 36px;
  color: #fff;
  margin: 0 auto;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  #content .block03 .img_obi .news_ttl {
    width: 100%;
    text-align: center;
  }
}
#content .block03 .img_obi .news_btn {
  font-weight: bold;
  position: absolute;
  padding: 10px 30px;
  bottom: 7.5%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  background-color: #fff;
}
#content .item {
  max-width: 1000px;
  margin: 0 auto 140px;
}
#content .item p.title {
  text-align: center;
  font-size: 14px;
  line-height: 1.7em;
}
#content .item p.title span {
  font-size: 22px;
  display: block;
}
#content .item ul {
  max-width: 1000px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #content .item ul {
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
  }
}
#content .item ul li {
  width: 24%;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #content .item ul li {
    width: 32%;
  }
}
#content .item ul li a {
  color: #000000;
  line-height: 1.6em;
  font-size: 11px;
}
#content .item ul li a p {
  letter-spacing: 0.04em;
}
#content .item ul li a p span {
  font-size: 11px;
}
@media screen and (max-width: 768px) {
  #content .item ul li a p span {
    font-size: 10px;
  }
}
#content .item .btn {
  margin: 50px auto 0;
  width: 400px;
  height: 40px;
  border: #000000 1px solid;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #content .item .btn {
    width: 70%;
  }
}
#content .item .btn a {
  color: #000000;
  text-align: center;
  line-height: 40px;
  display: block;
}

.slider div {
  padding: 0;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .slider div {
    width: 200%;
  }
}

@media screen and (min-width: 769px) {
  .slick-slide {
    box-sizing: border-box;
  }
}
.slick-slide img {
  width: 100%;
  height: auto;
}

.slick-slide {
  transition: all ease-in-out 0.3s;
  opacity: 1 !important;
}

footer {
  background-color: #D3D3D3;
  padding: 140px 0;
}
footer p {
  text-align: center;
  font-size: 10px;
  color: #fff;
}
footer .logo {
  margin: 0px auto 30px;
}
footer .logo img {
  width: 110px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 768px) {
  footer .logo img {
    width: 23%;
    margin: 0 auto 0px;
  }
}

.scrolltop {
  position: fixed;
  top: 20px;
  right: 40px;
  border-radius: 10px 0 0 10px;
  z-index: 100;
  align-items: center;
  justify-content: space-evenly;
  display: flex;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .scrolltop {
    width: 90%;
    z-index: 110;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.scrolltop li {
  letter-spacing: 1px;
  text-align: center;
  right: 0;
}
@media screen and (min-width: 769px) {
  .scrolltop li {
    padding: 0 15px;
  }
}
.scrolltop li a {
  color: #000;
}
.scrolltop .insta > a {
  width: 50px;
  padding: 5px 10px;
  border-radius: 15px;
}
.scrolltop .insta > a img {
  width: 24px;
}
@media screen and (max-width: 768px) {
  .scrolltop .insta > a img {
    margin: 0 auto;
  }
}

/* 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 */