@charset "UTF-8";

/*CSSDocument*/


/* html body base
===============================================================*/


/*
html ----------------------------------------------------------*/

*{ margin:0px; padding:0px;}

body{
  color:#000000;
  margin:0;
  padding:0;
  background:#FFFFFF;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  text-align:center;
  font-size:100%;
  -webkit-text-size-adjust: none;
  position:relative;
}

a:link,
a:visited,
a:hover,
a:active { color:#000000;text-decoration:none;}

ul{ list-style:none;}

img {
  padding:0px;
  margin:0px;
  vertical-align:bottom;
  max-width: 100%;
  height: auto;
}
a {
  transition: all 0.5s ease-out;
}


/*
html ----------------------------------------------------------*/

/* util
===============================================================*/
@media screen and (min-width: 641px) {
  .u-showSP {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .u-showPC {
    display: none;
  }
}

.u-word_wrap {
  display: inline-block;
}

.u-fadeIn {
  opacity: 0;
}
.u-fadeIn.is-active {
  opacity: 1;
  animation: fadein 1s linear 1;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein-right {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.u-hover-zoomIn {
  overflow: hidden;
}
.u-hover-zoomIn img,
.u-hover-zoomOut img {
  transition:1s all;
}
a:hover .u-hover-zoomIn img,.u-hover-zoomIn a:hover img{
  transform:scale(1.05,1.05);
}
a:hover .u-hover-zoomOut img,.u-hover-zoomOut a:hover img {
  transform:scale(0.9,0.9);
}

.u-hoverLine {
  position: relative;
  display: inline-block;
  transition: .3s;
}
.u-hoverLine:after {
  bottom: 0;
  left: 0;
  position: absolute;
  content: '';
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: .3s;
}
a:hover .u-hoverLine:after,
.u-hoverLine:hover:after {
  width: 100%;
}

.u-hoverTest {
  overflow: hidden;
}
.u-hoverTest img{
  transition:1s all;
}
a:hover .u-hoverTest img,
.u-hoverTest a:hover img{
  filter: contrast(120%);
}


/* body base
===============================================================*/
body {
  font-family: fot-tsukubrdgothic-std, sans-serif;
  font-style: normal;
}

 .l-wrap {
  padding: 160px 30px 0;
} 
@media screen and (max-width: 640px) {
  .l-wrap {
    padding:60px 0 0 0 ;
  }
}

.l-inner {
  height: auto;
  width: auto;
  max-width: 1240px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 20px;
}
@media screen and (max-width: 1000px) {
  .l-inner {
    padding: 0 15px;
  }
}

/* header
===============================================================*/
.c-header{
  position: fixed;
/*
  position: relative;
*/
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
  background-color: #ffffff;
  box-sizing: border-box;
  padding: 0 30px;
}

.c-header__logo__outer{
  width: 100%;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: relative;
}
.c-header__logo img {
  width: 134px;
}
.c-header__sns {
  position: absolute;
  bottom: 36px;
  right: 30px;
  padding-right: 20px;
  box-sizing: border-box;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  z-index: 20;
}
.c-header__sns a + a {
  margin-left: 20px;
}

/* メニュー */
.c-header__naviInner{
  width: 100%;
}
.c-header__naviList{
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.c-header__naviListItem {
  width: calc(100% / 6);
  box-sizing: border-box;
  position: relative;
}
.c-header__naviListItem:before {
  content: '';
  position: absolute;
  background-color: #e5e5e5;
  top: 50%;
  right: 0;
  width: 1px;
  height: 20px;
  -webkit-transform: translate(0,-50%);
  transform: translate(0,-50%);
}
.c-header__naviListItem:first-child:after{
  content: '';
  position: absolute;
  background-color: #e5e5e5;
  top: 50%;
  left: 0;
  width: 1px;
  height: 20px;
  -webkit-transform: translate(0,-50%);
  transform: translate(0,-50%);
}
.c-header__naviListItem a{
  width: 100%;
  height: 60px;
  box-sizing: border-box;
  font-family: 'Montserrat', sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.4;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
/* .c-header__naviListItem.is_current a{
  background-color: #fafafa;
} */

@media screen and (max-width: 640px) {
  .c-header{
    position: fixed;
  }
  .c-header__logo__outer{
    height: 60px;
  }
  .c-header__logo img {
    width: 100px;
  }
  .c-header__sns {
    position: relative;
    top: 30px;
    bottom: 0;
    right: 30px;
  }
  .c-header__sns a + a {
    margin-left: 30px;
  }  
  .c-header__naviInner {
    background: none;
    opacity: 0;
    position: fixed;
    top: 60px;
    left: 0;
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    width: 300px;
    height: auto;
    transition: transform 1.0s ease;
  }
  .c-header__naviInner:before {
    content: '';
    display: block;
    height: 100vh;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255,255,255,0.9);
  }
  .c-header__naviInner.is-active {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
  .c-header__naviList {
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    text-align: left;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .c-header__naviListItem {
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    padding: 0 15px;
    border-top: 1px solid #e5e5e5;
    z-index: 10;
  }
  .c-header__naviListItem + .c-header__naviListItem {
    margin-left: 0;
  }
  .c-header__naviListItem:before,.c-header__naviListItem:first-child:after{
    content: none;
  }
  
  .c-header__naviListItem a{
    width: 100%;
    height: 100%;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    font-size: 16px;
  }
  .c-header__naviListItem a:before{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
    content: '';
    vertical-align: middle;
    width: 8px;
    height: 8px;
    border-top: 1px solid #000000;
    border-right: 1px solid #000000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  /* ハンバーガーメニューボタン */
  .c-naviMenuBtn {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    margin: auto;
    cursor: pointer;
    transition: all 0.5s ease-out;
    display: block;
  }
  .c-naviMenuBtnInner {
    position: absolute;
    width: 22px;
    height: 18px;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .c-naviMenuBtnInner span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000000;
    border-radius: 4px;
  }
  .c-naviMenuBtnInner,.c-naviMenuBtnInner span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }
  .c-naviMenuBtnInner span:nth-of-type(1) {
    top: 0;
  }
  .c-naviMenuBtnInner span:nth-of-type(2) {
    top: 8px;
  }
  .c-naviMenuBtnInner span:nth-of-type(3) {
    bottom: 0;
  }
  .c-naviMenuBtn.is-open .c-naviMenuBtnInner span:nth-of-type(1) {
    -webkit-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
  }
  .c-naviMenuBtn.is-open .c-naviMenuBtnInner span:nth-of-type(2) {
    opacity: 0;
  }
  .c-naviMenuBtn.is-open .c-naviMenuBtnInner span:nth-of-type(3) {
    -webkit-transform: translateY(-8px) rotate(45deg);
    transform: translateY(-8px) rotate(45deg);
  }
}

/* footer
===============================================================*/
.c-footer{
  margin-top: 102px;
  text-align: center;
}
.c-footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.c-footer__sns a + a {
  margin-left: 20px;
}

.c-footer__menuList {
  margin-top: 37px;
  margin-bottom: 62px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-footer__menuListItem {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  text-align: center;
  line-height: 2.571;
  position: relative;
  padding: 0 20px;
}
.c-footer__menuListItem::before {
  content: '';
  top: 50%;
  right: 0;
  -webkit-transform: translate(0,-50%);
  transform: translate(0,-50%);
  width: 1px;
  height: 16px;
  position: absolute;
  background-color: #000000;
}
.c-footer__menuListItem:last-child::before {
  content: none;
}

.c-footer__copyright{
  width: 100%;
  height: 122px;
  border-top: 1px solid #000000;
  font-family: 'Montserrat', sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  color: #000000;
  text-align: center;

  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media screen and (max-width: 740px) {
  .c-footer__menuListItem {
    font-size: 14px;
    line-height: 2;
    padding: 0 15px;
  }
}
@media screen and (max-width: 640px) {
  .c-footer{
    margin-top: 60px;
  }
  .c-footer__sns a + a {
    margin-left: 30px;
  }
  .c-footer__menuList {
    margin-top: 37px;
    margin-bottom: 40px;
  }
  .c-footer__copyright{
    font-size: 12px;
    height: 50px;
  }
}

/* breadcrumb
===============================================================*/
.c-breadcrumb {
  padding: 12px 0 7px;
  position: relative;
  z-index: 10;
}
.c-breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-breadcrumb__listItem {
  font-size: 12px;
  color: #000000;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
  padding-right: 20px;
  display: block;
  text-align: left;
  margin: 3px 0;
}
.c-breadcrumb__listItem + .c-breadcrumb__listItem {
  padding-left: 27.78px;
}
.c-breadcrumb__listItem + .c-breadcrumb__listItem:before {
  content: "";
  display: block;
  position: absolute;
  left:0;
  top: 7px;
  color: #000000;
  width: 5px;
  height: 5px;
  border-top: 0.5px solid #000000;
  border-right: 0.5px solid #000000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.c-breadcrumb__listItem:last-child {
  padding-right: 0;
}

/* .c-breadcrumb__listItem {
  font-size: 12px;
  color: #000000;
  font-weight: 400;
  line-height: 18px;
  position: relative;
  padding-right: 20px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 5px;
}
.c-breadcrumb__listItem + .c-breadcrumb__listItem:before {
  content: "＞";
  position: relative;
  font-size: 10px;
  padding-right: 18px;
  top:0;
  left: 0;
  color: #999;
  height: 100%;
}
.c-breadcrumb__listItem:last-child {
  padding-right: 0;
} */


/* pageHeader
===============================================================*/
.c-pageHeader {
  padding: 50px 0 90px;
  position: relative;
}

.c-pageHeader__title {
  color: #000000;
  text-align: center;
  position: relative;
  z-index: 10;
}
.c-pageHeader__title__en {
  font-family: 'Montserrat', sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 60px;
  line-height: 1.6;
  margin-bottom: 3px;
  opacity: 0;
}
.c-pageHeader__title__ja {
  font-size: 18px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.1em;
  opacity: 0;
}
.c-pageHeader.c-pageHeader--big {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 300px;
  background: #CCC;
  padding: 40px 0 40px;
  box-sizing: border-box;
}
.c-pageHeader.c-pageHeader--big:before {
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  background: rgba(0,0,0,0.4);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 920px) {
  .c-pageHeader__title__en {
    font-size: 50px;
  }
}
@media screen and (max-width: 640px) {
  .c-pageHeader {
    padding: 50px 0 50px;
  }
  .c-pageHeader__title__en {
    font-size: 30px;
  }
  .c-pageHeader__title__ja {
    font-size: 16px;
  }
}

.c-pageHeader__title__en.is-active {
  opacity: 1;
  animation: fadein-right 1.5s 1 alternate ease-in-out;
}
.c-pageHeader__title__ja.is-active {
  opacity: 1;
  animation: fadein 2.5s 1 ease-in-out;
}


/* ページネーション
===============================================================*/
.c-pagenation {
  margin-top: 90px;
  text-align: center;
}
.c-pagenation .wp-pagenavi a, .c-pagenation .wp-pagenavi span {
  font-family: 'Montserrat', sans-serif;
  font-style: italic;
  font-weight: 400;
  color: #000000;
  border: 1px solid #000000;
  background-color: #ffffff;

  text-decoration: none;
  margin-left: 4px;
  display: inline-block;
  font-size: 14px;
  height: 45px;
  line-height: 45px;
  min-width: 45px;
  padding: 0 5px;
  text-align: center;
  box-sizing: border-box;
}
.c-pagenation .wp-pagenavi a:first-child, .c-pagenation .wp-pagenavi span:first-child {
  margin-left: 0;
}
.c-pagenation .wp-pagenavi a:hover, .wp-pagenavi span.current {
  background-color: #000000;
  color: #ffffff;
}
.c-pagenation .wp-pagenavi span.extend {
  border: none;
  min-width: 20px;
}
@media (max-width: 640px){
  .c-pagenation {
    margin-top: 60px;
  }
 .c-pagenation .wp-pagenavi a, .c-pagenation .wp-pagenavi span {
    height: 40px;
    line-height: 40px;
    min-width: 40px;
  }
  .c-pagenation .wp-pagenavi span.extend {
    min-width: 15px;
  }
}

/* section
===============================================================*/
.c-sectionBg {
  background-color: #fafafa;
  padding-top: 62px;
}
.c-sectionTitle {
  color: #000000;
  text-align: center;
}
.c-sectionTitle__ja {
  font-size: 18px;
  font-weight: 700;
  line-height: 2;
  margin-bottom: 3px;
  letter-spacing: 0.1em;
}
.c-sectionTitle__en {
  font-family: 'Montserrat', sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.6;
}
.c-sectionTitle__ja__hsc {
  font-family: 'Montserrat', sans-serif;
  font-style: italic;
  font-weight: 500;
  font-size: 17px;
}
@media screen and (max-width: 640px) {
  .c-sectionBg {
    padding-top: 50px;
  }
}

/* button
===============================================================*/
.c-button {
  min-width: 160px;
  height: 35px;
  display: inline-block;
}
.c-button__anc {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;

  padding: 0 10px;
  box-sizing: border-box;
  font-family: 'Montserrat', sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.4;
  color: #000000;
  border: 1px solid #000000;
  position: relative;
  z-index: 2;
  overflow: hidden;
  outline: none;
}
.c-button.c-button--bg .c-button__anc {
  color: #ffffff;
  background-color: #000000;
  border: none;
}

/*hover*/
.c-button__anc:hover {
  color:#ffffff;
  border-color: transparent;
  opacity: 1;
}
.c-button__anc:before{
  content: '';
  position: absolute;
  left: 0;
  bottom:0;
  z-index: -1;
  height: 100%;
  width: 0;
  background:#000000;
  transition: all .3s;
}
.c-button__anc:hover:before{
  width: 100%;
}
.c-button.c-button--bg .c-button__anc:hover {
  color: #000000;
}
.c-button.c-button--bg .c-button__anc:before{
  background:#ffffff;
  border: 1px solid #000000;
  box-sizing: border-box;
}

/*  */
.c-buttonAllow {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;

  font-family: 'Montserrat', sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.4;
  color: #ffffff;
  background-color: #000000;

  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all  0.5s ease;
  
  position: relative;
  padding-left: 10px;
  padding-right: 20px;
}
.c-buttonAllow:before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  width: 10px;
  height: 1px;
  background: #FFFFFF;
  transition: .3s;
}
.c-buttonAllow:after{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  width: 4px;
  height: 4px;
  border-left: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  transform: rotate(-135deg);
  transition: .3s;
}

/* entry
===============================================================*/
.c-singleBody {
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}

.c-singleBody h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
  padding: 15px 20px 15px 25px;
  position: relative;
  background: #fafafa;
  margin-bottom: 30px;
}
.c-singleBody h2:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  background-color: #000000;
}
.c-singleBody * + h2 {
  margin-top: 100px;
}
.c-singleBody h3 {
  margin-top: 50px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 30px;
}
.c-singleBody h4 {
  margin-top: 30px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.7;
  border-bottom: #CCC 2px solid;
  padding: 0 0 10px 0;
  margin-bottom: 25px;
  position: relative;
}
.c-singleBody h4:before {
  content: '';
  display: block;
  position: absolute;
  width: 50px;
  height: 2px;
  left: 0;
  bottom: -2px;
  background: #000;
}
.c-singleBody p {
  margin-top: 10px;
}
.c-singleBody ol, .c-singleBody ul {
  margin: 20px 0;
  list-style-type: none;
}
.c-singleBody a:hover {
  opacity: 0.7;
}
.c-singleBody figure {
  margin-top: 30px;
  text-align: center;
}
.c-singleBody figure img {
  display: inline-block;
  box-sizing: border-box;
  border: #FFF 10px solid;
}
.c-singleBody figure + figure {
  margin-top: 20px;
}

@media screen and (max-width: 640px) {
  .c-singleBody {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
  }

  .c-singleBody h2 {
    font-size: 22px;
    line-height: 1.5;
    padding: 13px 20px 13px 20px;
    margin-bottom: 20px;
  }
  .c-singleBody h2:before {
    width: 4px;
  }
  .c-singleBody * + h2 {
    margin-top: 70px;
  }
  .c-singleBody h3 {
    margin-top: 40px;
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 25px;
  }
  .c-singleBody h4 {
    margin-top: 30px;
    font-size: 18px;
    line-height: 1.7;
    padding: 0 0 10px 0;
    margin-bottom: 20px;
  }
  .c-singleBody h4:before {
  }
  .c-singleBody p {
    margin-top: 10px;
  }
  .c-singleBody a {
    text-decoration: underline;
  }
  .c-singleBody a:hover {
    opacity: 0.7;
  }
}


/* slick
===============================================================*/
.slick-slide img {
  margin: 0 auto;
}

.slick-arrow {
  z-index: 20;
}
.slick-arrow:before {
  background: rgba(1,1,1,0.6);
  width: 25px;
  height: 25px;

  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  opacity: 1;
  color: #ffffff;
  position: relative;

  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.slick-next {
  right: -10px;
}
.slick-prev {
  left: -10px;
}

 .slick-thumbnail__img.slick-current img {
  border: 1px solid #e5e5e5;
 }

 
