@charset "utf-8";

/* ----------------------------------------------------
 Media query All
---------------------------------------------------- */

/* lock */
body.lock {
  width: 100%;
  height: 100%;
  position: fixed;
}

/* header */
.site-header{
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  width: 100%;
  background: #fff;
}

/* localnav */
.localnav{
  display: none;
}
.localfnav{
  position: relative;
  padding: 20px 0 30px;
}
.localnav-list, .localfnav-list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
  list-style: none;
}
.localfnav-list{
  margin: -2px 0 0 -2px;
}
.localfnav-list li{
  margin: 2px 0 0 2px;
  width: calc(100% / 3 - 2px);
}
.localnav-list li a,
.localfnav-list li a{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 5px;
  height: 100%;
  font-size: 1.4rem;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  background: #f3f3f3;
}
.localfnav-list li._active a{
  color: #fff;
  background: #0f5494;
}



/* vis */
.pagevis{
  position: relative;
  margin: 60px auto 0;
  max-width: 1800px;
  text-align: center;
}
.pagevis h1{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: #fff;
  font-size: 3.0rem;
  font-weight: 500;
  font-family: 'Noto Serif JP', serif;
  line-height: 1.5;
  text-align: center;
}
.pagevis h1:after{
  font-size: 1.4rem;
  font-weight: 400;
}
.localnav + .pagevis h1:after{
  display: none;
}
.pagevis_pic{
  display: inline-block;
}
.pagevis_pic:before,
.pagevis_pic:after{
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
}
.-blue .pagevis_pic:before{
  opacity: .3;
  background: #1c7bb1;
}
.-black .pagevis_pic:before{
  opacity: .3;
  background: #000;
}
.pagevis_pic:after{
  background: url("/common/images/vis_bg.png") repeat;  
}

.nophotovis{
  position: relative;
  margin: 60px auto 0;
  padding: 40px 0 20px;
  max-width: 1800px;
  text-align: center;
}
.nophotovis h1{
  display: flex;
  flex-direction: column;
  width: 100%;
  font-size: 3.0rem;
  font-weight: 600;
  font-family: 'Noto Serif JP', serif;
  line-height: 1.5;
  text-align: center;
}
.nophotovis h1:after{
  font-size: 1.4rem;
  font-weight: 400;
}




/* パンくず */
.breadcrumb__list{
  margin: 10px auto 0;
  padding: 0 10px;
  max-width: 1240px;
  width: 100%;
  text-align: right;
}
.breadcrumb__list li{
  position: relative;
  display: inline-block;
  margin-left: 14px;
  font-size: 1.2rem;
  color: #3a3a3a;
  line-height: 2.1;
}
.breadcrumb__list li:before {
  position: absolute;
  top: 0;
  right: -14px;
  font-size: 1.2rem;
  color: #9a9999;
  line-height: 2.1;
  content: ">";
}
.breadcrumb__list li:last-child:before {
  display: none;
}
.breadcrumb__list li a{
  color: #9a9999;
}

/* pagenav */
.pagenav{
  position: relative;
  margin-top: 20px;
}
.pagenav-list{
  display: flex;
  justify-content: center;
  list-style: none;
}
.pagenav-list li {
  max-width: 200px;
  width: 100%;
}
.pagenav-list li{
  margin-left: 2px;
  width: calc(100% - 2px);
}
.pagenav-list li a{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 10px 5px;
  font-size: 1.1rem;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  background: #f3f3f3;
}

/* 全体 */
.sect{
  padding: 20px 0 30px;
}
.inner{
  padding: 0 10px;
}

.sect-body{
  margin-top: 20px;
}

/* 見出し */
.sect-ttl{
  position: relative;
  padding-bottom: 10px;
  text-align: center;
  font-size: 2.5rem;
  font-family: 'Noto Serif JP', serif;
}
.sect-ttl:before{
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%);
  content: "";
  display: inline-block;
  width: 100px;
  height: 1px;
  background: #0f5494;
}

/* 箇条書きリスト */
.sect-list li{
  position: relative;
  padding-left: 1.5em;
}
.sect-list li:before{
  position: absolute;
  left: 0;
  top: 5px;
  content:"\025cf";
  display: inline-block;
  border-radius: 50%;
  color: #0f5494;
  font-size: 1.0rem;
  font-family:'Noto Sans CJK JP','游ゴシック','Osaka','Noto Sans CJK JP';
}

/* footer */
.site-footer{
  position: relative;
  margin-top: 40px;
  padding: 30px 0;
  background-color: #fff;
  background: url("/common/images/footer_bg.png") repeat;  
}
.site-footer_address{
  margin-top: 20px;
  font-family: 'Noto Serif JP', serif;
  font-size: 1.4rem;
  text-decoration: none;
}
.site-footer_sns{
  display: flex;
  margin: 10px 10px 0 -10px;
}
.site-footer_sns li{
  margin-left: 10px;
}
.site-footer_copy{
  text-align: center;
  font-size: 1.2rem;
}

/* ページトップ */
.pagetop{
  position: fixed;
  right: 0;
  bottom: 0;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background: rgba(0,0,0,.2);
  transition: .3s;
  
  opacity: 0;
  visibility: hidden;
}
.pagetop:after{
  position: absolute;
  top: 7px;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 12px;
  height: 12px;
  margin: auto;
  content: '';
  transform: rotate(-45deg);
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
}
.pagetop:hover {
  opacity: .3;
}
.pagetop.ac{
  opacity: 1;
  visibility: visible;
}
.pagetop.absolute{
  position: absolute;
  top: -50px;
  bottom: auto;
}

/* ----------------------------------------------------
 - 959px (Smartphone Tablet layout Only)
---------------------------------------------------- */
@media (max-width: 959px) {

  /* header */
  .site-header{
  }
  .site-header .inner{
    padding-left: 0;
    height: 60px;
  }
  .site-header_ttl{
    position: relative;
    z-index: 1001;
    padding-left: 3%;
    width: 100%;
    height: 60px;
    background: #fff;
  }
  .site-header_logo{
    padding-top: 8px;
    width: 250px;
  }
  
  /* mvis */
  .pagevis{
    overflow: hidden;
    padding-top: calc(200 / 750 * 100%);
  }
  .pagevis h1{
    font-size: 6.0vw;
  }
  .pagevis img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    max-width: inherit;
    height: 100%;
  }
  .nophotovis h1{
      font-size: 6.0vw;
  }

  /* ナビゲーション */
  .gNav-btn{
    cursor: pointer;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1001;
    width: 60px;
    height: 60px;
    box-sizing: border-box;
    background: #fff;
    -webkit-transition: all 400ms;
    transition: all 400ms;
  }
  .gNav-btn:after{
    position: absolute;
    left: 0;
    bottom: 5px;
    content: "MENU";
    width: 100%;
    color: #0f5494;
    text-align: center;
    font-size: 1.0rem;
    font-weight: bold;
  }
  .gNav-btn span{
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 60%;
    height: 4px;
    border-radius: 10px;
    background: #0f5494;
    -webkit-transition: all 400ms;
    transition: all 400ms;
  }
  .gNav-btn span:nth-child(1) {
    top: 10px;
  }
  .gNav-btn span:nth-child(2) {
    top: 22px;
  }
  .gNav-btn span:nth-child(3) {
    top: 34px;
  }
  .gNav-btn.open{
    background: #0f5494;
  }
  .gNav-btn.open span{
    height: 2px;
  }
  .gNav-btn.open span:nth-child(1){
    background: #fff;
    top: 22px;
    -webkit-transform: rotate(-45deg);
    -moz-transform   : rotate(-45deg);
    transform        : rotate(-45deg);
  }
  .gNav-btn.open span:nth-child(2), .gNav-btn.open span:nth-child(3){
    top: 22px;
    background :#fff;
    -webkit-transform: rotate(45deg);
    -moz-transform   : rotate(45deg);
    transform        : rotate(45deg);
  }
  .gNav-btn.open:after{
    color: #fff;
    content: "CLOSE";
  }
  .gNavi-wrap{
    position: fixed;
    left: 0;
    top: -100%;
    z-index: 1000;
    padding-top: 10px;
    width: 100%;
    font-size: 16px;
    box-sizing: border-box;
    background: #fff;
    transition: .3s;
  }
  .gNavi-wrap.open{
    top: 60px;
  }
  .gNavi-menu_scroll{
    overflow-y: scroll;
    max-height: 465px;
  }
    
  .gNav-menu_list,
  .subNavi-menu_list{
    margin: 0 15px;
  }
  .gNav-menu_list li,
  .subNavi-menu_list li{
    border-top: solid 1px #e4e5e0;
  }
  .subNavi-menu_list li:last-child{
    border-bottom: solid 1px #e4e5e0;
  }
  .gNav-menu_list li a,
  .subNavi-menu_list li a{
    display: block;
    padding: 15px;
    color: #000;
    text-decoration: none;
    font-family: 'Noto Serif JP', serif;
    white-space: nowrap;
  }
  .gNav-menu_list li.more-menu span{
    position: relative;
    display: block;
    padding: 15px;
  }
  .gNav-menu_list li.more-menu span:before{
    position: absolute;
    right: 10px;
    top: 20px;
    content: "";
    display: inline-block;

    width: 8px;
    height: 8px;
    border-right: 1.5px solid #387ebf;
    border-bottom: 1.5px solid #387ebf;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: .2s;
  }
  .gNav-menu_list li.more-menu span.is-active:before{
    top: 23px;
    transform: rotateZ(225deg);
  }
  .gNav-menu_sublist{
    display: none;
  }
  
  .gNav-menu_sublist li{
    border: none;
  }
  .gNav-menu_sublist li a{
    padding: 10px 15px;
  }
  .gNav-menu_sublist li a:before{
    content: "・";
  }
  
  
  .subNavi-inquiry{
    margin: 20px auto 5px;
    width: 300px;
  }
  .subNavi-inquiry a{
    display: block;
    padding: 10px;
    font-family: 'Noto Serif JP', serif;
    white-space: nowrap;
    text-align: center;
    text-decoration: none;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
  }
  .subNavi-close{
    margin-top: 20px;
    text-align: center;
    background: #e3e3e3;
  }
  .subNavi-close p{
    cursor: pointer;
    position: relative;
    margin: 0 auto;
    width: 60px;
    height: 60px;
    box-sizing: border-box;
  }
  .subNavi-close p:after{
    position: absolute;
    left: 0;
    bottom: 5px;
    content: "CLOSE";
    width: 100%;
    color: #000;
    text-align: center;
    font-size: 1.0rem;
    font-weight: bold;
  }
  .subNavi-close span{
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 70%;
    height: 2px;
    border-radius: 2px;
    background: #000;
    -webkit-transition: all 400ms;
    transition: all 400ms;
  }
  .subNavi-close span:nth-child(1) {
    top: 22px;
    -webkit-transform: rotate(-45deg);
    -moz-transform   : rotate(-45deg);
    transform        : rotate(-45deg);
  }
  .subNavi-close span:nth-child(2) {
    top: 22px;
    -webkit-transform: rotate(45deg);
    -moz-transform   : rotate(45deg);
    transform        : rotate(45deg);
  }
  
  /* localnav */

  
  
  
  /* footer */
  .site-footer_logo{
    width: 250px;
  }
  .fNav-srp{
    position: absolute;
    right: 10px;
    top: 20px;
    width: 80px;
  }
  .fNavi{
    margin: 20px -10px 0;
  }
  .fNav-menu_list{
    display: flex;
    flex-wrap: wrap;
  }
  .fNav-menu_list li{
    width: calc(100% / 3);
    border-left: solid 1px #fff;
  }
  .fNav-menu_list li:nth-child(n + 4){
    border-top: solid 1px #fff;
  }
  .fNav-menu_list li:nth-child(3n + 1){
    border-left: none;
  }
  .fNav-menu_list a{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 5px;
    height: 100%;
    color: #fff;
    font-size: 1.4rem;
    text-align: center;
    text-decoration: none;
    background: #0f5494;
  }
  .fNav-menu_list02{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 20px 0 0 -10px;
  }
  .fNav-menu_list02 li{
    margin-left: 10px;
  }
  .fNav-menu_list02 li a{
    position: relative;
    padding-left: 15px;
    text-decoration: none;
    font-size: 1.4rem;
  }
  .fNav-menu_list02 li a:before{
    position: absolute;
    left: 0;
    top: 50%;
    width: 5px;
    display: inline-block;
    content: "";
    height: 5px;
    border-top: 1.5px solid #b9b9b9;
    border-right: 1.5px solid #b9b9b9;
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
  }
  .fNav-srp{
    display: inline-block;
    margin-top: 10px;
    padding: 10px;
    border-radius: 10px;
    background: #fff;
  }
  .site-footer_copy{
    margin-top: 20px;
  }
/* - 959px (Smartphone Tablet layout Only) END*/
}

/* ----------------------------------------------------
 - 350px (Smartphone layout Only)
---------------------------------------------------- */
@media (max-width: 350px) {
  .site-header_logo,
  .site-footer_logo{
    width: 200px;
  }
  .fNav-srp{
    margin-top: 0;
    width: 20%;
  }
/* - 350px (Smartphone layout Only) END */
}

/* ----------------------------------------------------
 - 519px (Smartphone layout Only)
---------------------------------------------------- */
@media (max-width: 519px) {

/* - 519px (Smartphone layout Only) END */
}


/* ----------------------------------------------------
 520px - (Pc Tablet layout Only)
---------------------------------------------------- */
@media (min-width: 520px) {

  /* 全体 */
  .sect-body{
    margin-top: 40px;
  }
  .sect-txt{
    line-height: 2.2;
  }
/* 520px - (Pc Tablet layout Only) END */
}

/* ----------------------------------------------------
 520px - 959px (Tablet layout Only)
---------------------------------------------------- */
@media (min-width: 520px) and (max-width: 959px) {
  
  /* vis */
  .pagevis h1{
    font-size: 6.0vw;
  }
/* 520px - 959px (Tablet layout Only) END*/
}

/* ----------------------------------------------------
 960px - (Pc layout Only)
---------------------------------------------------- */
@media (min-width: 960px) {
  
  /* header */
  .site-header{
    opacity: 1;
    transition: .3s;
  }
  .site-header .inner{
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0 20px 20px;
    transition: .3s;
  }
  .site-header_logo{
    width: 340px;
  }
  
  /* ナビゲーション */
  .gNavi{
    width: calc(100% - 360px);
    margin-top: 20px;
    transition: .3s;
  }
  .gNav-btn{
    display: none;
  }
  .gNav-menu_list{
    display: flex;
    justify-content: flex-end;
  }
  .gNav-menu_list li a{
    position: relative;
    display: block;
    padding: 10px 1.5rem;
    color: #105e99;
    font-size: 1.8rem;
    text-decoration: none;
    font-weight: 500;
    font-family: 'Noto Serif JP', serif;
    white-space: nowrap;
  }
  .gNav-menu_list li a:after{
    position: absolute;
    left: 50%;
    bottom: 0.6rem;
    width: 0;
    content: "";
    border-bottom: 1px solid #24292e;
    transform: translateX(-50%);
    transition: -webkit-width .2s ease;
    transition: width .2s ease;
    transition: width .2s ease, -webkit-width .2s ease;
  }
  .gNav-menu_list li a:hover:after, .gNav-menu_list li._active a:after{
    width: 35px;
  }
  .subNavi-menu{
    position: absolute;
    right: 0;
    top: 0;
    opacity: 1;
    transition: opacity .3s;
  }
  .subNavi-menu_list{
    display: flex;
  }
  .subNavi-menu_list li{
    margin-left: 1px;
  }
  .subNavi-menu_list li a{
    display: block;
    padding: 5px 17px;
    color: #000;
    font-family: 'Noto Serif JP', serif;
    text-decoration: none;
    background: #eee;
  }
  
  /* ヘッダー・ナビゲーション スクロール */
  .fixed .site-header{
    opacity: .9;
  }
  .fixed .site-header .inner{
    padding: 5px 0 5px 20px;
  }
  .fixed .gNavi{
    margin-top: 10px;
  }
  .fixed .subNavi-menu{
    opacity: 0;
  }

  /* パンくず */
  .breadcrumb__list{
    padding: 0 20px;
  }
  
  /* localnav */
  .localnav{
    display: block;
    position: relative;
    margin-top: 103px;
    background: #f3f3f3;
  }
  .localfnav{
    padding: 60px 0 75px;
  }
  .localnav-list, .localfnav-list{
    flex-wrap: nowrap;
    margin: 0;
  }
  .localnav-list li{
    width: 100%;
    padding: 0 2px;
  }
  .localfnav-list li{
    width: calc(100% - 2px);
  }
  .localnav-list li a,
  .localfnav-list li a{
    padding: 15px 5px;
  }

  .localnav-list li a:after{
    position: absolute;
    left: 50%;
    bottom: 3px;
    width: 0;
    content: "";
    border-bottom: 2px solid #0f5494;
    transform: translateX(-50%);
    transition: -webkit-width .2s ease;
    transition: width .2s ease;
    transition: width .2s ease, -webkit-width .2s ease;
  }
  .localnav-list li a:hover:after{
    width: 100%;
  }
  .localnav-list li._active a:after{
    width: 100%;
  }
  .localfnav-list li._active a:hover{
    opacity: 1;
  }


  /* vis */
  .pagevis{
    margin-top: 103px;
  }
  .localnav + .pagevis{
    margin-top: 0;
  }
  .pagevis h1{
    font-size: 3.6rem;
    font-weight: 400;
    line-height: 1.8;
  }
  .pagevis-txt{
    font-size: 3.6rem;
  }
  .pagevis_pic{
    position: relative;
  }
  
  .nophotovis{
    margin-top: 103px;
  }
  .nophotovis .inner{
    display: flex;
    align-items: center;
    max-width: 1040px;
    height: 100px;
  }
  
  /* pagenav */
  .pagenav-list li{
    width: 18%;
  }
  .pagenav-list li a{
    padding: 15px 5px;
    font-size: 1.6rem;
  }
  
  
  
  /* 全体 */
  .sect{
    padding: 60px 0 75px;
  }
  .inner{
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
  }
  
  /* 見出し */
  .sect-ttl{
    font-size: 3.6rem;
  }

  /* 箇条書きリスト */
  .sect-list li{
    line-height: 2.2;
  }
  
  /* footer */
  .site-footer{
    
    padding: 50px 0;
  }
  .site-footer_box{
    display: flex;
  }
  .site-footer_company{
    width: 40%;
  }
  .site-footer_address{
    font-size: 1.4rem;
    line-height: 2;
  }
  .site-footer_sns{
    margin: 10px 0 0 -10px;
  }
  
  .fNavi{
    padding-top: 50px;
    width: calc(60% - 20px);
    text-align: right;
  }
  .fNav-menu_list{
    display: flex;
    justify-content: flex-end;
  }
  .fNav-menu_list a{
    display: block;
    padding: 10px 20px;
    font-size: 1.4rem;
    font-family: 'Noto Serif JP', serif;
    text-decoration: none;
  }
  .fNav-srp{
    display: inline-block;
    margin-top: 10px;
    padding: 10px;
    border-radius: 10px;
    background: #fff;
  }
/*  960px - (Pc layout Only) END*/
}

/* ----------------------------------------------------
 960px - 1920px
---------------------------------------------------- */
@media (min-width: 960px) and (max-width: 1920px) {

/* 960px - 1920px END*/
}

/*  スクロール表示
============================================================================= */
.js-scroll-trigger {opacity: 0;} /*一瞬表示されるのを防ぐ*/
.-scrollfadeIn {
    animation-name: fadeInDown;
    animation-duration: 5s;
    animation-fill-mode: forwards;
}
.scroll-fade{
  opacity: 0;
  transition: all 2s;
}
.scroll-up{
  opacity: 0;
  transform: translateY(5px);
  transition: all 2s;
}
.scroll-up.done, .scroll-fade.done{
  opacity : 1;
  transform : translate(0, 0);
}
.scroll-left{
  opacity: 0;
  transform: translateX(10px);
  transition: all 2s;
}
.scroll-left.done{
  opacity : 1;
  transform : translate(0, 0);
}
.load-fade {
  opacity : 0;
  transition : all 2s;
}
.load-up{
  opacity: 0;
  transform: translateY(10px);
  transition: all 2s;
}
.load-up.done, .load-fade.done{
  opacity : 1;
  transform : translate(0, 0);
}

/* ----------------------------------------------------
 960px - (Pc layout Only)
---------------------------------------------------- */
@media (min-width: 960px) {
  .scroll-up{
    transform: translateY(10px);
  }
  .scroll-left{
    transform: translateX(10px);
  }
  .load-up{
    transform: translateY(10px);
  }
}


/*  Slider
============================================================================= */
.slick-slider{
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
	width: 100%;
}
.slick-list{
	position: relative;
	display: block;
	overflow: hidden;
	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);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	width: 100%;
	height: 100%;
}
.slick-track{
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.slick-track:before,
.slick-track:after{
	display: table;
	content: '';
}
.slick-track:after{
	clear: both;
}
.slick-loading .slick-track{
	visibility: hidden;
}
.slick-slide{
	display: none;
	float: left;
	height: 100%;
}
[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;
}

/* Slider */
.slick-loading .slick-list{
    background: #fff url('/_ovs_assets/images/ajax-loader.gif') center center no-repeat;
}

/* Arrow */
.slick-prev, .slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 50px;
	height: 50px;
  margin-top: -25px;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	z-index: 2;
	background: none;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
	opacity: .25;
}
.slick-prev:before, .slick-next:before {
	font-family: 'kkrs-dp';
	font-size: 3.0rem;
	line-height: 1;
	opacity: .75;
	color: #555;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '\e902';
}
.slick-prev {
	left: -50px;
    -webkit-transform: rotateZ(-180deg);
    transform: rotateZ(-180deg);
}
.slick-next {
	right: -50px;
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
}

/* Dots */
.slick-dotted.slick-slider{
    margin-bottom: 30px;
}
.slick-dots{
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li{
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.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{
    font-size: 1.0rem;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '●';
	font-family: Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before{
    opacity: .75;
    color: black;
}
.slick-dots > li:first-child:last-child {
    display: none;
}