@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: source-han-sans-japanese, sans-serif, "Noto Sans JP";
  font-weight: 400;
  font-style: normal;
  background-color: #a09b8d;
  color: #fff;
}
@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 {
  text-decoration: none;
}

.loader {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: #948c7e;
  z-index: 555;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loader .txt {
  width: 210px;
  animation: flash 3s linear infinite;
}
@media screen and (max-width: 768px) {
  .loader .txt {
    width: 30%;
  }
}

@keyframes flash {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
.open {
  font-family: open-sans, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.bold {
  font-weight: 700;
}

.exbold {
  font-family: open-sans, sans-serif;
  font-weight: 800;
  font-style: normal;
}

.nim {
  font-family: nimbus-sans, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.nimbold {
  font-family: nimbus-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.nim_exbold {
  font-family: nimbus-sans, sans-serif;
  font-weight: 900;
  font-style: normal;
}

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;
  }
}

header {
  padding: 70px 0 100px;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  header {
    width: clamp(900px, 80%, 1100px);
  }
}
@media screen and (max-width: 768px) {
  header {
    width: 100%;
    padding: 40px 0 0 0;
    margin: 0px auto 70px;
    overflow: hidden;
  }
}
header #leeep-tag-1114080288037683200 {
  z-index: 1;
}
header #leeep-tag-1129308265084104704 iframe {
  z-index: 12;
  top: 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  header #leeep-tag-1130689645680537600 iframe {
    width: 80% !important;
    margin: 0 auto !important;
  }
}
header h2 {
  color: #fff;
  position: fixed;
  transform: rotateZ(90deg);
  z-index: 9;
  display: block;
  top: 50%;
  left: -0.5%;
  font-size: 16px;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  header h2 {
    left: -5%;
    font-size: 12px;
    top: 50%;
  }
}
header h3 {
  color: #fff;
  position: fixed;
  transform: rotateZ(90deg);
  z-index: 9;
  display: block;
  transform-origin: right top;
  bottom: 33%;
  font-size: 16px;
  right: 2%;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  header h3 {
    right: 3.5%;
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  div.content-wrap {
    width: 80%;
    margin: 0 auto;
    overflow: hidden;
  }
}
div.content-wrap h4 {
  font-size: 36px;
  margin-bottom: 30px;
  text-align: center;
  line-height: 1.2em;
}
@media screen and (max-width: 768px) {
  div.content-wrap h4 {
    font-size: 20px;
    text-align: left;
    margin: 0 auto 30px;
  }
}
div.content-wrap h4 span {
  font-size: 26px;
}
@media screen and (max-width: 768px) {
  div.content-wrap h4 span {
    font-size: 12px;
  }
}
div.content-wrap h5 {
  text-align: center;
  line-height: 1.8em;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  div.content-wrap h5 {
    text-align: left;
    font-size: 12px;
    line-height: 1.8em;
    margin-bottom: 70px;
  }
}
div.content-wrap ul {
  width: 800px;
  margin: 0 auto 200px;
  display: flex;
}
@media screen and (max-width: 768px) {
  div.content-wrap ul {
    width: 100%;
    flex-wrap: wrap;
    box-sizing: border-box;
    margin: 0 auto 100px;
  }
}
div.content-wrap ul li {
  width: 25%;
}
@media screen and (max-width: 768px) {
  div.content-wrap ul li {
    width: 50%;
    margin-bottom: 15px;
  }
}
div.content-wrap ul li a {
  color: #fff;
}
div.content-wrap ul li a p.num {
  width: 50px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  div.content-wrap ul li a p.num {
    font-size: 16px;
  }
}
div.content-wrap ul li a p.name {
  font-size: 15px;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1.4em;
}
@media screen and (max-width: 768px) {
  div.content-wrap ul li a p.name {
    font-size: 11px;
  }
}
div.content-wrap ul li a img {
  padding: 5% 10%;
  box-sizing: border-box;
}

#block01 .slick-dots li:nth-of-type(1) button:before {
  color: #d9d8d2;
}
#block01 .slick-dots li:nth-of-type(2) button:before {
  color: #cfc18f;
}
#block01 .slick-dots li:nth-of-type(3) button:before {
  color: #758397;
}
#block01 .slick-dots li:nth-of-type(4) button:before {
  color: #493b39;
}
#block01 .slick-dots li:nth-of-type(5) button:before {
  color: #000000;
}

#block02 .slick-dots li:nth-of-type(1) button:before {
  color: #e9e8e7;
}
#block02 .slick-dots li:nth-of-type(2) button:before {
  color: #c4b9b1;
}
#block02 .slick-dots li:nth-of-type(3) button:before {
  color: #000000;
}

#block03 .slick-dots li:nth-of-type(1) button:before {
  color: #e9e8e7;
}
#block03 .slick-dots li:nth-of-type(2) button:before {
  color: #c4b9b1;
}
#block03 .slick-dots li:nth-of-type(3) button:before {
  color: #000000;
}

#block04 .slick-dots li:nth-of-type(1) button:before {
  color: #ffffff;
}
#block04 .slick-dots li:nth-of-type(2) button:before {
  color: #d7d2ce;
}
#block04 .slick-dots li:nth-of-type(3) button:before {
  color: #7b8d98;
}
#block04 .slick-dots li:nth-of-type(4) button:before {
  color: #cfc18f;
}
#block04 .slick-dots li:nth-of-type(5) button:before {
  color: #747755;
}
#block04 .slick-dots li:nth-of-type(6) button:before {
  color: #000000;
}

#content {
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #content {
    width: 100%;
    overflow: hidden;
  }
}
#content .large {
  margin: 0 auto 20px;
}
#content .large2 {
  margin-bottom: 200px;
}
@media screen and (max-width: 768px) {
  #content .large2 {
    margin-bottom: 100px;
  }
}
#content .block {
  width: 900px;
  margin: 0 auto 100px;
}
@media screen and (max-width: 768px) {
  #content .block {
    width: 80%;
    margin: 0 auto 40px;
  }
}
@media screen and (min-width: 769px) {
  #content .block .ue {
    position: relative;
    margin-bottom: 100px;
    height: 428px;
  }
}
@media screen and (max-width: 768px) {
  #content .block .ue {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  #content .block .ue .left1 {
    width: 55%;
    position: absolute;
    z-index: 2;
    top: 3%;
  }
}
@media screen and (max-width: 768px) {
  #content .block .ue .left1 {
    width: 100%;
  }
}
#content .block .ue .left1 p.number {
  width: 80px;
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  #content .block .ue .left1 p.number {
    width: 18%;
  }
}
#content .block .ue .left1 p.title {
  position: absolute;
  margin: -25px 0 0 25px;
  font-size: 36px;
}
@media screen and (max-width: 768px) {
  #content .block .ue .left1 p.title {
    margin: -15px 0 0 15px;
    font-size: 24px;
  }
}
#content .block .ue .left1 p.text {
  width: 380px;
  margin-top: 30px;
  letter-spacing: 0.1em;
  line-height: 2em;
}
@media screen and (max-width: 768px) {
  #content .block .ue .left1 p.text {
    width: 100%;
    font-size: 12px;
    margin-top: 20px;
    margin-bottom: 40px;
  }
}
#content .block .ue .left1 img {
  width: 100%;
}
@media screen and (min-width: 769px) {
  #content .block .ue .right1 {
    position: absolute;
    width: 580px;
    right: 0;
    top: 0;
  }
}
@media screen and (max-width: 768px) {
  #content .block .ue .right1 {
    width: 100%;
    margin-bottom: 40px;
  }
}
#content .block .ue .right1 img {
  width: 100%;
}
@media screen and (min-width: 769px) {
  #content .block .ue .left2 {
    width: 580px;
    position: absolute;
    z-index: 2;
  }
}
@media screen and (max-width: 768px) {
  #content .block .ue .left2 {
    width: 100%;
    margin-bottom: 40px;
  }
}
#content .block .ue .left2 p.number {
  width: 80px;
}
@media screen and (max-width: 768px) {
  #content .block .ue .left2 p.number {
    width: 18%;
  }
}
#content .block .ue .left2 p.title {
  position: absolute;
  margin: -25px 0 0 15px;
  font-size: 36px;
}
@media screen and (max-width: 768px) {
  #content .block .ue .left2 p.title {
    margin: -15px 0 0 15px;
    font-size: 24px;
  }
}
#content .block .ue .left2 img {
  width: 100%;
}
@media screen and (min-width: 769px) {
  #content .block .ue .right2 {
    position: absolute;
    width: 55%;
    right: -16%;
    top: 5%;
    z-index: 6;
  }
}
@media screen and (max-width: 768px) {
  #content .block .ue .right2 {
    width: 100%;
    margin-bottom: 40px;
  }
}
#content .block .ue .right2 img {
  width: 100%;
}
#content .block .ue .right2 p.number {
  width: 80px;
}
@media screen and (max-width: 768px) {
  #content .block .ue .right2 p.number {
    width: 18%;
  }
}
#content .block .ue .right2 p.title {
  position: absolute;
  margin: -25px 0 0 25px;
  font-size: 36px;
}
@media screen and (max-width: 768px) {
  #content .block .ue .right2 p.title {
    font-size: 24px;
    margin: -15px 0 0 25px;
  }
}
#content .block .ue .right2 p.text {
  width: 440px;
  margin-top: 30px;
  letter-spacing: 0.1em;
  line-height: 2em;
}
@media screen and (max-width: 768px) {
  #content .block .ue .right2 p.text {
    width: 100%;
  }
}
#content .block .sita {
  margin-bottom: 70px;
}
@media screen and (min-width: 769px) {
  #content .block .sita {
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  #content .block .sita {
    margin-bottom: 0px;
  }
}
#content .block .sita .mov {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #content .block .sita .mov {
    width: 100%;
  }
}
#content .block .sita .slick {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #content .block .sita .slick {
    width: 100%;
  }
}
#content .block .sita .slick .regular {
  margin: 70px auto;
}
@media screen and (max-width: 768px) {
  #content .block .sita .slick .regular {
    width: 80%;
    margin: 30px auto 70px;
  }
}
#content .block .sita .slick .regular ul {
  padding: 0 !important;
}
#content .block .sita .slick .regular ul .li {
  width: 70%;
}
#content .block .sita .slick p.cre {
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 2em;
}
@media screen and (max-width: 768px) {
  #content .block .sita .slick p.cre {
    font-size: 13px;
  }
}
#content .block .sita .slick p.cre a {
  color: #fff;
}
#content .block .sita .slick p.cre a::after {
  content: "BUY";
  display: inline;
  color: #fff;
  border: 1px solid #fff;
  font-size: 14px;
  width: 50px;
  height: 20px;
  padding: 1px 5px;
  margin-left: 5px;
}
@media screen and (max-width: 768px) {
  #content .block .sita .slick p.cre a::after {
    font-size: 12px;
    height: 18px;
    line-height: 18px;
  }
}
#content .block .sita .slick img {
  width: 50%;
  margin: 0 auto;
}
#content .nov {
  width: 900px;
  margin: 0 auto 250px;
  background-color: #948c7e;
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  #content .nov {
    width: 100%;
    margin: 0 auto 150px;
  }
}
#content .nov .subtitle {
  -webkit-text-stroke: 1px #FFF;
  color: #948c7e;
  font-size: 80px;
  letter-spacing: 1;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #content .nov .subtitle {
    font-size: 42px;
  }
}
#content .nov .title {
  font-size: 48px;
  margin: -40px 0 0px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #content .nov .title {
    font-size: 30px;
    margin: -15px 0 0 0;
  }
}
#content .nov .date {
  font-size: 25px;
  text-align: center;
  line-height: 1.8em;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #content .nov .date {
    font-size: 18px;
  }
}
#content .nov .date span {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  #content .nov .date span {
    font-size: 12px;
  }
}
#content .nov .text {
  text-align: center;
  margin-bottom: 50px;
  line-height: 1.8em;
}
@media screen and (max-width: 768px) {
  #content .nov .text {
    font-size: 12px;
    line-height: 2em;
    letter-spacing: 1px;
    margin-bottom: 40px;
  }
}
#content .nov .novimg {
  width: 742px;
  margin: 0 auto 70px;
}
@media screen and (max-width: 768px) {
  #content .nov .novimg {
    width: 80%;
    margin: 0 auto 40px;
  }
}
#content .nov a.btn {
  display: block;
  width: 400px;
  height: 50px;
  background-color: #fff;
  color: #a09b8d;
  text-align: center;
  margin: 0 auto;
  font-size: 16px;
  line-height: 50px;
}
@media screen and (max-width: 768px) {
  #content .nov a.btn {
    width: 60%;
    font-size: 13px;
    height: 35px;
    line-height: 35px;
  }
}
#content .rec {
  width: 920px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  #content .rec {
    width: 80%;
  }
}
#content .rec .subtitle {
  -webkit-text-stroke: 1px #FFF;
  color: #a09b8d;
  font-size: 32px;
  letter-spacing: 1;
  text-align: left;
  transform: rotate(-18deg);
  top: -2%;
  left: 18%;
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #content .rec .subtitle {
    font-size: 17px;
    top: -2%;
    left: 0%;
  }
}
#content .rec .subtitle2 {
  -webkit-text-stroke: 1px #FFF;
  color: #a09b8d;
  font-size: 32px;
  letter-spacing: 1;
  text-align: left;
  transform: rotate(-18deg);
  top: -36%;
  left: 29%;
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #content .rec .subtitle2 {
    top: -60%;
    left: 20%;
    font-size: 17px;
  }
}
#content .rec .title {
  font-size: 48px;
  margin: -40px 0 70px;
  text-align: center;
  top: 0;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 768px) {
  #content .rec .title {
    font-size: 24px;
    margin: -40px 0 20px;
  }
}
#content .rec ul {
  display: flex;
  margin-bottom: 30px;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  #content .rec ul {
    margin-bottom: 0px;
    justify-content: space-between;
  }
}
#content .rec ul li {
  width: 33.33%;
}
@media screen and (max-width: 768px) {
  #content .rec ul li a {
    font-size: 11px;
    line-height: 1.6em;
  }
}
#content .rec ul li a p {
  letter-spacing: -1;
  color: #fff;
  width: 100%;
  line-height: 1.7em;
  font-size: 16px;
  text-align: left;
  width: 186px;
  margin: 20px auto 0;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  #content .rec ul li a p {
    font-size: 10px;
    width: 90%;
    margin: 10px auto 0;
  }
}
#content .rec ul li a p span {
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  #content .rec ul li a p span {
    font-size: 10px;
  }
}
@media screen and (max-width: 768px) {
  #content .rec ul li a img {
    height: auto;
  }
}
#content .rec a.btn {
  display: block;
  width: 400px;
  height: 50px;
  background-color: #fff;
  color: #a09b8d;
  text-align: center;
  margin: 70px auto 250px;
  font-size: 16px;
  line-height: 50px;
}
@media screen and (max-width: 768px) {
  #content .rec a.btn {
    width: 90%;
    height: 35px;
    line-height: 35px;
    font-size: 12px;
    margin: 40px auto 150px;
  }
}
#content .insta {
  width: 80%;
  margin: auto;
}

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

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

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

.slick-dots {
  left: -20px;
  bottom: -40px !important;
}
@media screen and (max-width: 768px) {
  .slick-dots {
    width: 100%;
    left: -10%;
    bottom: -40px !important;
  }
}

.slick-dots li button:before {
  font-size: 75px !important;
  margin: 0 10px;
}
@media screen and (max-width: 768px) {
  .slick-dots li button:before {
    font-size: 110px !important;
  }
}

.slick-dots li {
  margin: 0 8px !important;
}

.slick-active {
  opacity: 1;
}

.slick-current {
  opacity: 1;
}

.thumb {
  margin: 20px 0 0;
}

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

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

footer p {
  text-align: center;
  font-size: 10px;
  margin-bottom: 100px;
}
footer .logo {
  margin: 100px auto 50px;
}
footer .logo img {
  width: 130px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 768px) {
  footer .logo img {
    width: 27%;
    margin: 0 auto 15px;
  }
}
footer .sns {
  width: 160px;
  display: flex;
  justify-content: space-around;
  margin: 0px auto 20px;
}
@media screen and (max-width: 768px) {
  footer .sns {
    width: 130px;
  }
}
footer .sns .icon {
  width: 30%;
  margin: 0 10px;
  box-sizing: border-box;
}
footer .sns .icon:nth-child(2) {
  width: 20%;
}

.scrolltop {
  position: fixed;
  bottom: 20px;
  width: 60px;
  right: 20px;
  border-radius: 10px 0 0 10px;
  z-index: 10;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .scrolltop {
    bottom: 20px;
    width: 40px;
    right: 20px;
    z-index: 13;
  }
}
.scrolltop::after {
  content: "PAGE TOP";
  display: block;
  text-align: center;
  -webkit-text-stroke: 1px #FFF;
  text-stroke: 1px #FFF;
  color: #a09b8d;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 1;
  font-family: nimbus-sans, sans-serif;
  font-weight: 900;
  font-style: normal;
  width: 75px;
  margin-left: -8px;
}
@media screen and (max-width: 768px) {
  .scrolltop::after {
    font-size: 10px;
    margin-left: -18px;
  }
}

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