@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%;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  letter-spacing: 2px;
  background-color: #e4e2d4;
  font-family: source-han-sans-japanese, sans-serif, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-style: normal;
  color: #8d0303;
}
@media screen and (min-width: 769px) {
  html,
body,
#wrapper {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  html,
body,
#wrapper {
    font-size: 12px;
  }
}
html a,
body a,
#wrapper a {
  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;
  }
}

@media screen and (min-width: 769px) {
  div.header {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  div.header {
    width: 100%;
  }
}

.desc {
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .desc {
    padding: 0 20px;
  }
}

.lead {
  width: 100%;
  padding: 100px 0 100px;
  background-color: #8d0303;
  color: #fff;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .lead {
    padding: 50px 0 50px;
  }
}
.lead h1 {
  text-align: center;
  margin: 0 auto 20px;
  font-family: calliope-mvb, sans-serif;
  font-size: 58px;
  font-weight: 700;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .lead h1 {
    width: 90%;
    line-height: 1.8em;
    font-size: 28px;
    margin: 0 auto 10px;
  }
}
.lead h1 span {
  display: block;
  font-size: 32px;
  margin: 50px auto 0px;
  line-height: 1.5em;
}
@media screen and (max-width: 768px) {
  .lead h1 span {
    font-size: 24px;
    line-height: 1.4em;
    margin: 50px auto 20px;
  }
}
.lead h1 p.red {
  color: #980e4a;
}
.lead .mainimg {
  width: 790px;
  margin: 20px auto 20px;
}
@media screen and (max-width: 768px) {
  .lead .mainimg {
    width: 97%;
  }
}
.lead h2 {
  width: 60%;
  text-align: center;
  margin: 0 auto;
  line-height: 1.8em;
  font-size: 14px;
  padding: 0 0 36px 0;
}
@media screen and (max-width: 768px) {
  .lead h2 {
    width: 90%;
    line-height: 1.8em;
    padding: 0 0 20px 0;
    margin: 0 auto;
    font-size: 12px;
  }
}
.lead h2 span {
  display: block;
  font-size: 18px;
  margin: 0 auto 20px;
  line-height: 1.5em;
}
@media screen and (max-width: 768px) {
  .lead h2 span {
    font-size: 22px;
    line-height: 1.4em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.box1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 800px;
  margin: 0 auto;
  background-color: #8d0303;
}
@media screen and (max-width: 768px) {
  .box1 {
    width: 100%;
  }
}
.box1 img {
  width: calc(100% / 3);
  padding: 0 1%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .box1 img {
    padding: 0 2%;
  }
}

div.back01 {
  width: 100%;
  background-color: #e4e2d4;
  overflow: hidden;
}
div.back01 .block {
  background-color: #fff;
  width: 1000px;
  padding: 70px 0;
  margin: 100px auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  div.back01 .block {
    width: 100%;
    padding: 60px 0;
    margin: 80px auto 0;
  }
}
div.back01 .block .icon1 {
  position: absolute;
  top: -6%;
  left: 2%;
  width: 80px;
}
@media screen and (max-width: 768px) {
  div.back01 .block .icon1 {
    width: 11%;
    top: -3%;
    left: 4%;
  }
}
div.back01 .block .icon2 {
  position: absolute;
  top: -7%;
  right: 12%;
  width: 65px;
}
@media screen and (max-width: 768px) {
  div.back01 .block .icon2 {
    width: 11%;
    top: -5%;
    right: 16%;
  }
}
div.back01 .block .icon3 {
  position: absolute;
  top: 4%;
  right: 3%;
  width: 80px;
}
@media screen and (max-width: 768px) {
  div.back01 .block .icon3 {
    width: 9%;
    top: 0%;
    right: 5%;
  }
}
div.back01 .block .icon4 {
  position: absolute;
  top: -9%;
  left: 9%;
  width: 70px;
}
@media screen and (max-width: 768px) {
  div.back01 .block .icon4 {
    width: 11%;
    top: 0%;
    left: 2%;
  }
}
div.back01 .block .icon5 {
  position: absolute;
  top: -7%;
  right: 2%;
  width: 75px;
}
@media screen and (max-width: 768px) {
  div.back01 .block .icon5 {
    width: 10%;
    top: -2%;
    right: 2%;
  }
}
div.back01 .block .icon6 {
  position: absolute;
  top: 4%;
  left: 1%;
  width: 85px;
}
@media screen and (max-width: 768px) {
  div.back01 .block .icon6 {
    width: 10%;
    top: -3%;
    left: 16%;
  }
}
div.back01 .block h3 {
  text-align: center;
  font-family: calliope-mvb, sans-serif;
  font-weight: 700;
  font-size: 62px;
}
@media screen and (max-width: 768px) {
  div.back01 .block h3 {
    font-size: 42px;
  }
}
div.back01 .block h3 span {
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  div.back01 .block h3 span {
    font-size: 32px;
  }
}
div.back01 .block div.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 800px;
  padding: 0px 0px;
  margin: 0 auto;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  div.back01 .block div.flex {
    display: block;
    padding: 0px 0 30px 0;
    width: 100%;
  }
}
div.back01 .block div.flex .left {
  margin-left: 5%;
  width: 40%;
}
@media screen and (max-width: 768px) {
  div.back01 .block div.flex .left {
    width: 100%;
    margin: 0 auto;
  }
}
div.back01 .block div.flex .left img {
  width: 100%;
  margin: 50px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  div.back01 .block div.flex .left img {
    margin: 20px 0;
    width: 100%;
  }
}
div.back01 .block div.flex .right {
  width: 50%;
  padding: 50px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  div.back01 .block div.flex .right {
    width: 100%;
    padding: 10px 0;
  }
}
div.back01 .block div.flex .right p {
  line-height: 1.4em;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 20px;
  margin-left: 10px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  div.back01 .block div.flex .right p {
    margin: 20px auto;
    line-height: 1.6em;
  }
}
div.back01 .block div.flex .right p span {
  font-size: 32px;
  display: block;
  margin-bottom: 10px;
}
div.back01 .btn {
  width: 400px;
  height: 35px;
  background-color: #b39348;
  margin: 0px auto 30px;
  color: #fff;
  text-align: center;
  line-height: 35px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  div.back01 .btn {
    width: 80%;
    margin: 0% auto;
    font-size: 14px;
  }
}
div.back01 .btn a {
  color: #fff;
  text-decoration: none;
  display: block;
}

.sliderArea {
  padding: 0 25px;
}
@media screen and (min-width: 769px) {
  .sliderArea {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .sliderArea {
    margin: 0 auto;
    width: 90%;
    padding: 0;
  }
}
.sliderArea p {
  font-size: 28px;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .sliderArea p {
    font-size: 22px;
  }
}
.sliderArea h2 {
  text-align: center;
  font-size: 12px;
  margin: 30px auto 0;
}
@media screen and (max-width: 768px) {
  .sliderArea h2 {
    width: 90%;
    font-size: 10px;
    text-align: center;
    margin: 10px auto;
  }
}

.sliderArea.w300 {
  max-width: 230px;
}

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

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

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

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

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

.slick-prev:before {
  content: "";
  display: block;
  position: absolute;
  right: 3px !important;
  top: calc(50% - 6px);
  border-left: 2px solid #8d0303;
  border-top: 2px solid #8d0303;
  width: 15px;
  height: 15px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.slick-next:before {
  content: "";
  display: block;
  position: absolute;
  right: 8px !important;
  top: calc(50% - 6px);
  border-left: 2px solid #8d0303;
  border-top: 2px solid #8d0303;
  width: 15px;
  height: 15px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.slick-slide {
  -webkit-transition: all ease-in-out 0.3s;
  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;
}

/* 左右の矢印の色を調整 */
/* 左右の矢印の位置を調整 */
/* スライド数のドットの色をBlackに */
.slick-dots li.slick-active button:before,
.slick-dots li button:before {
  color: #8d0303 !important;
}

/* ドットの位置調整(画像の真ん中に) */
.slick-dots {
  width: 94.8%;
}

.item {
  width: 1000px;
  background-color: #b39348;
  color: #fff;
  margin: 0 auto;
  padding: 70px 0;
}
@media screen and (max-width: 768px) {
  .item {
    width: 100%;
    margin: 80px auto;
  }
}
.item h4 {
  text-align: center;
  line-height: 1.5em;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .item h4 {
    font-size: 12px;
  }
}
.item h4 span {
  font-size: 42px;
  font-family: calliope-mvb, sans-serif;
  font-weight: 700;
  margin-bottom: 25px;
  display: inline-block;
}
.item .size {
  width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .item .size {
    width: 100%;
  }
}
.item .size .sizetitleimg {
  width: 75px;
  margin: 30px auto;
}
@media screen and (max-width: 768px) {
  .item .size .sizetitleimg {
    width: 19%;
    margin: 30px auto 15px;
  }
}
.item .size .sizetitleimg2 {
  width: 90px;
  margin: 30px auto;
}
@media screen and (max-width: 768px) {
  .item .size .sizetitleimg2 {
    width: 22%;
    margin: 30px auto 15px;
  }
}
.item .size p {
  text-align: right;
  margin: 20px auto;
}
@media screen and (max-width: 768px) {
  .item .size p {
    font-size: 10px;
    width: 95%;
    margin: 10px auto;
  }
}
.item .size p span {
  text-align: right;
}
.item .size ul.sizeflex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 800px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .item .size ul.sizeflex {
    width: 97%;
  }
}
.item .size ul.sizeflex li {
  padding: 0 10px;
}
@media screen and (max-width: 768px) {
  .item .size ul.sizeflex li {
    padding: 0 1%;
  }
}
.item .size ul.sizeflex2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .item .size ul.sizeflex2 {
    width: 60%;
  }
}
.item .size ul.sizeflex2 li {
  padding: 0 10px;
}
@media screen and (max-width: 768px) {
  .item .size ul.sizeflex2 li {
    padding: 0 1.5%;
  }
}
.item .text p {
  text-align: center;
  margin: 50px auto 20px;
  line-height: 1.5em;
}
.item .text img {
  width: 150px;
  margin: 0px auto 0px;
}
@media screen and (max-width: 768px) {
  .item .text img {
    width: 30%;
  }
}
.item .text a {
  color: #fff;
  text-decoration: none;
}
.item .text h6 {
  text-align: center;
}
.item .text h6 span {
  font-size: 24px;
  font-family: calliope-mvb, sans-serif;
  margin: 15px auto;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .item .text h6 span {
    font-size: 18px;
  }
}

.footer {
  width: 1000px;
  background-color: #fff;
  padding: 50px 0;
  margin: 70px auto;
}
@media screen and (max-width: 768px) {
  .footer {
    width: 100%;
    padding: 20px 0;
  }
}
.footer .bell {
  width: 80px;
  margin: 40px auto;
}
@media screen and (max-width: 768px) {
  .footer .bell {
    width: 13%;
  }
}
.footer .link {
  margin: 70px auto 0;
  width: 100px;
}
@media screen and (max-width: 768px) {
  .footer .link {
    width: 16%;
    margin: 50px auto 0;
  }
}
.footer .link a {
  font-size: 22px;
  font-weight: bold;
  text-decoration: none;
  color: #f7f5ed !important;
  display: block;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .footer .link a {
    font-size: 20px;
  }
}
.footer p {
  text-align: center;
  color: #b39348;
  line-height: 1.5em;
}

/* ANIMATION
--------------------------------------*/
.fuwatAnime {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-name: fuwatAnime;
  animation-name: fuwatAnime;
  visibility: visible !important;
}

@-webkit-keyframes fuwatAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fuwatAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    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;
  -webkit-transition: opacity 0.6s;
  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;
  -webkit-transition: opacity 0.6s;
  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;
  -webkit-transition: opacity 0.2s;
  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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  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 {
  -webkit-transform: translate3d(0, 0, 0);
  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%;
  -webkit-transform: translate(0, -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 */