@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: 2px;
  width: 100%;
  font-feature-settings: "palt" 1;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: bold;
  font-style: normal;
  color: #4c4c4c;
  background-color: #f7f5ed;
}
@media screen and (min-width: 769px) {
  html,
  body,
  #wrapper {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  html,
  body,
  #wrapper {
    font-size: 14px;
  }
}
html a,
body a,
#wrapper a {
  color: #3f3a39;
  text-decoration: none;
}

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

.garamand {
  font-family: "garamond-premier-pro", serif;
  font-weight: 600;
  font-style: normal;
}

.header {
  position: relative;
  display: block;
}
.header .title {
  width: 400px;
  margin: 70px auto 20px;
}
@media screen and (max-width: 768px) {
  .header .title {
    width: 50%;
  }
}
.header .fv_content {
  position: relative;
  mix-blend-mode: multiply;
}
@media screen and (min-width: 769px) {
  .header .fv_content {
    width: 1000px;
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 768px) {
  .header .fv_content {
    width: 100%;
    margin: 10px auto 50px;
  }
}
.header .headeetitle {
  width: 1000px;
  height: 50px;
  background-color: #cda553;
  color: #fff;
  text-align: center;
  font-size: 32px;
  line-height: 50px;
  letter-spacing: 2px;
  margin: 0 auto 55px;
}
@media screen and (max-width: 768px) {
  .header .headeetitle {
    margin: 0 auto 60px;
  }
}
.header .headeetitle span {
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .header .headeetitle span {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .header .headeetitle {
    width: 100%;
    height: 35px;
    font-size: 22px;
    line-height: 35px;
  }
}
.header h1 {
  font-size: 24px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .header h1 {
    font-size: 17px;
    line-height: 1.7em;
  }
}
.header h2 {
  font-size: 50px;
  margin: 0 auto 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .header h2 {
    font-size: 30px;
    margin: 0 auto 0;
  }
}
.header h2 span {
  font-size: 34px;
}
@media screen and (max-width: 768px) {
  .header h2 span {
    font-size: 20px;
  }
}
.header h3 {
  text-align: center;
  margin: 20px auto 160px;
  width: 800px;
  line-height: 1.8em;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .header h3 {
    font-size: 14px;
    width: 90%;
    text-align: left;
    margin: 20px auto 100px;
  }
}
.header h4 {
  text-align: center;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .header h4 {
    font-size: 12px;
  }
}

h5 {
  font-size: 44px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  h5 {
    font-size: 32px;
  }
}

.content {
  padding: 180px 0 50px;
  background-color: #e7e1cb;
}
@media screen and (max-width: 768px) {
  .content {
    padding: 100px 0 50px;
  }
}
.content .lineup {
  width: 1000px;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .content .lineup {
    width: 100%;
  }
}
.content .lineup p.text1 {
  text-align: center;
  margin-top: 10px;
  line-height: 1.5em;
}
@media screen and (max-width: 768px) {
  .content .lineup p.text1 {
    margin-top: 10px;
    line-height: 1.8em;
  }
}
.content .lineup .slides {
  width: 800px;
  margin: 50px auto 100px;
}
@media screen and (max-width: 768px) {
  .content .lineup .slides {
    width: 100%;
    margin: 40px auto 20px;
  }
}
.content .lineup .line .img1 {
  position: absolute;
  width: 10%;
  top: 0;
  right: 0;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 768px) {
  .content .lineup .line .img1 {
    width: 13%;
    top: -29%;
    right: 8%;
  }
}
.content .lineup .line .img2 {
  position: absolute;
  width: 8%;
  top: -2%;
  left: 0;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 768px) {
  .content .lineup .line .img2 {
    width: 12%;
    top: -32%;
    left: 8%;
  }
}
.content .block {
  width: 1000px;
  margin: 0 auto 160px;
}
@media screen and (min-width: 769px) {
  .content .block {
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .content .block {
    width: 100%;
    margin: 0 auto 30px;
  }
}
@media screen and (min-width: 769px) {
  .content .block .txtarea {
    width: 40%;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .content .block .txtarea {
    width: 90%;
    margin: 0 auto;
  }
}
.content .block .txtarea .title {
  font-size: 30px;
  text-align: left;
  line-height: 1.1em;
}
@media screen and (max-width: 768px) {
  .content .block .txtarea .title {
    font-size: 22px;
    width: 90%;
  }
}
.content .block .txtarea .title span {
  font-size: 20px;
  display: block;
}
@media screen and (max-width: 768px) {
  .content .block .txtarea .title span {
    font-size: 1px;
  }
}
.content .block .txtarea .com {
  line-height: 1.8em;
}
@media screen and (max-width: 768px) {
  .content .block .txtarea .com {
    width: 90%;
    margin: 0 auto 30px;
  }
}
@media screen and (min-width: 769px) {
  .content .block .txtarea2 {
    width: 50%;
    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
  }
}
@media screen and (max-width: 768px) {
  .content .block .txtarea2 {
    width: 100%;
  }
}
.content .block .txtarea2 .title {
  font-size: 28px;
}
.content .block .txtarea2 .title span {
  font-size: 14px;
  display: block;
}
.content .block .txtarea2 .com {
  line-height: 1.8em;
}
@media screen and (max-width: 768px) {
  .content .block .txtarea2 .com {
    width: 90%;
    margin: 0 auto 30px;
  }
}
@media screen and (min-width: 769px) {
  .content .block1 {
    width: 1000px;
    position: relative;
    margin-bottom: 100px;
  }
  .content .block1::before {
    content: "";
    display: block;
    padding-top: 80%;
  }
}
@media screen and (max-width: 768px) {
  .content .block1 {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .content .block1 .img1 {
    position: absolute;
    width: 33%;
    bottom: 20%;
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .content .block1 .img1 {
    width: 70%;
    margin: 30px auto 50px;
  }
}
@media screen and (min-width: 769px) {
  .content .block1 .img2 {
    position: absolute;
    width: 55%;
    top: 0%;
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .content .block1 .img2 {
    width: 100%;
    margin: 0 auto 50px;
  }
}
.content .block1 .img3 {
  mix-blend-mode: multiply;
}
@media screen and (min-width: 769px) {
  .content .block1 .img3 {
    position: absolute;
    width: 15%;
    bottom: -8%;
    left: -5%;
  }
}
@media screen and (max-width: 768px) {
  .content .block1 .img3 {
    width: 27%;
    margin: 0 auto;
  }
}
.content .block2 {
  position: relative;
}
@media screen and (min-width: 769px) {
  .content .block2 {
    width: 1000px;
  }
  .content .block2::before {
    content: "";
    display: block;
    padding-top: 124%;
  }
}
@media screen and (min-width: 769px) {
  .content .block2 .img1 {
    position: absolute;
    width: 50%;
    top: 0%;
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .content .block2 .img1 {
    width: 90%;
    margin: 0 auto 60px;
  }
}
@media screen and (min-width: 769px) {
  .content .block2 .img2 {
    position: absolute;
    width: 33%;
    top: 17%;
    right: 5%;
  }
}
@media screen and (max-width: 768px) {
  .content .block2 .img2 {
    width: 50%;
    margin: 0 auto 60px;
  }
}
@media screen and (min-width: 769px) {
  .content .block2 .img3 {
    position: absolute;
    width: 60%;
    bottom: 0%;
    left: 50%;
    transform: translateX(-50%);
  }
}
.content .block2 .img4 {
  position: absolute;
  mix-blend-mode: multiply;
}
@media screen and (min-width: 769px) {
  .content .block2 .img4 {
    width: 6%;
    top: 17%;
    right: 35%;
  }
}
@media screen and (max-width: 768px) {
  .content .block2 .img4 {
    width: 14%;
    top: 46%;
    left: 8%;
  }
}
.content .block2 .img5 {
  mix-blend-mode: multiply;
  position: absolute;
}
@media screen and (min-width: 769px) {
  .content .block2 .img5 {
    width: 6%;
    top: 50%;
    right: 2%;
  }
}
@media screen and (max-width: 768px) {
  .content .block2 .img5 {
    width: 14%;
    bottom: 31%;
    right: 8%;
  }
}
.content .block2 .img6 {
  mix-blend-mode: multiply;
}
@media screen and (min-width: 769px) {
  .content .block2 .img6 {
    position: absolute;
    width: 15%;
    bottom: 0%;
    left: -2%;
  }
}
@media screen and (max-width: 768px) {
  .content .block2 .img6 {
    width: 28%;
    margin: 30px auto 50px;
  }
}
.content .block3 {
  width: 1000px;
  position: relative;
}
@media screen and (min-width: 769px) {
  .content .block3::before {
    content: "";
    display: block;
    padding-top: 146%;
  }
}
@media screen and (max-width: 768px) {
  .content .block3 {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .content .block3 .img1 {
    position: absolute;
    width: 30%;
    top: 20%;
    left: 5%;
  }
}
@media screen and (max-width: 768px) {
  .content .block3 .img1 {
    width: 50%;
    margin: 20px auto 50px;
  }
}
@media screen and (min-width: 769px) {
  .content .block3 .img2 {
    position: absolute;
    width: 50%;
    top: 0%;
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .content .block3 .img2 {
    width: 50%;
  }
}
@media screen and (min-width: 769px) {
  .content .block3 .img3 {
    position: absolute;
    width: 49%;
    bottom: 0%;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 768px) {
  .content .block3 .img3 {
    width: 50%;
  }
}
.content .block3 .img4 {
  mix-blend-mode: multiply;
  position: absolute;
}
@media screen and (min-width: 769px) {
  .content .block3 .img4 {
    width: 10%;
    top: 17%;
    left: -4%;
  }
}
@media screen and (max-width: 768px) {
  .content .block3 .img4 {
    width: 15%;
    top: 38%;
    left: 6%;
  }
}
.content .block3 .img5 {
  mix-blend-mode: multiply;
}
@media screen and (min-width: 769px) {
  .content .block3 .img5 {
    position: absolute;
    width: 15%;
    bottom: 0;
    right: 0%;
  }
}
@media screen and (max-width: 768px) {
  .content .block3 .img5 {
    width: 26%;
    margin: 30px auto 70px;
  }
}
@media screen and (min-width: 769px) {
  .content .block4 {
    width: 1000px;
    position: relative;
  }
  .content .block4::before {
    content: "";
    display: block;
    padding-top: 133%;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  .content .block4 {
    width: 100% !important;
  }
}
@media screen and (min-width: 769px) {
  .content .block4 .img1 {
    position: absolute;
    width: 50%;
    top: 0%;
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .content .block4 .img1 {
    width: 90%;
    margin: 0 auto 50px;
  }
}
@media screen and (min-width: 769px) {
  .content .block4 .img2 {
    position: absolute;
    width: 35%;
    top: 18%;
    right: 4%;
  }
}
@media screen and (max-width: 768px) {
  .content .block4 .img2 {
    width: 50%;
    margin: 0 auto 50px;
  }
}
@media screen and (min-width: 769px) {
  .content .block4 .img3 {
    position: absolute;
    width: 70%;
    bottom: 0%;
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .content .block4 .img3 {
    width: 100%;
    margin: 0 auto 50px;
  }
}
.content .block4 .img5 {
  mix-blend-mode: multiply;
}
@media screen and (min-width: 769px) {
  .content .block4 .img5 {
    position: absolute;
    width: 12%;
    bottom: 14%;
    left: 4%;
  }
}
@media screen and (max-width: 768px) {
  .content .block4 .img5 {
    width: 20%;
    margin: 0 auto;
  }
}

p.title {
  text-align: center;
  margin: 0 auto 30px;
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  p.title {
    font-size: 22px;
    margin: 0 auto 20px;
  }
}

ul {
  display: flex;
  flex-wrap: wrap;
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  ul {
    width: 97%;
  }
}
ul li {
  width: calc(33.3333333333% - 50px);
  margin: 0 auto 50px;
}
@media screen and (max-width: 768px) {
  ul li {
    margin: 0 auto 20px;
    width: calc(33.3333333333% - 5px);
  }
}
ul li a {
  text-decoration: none;
  color: #000000;
  text-align: center;
  font-size: 18px;
}
ul li a p {
  padding: 5px;
  margin-top: 15px;
  line-height: 1.6em;
}
@media screen and (max-width: 768px) {
  ul li a p {
    font-size: 11px;
    margin-top: 8px;
    text-align: center;
  }
}
ul li a .buy {
  text-align: center;
  align-items: center;
  line-height: 25px;
  margin: 5px auto;
  font-weight: bold;
  color: #fff;
  background-color: #cda553;
  padding: 1% 1%;
  width: 30%;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  ul li a .buy {
    font-size: 11px;
    font-weight: 700;
    width: 40%;
    padding: 0 2%;
  }
}

div.cate {
  padding: 140px 0;
}
@media screen and (max-width: 768px) {
  div.cate {
    padding: 100px 0 50px 0;
  }
}
div.cate p.release {
  width: 950px;
  height: 50px;
  background-color: #cda553;
  line-height: 50px;
  color: #fff;
  text-align: center;
  margin: 20px auto 50px;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  div.cate p.release {
    width: 100%;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    margin: 10px auto 30px;
  }
}
div.cate p.release2 {
  width: 600px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin: 50px auto 50px;
  font-size: 18px;
  border: 1px solid #cda553;
}
@media screen and (max-width: 768px) {
  div.cate p.release2 {
    width: 70%;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
  }
}
div.cate p.release2 a {
  color: #cda553 !important;
  text-decoration: none;
  display: block;
}

.slick-slide {
  margin: 0 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;
  opacity: 0.2;
}

.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: #e7e1cb;
  padding: 150px 0 50px;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 100px 0 70px;
  }
}
.footer .add {
  width: 1000px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 768px) {
  .footer .add {
    width: 100%;
  }
}
.footer .add p.title {
  background-color: #cda553;
  width: 1000px;
  margin: 0 auto 30px;
  height: 50px;
  color: #fff;
  line-height: 50px;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .footer .add p.title {
    width: 100%;
    line-height: 35px;
    height: 35px;
    font-size: 14px;
  }
}
.footer .add p.text {
  line-height: 1.9em;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .footer .add p.text {
    width: 90%;
    margin: 0 auto;
    font-size: 12px;
  }
}
.footer .link {
  width: 90px;
  margin: 140px auto 0px;
  padding: 1%;
}
@media screen and (max-width: 768px) {
  .footer .link {
    width: 17%;
    margin: 20px auto;
    font-size: 12px;
  }
}
.footer .link a {
  font-size: 18px;
  text-decoration: none;
  display: block;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .footer .link a {
    font-size: 14px;
    padding: 2% 0;
  }
}
@media screen and (min-width: 769px) {
  .footer .copy {
    width: 350px;
    margin: 0px auto 0px;
  }
}
@media screen and (max-width: 768px) {
  .footer .copy {
    width: 70%;
    margin: 20px auto 0px;
  }
}
.footer p.addition {
  font-size: 10px;
  color: #fff;
  text-align: center;
  line-height: 1.8em;
}
@media screen and (max-width: 768px) {
  .footer p.addition {
    width: 90%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .spflex {
    display: flex;
    width: 100%;
  }
}

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