@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;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-weight: bold;
  font-style: normal;
  color: #4683b5;
}
@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: #4683b5;
  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;
  }
}

div.header {
  position: relative;
  display: block;
}
@media screen and (min-width: 769px) {
  div.header {
    background: url(../images/top.jpg);
    background-size: cover;
    background-position: center center;
    position: relative;
    width: 100%;
    height: 100vh;
  }
}
@media screen and (max-width: 768px) {
  div.header {
    width: 100%;
  }
}
div.header div.title01 {
  width: 15%;
  position: absolute;
  top: 6%;
  right: 9%;
}
div.header div.title02 {
  width: 58%;
  position: absolute;
  bottom: 5%;
  left: 10%;
}

.lead {
  width: 100%;
  padding: 100px 0 100px;
  margin: 0 auto;
  background-color: #4683b5;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .lead {
    padding: 60px 0 70px;
  }
}
.lead h1 {
  text-align: center;
  margin: 0 auto 50px;
  line-height: 1.5em;
}
@media screen and (max-width: 768px) {
  .lead h1 {
    width: 90%;
    line-height: 1.8em;
    text-align: left;
  }
}
.lead h1 span {
  display: block;
  font-size: 32px;
  margin: 50px auto 0px;
  line-height: 1.5em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lead h1 span {
    font-size: 24px;
    line-height: 1.6em;
    margin: 50px auto 20px;
  }
}
@media screen and (max-width: 768px) {
  .lead h1 p {
    text-align: center;
  }
}
.lead h1 p.red {
  color: #980e4a;
}
.lead h2 {
  border: #fff 2px solid;
  width: 60%;
  text-align: center;
  margin: 0 auto;
  line-height: 1.7em;
  font-size: 14px;
  padding: 26px;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .lead h2 {
    width: 90%;
    line-height: 1.6em;
    padding: 20px;
    margin: 0 auto;
    font-size: 11px;
    text-align: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.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;
    text-align: center;
  }
}

h3 {
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  text-align: center;
  margin: 70px 0 30px;
  font-size: 40px;
}

.cate {
  width: 100%;
}
.cate h3 {
  color: #fff;
}

div.back01 {
  width: 100%;
  background-color: #4683b5;
  overflow: hidden;
}

div.back02 {
  width: 100%;
  background-color: #c4cfd6;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .reverse .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

div.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 830px;
  padding: 100px 0 70px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  div.flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 50px 0 70px;
  }
}
div.flex .left {
  margin-left: 5%;
  width: 36%;
}
div.flex .left img {
  width: 75%;
  margin: 50px 0 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  div.flex .left img {
    margin: 20px 0;
    width: 85%;
  }
}
div.flex .left p {
  line-height: 1.4em;
}
div.flex .left p span {
  font-size: 32px;
  display: block;
  margin-bottom: 10px;
}
div.flex .right {
  width: 50%;
}

ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 830px;
  margin: 0 auto 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  ul {
    width: 97%;
  }
}
ul li {
  width: calc(100% / 3 - 50px);
  margin: 0 auto 50px;
}
@media screen and (max-width: 768px) {
  ul li {
    margin: 0 auto 20px;
    width: calc(100% / 3 - 5px);
  }
}
ul li a {
  text-decoration: none;
  color: #000000;
  text-align: center;
  font-size: 18px;
}
ul li a img {
  border-radius: 20%;
}
ul li a p {
  padding: 5px;
  margin-top: 15px;
  line-height: 1.5em;
  color: #fff;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  ul li a p {
    font-size: 11px;
    margin-top: 8px;
  }
}
ul li a .buy {
  text-decoration: underline;
  color: #fff;
  width: 50px;
  height: 25px;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 25px;
  margin: 5px auto;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  ul li a .buy {
    width: 37px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    font-weight: 700;
  }
}

.lineup .box1 {
  width: 1000px;
  height: 900px;
  margin: 50px auto 100px;
  position: relative;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  .lineup .box1 {
    width: 100%;
    height: 550px;
  }
}
.lineup .box1 .box1-1 {
  width: 600px;
  left: 0;
  top: 0;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .lineup .box1 .box1-1 {
    width: 90%;
  }
}
.lineup .box1 .box1-2 {
  width: 600px;
  right: 0;
  bottom: 0;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .lineup .box1 .box1-2 {
    width: 90%;
  }
}
.lineup .box1 .box1-2 p {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  line-height: 1.3em;
  margin-top: 7px;
}
.lineup .box2 {
  width: 1000px;
  height: 300px;
  margin: 50px auto 100px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .lineup .box2 {
    width: 100%;
    height: 200px;
    margin: 50px auto 0;
  }
}
.lineup .box2 p {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  line-height: 1.3em;
  margin-top: 7px;
}
.lineup .box2 .box2-1 {
  width: 300px;
  left: 0;
  top: 0;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .lineup .box2 .box2-1 {
    width: 30%;
  }
}
.lineup .box2 .box2-2 {
  width: 300px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .lineup .box2 .box2-2 {
    width: 30%;
  }
}
.lineup .box2 .box2-3 {
  width: 300px;
  right: 0;
  top: 0;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .lineup .box2 .box2-3 {
    width: 30%;
  }
}
.lineup .box3 {
  width: 880px;
  height: 500px;
  margin: 50px auto 100px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .lineup .box3 {
    width: 100%;
    height: 950px;
    display: block;
  }
}
.lineup .box3 p {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  line-height: 1.3em;
  margin-top: 7px;
}
.lineup .box3 .box3-1 {
  width: 430px;
  left: 0;
  top: 0;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .lineup .box3 .box3-1 {
    width: 100%;
  }
}
.lineup .box3 .box3-2 {
  width: 430px;
  right: 0;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .lineup .box3 .box3-2 {
    width: 100%;
    bottom: 0;
  }
}
.lineup .box4 {
  width: 1000px;
  height: 870px;
  margin: 0 auto 100px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .lineup .box4 {
    width: 100%;
    height: 550px;
  }
}
.lineup .box4 p {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  line-height: 1.3em;
  margin-top: 7px;
}
.lineup .box4 .box4-1 {
  width: 600px;
  left: 0;
  top: 0;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .lineup .box4 .box4-1 {
    width: 90%;
  }
}
.lineup .box4 .box4-2 {
  width: 600px;
  right: 0;
  bottom: 0;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .lineup .box4 .box4-2 {
    width: 90%;
  }
}

.prof {
  padding: 70px 0;
}
.prof h3 {
  color: #000000;
  margin: 0 auto 30px;
}
.prof .seiji {
  width: 120px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 768px) {
  .prof .seiji {
    width: 95px;
    margin: 30px auto 60px;
  }
}
.prof ul {
  width: 750px;
}
@media screen and (max-width: 768px) {
  .prof ul {
    width: 90%;
    margin: 0 auto;
  }
}
.prof ul li {
  width: calc(100% / 3 - 10px);
  margin: 0 auto 20px;
}
.prof p {
  text-align: center;
  color: #000000;
  line-height: 1.5em;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .prof p {
    font-size: 12px;
    text-align: left;
    width: 90%;
    margin: 0 auto;
  }
}
.prof p a {
  color: #000000;
  text-decoration: none;
}
.prof p span {
  font-family: futura-pt, sans-serif;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .prof p span {
    text-align: center !important;
  }
}
.prof p span a {
  color: #000 !important;
}

.footer {
  width: 100%;
  background-color: #feda26;
  padding: 70px 0 100px;
}
.footer .link {
  width: 480px;
  height: 35px;
  margin: 0 auto 20px;
  line-height: 35px;
}
@media screen and (max-width: 768px) {
  .footer .link {
    width: 90%;
    margin: 20px auto;
  }
}
.footer .link a {
  font-size: 22px;
  font-weight: bold;
  text-decoration: none;
  color: #f7f5ed !important;
  display: block;
  text-align: center;
  font-family: futura-pt, sans-serif;
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  .footer .link a {
    font-size: 20px;
  }
}
.footer p {
  font-size: 10px;
  color: #fff;
  text-align: center;
}
.footer .copy {
  width: 300px;
  margin: 100px auto 50px;
}
@media screen and (max-width: 768px) {
  .footer .copy {
    width: 60%;
    margin: 90px auto 0px;
  }
}

div.red {
  color: #980e4a;
  margin: 0 auto 10px;
}

.img-wrapL {
  -webkit-animation: img-opacity 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
          animation: img-opacity 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  overflow: hidden;
  position: relative;
}

.img-wrapL:before {
  -webkit-animation: img-wrapL 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
          animation: img-wrapL 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background: #4683b5;
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

@-webkit-keyframes img-opacity {
  100% {
    opacity: 1;
  }
}

@keyframes img-opacity {
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes img-wrapL {
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes img-wrapL {
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
.img-wrapR {
  overflow: hidden;
  position: relative;
  -webkit-animation: img-opacity 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
          animation: img-opacity 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.img-wrapR:before {
  -webkit-animation: img-wrapR 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
          animation: img-wrapR 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background: #4683b5;
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

@keyframes img-opacity {
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes img-wrapR {
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes img-wrapR {
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.img-wrapB {
  overflow: hidden;
  position: relative;
  -webkit-animation: img-opacity 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
          animation: img-opacity 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.img-wrapB:before {
  -webkit-animation: img-wrapB 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
          animation: img-wrapB 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background: #4683b5;
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

@keyframes img-opacity {
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes img-wrapB {
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@keyframes img-wrapB {
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
/* 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 */