
.kv{
  width: 100%;
}
.kv a:hover img{
  opacity: 0.8 !important;
  filter: alpha(opacity=80) !important;
  -ms-filter: "alpha(opacity=80)" !important;
}
.slider {
  width: 100%;
  margin: 0 auto;
  opacity: 0;
  transition: opacity .3s linear;
}
.slider.slick-initialized{
  opacity: 1;
}
.slick-slide {
  margin: 0px 12px;
}
.slick-slide img {
  width: 100%;
}
.slick-prev:before,
.slick-next:before {
  color: black;
}
.slick-slide {
  transition: all ease-in-out .3s;
  opacity: 1;
}
.slick-active {
  opacity: 1;
}
.slick-current {
  opacity: 1;
}
.slick-dots {
    position: absolute;
    bottom: -30px;
    width: 100%;
    text-align: center;
}
.slick-dots li {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
}
.slick-dots button {
    -webkit-appearance: none;
    appearance: none;
    border: none;
    border-radius: 0;
    background: none transparent;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    color: inherit;
    box-sizing: content-box;
    font: inherit;
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
    height: 8px;
    width: 8px;
    color: #fff;
    border: 3px solid;
    border-color: #fff;
    border-radius: 50%;
    background-color: #fff;
    font-size: 0;
    cursor: pointer;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    border: solid 1px #000;
}
.slick-dots button:focus {
    outline: none;
    color: #000 !important;
}
.slick-dots .slick-active button {
    opacity: 1 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    color: #000 !important;
    background-color: #000 !important;
}


.aboutArea{
  max-width: 1150px;
  margin: 0 auto;
  padding: 84px 0 140px 0;
  overflow: hidden;
}
.aboutArea .aboutL{
  width: 474px;
  float: left;
  padding-top: 88px;
}
.aboutArea .aboutL .aboutText{
  font-size: 13px;
  line-height: 2.6em;
  padding: 86px 0 0 0;
}
.aboutArea .viewMore{
  margin-top: 50px;
}
.aboutArea .aboutR{
  width: 544px;
  margin-left: 84px;
  float: left;
}
.aboutArea .aboutR img{
  width: 100%;
}

.productArea{
  max-width: 1150px;
  margin: 0 auto;
  padding: 84px 0 146px 0;
/*  overflow: hidden;*/
}
.productArea h2{
  padding-bottom: 58px;
}
.productArea .productL{
  width: 520px;
  float: left;
}
.productArea .productL img{
  width: 100%;
}
.productArea .productR{
  width: 540px;
/*  margin-left: 80px;*/
  float: right;
}
.productArea .productR h3{
/*  padding-top: 97px;*/
  padding-top: 20px;
  width: 162px;
}
.productArea .productR h3.ft{
  padding-top: 10px;
  width: 220px;
}
.productArea .productR h3 img{
  width: 100%;
}
.productArea .productR .productText{
  font-size: 13px;
  line-height: 2.6em;
  padding: 26px 0 0 0;
}

.productslider{
  width: 100%;
  padding-bottom: 40px;
}
.productslider .slick-slide {
  margin: 0px 1px;
}


.contentsArea{
  max-width: 100%;
  padding: 84px 0 146px 0;
}
.contents .cs{
  position: relative;
}
.contents a{
  position: relative;
  text-decoration: none;
  display: block;
}
.contents a .play{
  position: absolute;
  width: 12%;
  z-index: 2;
  top: 38%;
  left: 43%;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "alpha(opacity=0)";
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
/*
.contents a:hover .play{
  opacity: 1.0;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
}
*/
.contents a:hover img{
  opacity: 0.8 !important;
  filter: alpha(opacity=80) !important;
  -ms-filter: "alpha(opacity=80)" !important;
}
.contentsArea .ttlWrap{
  max-width: 1150px;
  margin: 0 auto;
  padding-bottom: 74px;
}
.contentsArea .contentsTxt1{
  font-size: 13px;
  font-weight: 700;
  padding: 16px 0;
}
.contentsArea .contentsTxt1 .ttl{
  display: inline-block;
  padding-left: 16px;
}
.contentsArea .contentsTxt2{
  font-size: 13px;
  font-weight: 500;
}

.modalArea{
  display: none;
}
.modaal-close:after, 
.modaal-close:before{
  background:#ccc;
}
.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before{
  background:#333;
}
.modaal-content-container{
	padding: 0;
	background-color: transparent;
}
.modaal-inner-wrapper{
	padding: 0;
}
.modaal-container{
	max-width: 55%;
	text-align: center;
  background-color: transparent;
}
.modaal-close{
	position: fixed;
	top: 36px;
	right: 24px;
	width: 25px;
	height: 25px;
}
.modaal-close:hover{
	background: transparent;
}
.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before{
	background:#ccc;
}
.modaal-close:after, .modaal-close:before {
    top: 0;
    left: 0px;
    width: 1px;
    height: 25px;
    background: #fff;
}
.modaal-overlay{
  z-index: 1100;
}

.contents .slick-dots {
  bottom: -64px !important;
}
.slick-arrow{
  font-size: 0;
  line-height: 0;
  width: 32px;
  height: 32px;
  border: solid 1px #ffffff;
  border-radius: 50%;
  background-color: transparent;
  position: absolute;
  top: 46%;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  display: block;
  z-index: 10;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.slick-arrow:hover{
  background-color: #ffffff;
}
.slick-prev{
  left: 25px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.slick-prev::after{
  position: absolute;
  content: "";
  top: 12px;
  left: 12px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
.slick-next{
  right: 25px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.slick-next::after{
  position: absolute;
  content: "";
  top: 12px;
  left: 10px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.slick-prev:hover::after,
.slick-next:hover::after{
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}


.kv .slick-arrow{
  width: 220px;
  height: 100%;
  border: none;
  border-radius: 0;
  top: 50%;
}
.kv .slick-arrow:hover{
  background-color: transparent;
}
.kv .slick-prev{
  left: 0;
}
.kv .slick-prev::after{
  width: 0;
  height: 0;
  border-top: none;
  border-right: none;
}
.kv .slick-next{
  right: 0;
}
.kv .slick-next::after{
  width: 0;
  height: 0;
  border-top: none;
  border-right: none;
}
.kv .slick-prev:hover::after,
.kv .slick-next:hover::after{
  border-top: none;
  border-right: none;
}


@media screen and (max-width: 1150px) {
  .kv a:hover img{
    opacity: 1.0 !important;
    filter: alpha(opacity=100) !important;
    -ms-filter: "alpha(opacity=100)" !important;
  }

  .slick-slide {
    margin: 0px;
  }

  .aboutArea{
    width: 88%;
    padding: 70px 0;
  }
  .aboutArea .aboutL{
    width: 100%;
    float: none;
    padding-top: 0;
  }
  .aboutArea .aboutL .aboutText{
    line-height: 1.8em;
    font-size: 13px;
    padding: 34px 0 30px 0;
  }
  .aboutArea .aboutR{
    width: 100%;
    margin-left: 0;
    float: none;
  }

  .productArea{
    width: 88%;
    padding: 45px 0 30px 0;
  }
  .productArea .productL{
    width: 100%;
    float: none;
  }
  .productArea .productL h2{
    padding-bottom: 60px;
  }
  .productArea .productR{
    width: 100%;
    margin-left: 0;
    float: none;
  }
  .productArea .productR h3{
    padding-top: 48px;
    width: 120px;
  }
  .productArea .productR h3.ft{
    padding-top: 28px;
    width: 200px;
    margin: 0 auto;
  }
  .productArea .productR h3 img{
    width: 100%;
  }
  .productArea .productR .productText{
    line-height: 1.8em;
    font-size: 13px;
  }

  .productslider{
    padding-bottom: 10px;
    margin-bottom: 48px;
  }

  .viewMore{
    margin-top: 40px;
    margin-bottom: 20px;
    text-align: center;
  }

  .contentsArea{
    max-width: 100%;
    padding: 80px 0;
  }
  .contents a .play{
    position: absolute;
    width: 18%;
    z-index: 2;
    top: 30%;
    left: 40%;
    opacity: 1.0;
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)";
  }
  .contents a:hover img{
    opacity: 1.0 !important;
    filter: alpha(opacity=100) !important;
    -ms-filter: "alpha(opacity=100)" !important;
  }
  .contentsArea .ttlWrap{
    width: 88%;
    padding-bottom: 60px;
  }
  .contentsArea .slick-slide {
    margin: 0px 5px;
  }
  .contentsArea .contentsTxt1{
    font-size: 13px;
  }
  .contentsArea .contentsTxt2{
    font-size: 13px;
  }
  .contentsArea .btWrap{
    padding: 30px 0 0 0;
  }

  .modaal-container{
    max-width: 88%;
  }
  .modaal-container iframe{
    height: 300px !important;
  }
}



/* Page Adjust */
.l-free-wrapper div:has(#js-unt-getAjaxHeader), .l-free-wrapper div:has(#js-unt-getAjaxFooter), .u-pc-only, .u-sp-only {
    display: none !important;
}

.l-free-main > .forcms_block:not(.p-lensComSearchStore):last-of-type {
    padding-bottom: 0;
}